Issue:
I'm attempting to run Geometry Dash v2.204a using Wine on Arch Linux. The game crashes on launch with a segmentation fault in libcocos2d (likely during OpenGL initialization).
Troubleshooting so far:
Wine version: wine-10.6 (32-bit prefix)
Installed dependencies via winetricks: d3dx9, vcrun2013, vcrun2015, corefonts
Tried disabling GLSL: winetricks glsl=disabled
Vulkan and OpenGL libs were initially missing, now installed (libGL.so.1, libvulkan.so.1)
Still receiving a page fault error in libcocos2d.dll on launch
Logs show:
err:wgl:X11DRV_OpenGLInit Failed to load libGL
err:wgl:display_funcs_init Failed to initialize the driver OpenGL functions
wine: Unhandled page fault on read access to 0000022C at address 797D7DD2
System Info (via neofetch):
Question:
Has anyone successfully run this version of Geometry Dash with Wine, or know what might be causing the OpenGL init crash in libcocos2d?


