Darkness

Subforum for discussion and help with ScummVM's iPhone port

Moderator: ScummVM Team

Post Reply
JimmVM
Posts: 4
Joined: Fri Dec 31, 2010 10:53 pm

Darkness

Post by JimmVM »

I just built and installed ScummVM on my iPhone 3G and it looks like this when launched:

Image


The menu system appears to be missing. Has anyone encountered this before? Any idea how I might fix this?

Thanks and Happy New Year,
Jim
JimmVM
Posts: 4
Joined: Fri Dec 31, 2010 10:53 pm

Update

Post by JimmVM »

This is the only bolded message from GDB. Looks important — is it?

Code: Select all

<CAEAGLLayer&#58; 0x1148980>&#58; calling -display has no effect.
[/b]
Does it correspond with this warning:

Image


Or am I barking up the wrong tree altogether?
JimmVM
Posts: 4
Joined: Fri Dec 31, 2010 10:53 pm

Update 2

Post by JimmVM »

So I took another crack at it. By placing some break points, I discovered that neither

Code: Select all

- &#40;iPhoneView*&#41; getView &#123;
	return _view;
&#125;
nor

Code: Select all

- &#40;UIWindow*&#41; getWindow &#123;
	return _window;
&#125;
are being hit. Can anyone better at this than myself see why? Source
JimmVM
Posts: 4
Joined: Fri Dec 31, 2010 10:53 pm

Post by JimmVM »

Bump.

Is there anyone who has successfully built ScummVM in Xcode? Anyone at all?
Post Reply