WARNING: Application calling GLX 1.3 function "glXCreateWindow" when GLX 1.3 is not supported!

Questions about Wine on Linux
Locked
Sachsenspielt
Newbie
Newbie
Posts: 1
Joined: Mon Dec 21, 2020 3:25 am

WARNING: Application calling GLX 1.3 function "glXCreateWindow" when GLX 1.3 is not supported!

Post by Sachsenspielt »

Hey guys,

i am trying now since two days to launch a dedicated Server for the game "Farming Simulator 2019". But everytime when i try to launch the game exe with wine i get many errors and warnings and the application didn't start.

The log of the launch:

Code: Select all

sachsenspielt@vps2066019:~/.PlayOnLinux/wineprefix/fs19/drive_c/Farming Simulator 2019$ wine FarmingSimulator2019.exe
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
0048:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hr 0x80004002
0048:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, hr 0x80004002
0048:err:ole:apartment_get_local_server_stream Failed: 0x80004002
preloader: Warning: failed to reserve range 0000000000010000-0000000000110000
0054:fixme:ntdll:EtwEventRegister ({5eec90ab-c022-44b2-a5dd-fd716a222a15}, 0000000000BFC624, 0000000000D40BA0, 0000000000D40BC0) stub.
0054:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0000000000D1B3F8, 43) stub
0054:err:crypt:CRYPT_ImportSystemRootCertsToReg Failed to import system certs into registry, 00000057
0054:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0054:err:ole:com_get_class_object class {bcde0395-e52f-467c-8e3d-c4579291692e} not registered
0054:err:ole:com_get_class_object no class object {bcde0395-e52f-467c-8e3d-c4579291692e} could be created for context 0x1
0024:fixme:ver:GetCurrentPackageId (0031FE94 00000000): stub
sachsenspielt@vps2066019:~/.PlayOnLinux/wineprefix/fs19/drive_c/Farming Simulator 2019$ WARNING: Application calling GLX 1.3 function "glXCreateWindow" when GLX 1.3 is not supported!  This is an application bug!
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  143 (GLX)
  Minor opcode of failed request:  31 (X_GLXCreateWindow)
  Serial number of failed request:  193
  Current serial number in output stream:  196
0048:err:ole:start_rpcss Failed to open RpcSs service
Have anyone an idea for the problem?

Thanks for help
User avatar
Bob Wya
Level 12
Level 12
Posts: 3068
Joined: Sat Oct 16, 2010 7:40 pm

Re: WARNING: Application calling GLX 1.3 function "glXCreateWindow" when GLX 1.3 is not supported!

Post by Bob Wya »

@Sachsenspielt

You can use Xvfb to run graphical Windows applications, under Wine, in a headless server.
E.g. see: Running graphical application like wine on a headless server with xvfb.

But that won't support video acceleration - which is required for most Windows games (even old / basic ones).

Sadly I'm not aware of an easy way to run Wine, on a headless server, with video acceleration. :cry:

Bob
Locked