Jannik Vogel

Results 596 issues of Jannik Vogel

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: https://github.com/xqemu/xqemu-hdd-image/blob/ad4e8c505a55ce80b9e34efd52a699b6ad4cb494/xboxdash/main.c#L16-L18 This message will be shown,...

The settings dialog can be opened multiple times. That is confusing. Especially because the dialogs aren't synchronized and because of #15 (so the user doesn't know which settings are actually...

This is a (hacky) partial implementation of #1. * The UI is read-only for now; settings have to be made in settings.json (manually). * It only implements port-forwarding, and not...

Our UI labels the log as "XQEMU Messages", but the "XQEMU quit prematurely" message will refer to it as "log area". We should make this more consistent.

good first issue

The settings dialog can be opened while XQEMU is running. However, many of its options configure the hardware state and should not be modifiable while the Xbox is already running...

When hitting the "Restart" button (which sends QMP `system_reset`), I always seem to get: > hw/xbox/nv2a/nv2a_pfifo.c:278: pfifo_run_pusher: Assertion `false' failed. I think we should remove the button for now, or...

When pressing "Restart" it will crash XQEMU (See #50). When pressing the button again, XQEMU-Manager will try to send another QMP command before realizing that XQEMU crashed. This leads to...

There's 2 related bugs that we noticed during review of the original log PR https://github.com/xqemu/xqemu-manager/pull/48#discussion_r331277036: 1. The log doesn't auto-scroll all the way to the bottom by default (when new...

*(Might not be necessary, depending on design chosen in #53)* The log currently changes the selection when appending a new message. [This was already noted in the original log PR](https://github.com/xqemu/xqemu-manager/pull/48/files#r331274121)...

During review of the original log PR, we agreed that the log should eventually move into its own window. We already had some ideas how this could work: See https://github.com/xqemu/xqemu-manager/pull/48#issuecomment-538560287...