sleyzerzon / soar

Automatically exported from code.google.com/p/soar
1 stars 0 forks source link

Soar debugger failing silently #126

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The soar debugger is failing silently on my windows 7 machine.  I think it is 
related to the issue about adding the bin to the system path, however that 
trick isn't working for my situation.  It looks like SOAR is running because 
the memory usage is the same as when it was working but the GUI is not 
starting. 

I have java 6 installed and that is the only java in my path.  I also have the 
Soar bin folder in my system path.  

What makes this problem even weirder is that the debugger was working for a 
while but one day stopped working.  I didn't make any changes to my machine at 
the time.  I have re-installed the java 6 and SOAR with no luck.

Original issue reported on code.google.com by cfunk1...@gmail.com on 13 Dec 2012 at 7:17

GoogleCodeExporter commented 8 years ago
We would really need more information to be able to recreate.  

Original comment by maz...@gmail.com on 26 Jan 2013 at 1:45

GoogleCodeExporter commented 8 years ago
You might try running the debugger from the command line (i.e., manually type 
out the stuff in the .bat file) and see if some error information gets printed 
to the console.

Original comment by marin...@gmail.com on 26 Jan 2013 at 2:48

GoogleCodeExporter commented 8 years ago
Yes, and change "javaw.exe" to "java.exe"

Original comment by voigtjr@gmail.com on 26 Jan 2013 at 3:04