Crash when trying to run game "Patron"

Questions about Wine on Linux
Locked
jury
Level 2
Level 2
Posts: 36
Joined: Tue Feb 25, 2014 3:22 am

Crash when trying to run game "Patron"

Post by jury »

When trying to run game "Patron" I get this output:

Code: Select all

ERROR: ld.so: object '/usr/lib64/libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/usr/lib64/libgtk3-nocsd.so.0' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
.
0310:fixme:msvcrt:__stdio_common_vfwscanf options 2 not handled
0310:fixme:msvcrt:__stdio_common_vfwscanf options 2 not handled
0310:fixme:msvcrt:__stdio_common_vfwscanf options 2 not handled
.
0310:fixme:dxgi:dxgi_output_GetDisplayModeList iface 0x95e20, format DXGI_FORMAT_R8G8B8A8_UNORM, flags 0x1, mode_count 0x21f290, modes (nil) partial stub!
0310:fixme:dxgi:dxgi_output_GetDisplayModeList iface 0x95e20, format DXGI_FORMAT_R8G8B8A8_UNORM, flags 0x1, mode_count 0x21f290, modes 0x451d840 partial stub!
wine: Unhandled page fault on write access to 0000000000000000 at address 0000000067201FF3 (thread 0310), starting debugger...
034c:fixme:dbghelp:interpret_function_table_entry PUSH_MACHFRAME 6
and the game doesnt start.

Here are logs from the game folder:
https://pastebin.com/7MKk914B
https://pastebin.com/kDXW6F9L

And last summer, when I tried the Demo version I was able to play it flawlessly. Please help.

I have wine stable 6.0 on PCLinuxOS
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Crash when trying to run game "Patron"

Post by jkfloris »

How do you start the game?
Is there a difference between starting the game with "GameLauncher.exe" or with "GameLauncher_WIN7.exe"?
jury
Level 2
Level 2
Posts: 36
Joined: Tue Feb 25, 2014 3:22 am

Re: Crash when trying to run game "Patron"

Post by jury »

I start it typically: "wine executable_name.exe"
And yes, I have tried GameLauncher.exe also (changing Windows to 8.x and 10) but its even worse as it crashes immediately and with GameLauncher_WIN7.exe (and Windows set to 7 of course) I get to the Launcher, where I can go into options and change whatever and it works fine. Just when I try to start the game from the Launcher I get a crash as in the first post.
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Crash when trying to run game "Patron"

Post by jkfloris »

What is the output of:

Code: Select all

inxi -G
jury
Level 2
Level 2
Posts: 36
Joined: Tue Feb 25, 2014 3:22 am

Re: Crash when trying to run game "Patron"

Post by jury »

Code: Select all

inxi -G
Graphics:
  Device-1: Intel Xeon E3-1200 v3/4th Gen Core Processor Integrated Graphics 
  driver: N/A 
  Device-2: NVIDIA GM107 [GeForce GTX 750 Ti] driver: nvidia v: 460.73.01 
  Display: server: X.Org 1.20.11 driver: loaded: intel,nvidia,v4l 
  resolution: 1920x1080~60Hz 
  OpenGL: renderer: GeForce GTX 750 Ti/PCIe/SSE2 v: 4.6.0 NVIDIA 460.73.01
Locked