If this is a bug report, please create it on GitHub instead. Follow this link:
on
Operating system
Windows
Joplin version
3.3.13
Desktop version info
Joplin version 3.3.13
Profile version 48
Expected Version 47
Sync target
OneDrive
Editor
Rich Text Editor
What issue do you have?
After updating the app I am no longer able to open the app without getting a Fatal Error, even in Safe Mode. I have tried uninstalling, restarting, and reinstalling, but I get the same result.
This is a very severe problem because I cannot access my patient notes, please help!
One option is to just download the script (do not pipe it to bash) and run it appending --prerelease (./Joplin_install_and_update.sh --prerelease). This will install the latest pre-release version of Joplin.
Another option is to download the 3.4.7 AppImage from GitHub, fully quit your existing copy of Joplin, rename the download from Joplin-3.4.7.AppImage to Joplin.AppImage and replace the AppImage in ~/.joplin. Make sure it is executable and change the number in the VERSION file in the same folder to 3.4.7.
EDIT:
Make sure it is executable and change the number in the VERSION file in the same folder to 3.4.7.
Alternatively, if you are running the install and upgrade script automatically every so often do NOT change the version number in VERSION. The script will think you still have 3.3.13 installed and will only upgrade Joplin when the next full release is published.
@tsabar, how do you update the application? I'm surprised that you ended up with version 3.3 if you had 3.4 installed. On Windows normally the app checks the version and wouldn't install a lower version.
BTW, for those who are not familiar with GitHub and use Windows system like me. You should click “v3.4.7“ and find the file named “Joplin-Setup-3.4.7.exe“
May I also ask about the Joplin release cycle? Very often I see a lot of pre-releases marked with regular tags, while they may usually be marked with MAJOR.MINOR.PATCH-RC-X, where RC means Release Candidate and X is the progressive number.
In this way, also the version upgrades would be easier to understand from a user perspective