Can not get HLSW v1.3.1 to run in Ubuntu

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Thrawn
Newbie
Newbie
Posts: 2
Joined: Sat Apr 11, 2009 9:30 am

Can not get HLSW v1.3.1 to run in Ubuntu

Post by Thrawn »

I'm hoping someone can help me to get HLSW v1.3.1 to run in Ubuntu 8.1o with WINE v1.1.18. The install program runs fine but when I go to launch HLSW the program never starts. I'm pretty new to linux so any help will be appreciated.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Can not get HLSW v1.3.1 to run in Ubuntu

Post by vitamin »

Thrawn wrote:I'm hoping someone can help me to get HLSW v1.3.1 to run
Use full program names please.
Thrawn wrote:I go to launch HLSW the program never starts.
Check AppDB for any HOWTOs. If still doesn't work - run it from the terminal and post output here. http://wiki.winehq.org/FAQ#get_log
Thrawn
Newbie
Newbie
Posts: 2
Joined: Sat Apr 11, 2009 9:30 am

Post by Thrawn »

HLSW is the programs name. It is a game server tool attached is the webpage for the program http://www.hlsw.org/

here is the output after trying to run the program.


fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library mfc90u.dll (which is needed by L"C:\\HLSW\\hlsw.exe") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"C:\\HLSW\\hlsw.exe") not found
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\HLSW\\hlsw.exe") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library mfc90u.dll (which is needed by L"C:\\HLSW\\ProfUIS284u.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"C:\\HLSW\\ProfUIS284u.dll") not found
err:module:import_dll Library ProfUIS284u.dll (which is needed by L"C:\\HLSW\\hlsw.exe") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library mfc90u.dll (which is needed by L"C:\\HLSW\\ProfSkin284u.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"C:\\HLSW\\ProfSkin284u.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library mfc90u.dll (which is needed by L"C:\\HLSW\\ProfUIS284u.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"C:\\HLSW\\ProfUIS284u.dll") not found
err:module:import_dll Library ProfUIS284u.dll (which is needed by L"C:\\HLSW\\ProfSkin284u.dll") not found
err:module:import_dll Library ProfSkin284u.dll (which is needed by L"C:\\HLSW\\hlsw.exe") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"C:\\HLSW\\lua5.1.dll") not found
err:module:import_dll Library lua5.1.dll (which is needed by L"C:\\HLSW\\hlsw.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\HLSW\\hlsw.exe" failed, status c0000135
James McKenzie

Can not get HLSW v1.3.1 to run in Ubuntu

Post by James McKenzie »

Thrawn wrote:
HLSW is the programs name. It is a game server tool attached is the webpage for the program http://www.hlsw.org/

here is the output after trying to run the program.


fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library mfc90u.dll (which is needed by L"C:\\HLSW\\hlsw.exe") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"C:\\HLSW\\hlsw.exe") not found
err:module:import_dll Library MSVCP90.dll (which is needed by L"C:\\HLSW\\hlsw.exe") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library mfc90u.dll (which is needed by L"C:\\HLSW\\ProfUIS284u.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"C:\\HLSW\\ProfUIS284u.dll") not found
err:module:import_dll Library ProfUIS284u.dll (which is needed by L"C:\\HLSW\\hlsw.exe") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library mfc90u.dll (which is needed by L"C:\\HLSW\\ProfSkin284u.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"C:\\HLSW\\ProfSkin284u.dll") not found
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.VC90.CRT"
err:module:import_dll Library mfc90u.dll (which is needed by L"C:\\HLSW\\ProfUIS284u.dll") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"C:\\HLSW\\ProfUIS284u.dll") not found
err:module:import_dll Library ProfUIS284u.dll (which is needed by L"C:\\HLSW\\ProfSkin284u.dll") not found
err:module:import_dll Library ProfSkin284u.dll (which is needed by L"C:\\HLSW\\hlsw.exe") not found
err:module:import_dll Library MSVCR90.dll (which is needed by L"C:\\HLSW\\lua5.1.dll") not found
err:module:import_dll Library lua5.1.dll (which is needed by L"C:\\HLSW\\hlsw.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\HLSW\\hlsw.exe" failed, status c0000135
Need to install at least VC2008 runtime files. Recommend using
winetricks to do this.

James McKenzie
Locked