Please help! I cannot open the dev mode!

  • Joplin v2.8.8
  • OS: Win11 Pro

After inputting the dev mode command, I have the below result:

[2416:0928/192432.631:ERROR:cache_util_win.cc(20)] Unable to move the cache: Access is denied. (0x5)
[2416:0928/192432.632:ERROR:cache_util.cc(144)] Unable to move cache folder C:\...\AppData\Roaming\Joplin\GPUCache to C:\...\AppData\Roaming\Joplin\old_GPUCache_000
[2416:0928/192432.632:ERROR:disk_cache.cc(184)] Unable to create cache
[2416:0928/192432.632:ERROR:shader_disk_cache.cc(606)] Shader Cache Creation failed: -2
(node:2416) electron: The default of nativeWindowOpen is deprecated and will be changing from false to true in Electron 15.  See https://github.com/electron/electron/issues/28511 for more information.
(Use `Joplin --trace-warnings ...` to show where the warning was created)
[2416:0928/192435.748:ERROR:service_worker_storage.cc(1899)] Failed to delete the database: Database IO error
(node:2416) electron: The default of nativeWindowOpen is deprecated and will be changing from false to true in Electron 15.  See https://github.com/electron/electron/issues/28511 for more information.

I can see the dev panel when mouse hovering the shortcut, but no response when clicked:

Screenshot 2022-09-28 185910

Any suggestion? Thanks!

[2416:0928/192432.631:ERROR:cache_util_win.cc(20)] Unable to move the cache: Access is denied. (0x5)
[2416:0928/192432.632:ERROR:cache_util.cc(144)] Unable to move cache folder C:\...\AppData\Roaming\Joplin\GPUCache to C:\...\AppData\Roaming\Joplin\old_GPUCache_000
[2416:0928/192432.632:ERROR:disk_cache.cc(184)] Unable to create cache

These lines caught my eye.

I don't have access to Windows 11, is anyone else who has it able to access dev mode? It is fine for me on 10.

This is no problem, I have the same Msg on my Win 11 machines, but the dev mode is working.
Did you build the app from the source or did you run only the dev command (Joplin.exe --env dev) on the pre build app?

1 Like

Sorry, I'm a beginner, what do you mean by "build the app from the source"? I usually develop my plugin without any problem in the dev mode. And I only run the command which copy from the Joplin app to open dev mode.

If you have build/compiled your own Joplin version from the GitHub source code.
At the moment I have no idea what the problem could be. You can try to rename or delete your %USERPROFILE%\.config\joplindev-desktop folder and try again.

I see, thanks! And I didn't do it.

After removing that folder, the error msg is gone, but the problem is still here. And I've also tried to reinstall Joplin, still the same.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.