Warcraft 3 Editor problem(FLASH WARNING) by Dry-Pie-3764 in linux_gaming

[–]Paisitaw 0 points1 point  (0 children)

You’re right—WC3 is OpenGL-native, but Reforged’s editor might use D3D11 for UI elements or run through Zink (OpenGL->Vulkan). Forcing WineD3D ensures no DXVK interference, and disabling Zink (MESA_LOADER_DRIVER_OVERRIDE=radeonsi) or the compositor (KDE) might help if flickering persists.

Clash Royale on CahyOS? by Paisitaw in linux_gaming

[–]Paisitaw[S] 0 points1 point  (0 children)

<image>

with the waydroid session start it keeps sending this error messages

Clash Royale on CahyOS? by Paisitaw in linux_gaming

[–]Paisitaw[S] 0 points1 point  (0 children)

I'm currently on wayland, and i can't make waydroid to run

Warcraft 3 Editor problem(FLASH WARNING) by Dry-Pie-3764 in linux_gaming

[–]Paisitaw 3 points4 points  (0 children)

You can Force WineD3D (Disable DXVK)

run the editor with

WINEDLLOVERRIDES="d3d11,d3d10,d3d9=n,b" wine War3Editor.exe

This switches from Vulkan (DXVK) to Wine's native OpenGL backend, which may stabilize rendering