Nosgoth (on Steam) - closes without error

Questions about Wine on Linux
Locked
Yankas
Newbie
Newbie
Posts: 1
Joined: Wed Jul 09, 2014 12:30 am

Nosgoth (on Steam) - closes without error

Post by Yankas »

I have a question regarding Nosgoth on steam, when I try to start Nosgoth the Steam popup comes up saying "Performing first time setup... Installing msiexec (Step 1 of 1)" then when the popup closes and nothing happens, the game simply doesn't start, there is no crash or error message.

Using Wine 1.7.2, steam was installed with winetricks, OS is Linux Mint 17, GPU is Geforce 760 using the proprietary driver.

When trying to run the game that is the error message output:

Code: Select all

fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:vbscript:parse_script parser failed around L"\\default\", \"\", \"\", , , , oCtx).Get(\"StdRegProv\") \r\n \r\n    Set oInParams = oReg.Methods_(\"GetStringValue\").InParameters \r\n    oInParams.hDefKey = RootKey \r\n    oInParams.sSubKeyName = Key \r\n    oInParams.sValueName = Value \r\n \r\n    Set oOutParams = oReg.ExecMethod_(\"GetStringV"...
err:msi:ITERATE_Actions Execution halted, action L"Add64Bit_Reg" returned 1603
fixme:ver:GetCurrentPackageId (0x33f7cc (nil)): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:faultrep:ReportFault 0x1d2e568 0x0 stub
fixme:msvcrt:MSVCRT__set_abort_behavior _WRITE_CALL_REPORTFAULT unhandled
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Nosgoth (on Steam) - closes without error

Post by dimesio »

Upgrade Wine. The current development release is 1.7.21.
eighthkeepa
Level 1
Level 1
Posts: 5
Joined: Fri Feb 06, 2015 3:25 am

Re: Nosgoth (on Steam) - closes without error

Post by eighthkeepa »

I can confirm crash.

Logfile: http://pastebin.com/BY3uJYVR

This was tested with wine 1.7.19. The same thing happens with wine 1.7.35.
The game now wants vcrun2013 to be installed. I've done that with patched winetricks, which can be found here: https://code.google.com/p/winetricks/so ... 59c6a4bba4

So...what should I do to launch the game?
thekrimzonghost
Level 2
Level 2
Posts: 16
Joined: Sat May 03, 2014 12:45 pm

Re: Nosgoth (on Steam) - closes without error

Post by thekrimzonghost »

Does it have a platforms folder in its directory that has a qwindows.dll in it? if so I am having trouble with other square Enix titles using qt5 as well and I think that some sort of python patch may be our only solution.
eighthkeepa
Level 1
Level 1
Posts: 5
Joined: Fri Feb 06, 2015 3:25 am

Re: Nosgoth (on Steam) - closes without error

Post by eighthkeepa »

thekrimzonghost wrote:Does it have a platforms folder in its directory that has a qwindows.dll in it? if so I am having trouble with other square Enix titles using qt5 as well and I think that some sort of python patch may be our only solution.
Well, no...it doesn't. :?
Locked