Closed GoogleCodeExporter closed 9 years ago
It should be fixed in the latest snapshot version (SNAPSHOT.81):
http://snapshot.microemu.org/microemulator/download/microemulator-3.0.0-SNAPSHOT
.zip
Don't forget to include the Nokia UI implementation library to your classpath
(microemu-nokiaui.jar).
Original comment by bar...@gmail.com
on 18 Aug 2010 at 8:01
Thanks for reply.
Still nothing happens when I try to run this.
My cmd is "D:\WINDOWS\system32\javaw.exe -jar "C:\microemu\microemulator.jar"
-cp microemulator.jar;microemu-nokiaui.jar"
Original comment by surfer56@gmail.com
on 18 Aug 2010 at 10:27
Attachments:
You cannot mix -jar parameter with -cp, just use:
"D:\WINDOWS\system32\javaw.exe -cp microemulator.jar;microemu-nokiaui.jar"
Original comment by bar...@gmail.com
on 18 Aug 2010 at 10:32
I've try your cmd and now Microemu doesn't starts.
Work folder is "C:\microemu\".
Original comment by surfer56@gmail.com
on 18 Aug 2010 at 10:42
Probably you need to correct the command line to point the existing jars.
microemu-nokiaui.jar is in lib folder so your command line should look like
this:
"D:\WINDOWS\system32\javaw.exe -cp microemulator.jar;lib\microemu-nokiaui.jar"
Original comment by bar...@gmail.com
on 18 Aug 2010 at 10:45
Hmm, very strange.
I've tried javaw and java and still no succes.
Original comment by surfer56@gmail.com
on 18 Aug 2010 at 11:01
Attachments:
Main class has to be specified too:
"D:\WINDOWS\system32\javaw.exe -cp microemulator.jar;lib\microemu-nokiaui.jar
org.microemu.app.Main"
Original comment by bar...@gmail.com
on 18 Aug 2010 at 11:31
Thanks, now microemu launches.
But jad/jar file are not, still nothing happens when I try to Start.
Sorry for such bothering.
Original comment by surfer56@gmail.com
on 18 Aug 2010 at 11:42
Attachments:
It seems this game uses JSR-135 and JSR-82 as well. In that case command line
would be a little bit longer:
"D:\WINDOWS\system32\javaw.exe -cp
microemulator.jar;lib\microemu-nokiaui.jar;lib\microemu-jsr-135.jar;lib\microemu
-jsr-82.jar org.microemu.app.Main"
Original comment by bar...@gmail.com
on 18 Aug 2010 at 11:57
Thanks, now game launches, shows 3 intro's and stops on half at progressbar.
Tried to wait 1, 2, 3 minutes.
Also I've tried to disable network access for MIDlet, but got same result.
Original comment by surfer56@gmail.com
on 18 Aug 2010 at 12:15
Attachments:
This one is not that easy to fix. I noticed that as well that
RecordStoreException is thrown just before the progress bar stops. If I find
some time I'll look into it.
Original comment by bar...@gmail.com
on 18 Aug 2010 at 12:29
Thank you for patience. :)
Original comment by surfer56@gmail.com
on 18 Aug 2010 at 12:34
Original issue reported on code.google.com by
surfer56@gmail.com
on 27 Jun 2010 at 9:48Attachments: