-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Black screen and freezes at some titles #11
Comments
What version (commit number) of xqemu are you running? |
Comparison of provided CLI and what XQEMU-Manager would do: CLI:
XQEMU-Manager: # xqemu_path,
# '-cpu','pentium3',
# '-machine','xbox,bootrom=%(mcpx_path)s%(short_anim_arg)s' % locals(),
# '-m','64',
# '-bios', '%(flash_path)s' % locals(),
+ '-net','nic,model=nvnet',
+ '-net','user',
# '-drive','file=%(hdd_path)s,index=0,media=disk%(hdd_lock_arg)s' % locals(),
# '-drive','index=1,media=cdrom%(dvd_path_arg)s' % locals(),
+ '-qmp','tcp:localhost:4444,server,nowait']
- (usb gamepad) Except for a small difference in order, the major differences are QMP (which shouldn't affect emulation at all) and the nic. Can you confirm that GTA: SA also works from CLI when using the nic? We had similar issus in Halo: CE. Alternatively, try removing the nic from XQEMU-Manager temporarily. |
It doesn't helps in GTA SA - still black screen just before Press Start, checked twice. |
i have the same issue. gta sa freezes after the title screen. system is debian 11 ./i386-softmmu/qemu-system-i386 console shows: |
Ninja Gaiden also crashes after i hit new game, didnt try an other games jet. |
Tested and confirmed in Grand Theft Auto San Andreas - with xqemu-manager it stucks (black screen - BS) after copyright screen just before Press Start. With bat-file it boots and after pressing Start button assertion error (its not xqemu-manager bug, already reported to xqemu's issue-tracker).
Tested on 5d4058d6.
Bat-file:
xqemu.exe -cpu pentium3 -machine xbox,short_animation,bootrom=mcpx.bin -bios bios.bin -m 64 -drive index=0,media=disk,file=hdd.qcow2,locked -drive index=1,media=cdrom,file=gtasa.iso -usb -device usb-xbox-gamepad
Titles (tested on xqemu-manager):
Grand Theft Auto San Andreas - BS after "Press Start" screen
Lord of the Rings: Third age - freezes (maybe its working, but I am not sure) at main menu, input is not response. Also it has some graphic glitches - yellow garbage.
Mortal Kombat Deception - BS after credits screen, just before FMVs.
The text was updated successfully, but these errors were encountered: