Most games don't work

Questions about Wine on Linux
Locked
Zenego
Newbie
Newbie
Posts: 4
Joined: Sun May 07, 2017 3:28 pm

Most games don't work

Post by Zenego »

I'm using wine-8.0 (Debian 8.0~repack-4)

I have gotten many free games from Epic games, but half of them don't work when I try to run. The games I tried are lightweight (they don't require recent hardware) and appdb says that they work. I think I'm doing something wrong.

My GPU doesn't support Vulkan and it seems that recent Wine versions try to use it. Maybe I should install an old Wine version.

Wine shows the following message, but it is nonsense because I'm using an AMD GPU rather than iGPU.

Code: Select all

    MESA-INTEL: warning: Ivy Bridge Vulkan support is incomplete

These are the console messages of the games that don't work.

Europa Universalis IV (opens the first title screen and freezes. I have to kill the process.)

Code: Select all

    0150:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
    0150:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command fence with id 0x1, ret 0x4.
    0150:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
    0150:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command fence with id 0x2, ret 0x4.
    0154:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
    0154:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command fence with id 0x2, ret 0x4.
    0154:err:d3d:wined3d_allocator_chunk_cleanup Chunk 00000000005E3970 is not empty.
    0154:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
    0154:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command fence with id 0x3, ret 0x4.
Automachef (doesn't start)

Code: Select all

    Mono path[0] = 'C:/games/Automachef/Automachef_Data/Managed'
    Mono config path = 'C:/games/Automachef/MonoBleedingEdge/etc'
    018c:err:d3d:wined3d_context_gl_update_window Failed to get a device context for window 0000000010AF67A8.
Filament (gets stuck before loading the main menu)

Code: Select all

01a4:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
01a4:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command fence with id 0x1, ret 0x4.
01a4:err:d3d:wined3d_fence_wait glClientWaitSync returned 0x911b.
01a4:err:d3d:wined3d_context_gl_wait_command_fence Failed to wait for command fence with id 0x2, ret 0x4.
01a8:err:d3d:wined3d_debug_callback 0000000000D2D680: "GL_INVALID_ENUM in glTexBufferRange(internalFormat GL_RGBA8_SNORM)".
Shapez (doesn't start)

Code: Select all

    Loading mods ...
    Loading mods from C:\users\hombre\AppData\Roaming\shapez.io\mods
    Loaded 0 mods
    [264:0828/202602.178:ERROR:network_change_notifier_win.cc(227)] WSALookupServiceBegin failed with: 0
    [264:0828/202602.669:ERROR:platform_font_skia.cc(344)] Could not find any font: MS Shell Dlg, sans. Falling back to the default
    [264:0828/202602.688:ERROR:crashpad_client_win.cc(814)] not connected
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Most games don't work

Post by jkfloris »

Do the Wine packages from WineHQ have the same problem?
Locked