Path Error with wine

Questions about Wine on Linux
Locked
Himself
Newbie
Newbie
Posts: 4
Joined: Mon Nov 22, 2021 11:08 am

Path Error with wine

Post by Himself »

Hey !

I have a Question. Today i like to install a Game (Farming Simulator 22) on my Debian 10 Server.
In the last few years i have always been able to install the game with wine without any problems,
but with this part i get an error that i have never had before.
Unfortunately I didn't find anything on google that could help. How can I fix this with the path?

Error:

Code: Select all

wine internal error failed to get path of 64-bit program files directory
spoon0042
Level 6
Level 6
Posts: 570
Joined: Thu Dec 24, 2009 11:00 am

Re: Path Error with wine

Post by spoon0042 »

What is your wine version? I'm having trouble finding an error message like that in current wine.
Himself
Newbie
Newbie
Posts: 4
Joined: Mon Nov 22, 2021 11:08 am

Re: Path Error with wine

Post by Himself »

(4.02)
I installed wine-6.0.2 today, with this wine version i do not have the Problems with 64 bit anymore :wink:

But now i have a Second Problem. X11 forward on Debian 10 activated. I Copy Xauth to my User.
The Window start with Root, but dont with my User "farmingserver".

Error Message:

Code: Select all

farmingserver@myserver:~$ wine Setup.exe
0048:err:explorer:initialize_display_settings Failed to query current display settings for L"\\\\.\\DISPLAY1".
0024:fixme:process:SetProcessDEPPolicy (1): stub
0024:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
0024:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
00f8:fixme:process:SetProcessDEPPolicy (1): stub
00f8:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded.
00f8:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly.
00f8:fixme:win:DisableProcessWindowsGhosting : stub
00f8:fixme:graphics:ShutdownBlockReasonDestroy (00000000): stub
00f8:fixme:graphics:ShutdownBlockReasonCreate (00000000, L"Installing"): stub
00f8:fixme:rstrtmgr:RmStartSession 0050C010, 0, 0050C014 stub!
00f8:fixme:graphics:ShutdownBlockReasonDestroy (00000000): stub
00f8:fixme:graphics:ShutdownBlockReasonCreate (00000000, L"Installing Farming Simulator 22."): stub
00f8:fixme:rstrtmgr:RmEndSession 3735928559 stub!
00f8:fixme:graphics:ShutdownBlockReasonDestroy (00000000): stub
what can i do? :?
Locked