Closed igorpisarev closed 5 years ago
I'll have a look @igorpisarev
Please try with the fix-331
branch @igorpisarev
The culprit was System.getProperty("user.home").toRegex()
because "user.home"
contains backslashes on Windows. This should fix it.
Thanks
I also just botted into Windows on my laptop, let's see what I can do.
Thanks @hanslovsky, I can try it next week (it's on somebody else's machine)
I just tested on my laptop:
0.20.0
does not work.However, I was unable to save the project, some gson serializers don't seem to be discovered.
This seems to be specific to Paintera2
that uses PainteraMainWindow
, for which the serializer cannot be discovered.
It is possible that annotated Kotlin Serializers/Adapters are not being discovered.
I will go ahead and merge and open another issue for the Serializers/Adapters cf https://forum.image.sc/t/plugins-annotations-are-not-added-to-index-in-jar-file-if-implemented-in-kotlin-in-src-main-java-source-tree/29700
Trying to run 0.20.0 on Windows without any cmd arguments. The project selection dialog appears, but after selecting "No project" or "Specify project" and giving it an existing directory, the following error occurs:
The lock file is created as usual, and if restarting the application with the same project directory, it detects the lock file asks to remove it. After that, the above error occurs again.