-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
If the kernel doesn't identify a valid disc it will launch into the dashboard.
In that case, this code is printing a confusing message:
xqemu-hdd-image/xboxdash/main.c
Lines 16 to 18 in ad4e8c5
| pb_show_debug_screen(); | |
| debugPrint("Please insert an Xbox disc...\n"); | |
| while(1) XSleep(1000); |
This message will be shown, regardless of the current system state. If the user supplies a valid Xbox image (redump ISO), the message will still be printed in XQEMU (because of missing drive emulation).
We should probably add some code to check if a disc was inserted, and report the most common issues and current system state (disc drive information + kernel information).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels