Scumm 1.5.0 on iPad 4 iOS 6
Moderator: ScummVM Team
What version of ScummVM is that?Saikobooru wrote:Hey, I have the same problem, but I managed to locate the crash info by Xcode. Here's what the plist contains:
pastebin(dot)com(slash)zbvMfd8k
(sorry for the crude link, but the 3 post limit demands it, and posting the raw data marks the message as spam)
Let me get this straight... Everything was working fine with iOS 6.0 and the crashes started with iOS 6.1, right?
If this indeed the case, then the only relevant crash I could find is here:
http://stackoverflow.com/questions/1463 ... on-opening
If this indeed the case, then the only relevant crash I could find is here:
http://stackoverflow.com/questions/1463 ... on-opening
I'm not really sure if anyone had tried it on iOS 6 the evasion jb just came out so most of us naturally just updated to 6.1 then tried. I'm kinda wishing i kept it to 6.0 to try it out. Oh my I need my kings quest! Has anyone tried it on iOS 6.0?
Does anyone think that perhaps the new jb perhaps had altered something that may be interfering in Cydia? Causing scum to crash? I don't think so because all the people having the same issues.
I tried also the re install shut down, install shut down and nothing.
Does anyone think that perhaps the new jb perhaps had altered something that may be interfering in Cydia? Causing scum to crash? I don't think so because all the people having the same issues.
I tried also the re install shut down, install shut down and nothing.
-
- Posts: 2
- Joined: Tue Feb 05, 2013 4:52 pm
It's version 1.5.0LordHoto wrote:What version of ScummVM is that?Saikobooru wrote:Hey, I have the same problem, but I managed to locate the crash info by Xcode. Here's what the plist contains:
pastebin(dot)com(slash)zbvMfd8k
(sorry for the crude link, but the 3 post limit demands it, and posting the raw data marks the message as spam)
-
- Posts: 9
- Joined: Sat Sep 23, 2006 11:07 pm
Illegal instruction: 4
I am on an iPad4 iOS 6.0, and I have the same issues. It is some sort of processor instruction/opcode that is not allowed/compatible with the a6x. Likely the software has to be recompiled for the new processor.
Attempting to invoke scummvm from the command line results in "Illegal instruction: 4", as does the invocation of the unecm command line tool.
Methinks someone out there already knows the issue and how to solve it.... I do hope someone will chime in!
Anything I can do to help, please let me know (logs, crash reports, etc)!
*EDIT* - Illegal instruction 4 can be fixed in many (if not all) cases by applying the following sed command to the binary you are getting the error from. I have a working ipad4 ios6.0 unecm binary by applying this to the available one from the repos. Command: " sed -i 's/\x00\x30\x93\xe4/\x00\x30\x93\xe5/g;s/\x00\x30\xd3\xe4/\x00\x30\xd3\xe5/g;' NameOfBinary "
Attempting to invoke scummvm from the command line results in "Illegal instruction: 4", as does the invocation of the unecm command line tool.
Methinks someone out there already knows the issue and how to solve it.... I do hope someone will chime in!
Anything I can do to help, please let me know (logs, crash reports, etc)!
*EDIT* - Illegal instruction 4 can be fixed in many (if not all) cases by applying the following sed command to the binary you are getting the error from. I have a working ipad4 ios6.0 unecm binary by applying this to the available one from the repos. Command: " sed -i 's/\x00\x30\x93\xe4/\x00\x30\x93\xe5/g;s/\x00\x30\xd3\xe4/\x00\x30\xd3\xe5/g;' NameOfBinary "
Last edited by jack44556677 on Sat Jan 11, 2014 8:25 pm, edited 1 time in total.
Re: Illegal instruction: 4
Saikobooru already provided a crash log for 1.5.0, but if you also got one it wouldn't hurt if you paste it.jack44556677 wrote:I am on an iPad4 iOS 6.0, and I have the same issues. It is some sort of processor instruction/opcode that is not allowed/compatible with the a6x. Likely the software has to be recompiled for the new processor.
Attempting to invoke scummvm from the command line results in "Illegal instruction: 4", as does the invocation of the unecm command line tool.
Methinks someone out there already knows the issue and how to solve it.... I do hope someone will chime in!
Anything I can do to help, please let me know (logs, crash reports, etc)!
EDIT: If you want to give it a try you can also try to copy over a development build then restart your device or Spring and then try to launch that one.
Last edited by LordHoto on Wed Feb 06, 2013 9:29 pm, edited 2 times in total.