| Issue 59: | Unsupported game | |
| 2 people starred this issue and may be notified of changes. | Back to list |
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.
Aug 18, 2010
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"
Aug 18, 2010
You cannot mix -jar parameter with -cp, just use: "D:\WINDOWS\system32\javaw.exe -cp microemulator.jar;microemu-nokiaui.jar"
Aug 18, 2010
I've try your cmd and now Microemu doesn't starts. Work folder is "C:\microemu\".
Aug 18, 2010
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
Hmm, very strange. I've tried javaw and java and still no succes.
Aug 18, 2010
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
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
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
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.
Aug 18, 2010
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
Thank you for patience. :) |
Labels: Milestone-3.0