I get this error when running Street Fighter x Mega Man

Questions about Wine on Linux
Locked
Etcetera
Newbie
Newbie
Posts: 3
Joined: Fri Jun 04, 2021 3:18 pm

I get this error when running Street Fighter x Mega Man

Post by Etcetera »

This is the error I'm getting

Code: Select all

0016:err:ntdll:RtlpWaitForCriticalSection section 0x7bee54e0 "loader.c: loader_section" wait timed out in thread 0016, blocked by 0018, retrying (60 sec)
000f:err:service:process_send_command receiving command result timed out
000f:err:service:process_send_command receiving command result timed out
000f:err:service:process_send_command service protocol error - failed to write pipe!
0009:err:dmloader:IDirectMusicLoaderImpl_SetObject : could not attach stream to file L"C:\\windows\\system32\\drivers\\gm.dls", make sure it exists
0009:err:winediag:MIDIMAP_drvOpen No software synthesizer midi port found, Midi sound output probably won't work.
X Error of failed request:  GLXBadFBConfig
  Major opcode of failed request:  149 (GLX)
  Minor opcode of failed request:  0 ()
  Serial number of failed request:  1647
  Current serial number in output stream:  1647
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: I get this error when running Street Fighter x Mega Man

Post by jkfloris »

Which operating system, Wine version and which graphics card are you using?
(Did you install the 32-bit drivers for your graphics card?)
Etcetera
Newbie
Newbie
Posts: 3
Joined: Fri Jun 04, 2021 3:18 pm

Re: I get this error when running Street Fighter x Mega Man

Post by Etcetera »

jkfloris wrote: Sat Jun 05, 2021 1:01 pm Which operating system, Wine version and which graphics card are you using?
(Did you install the 32-bit drivers for your graphics card?)
If you're talking about the Linux version, I'm using Ubuntu 21.04.
If you're talking about the Windows version, it's Windows XP.
My Wine version is Wine 5.0.3.
My graphics card is the Intel Graphics HD 3000 (SNB GT2).
No, I didn't install the drivers.
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: I get this error when running Street Fighter x Mega Man

Post by jkfloris »

What mesa packages are installed?

Code: Select all

dpkg -l | grep mesa
Etcetera
Newbie
Newbie
Posts: 3
Joined: Fri Jun 04, 2021 3:18 pm

Re: I get this error when running Street Fighter x Mega Man

Post by Etcetera »

jkfloris wrote: Mon Jun 07, 2021 4:46 am What mesa packages are installed?

Code: Select all

dpkg -l | grep mesa
These packages are installed:

Code: Select all

ii  libegl-mesa0:amd64                         21.0.1-2                                                             amd64        free implementation of the EGL API -- Mesa vendor library
ii  libegl1-mesa:amd64                         21.0.1-2                                                             amd64        transitional dummy package
ii  libgl1-mesa-dri:amd64                      21.0.1-2                                                             amd64        free implementation of the OpenGL API -- DRI modules
ii  libgl1-mesa-dri:i386                       21.0.1-2                                                             i386         free implementation of the OpenGL API -- DRI modules
ii  libgl1-mesa-glx:amd64                      21.0.1-2                                                             amd64        transitional dummy package
ii  libglapi-mesa:amd64                        21.0.1-2                                                             amd64        free implementation of the GL API -- shared library
ii  libglapi-mesa:i386                         21.0.1-2                                                             i386         free implementation of the GL API -- shared library
ii  libglu1-mesa:amd64                         9.0.1-1build1                                                        amd64        Mesa OpenGL utility library (GLU)
ii  libglu1-mesa:i386                          9.0.1-1build1                                                        i386         Mesa OpenGL utility library (GLU)
ii  libglx-mesa0:amd64                         21.0.1-2                                                             amd64        free implementation of the OpenGL API -- GLX vendor library
ii  libglx-mesa0:i386                          21.0.1-2                                                             i386         free implementation of the OpenGL API -- GLX vendor library
ii  libosmesa6:amd64                           21.0.1-2                                                             amd64        Mesa Off-screen rendering extension
ii  libosmesa6:i386                            21.0.1-2                                                             i386         Mesa Off-screen rendering extension
ii  mesa-va-drivers:amd64                      21.0.1-2                                                             amd64        Mesa VA-API video acceleration drivers
ii  mesa-vdpau-drivers:amd64                   21.0.1-2                                                             amd64        Mesa VDPAU video acceleration drivers
ii  mesa-vulkan-drivers:amd64                  21.0.1-2                                                             amd64        Mesa Vulkan graphics drivers
ii  mesa-vulkan-drivers:i386                   21.0.1-2                                                             i386         Mesa Vulkan graphics drivers
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: I get this error when running Street Fighter x Mega Man

Post by jkfloris »

Looks good

You might get more information about the problem if you start the game with:

Code: Select all

WINEDEBUG=+wgl wine SFMMv2_EU.exe
# or
LIBGL_DEBUG=verbose wine SFXMMv2_EU.exe
Locked