My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 59: Unsupported game
2 people starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  ----
Closed:  Aug 2010


 
Reported by surfer56@gmail.com, Jun 27, 2010
What steps will reproduce the problem?
JAR file https://dl.dropbox.com/u/8054731/gish.jar
Not supported by MicroEmu.

What is the expected output? What do you see instead?
Nothing, game doesn't start.

What version of the product are you using? On what operating system?
MicroEmulator 3.0.0-SnapShot 77 (22.06.2010)

Please provide any additional information below.
Can you explain reason, please.
Gish-Mobile-ML-MS.jar
416 KB   Download
Aug 18, 2010
Project Member #1 bar...@gmail.com
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).
Status: Fixed
Labels: Milestone-3.0
Aug 18, 2010
#2 surfer56@gmail.com
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"
ThreadDump-08-18_16-09-25.log
6.1 KB   View   Download
Aug 18, 2010
Project Member #3 bar...@gmail.com
You cannot mix -jar parameter with -cp, just use:
"D:\WINDOWS\system32\javaw.exe -cp microemulator.jar;microemu-nokiaui.jar"
Aug 18, 2010
#4 surfer56@gmail.com
I've try your cmd and now Microemu doesn't starts.
Work folder is "C:\microemu\".
Aug 18, 2010
Project Member #5 bar...@gmail.com
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"
Aug 18, 2010
#6 surfer56@gmail.com
Hmm, very strange.
I've tried javaw and java and still no succes.

Aug 18, 2010
Project Member #7 bar...@gmail.com
Main class has to be specified too:
"D:\WINDOWS\system32\javaw.exe -cp microemulator.jar;lib\microemu-nokiaui.jar org.microemu.app.Main"
Aug 18, 2010
#8 surfer56@gmail.com
Thanks, now microemu launches.
But jad/jar file are not, still nothing happens when I try to Start.

Sorry for such bothering.
Aug 18, 2010
Project Member #9 bar...@gmail.com
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"
Aug 18, 2010
#10 surfer56@gmail.com
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.
gish.png
40.7 KB   View   Download
Aug 18, 2010
Project Member #11 bar...@gmail.com
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.
Aug 18, 2010
#12 surfer56@gmail.com
Thank you for patience. :)

Powered by Google Project Hosting