Jump to content

wine


Recommended Posts

Hello,

I'm getting an error from wine when I try to run halflife

 

[mike@avatar Half-Life]$ wine -- hl.exe -console

Could not stat /home/mike/.wine/%HOME% (No such file or directory), ignoring drive Y:

/usr/bin/wine: line 169: 19631 Segmentation fault artsdsp -s ${true_binary} $opts $dash "$exe" "$allargs"

 

Wine version is 20030813-1mdk on a 9.2 install I looked at the /usr/bin/wine script and it says

 

# Run wine through esd or arts. I'm not using

# soundwrapper because wine only works through arts when using single threaded m

ode.

if [ `/sbin/pidof -s artsd` ] ; then

artsdsp -s ${true_binary} $opts $dash "$exe" "$allargs"

else

if [ `/sbin/pidof -s esd` ]; then

esddsp ${true_binary} $opts $dash "$exe" "$allargs"

else

${true_binary} $opts $dash "$exe" "$allargs"

fi

fi

 

If i run "/sbin/pidof -s" I get a pid #

That pid comes up under top as artsd

 

I should say I am using a windows partition not a fake drive.

Any suggestions what I can do to get halflife working?

 

mikey_111

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...