Can't run Payday 2 ON Ubuntu 13.04

Questions about Wine on Linux
Locked
Jelly_Rolls
Newbie
Newbie
Posts: 4
Joined: Fri Aug 16, 2013 12:04 pm

Can't run Payday 2 ON Ubuntu 13.04

Post by Jelly_Rolls »

Whenever i attempt to start it up through steam, it says preforming first time setup : Installing DirectX for Windows, and then doesn't open, it says that I am playing the game but I assure you it doesn't open.
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Can't run Payday 2 ON Ubuntu 13.04

Post by dimesio »

Wine version? If it's not 1.6 or later, upgrade. If that doesn't fix it, post terminal output. http://wiki.winehq.org/FAQ#get_log
Jelly_Rolls
Newbie
Newbie
Posts: 4
Joined: Fri Aug 16, 2013 12:04 pm

Re: Can't run Payday 2 ON Ubuntu 13.04

Post by Jelly_Rolls »

I'm running Wine 1.6

Code: Select all

fixme:console:AttachConsole stub ffffffff
fixme:gameux:GameExplorerImpl_VerifyAccess (0x146ee8, L"C:\\Program Files\\Steam\\SteamApps\\common\\PAYDAY 2\\payday2_win32_release.exe", 0x32f800)
 NVAPI error: 
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
didgeripoo
Newbie
Newbie
Posts: 3
Joined: Wed Nov 27, 2013 3:06 pm

Re: Can't run Payday 2 ON Ubuntu 13.04

Post by didgeripoo »

I have the same problem as OP, running wine 1.7.5 on Fedora 19.

Code: Select all

fixme:console:AttachConsole stub ffffffff
fixme:gameux:GameExplorerImpl_VerifyAccess (0x132440, L"Z:\\home\\lauro\\.wine\\drive_c\\Program Files (x86)\\Steam\\SteamApps\\common\\PAYDAY 2\\payday2_win32_release.exe", 0x32f804)
 NVAPI error: 
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Re: Can't run Payday 2 ON Ubuntu 13.04

Post by oiaohm »

didgeripoo and Jelly_Rolls please verify steam cache of game.
https://support.steampowered.com/kb_art ... -QEUH-3335

ILocalize::AddFile() is not a wine error. Its a steam error. Happens on windows normally when steam cache of games is somehow damaged.

The other errors look like common messages on steam games. I might be wrong on how harmless. If issue does does or does not fix after running cache fix please inform.
didgeripoo
Newbie
Newbie
Posts: 3
Joined: Wed Nov 27, 2013 3:06 pm

Re: Can't run Payday 2 ON Ubuntu 13.04

Post by didgeripoo »

I did verify the steam cache integrity of the game. Tried running after, and got the exact same error messages.
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Re: Can't run Payday 2 ON Ubuntu 13.04

Post by oiaohm »

didgeripoo just had a horrible thought. About both of these errors.

http://wiki.winehq.org/FAQ#head-8d8c06c ... 5c730566e0

Would you try the fail safe test mode of cd to the game. I guess by current paths neither of you are.

Its useful at times when people include the command line used in the attempt to run the application.

Z:\\home\\lauro\\.wine\\drive_c\\... Looks for sure you passed a unix path. Just have to rule out run location as cause of why game cannot find things.
didgeripoo
Newbie
Newbie
Posts: 3
Joined: Wed Nov 27, 2013 3:06 pm

Re: Can't run Payday 2 ON Ubuntu 13.04

Post by didgeripoo »

Well, tried running from the same directory, but...

Code: Select all

[lauro@localhost PAYDAY 2]$ wine payday2_win32_release.exe 
fixme:console:AttachConsole stub ffffffff
fixme:gameux:GameExplorerImpl_VerifyAccess (0x133598, L"C:\\Program Files (x86)\\Steam\\SteamApps\\common\\PAYDAY 2\\payday2_win32_release.exe", 0x32f804)
 NVAPI error: 
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
ILocalize::AddFile() failed to load file "public/steambootstrapper_english.txt".
oiaohm
Level 8
Level 8
Posts: 1020
Joined: Fri Feb 29, 2008 2:54 am

Re: Can't run Payday 2 ON Ubuntu 13.04

Post by oiaohm »

didgeripoo at this point we have done everything that can be done to address general miss usage of wine.

I have absolutely no clue of what the problem is here. I will say file a bug. It was working it is now not working on the same version of wine that was working.
Locked