ptitSeb / box86-compatibility-list

Box86 Compatibility List (Games and Software)
MIT License
61 stars 2 forks source link

Unturned (WINE) #317

Open TuxThePenguin0 opened 1 year ago

TuxThePenguin0 commented 1 year ago

Description

Game starts up fine and seems to run well but after a few seconds freezes up and crashes, along with the Unity crash handler appearing. No crash log or notable output from steam appears.

Tested on

Thinkpad X13s Debian Sid Mesa 23.1.2

Status

Previous behavior: None reported

Current behavior: Runs briefly and then crashes

Screenshots

image

OpenGL

Vulkan/DXVK

Additional Information

Run in Proton 8.0

ptitSeb commented 1 year ago

Note that most Windows Unity3D games need BOX64_DYNAREC_BIGBLOCK=0 BOX64_DYNAREC_STRONGMEM=1 to work preperly. You might want to use ~/.box64rc to set thos settings only for this process.

Also, on the X13s I have issue with Vulkan not being stable. There is a ticket open for that on mesa gitlab repo https://gitlab.freedesktop.org/mesa/mesa/-/issues/9246

TuxThePenguin0 commented 1 year ago

Hmm I'll try that when I next get the chance.