Stefan Dösinger

Results 104 comments of Stefan Dösinger

Use the same wine that you use to run hangover, not the one from the package repos. It could be that the hangover build is missing winepulse.drv.so for example. Just...

Ah that suggests that Devedse's docker container build is missing audio backends. Presumably because they don't care about audio for their image processing programs. You can try to build yourself...

Check the output of Wine's configure (the one in build/wine-host). It will warn about missing libraries - presumably you need something along the name libpulse and libpulse-dev or so. I...

> 0024:err:pulse:pulse_test_connect Failed to create context This is where the problem is, and it is a nasty issue. hangover is rather inefficient re address space (qemu allocs, wrapper libs, the...

> 00b4:fixme:qemu_module:import_dll No implementation for ucrtbase.dll.__p___wargv imported from L"Z:\\root\\hangover\\build\\wine-guest64\\programs\\xcopy\\xcopy.exe", setting to 0x7fbb5e5cc5 > 00b4:fixme:qemu_module:import_dll No implementation for ucrtbase.dll._initialize_wide_environment imported from L"Z:\\root> RIP=0000007fbb5e5cc6 RFL=00000202 [-------] CPL=3 II=0 A20=1 SMM=0 HLT=0 Here...

My usual test to find out if the basic functionality is Wine's notepad - but that is a GUI program. I have fixes for xcopy coming. It used to work...

I've just pushed fixes that make "xcopy /?" run for both 32 and 64 bit xcopy. I haven't tested actual copying functionality. Please remember to update the submodules.

Oh also the build system is kinda bad with incremental rebuilds, so I recommend to rm -rf build/

The installer runs fine for me and FileOptimizer starts OK as well. However, it doesn't optimize any files because it can't start subprocesses. The Wine hack to start qemu for...

I pushed a fix for the immediate 7z.exe problem. I can now unpack and compress files, but when I pass an incorrect command line parameter it crashes and gets stuck...