ptitSeb

Results 2023 comments of ptitSeb

Update your box64 version to current github latest source. The missing vulkan extension as already be added.

You are using box32 inside Winlater? with regular wine and box32 instead of box86? Is that your config?

If the bottleneck is on the GPU as all this might suggest, there isn't much to be done on box64 side. Side note: box64 is compatible with gallium 9, but...

> @ptitSeb maybe the game needs some dynarec opcodes to be added to speed it up ? Maybe, but if it's gpu bottleneck, opcode stuff will do nothing, even if...

you realize that you are launching qemu and not box64 here?

It's still running quemu in the end: the "binary" your are luanching is a shell script, so box64 cannot run it and use system bash to launch it, wich will...

I'm downloading the GoG version, will probably try it in a few days...

Yeah, I tested it tonight. I reproduce a crash. I tested a few things, and it's not a dynarec issue, as the same crash is present without it. I'll continue...

Oooh, interesting, I'll go recheck this one later :)

Also, keep in mind that clang or gcc optimisation will affect only box64 (/box86) code, and not the generated Dynarec by box64. Don't expect too much difference between optimized build...