How to get Starcraft to work in Wine?

Using applications, configuring, problems
Post Reply
Message
Author
liMePod
Posts: 1
Joined: Fri 18 May 2007, 14:56

How to get Starcraft to work in Wine?

#1 Post by liMePod »

I mount the cd, then do this in rxvt:

#cd /mnt/hdc
#wine setup.exe
fixme:midi:OSS_MidiInit Synthesizer supports MIDI in. Not Yet supported
.
fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy

#

it opens the wine desktop, flashes a window, plays half a second of music, then closes.

anyone know what the error means, and how to fix it?

thanks.

AdveNaturDeligYogic
Posts: 4
Joined: Tue 24 Apr 2007, 00:58
Location: East Texas

Some people can play StarCraft with Wine in Puppy

#2 Post by AdveNaturDeligYogic »

I don't know what your error means, but I have some helpful information.

I can play Starcraft in Puppy with Wine and the complete description of how I did it is here:
http://www.murga-linux.com/puppy/viewtopic.php?t=18465

I had to use windows to install SC, then install wine, and SC is playable.

When I tried your steps as described above, I get an error:

Code: Select all

sh-3.00# wine setup.exe
wine: glibc >= 2.3 without NPTL or TLS is not a supported combination.
      It will most likely crash. Please upgrade to a glibc with NPTL support.
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
Xlib:  extension "GLX" missing on display ":0.0".
err:wgl:X11DRV_WineGL_InitOpenglInfo  couldn't initialize OpenGL, expect problems
err:wgl:has_opengl Intialization of OpenGL info failed, disabling OpenGL!
wine: glibc >= 2.3 without NPTL or TLS is not a supported combination.
      It will most likely crash. Please upgrade to a glibc with NPTL support.
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
sh-3.00# wine: Unhandled page fault on write access to 0x003ffd80 at address 0x7e4cd099 (thread 000b), starting debugger...
wine: glibc >= 2.3 without NPTL or TLS is not a supported combination.
      It will most likely crash. Please upgrade to a glibc with NPTL support.
Warning: the specified Windows directory L"c:\\windows" is not accessible.
Warning: the specified System directory L"c:\\windows\\system32" is not accessible.
Usage:
        winedbg [ [ --gdb ] [ prog-name [ prog-args ] | <num> | file.mdmp | --help ]

sh-3.00# 
So the fix may be to install SC through windows first... maybe that will work for you.

Post Reply