Mason Thompson

Results 48 comments of Mason Thompson

Could this be added as a page on the website as well?

Could a maintainer review this? Thank you!!

@cdlenfert please test this and let us know how this works before I close.

> You can remove Batman Begins from this list, it works as it should. Removed

@codedwrench the linux specific badge should be removed, I've tested that this crash also occurs on windows

Updating to QEMU 8.2 then applying the following patch in vl.c will fix the error, alongside fixing the `audiodev0` line as well ``` #ifdef _WIN32 // FIXME: Create this dummy...

See the -audio portion of the manpage for more details https://www.qemu.org/docs/master/system/qemu-manpage.html

also, currently trying to specify audio none `-audio none: Parameter 'model' is missing` creates this new warning, and crashes the application... specifying the model as ac97 also crashes the application...