Artix Linux Forum

Artix Linux => Applications & Software => Topic started by: starushka on 16 October 2024, 14:22:57

Title: [SOLVED] Can not run 32bit Wine apps and win32 apps
Post by: starushka on 16 October 2024, 14:22:57
Actually I can run them  with help of Conty (https://github.com/Kron4ek/Conty) but I want to be able to do it without the container.
 Here is what I did so far:

1. Uncommented [lib32] in pacman.conf .
2. Have some lib32 packages installed:
Spoiler (click to show/hide)

There is an old Unity-based game that runs fine through Conty; however, it fails to run directly with the following errors:
Code: [Select]
0024:err:d3d:wined3d_caps_gl_ctx_create Failed to get a DC.
0024:err:d3d:wined3d_adapter_gl_init Failed to get a GL context for adapter 01C6F228.

I believe that installing some additional essential packages might resolve this issue. Could you please advise on which ones I should install?

Just forgot to mention. My GPU is Radeon RX 6700XT.
Title: Re: Can not run 32bit Wine apps and win32 apps
Post by: nous on 16 October 2024, 14:40:24
lib32-vulkan-radeon seems installed, perhaps some lib32-sdl* packages? Also post more preceding lines.
Title: Re: Can not run 32bit Wine apps and win32 apps
Post by: starushka on 16 October 2024, 15:25:36
Silly me, I totally forgot about wine itself. The issue resolved right after its installation. Sorry for the hustle, nous!