ScummVM logo Forum Index - ScummVM website - Contact us - Buy Supported Games: GOG.comDotEmu  Rules - Search - Register - Login curved edge
Folder Forum Index > iPhone Port > iPad port Goto page Previous  1, 2, 3, 4
iPad port
  Author    Thread Reply to topic
Vinterstum
ScummVM Developer


Joined: 16 Oct 2005
Posts: 585
 

You can't actually launch GUI apps from the command line anymore.

However, you should be able to see something from the log file in: /var/mobile/.scummvm.log

 Reply with quote  
Post Mon Aug 09, 2010 6:16 pm 
 View user's profile Send private message
Mutajon



Joined: 03 Aug 2010
Posts: 7
 

quote:
Originally posted by Vinterstum
You can't actually launch GUI apps from the command line anymore.

However, you should be able to see something from the log file in: /var/mobile/.scummvm.log


Hey again,

Looking through the scummvm.log file all I could find is a dry description of my (reapeted) attempts to run "I have no mouth and I must scream" (ihnm) on the iPad. No apparent error log... Here's the lines

quote:
Originally posted by scummvm.log

User picked target 'ihnm' (gameid 'saga')...
Looking for a plugin supporting this gameid... Saga engine [ITE, IHNM]
Starting 'SAGA Engine game'
User picked target 'ihnm' (gameid 'saga')...
Looking for a plugin supporting this gameid... Saga engine [ITE, IHNM]
Starting 'SAGA Engine game'
User picked target 'ihnm' (gameid 'saga')...
Looking for a plugin supporting this gameid... Saga engine [ITE, IHNM]
Starting 'SAGA Engine game'
User picked target 'ihnm' (gameid 'saga')...
Looking for a plugin supporting this gameid... Saga engine [ITE, IHNM]
Starting 'SAGA Engine game'



Does this mean anything to you guys? Can you see something wrong here? Is saga the right gameid?

Thanks for any assistance.
 Reply with quote  
Post Tue Aug 17, 2010 8:52 pm 
 View user's profile Send private message
sev
ScummVM Lead


Joined: 21 Sep 2005
Posts: 1791
 

quote:
Originally posted by Mutajon
Does this mean anything to you guys? Can you see something wrong here? Is saga the right gameid?

Yes, saga is the right gameid, but it does not really mean anything.

First, did you try to run the game on your desktop computer? Does it crash there? If it crashes, run scummvm with -d9, and provide the output.

Second, if it runs well on the desktop but crashes on iPad, then do the following: locate scummvm.ini file on iPad, open it in some text editor, and in the first section [scummvm] add line "debuglevel=9" (without the quotes). Then start the game and provide contents of scummvm.log, not everything as it could be big, but just 5 last lines.


Eugene
 Reply with quote  
Post Tue Aug 17, 2010 10:25 pm 
 View user's profile Send private message Visit poster's website
Mutajon



Joined: 03 Aug 2010
Posts: 7
 

Thanks for the quick reply. However, I can't seem to find the scummvm.ini file - It's not in the scummvm app directory (/private/var/mobile/Library/ScummVM), nor is it in the var/mobile or where I upload my games to (/private/var/mobile/Scumm), nor inside the ihnm directory itself...

Any ideas on where else I should look for it?
(I can't find a search option in the fillzila program)

Thanks for all the help!

P.S
Yes, I've tried to run the game for the comp desktop with the same game files and it runs fine.

 Reply with quote  
Post Wed Aug 18, 2010 11:03 am 
 View user's profile Send private message
Mutajon



Joined: 03 Aug 2010
Posts: 7
 

Help? Anyone?

 Reply with quote  
Post Sun Aug 29, 2010 6:48 pm 
 View user's profile Send private message
chrislu



Joined: 20 Sep 2010
Posts: 8
 

hi,
because the urbanfanatics cydia repository seems down i installed the latest svn build (1.3.0svn52798) on my ipad. for this i first installed the 1.1.1 iphone version deb package through cydia autoinstall. then i copied the contents of the svn build to the /Applications/ScummVM directory on the device using iPhoneBrowser. after restarting the device two times (no idea why 2x) the ipad icon (72x72px) showed up and scummvm worked in iPad mode.

i was able to play monkey 1 and 2 (dos, cd) and indy 3(dos, vga), but monkey 2 (dos), indy 4(dos,cd,speech), dott(dos,cd) and sam n max (dos,cd) crash the app to the springboard. is there a more stable build i can install which runs on the ipad with high quality scaling?

-chris

 Reply with quote  
Post Mon Sep 20, 2010 6:14 pm 
 View user's profile Send private message
HunterZ



Joined: 18 Sep 2010
Posts: 7
Location: Seattle
 

quote:
Originally posted by chrislu
hi,
because the urbanfanatics cydia repository seems down i installed the latest svn build (1.3.0svn52798) on my ipad. for this i first installed the 1.1.1 iphone version deb package through cydia autoinstall. then i copied the contents of the svn build to the /Applications/ScummVM directory on the device using iPhoneBrowser. after restarting the device two times (no idea why 2x) the ipad icon (72x72px) showed up and scummvm worked in iPad mode.

i was able to play monkey 1 and 2 (dos, cd) and indy 3(dos, vga), but monkey 2 (dos), indy 4(dos,cd,speech), dott(dos,cd) and sam n max (dos,cd) crash the app to the springboard. is there a more stable build i can install which runs on the ipad with high quality scaling?

-chris

Maybe this will help? http://forums.scummvm.org/viewtopic.php?p=60391&highlight=#60391
 Reply with quote  
Post Mon Sep 20, 2010 7:00 pm 
 View user's profile Send private message
chrislu



Joined: 20 Sep 2010
Posts: 8
 

quote:
Originally posted by HunterZ
Maybe this will help? http://forums.scummvm.org/viewtopic.php?p=60391&highlight=#60391
thank you, that helped! Wink

-chris
 Reply with quote  
Post Mon Sep 20, 2010 7:17 pm 
 View user's profile Send private message
chrislu



Joined: 20 Sep 2010
Posts: 8
 

ok, I found another bug in the build mentioned initially by me.

the old adventures using a 320x200 resolution are displayed letterboxed as their aspect ratio does not match the ipads (although they were played on 4:3 displays in the old days). now the problem is when in this letterboxed mode the touch input is taken from the full display and is directly applied to the letterbox area. this leads to non 1:1 touch input to cross hair mapping. there is always a small vertical offset on the top and bottom of the letterbox area.

the touch input has to be scaled or offset correctly for the letterbox mode.

regards
-chris

 Reply with quote  
Post Tue Sep 21, 2010 8:55 pm 
 View user's profile Send private message
chrislu



Joined: 20 Sep 2010
Posts: 8
 

the buildbot did not update the iPhone version of ScummVM since the 27th of September.

 Reply with quote  
Post Mon Oct 04, 2010 7:09 pm 
 View user's profile Send private message
chrislu



Joined: 20 Sep 2010
Posts: 8
 

ok, today it updated it.

nice to have the GUI at the native resolution, BUT it is much more apparent that there is a serious cursor offset at the top and bottom in touch-screen mode. almost unusable. at my iPad at the bottom and top it is around 1.5cm!

regards
-chris

 Reply with quote  
Post Tue Oct 05, 2010 7:09 am 
 View user's profile Send private message
Vinterstum
ScummVM Developer


Joined: 16 Oct 2005
Posts: 585
 

quote:
Originally posted by chrislu
ok, today it updated it.

nice to have the GUI at the native resolution, BUT it is much more apparent that there is a serious cursor offset at the top and bottom in touch-screen mode. almost unusable. at my iPad at the bottom and top it is around 1.5cm!

regards
-chris


The cursor issue is new, the new native resolution code is very much WIP Smile (which is why it won't be in release 1.2.0).
 Reply with quote  
Post Mon Oct 11, 2010 2:02 pm 
 View user's profile Send private message
GalaadLD



Joined: 13 Jul 2012
Posts: 4
 

Anyone knows how can I whistle up the Curse of Monkey Island's coin menu to iPad 2?? It dispair me and I don't see anybody complain about it. Anyone have any solution or tip??

 Reply with quote  
Post Fri Jul 13, 2012 2:33 pm 
 View user's profile Send private message
  Display posts from previous:      
Reply to topic

Forum Jump:
 
Goto page Previous  1, 2, 3, 4


Forum Rules:
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum

 

Powered by phpBB © 2001, 2006 phpBB Group
Forum design by ScummVM team, icons by raina
curved edge   curved edge