nikita36078 / J2ME-Loader

A J2ME emulator for Android.
Apache License 2.0
1.72k stars 195 forks source link

Snake III crashes #1002

Closed GreenMan2023 closed 10 months ago

GreenMan2023 commented 10 months ago

Emulator version: 1.7.8-open

Game version: 2.9.1

Game resolution: Any device including 240x320 or 640x360

Device: ``Vivo Y02s"

Android version: 12 Description of the issue: It crashes when I press adventure, classic and custom modes.

nikita36078 commented 10 months ago

This game lacks a . jad file with SNAKE_SPEED property. As a temporary solution, you can open the .jar as archive, and add a line SNAKE_SPEED: 65536 in the file META-INF/MANIFEST.MF. Or you can use another version which has the .jad file.