Skip to content

"Please insert an Xbox disc..." is confusing #1

@JayFoxRox

Description

@JayFoxRox

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:

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions