qemu-ios icon indicating copy to clipboard operation
qemu-ios copied to clipboard

iPod Touch 1G SpringBoard VGP error

Open RomashkaTea opened this issue 2 years ago • 1 comments

OS: Arch Linux x86_64 Kernel: 6.2.7-arch1.1

log: Will read frame! Mar 19 07:44:51 launchd[1]: 16/com.apple.SpringBoard: Standard Out/Error: MBX is non-VGP, framework compiled for VGP Mar 19 07:44:51 launchd[1]: 16/com.apple.SpringBoard: Standard Out/Error: LayerKit: OpenGLES can't init: 0x3003.

RomashkaTea avatar Mar 19 '23 11:03 RomashkaTea

Thanks for your report. It could be that SpringBoard is being executed with MBX support enabled, which is not supported (yet) by the emulator. When starting SpringBoard, you should pass LK_ENABLE_MBX2D=0 as environment variable.

devos50 avatar Mar 19 '23 12:03 devos50