godot-kotlin-jvm icon indicating copy to clipboard operation
godot-kotlin-jvm copied to clipboard

bootstrap.jar can't read white spaces on a file path

Open asprootone opened this issue 3 years ago • 1 comments

If you use white spaces or symbols (i.e. '#,$,&,*'), bootstrap.jar seems to not be able to read the filepath and throws some random error such as this :

Exception in thread "main" java.lang.ClassNotFoundException: godot.core.TransferContext
        at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:476)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:588)
        at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
ERROR: Godot-JVM: An exception has occurred!
   at: (modules\kotlin_jvm\src\jni\env.cpp:67)
FATAL ERROR in native method: Bad global or local ref passed to JNI

asprootone avatar Aug 18 '22 06:08 asprootone

Is this windows only ?

piiertho avatar Aug 22 '22 09:08 piiertho