-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kamikaze 2: way of ninja lags and suddenly exits #113
Labels
Comments
have you tried this in 1.2.7.8 version |
yes, the main problem here is the installation method so as jad installation is not yet implemented on J2ME-Loader, those demo thing would still persist on this game. |
1.2.7.8 supports jad installation |
oh my bad! I didnt look at the files. gonma check this now. thanks. |
Fixed on 1.2.7.8 |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is Kamikaze 2: Way of Ninja, screen resolution is
352x416
The game sometimes lags, only on this screen resolution. I've tested lower resolution like 240x320 and it was okay.
The main reason here is that it suddenly exits after some time playing:
I tried another emulator to see how it behaves, and I found out that the game tries to go
Airtime
, or simply wants to connect through the internet. We can't see this prompting on J2ME Loader as it always allows any permissions the app requested. ( I mentioned this on #107 )But even though it connects through the internet, it still closes.
Again, on another emulator, I tried installing it using its
.jad
method to see how it works. It was a success! Suddenly closes no more.As of 1.2.7.3, J2ME Loader supports only the method
.jar
for installation. ( there is a request for it on #98 ).The text was updated successfully, but these errors were encountered: