mariomac / microemu

Automatically exported from code.google.com/p/microemu
0 stars 0 forks source link

Cannot run the game #118

Open anisdmitry opened 3 years ago

anisdmitry commented 3 years ago

Hi! I am trying to open jar game, and found this error, how i can fix it? Attach the game https://drive.google.com/file/d/14HUaoe7ZwqWm_E9iyC4cfaabExLxWbgz/view?usp=sharing Thank you!

java.lang.NullPointerException at h.a(Unknown Source) at House.(Unknown Source) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490) at java.base/java.lang.Class.newInstance(Class.java:584) at org.microemu.app.Common.loadMidlet(Common.java:418) at org.microemu.app.Common.initMIDlet(Common.java:1051) at org.microemu.app.launcher.Launcher.commandAction(Launcher.java:121) at javax.microedition.lcdui.Display$DisplayAccessor$1.run(Display.java:209) at org.microemu.device.ui.EventDispatcher$RunnableEvent.run(EventDispatcher.java:246) at org.microemu.device.ui.EventDispatcher.post(EventDispatcher.java:164) at org.microemu.device.ui.EventDispatcher.run(EventDispatcher.java:99) at java.base/java.lang.Thread.run(Thread.java:834)