Thanks Hoa,
This modification worked on Windows Vista 32-bit when the error was occurring with no applications open.
Cheers
Andy
OpenSim 3.3 JVM startup error
- Jordan Sturdy
- Posts: 9
- Joined: Fri Sep 22, 2017 8:56 am
Re: OpenSim 3.3 JVM startup error
All,
I've recently come across the same (or similar) problem. Using OpenSim 3.3 on Windows 10 64bit, whenever I tried to open any file within the gui, the software would shut down. This would happen before even selecting a file to open, simply after telling OpenSim I wanted to open a file.
Following some of the suggestions in this thread were helpful. I ended up installing JVM 64bit, and then changed the opensim.conf file as follows:
I had added "\bin" to the path initially, and OpenSim couldn't find Java, but this allowed it to use the default Java on my machine rather than the one in the OpenSim folders, which got rid of the problem.
If I revert to jdkhome = "jdk", OpenSim crashes again, so there is something issue in the jdk folder in the OpenSim installation.
Currently working fine with the mentioned edit.
Thanks,
Jordan
I've recently come across the same (or similar) problem. Using OpenSim 3.3 on Windows 10 64bit, whenever I tried to open any file within the gui, the software would shut down. This would happen before even selecting a file to open, simply after telling OpenSim I wanted to open a file.
Following some of the suggestions in this thread were helpful. I ended up installing JVM 64bit, and then changed the opensim.conf file as follows:
Code: Select all
# default location of JDK/JRE, can be overridden by using --jdkhome <dir> switch
#jdkhome="jdk"
jdkhome="C:\Program Files\Java\jre1.8.0_201"
If I revert to jdkhome = "jdk", OpenSim crashes again, so there is something issue in the jdk folder in the OpenSim installation.
Currently working fine with the mentioned edit.
Thanks,
Jordan