Rok Mandeljc
Rok Mandeljc
> I guess not, WSL doesn't seem to have that module anywhere. Seems to be too complicated because it's like setting up nested VMs > > (though there's https://github.com/microsoft/WSL2-Linux-Kernel but...
> That is useful to know, but I was hoping for a CLI implementation as well. The conversion is fully handled by libMirage, so the only thing needed for a...
Here's a proof-of-concept implementation: https://github.com/cdemu/image-converter
Start the daemon in debugger, and then check the backtrace once it crashes. But for purposes of plugin development, it might be easier to work with image analyzer, or even...
> Could you assist with such a "simple C" program, not sure what is actually required to bootstrap a plugin. You just need to set up libMirage and try to...
> > You just need to set up libMirage and try to load the image, e.g.: > > Thanx stax for the assist. Doesn't help much cause I can't get...
> Still get no CHD-Parser output Does this mean you're missing only CHD-Parser output, or all debug output (for other parsers as well)?
> Any pointers with where media types are defined would be nice. The actual image writers are located in libMirage, in the respective image plugins (iso or toc). But most...
I guess we would need to skip all tests that depend on UI toolkit (Tcl/Tk - either for splash screen or via `tkinter`, various Qt bindings, Gtk via GObject introspection)...
Hmm, the hooks should be preventing both PyQt5 and PyQt6 from being collected when Qt API is not explicitly specified... Can you provide reproduction steps for this setup, so I...