some error message I cant find with google while isntalling game

Questions about Wine on Linux
Locked
Rainynight
Newbie
Newbie
Posts: 3
Joined: Thu Dec 19, 2019 5:44 pm

some error message I cant find with google while isntalling game

Post by Rainynight »

I was installing ragnarok online with wine, and got this following error. Cant find anything with google about the issue, if you could put me at least into right direction in solving this, it would be great.

thanks for help in advance ^_^
temporal.png
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: some error message I cant find with google while isntalling game

Post by jkfloris »

Use winetricks to install VC++ 2010 and try again

Code: Select all

winetricks -q vcrun2010
If this doesn't help run the installer from the command line. Often there are clues in the output what went wrong.
Rainynight
Newbie
Newbie
Posts: 3
Joined: Thu Dec 19, 2019 5:44 pm

Re: some error message I cant find with google while isntalling game

Post by Rainynight »

installing vc++ 2010 with winetricks did not help, same error. I redirected stdin and stderr to a file, thats a good idea. I cant make anything out of this alone, but I post it here. anyone got any ideas from this wall of text?

fixme:process:SetProcessDEPPolicy (1): stub
fixme:thread:GetThreadUILanguage : stub, returning default language.
fixme:thread:GetThreadPreferredUILanguages 56, 0x33d88c, (nil) 0x33d8b4
fixme:thread:GetThreadPreferredUILanguages 56, 0x33d88c, (nil) 0x33d8b4
fixme:process:SetProcessDEPPolicy (1): stub
fixme:thread:GetThreadUILanguage : stub, returning default language.
fixme:thread:GetThreadPreferredUILanguages 56, 0x33d8d8, (nil) 0x33d900
fixme:thread:GetThreadPreferredUILanguages 56, 0x33d8d8, (nil) 0x33d900
fixme:wtsapi:WTSRegisterSessionNotification Stub 0x10092 0x00000000
fixme:uxtheme:BufferedPaintInit Stub ()
fixme:win:DisableProcessWindowsGhosting : stub
fixme:rstrtmgr:RmStartSession 0x65b06c, 0, 0x65b070 stub!
fixme:msg:ChangeWindowMessageFilter c058 00000001
fixme:msg:ChangeWindowMessageFilter c058 00000001
fixme:msg:ChangeWindowMessageFilter c058 00000001
fixme:msg:ChangeWindowMessageFilter c058 00000001
fixme:shell:SHAutoComplete stub
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:richedit:ReadStyleSheet skipping optional destination
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:secur32:schannel_get_cipher_algid unknown algorithm 11
fixme:secur32:schannel_get_mac_algid unknown algorithm 200
fixme:secur32:schannel_get_kx_algid unknown algorithm 12
fixme:secur32:schannel_get_cipher_block_size Unknown cipher 0xb, returning 1
fixme:secur32:schannel_get_cipher_algid unknown algorithm 11
fixme:secur32:schannel_get_mac_algid unknown algorithm 200
fixme:secur32:schannel_get_kx_algid unknown algorithm 12
fixme:ieframe:taskbar_list_SetProgressValue iface 0x20b320, hwnd 0x10092, ullCompleted 0, ullTotal 4c0 stub!
fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Games\\TalonRO\\unins000.exe") stub
fixme:ieframe:taskbar_list_SetProgressState iface 0x20b320, hwnd 0x10092, flags 0 stub!
fixme:clusapi:GetNodeClusterState ((null),0x33eb54) stub!
fixme:advapi:DecryptFileA ("c:\\89336b975ddc557c0144\\", 00000000): stub
err:winediag:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure that ntlm_auth >= 3.0.25 is in your path. Usually, you can find it in the winbind package of your distribution.
fixme:advapi:RegisterTraceGuidsW (0x6cd15f38, 0x6cd20180, {e2821408-c59d-418f-ad3f-aa4e792aeb79}, 1, 0x33fd10, (null), (null), 0x6cd20188,): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:thread:SetThreadStackGuarantee (0x33fb38): stub
fixme:advapi:LsaOpenPolicy ((null),0x33f41c,0x00000001,0x33f410) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:msxml:domdoc_putref_schemas (0x1c4c30)->({VT_DISPATCH: 0x1c4d68}): semi-stub
fixme:msxml:domdoc_get_readyState stub! (0x1c4c30)->(0x33f358)
fixme:propsheet:PROPSHEET_SetHeaderTitleW (0x20150, 0, L"Installation Progress"): stub
fixme:propsheet:PROPSHEET_SetHeaderSubTitleW (0x20150, 0, L"Please, wait while the Microsoft Visual C++ 2010 x86 Redistributable is being installed."): stub
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:storage:create_storagefile Storage share mode not implemented.
fixme:advapi:LsaOpenPolicy ((null),0x33f26c,0x00000001,0x33f260) stub
fixme:advapi:LsaClose (0xcafe) stub
fixme:wtsapi:WTSUnRegisterSessionNotification Stub 0x10092
fixme:uxtheme:BufferedPaintUnInit Stub ()

thanks in advance xD
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: some error message I cant find with google while isntalling game

Post by jkfloris »

Which version of Wine do you use?

If this is the game, do you use the Full Installer or the Mini Installer?
 
Rainynight
Newbie
Newbie
Posts: 3
Joined: Thu Dec 19, 2019 5:44 pm

Re: some error message I cant find with google while isntalling game

Post by Rainynight »

sorry for old reply/necroing this post. I simply had ancient wine version lol.
Locked