Opened 12 years ago
Closed 10 years ago
#6254 closed defect (fixed)
Android - EOB -Game crashes on loading
Reported by: | (none) | Owned by: | fuzzie |
---|---|---|---|
Priority: | normal | Component: | Engine: Kyra |
Version: | Keywords: | ||
Cc: | Game: | Eye of the Beholder 1 |
Description
ScummVM version - 1.6.0 git 2631 Bug details - loading the game causes scummvm to crash and close. Language of game - English Version of game - PC Platform and Compiler (Win32, Linux, ...) - Android
Ticket imported from: #3605806. Ticket imported from: bugs/6254.
Attachments (2)
Change History (14)
comment:1 by , 12 years ago
Owner: | set to |
---|
comment:2 by , 12 years ago
comment:4 by , 12 years ago
It's not a savegame. Just attempting to start it results in ScummVM crashing back to the system's launcher. I can't attach files (I presume because this is someone else's issue post) but I can give you a PasteBin link to my log: http://pastebin.com/LR1kqVX5
comment:6 by , 12 years ago
We're leaking local references in the asset code (looks like both the internal buffer of JavaInputStream, and in the createReadStreamForMember function). Should be simple enough to fix I hope.. I'll see if I can find time to test it later.
comment:7 by , 12 years ago
That sounds promising. BTW, if it tells you anything at all, EoB 2 also crashes exactly the same way with, as far as I can determine, the same basic problems. I'll go ahead and provide a log for it as well -- this one should be a little bit cleaner. I didn't realize so much would show up in the log just from me turning the screen off and back on... http://pastebin.com/Kkn3wDSF
by , 12 years ago
Attachment: | scummvm_crash_on_eye_of_beholder.txt added |
---|
by , 12 years ago
Attachment: | eye_of_beholder_2_scummvm_for_android_crash_log.txt added |
---|
comment:9 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → pending |
comment:10 by , 12 years ago
This should be fixed by 89d9a624d9f0b4f5ba07259d5f90f7f85f15a0df in master, 610ed4d1fe05d84d26da9ae31a1728a9c8a83c21 on the stable branch. So should be fixed in the next daily builds.
comment:12 by , 10 years ago
Status: | pending → closed |
---|
Can you provide the log (by e.g. running aLogcat right after the crash)?