Wine error HCR_GetFolderAttributes

Questions about Wine on Linux
Locked
fox1432
Newbie
Newbie
Posts: 1
Joined: Tue Apr 23, 2019 2:50 am

Wine error HCR_GetFolderAttributes

Post by fox1432 »

I was trying to launch "Styx: shards of darkness" on wine when i got an error. I have problems only with this game, other apps are launched properly. I suspect that there might be some libraries and .dll's required to launch this game, but i don't have a clue about what should I exactly do.
  • wine 4.6 staging
  • linux mint 19.1 cinnamon
Terminal output (the error message itself):

Code: Select all

0009:err:shell:HCR_GetFolderAttributes should be called for simple PIDL's only!
0009:fixme:exec:SHELL_execute flags ignored: 0x0000000c
0009:err:exec:SHELL_ExecuteW cannot return to directory L"unix\\home\\fox1432"
002c:fixme:ntdll:EtwEventRegister ({5eec90ab-c022-44b2-a5dd-fd716a222a15}, 0x14000107c, 0x140016030, 0x140016050) stub.
002c:fixme:ntdll:EtwEventSetInformation (deadbeef, 2, 0x140013988, 43) stub
002e:fixme:thread:RtlCreateUserThread stack_reserve != 0 is unimplemented
002e:fixme:thread:RtlCreateUserThread stack_reserve != 0 is unimplemented
002e:fixme:thread:RtlCreateUserThread stack_reserve != 0 is unimplemented
002e:fixme:thread:RtlCreateUserThread stack_reserve != 0 is unimplemented
002e:fixme:thread:RtlCreateUserThread stack_reserve != 0 is unimplemented
002e:fixme:thread:RtlCreateUserThread stack_reserve != 0 is unimplemented
002e:fixme:thread:RtlCreateUserThread stack_reserve != 0 is unimplemented
002e:fixme:ver:GetCurrentPackageId (0x5fc430 (nil)): stub
002e:fixme:thread:RtlCreateUserThread stack_reserve != 0 is unimplemented
002e:fixme:gameux:GameExplorerImpl_VerifyAccess (0xfb8e0, L"C:\\Program Files (x86)\\Styx Shards of Darkness\\Styx2\\Binaries\\Win64\\Styx2-Win64-Shipping.exe", 0x5fec90)
002e:fixme:thread:RtlCreateUserThread stack_reserve != 0 is unimplemented
002e:fixme:heap:RtlSetHeapInformation 0xaf00000 0 0x5fe720 4 stub
002e:fixme:thread:RtlCreateUserThread stack_reserve != 0 is unimplemented
002e:fixme:win:DisableProcessWindowsGhosting : stub
002e:fixme:msctf:ThreadMgrSource_AdviseSink (0x119a00) Unhandled Sink: {b246cb75-a93e-4652-bf8c-b3fe0cfd7e57}
002e:fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
002e:fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS)
002e:fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_SETFILTERKEYS)
002f:fixme:wer:WerReportSetParameter (0x11edd0, 0, L"Application Name", L"UE4-Styx2") :stub
002f:fixme:wer:WerReportSetParameter (0x11edd0, 1, L"Application Version", L"4.13.1") :stub
002f:fixme:wer:WerReportSetParameter (0x11edd0, 2, L"Application Timestamp", L"58eead97") :stub
002f:fixme:wer:WerReportSetParameter (0x11edd0, 3, L"Fault Module Name", L"Styx2-Win64-Shipping.exe") :stub
002f:fixme:wer:WerReportSetParameter (0x11edd0, 4, L"Fault Module Version", L"4.13.1") :stub
002f:fixme:wer:WerReportSetParameter (0x11edd0, 5, L"Fault Module Timestamp", L"58eead97") :stub
002f:fixme:wer:WerReportSetParameter (0x11edd0, 6, L"Exception Code", L"c0000005") :stub
002f:fixme:wer:WerReportSetParameter (0x11edd0, 7, L"Exception Offset", L"FFFFFFFEC0000000") :stub
002f:fixme:wer:WerReportSetParameter (0x11edd0, 8, L"Commandline", L"!!AssertLog=\"\"") :stub
002f:fixme:wer:WerReportSetParameter (0x11edd0, 9, L"BranchBaseDir", L"UE4!C:/Program Files (x86)/Styx Shards of Darkness/Styx2/Binaries/Win64/!Game!0") :stub
002f:fixme:wer:WerReportAddFile (0x11edd0, L"C:/users/fox1432/Local Settings/Application Data/Styx2/Saved/Logs/UE4CC-Windows-A79904C9458BC854F9142AA629520B5E_0000/CrashContext.runtime-xml", 5, 0x2) :stub
002f:fixme:wer:WerReportAddFile (0x11edd0, L"C:/users/fox1432/Local Settings/Application Data/Styx2/Saved/Logs/UE4CC-Windows-A79904C9458BC854F9142AA629520B5E_0000/UE4Minidump.dmp", 2, 0x2) :stub
002f:fixme:wer:WerReportAddFile (0x11edd0, L"C:/users/fox1432/Local Settings/Application Data/Styx2/Saved/Logs/CrashVideo.avi", 5, 0x2) :stub
002f:fixme:wer:WerReportSubmit (0x11edd0, 4, 0x804, 0x150efb8) :stub
002f:fixme:dbghelp:elf_search_auxv can't find symbol in module
...
002c:fixme:kernelbase:AppPolicyGetProcessTerminationMethod 0xfffffffffffffffa, 0x5ffd00
Maybe someone has experienced the same issue or knows how to fix it?
Locked