09-24-2009 10:19 PM
Ok, I tested again. It looks like the simulator is not always reacting to that combination of keys. Here you are the log:
a System - JVM:INFOp=2100000a,a='5.0.0.168',o='',h=84000e07
Name: System
Severity: Always Logged
GUID: 97c9f5f641d25e5f
Time: Sep 25, 2009 02:02:45
E net.rim.mdp - TEma
Name: net.rim.mdp
Severity: Error
GUID: 389fe34834fb0edf
Time: Sep 25, 2009 02:02:45
W net.rim.mdp - TDtm
Name: net.rim.mdp
Severity: Warning
GUID: 389fe34834fb0edf
Time: Sep 25, 2009 02:02:45
S Java Exception - RuntimeException
Name: RuntimeException
Severity: Severe Error
GUID: 9c3cd62e3320b498
Time: Sep 25, 2009 02:02:37
Error starting Test3: Module 'Test3' has veritication error 422 at offset 654d net_rim_bb_framework_api-1 (4A6ED209)
ApplicationEntryPoint
run
0x37A4
net_rim_bb_ribbon_app-3 (4A6EF233)
ApplicationEntry
invoke
0x4D8
net_rim_bb_ribbon_app-1 (4A6EF233)
RibbonLauncherImpl
<private>
0x734E
net_rim_bb_ribbon_app-1 (4A6EF233)
ApplicationEntry
launch
0x554D
net_rim_bb_ribbon_app (4A6EF233)
ApplicationMenu
trackwhellClick
0x9FA
net_rim_bb_ribbon_app (4A6EF233)
ApplicationMenu
navigationClick
0xA1A
net_rim_clcd-11 (4A6EF233)
Screen
dispatchNavigationEvent
0x67A5
net_rim_cldc-12 (4A6ED127)
UiEngineImpl
processMessage
0x7C63
net_rim_cldc-7 (4A6ED127)
Application
<private>
0x2A58
net_rim_cldc-7 (4A6ED127)
Application
processNextMessage
0x1C37
net_rim_cldc-7 (4A6ED127)
Application
enterEventDispatcher
0x1B74
net_tim_bb_ribbon_app-1 (4A6EF233)
RibbonLauncherApp
main
0x4F0E
a System - Error starting Test3: Module 'Test3' has verification error 422 at offset 654d
Name: System
Severity: AlwaysLogged
GUID: 97c9fef641d25e5f
Time: Sep 25, 2009 02:02:37
W net.rim.mdp - TNda
Name: net.rim.mdp
Severity: Warning
GUID: 389fe34834fb0edf
Time: Sep 25, 2009 02:02:07
...
It doesn't tell me too much. What can you see on it? None of the methods in that list is related with my MIDlet.
09-25-2009 03:18 AM
Hi,
When i have had a verification error in the past it has usually been to do with accessing static variables incorrectly. When my program crashes because of it and the simulator shows the white screen with continue as the option, i scroll up and select catfail on the white bb simulator screen and save the failure file, then i extract it and open the .bug file with notepad. I do a search for "vecm" which shows the class and the method that is causing the error. Then i would look in that method for static variables and try something else rather than static variables.
hope it helps you.
Regards
Brendan
09-25-2009 03:46 AM