03-31-2010 06:48 PM
Hi, I am attempting to test an application using the 5.0.0 Blackberry Emulator. However, before I have a chance to open my program the emulator always throws an error:
JVM Error
Interlaced synchronizations
Hex addresses
Does anyone know how to resolve this problem? Thanks!
03-31-2010 06:56 PM
Have you tried running clean.bat on the simulator directory?
You might also need to remove the *.dmp files, then rebuild the project and restart the sim.
03-31-2010 07:30 PM
Thank you, that worked perfectly!
03-31-2010 10:29 PM
Actually, I have the error back again, and doing either of the options what you suggested don't work anymore :-(
03-31-2010 11:54 PM
Is your application "auto-start" ?
If so, remove your COD files from the simulator directory and see if the issue goes away.
04-01-2010 12:25 AM
There were 655 .cod files in my simulator directory and I was able to remove them all but this didn't stop the simulator running. Other programs in the simulator seem to work to, so I wonder what all these .code files were. I still get the error message, but the simulator seems to be able to continue running afterwards - at least for now.
08-12-2010 04:32 PM
I had the same error and in the properties for the project under the simulator type screens there is a check box for launch in background. After trying the clean.bat and removing all dmp files not fixing the problem I unchecked the box "launch in background" and it seemed to fix the problem