James Bryant
James Bryant
After a long git bisect the issue only happens in Wine 5.0 rc1 and later. It was caused by kernel32: Use the Get/SetComputerName functions from kernelbase. https://github.com/wine-mirror/wine/commit/f2e5b8070776268912e1886d4516d7ddec6969fc
3) Just keep in mind, Boxedwine will not see file system changes after it starts. For performance reasons I cache the file system entries. It will still open the file,...
@DustinBrett That is a really cool example of using Boxedwine in the browser. I've never see anything like that before where you implemented a desktop in the browser that let...
I agree, the main goal of BoxedWine is game preservation. Sometimes there are changes I need to implement on my side for each new Wine version, mainly around my winex11.drv...
I would think there is a good chance that the normal cpu emulation with no JIT might work on PPC. I have never run on a big-endian system, but the...
I should document that better. scale only work with GDI rendering. GDI rendering is used for everything other than DirectX/OpenGL. If your game is DirectDraw, you can tell Wine to...
@mkende Which version of Wine are you using? I noticed starting around Wine 5.0 8-bit games started to work a lot better. I would like to scale OpenGL, but I...
What game is it? Do you know if this issue happen with Wine on Linux?
Thanks for the offer. I feel that an appdb like what Wine does is too big of a project. At first I was leaning in that direction because there were...
The short answer is that Vulkan doesn't work yet. It's been a while since I worked on Vulkan. I feel like it was getting pretty close but I also never...