HLSW on Slackware 12.2

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Insomnii
Level 1
Level 1
Posts: 5
Joined: Tue May 05, 2009 12:33 pm

HLSW on Slackware 12.2

Post by Insomnii »

I can`t run hlsw on slackware 12.2 with wine 1.1.20. I have already installed MS Visual C++ 2008 under winetricks and still nothing :/ also added mfc40.dll
James Mckenzie

HLSW on Slackware 12.2

Post by James Mckenzie »

Insomnii wrote on May 5th:
I can`t run hlsw on slackware 12.2 with wine 1.1.20. I have already installed MS Visual C++ 2008 under winetricks and still nothing :/ also added mfc40.dll
1. Did you install the program in Wine?
2. Did you visit the Applications Database for how-tos and work-arounds?
3. Can you run the program in a terminal window and provide output (if under 20-30 lines) or use pastebin and provide a URL link if over 30 lines?

James McKenzie
Insomnii
Level 1
Level 1
Posts: 5
Joined: Tue May 05, 2009 12:33 pm

Post by Insomnii »

Yes, i`ve installed under Wine, but after that i installed Visual C++ 2008
No, i don`t search just look around google about hlsw on linux :)
here is under teminal what is going on http://94.236.206.247/log.txt
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Insomnii wrote:Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
How are you running this program? From the text terminal or xterm?
Insomnii
Level 1
Level 1
Posts: 5
Joined: Tue May 05, 2009 12:33 pm

Post by Insomnii »

From xterm as root
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Insomnii wrote:From xterm as root
DO NOT run Wine as root! In fact DO NOT run any program as root. That's why things don't work.
Insomnii
Level 1
Level 1
Posts: 5
Joined: Tue May 05, 2009 12:33 pm

Post by Insomnii »

Ok, here is under other user:
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls" (6.0.0.0)
err:module:attach_process_dlls "MSVCR90.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\HLSW\\hlsw.exe" failed, status c0000142

I have installed this library
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Insomnii wrote:err:module:attach_process_dlls "MSVCR90.dll" failed to initialize, aborting
http://wiki.winehq.org/FAQ#head-a0aa666 ... d161087611
Insomnii
Level 1
Level 1
Posts: 5
Joined: Tue May 05, 2009 12:33 pm

Post by Insomnii »

Yes, i`ve already got this dll from winetricks but still give me this error
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

Insomnii wrote:Yes, i`ve already got this dll from winetricks but still give me this error
Make sure it's not present anywhere else under ~/.wine/drive_c except in ~/.wine/drive_c/windows/winsxs/* directory.
Locked