LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games
User Name
Password
Linux - Games This forum is for all discussion relating to gaming in Linux.

Notices


Reply
  Search this Thread
Old 01-25-2004, 04:38 AM   #1
Lobais
Member
 
Registered: Jan 2004
Location: Denmark
Distribution: Fedora Core 6
Posts: 224

Rep: Reputation: 30
Question Starcraft under wine 20031212


I'm trying to install Starcraft on my Fedora core 1 with Gnome. I've downloaded wine, but i cant make it work. When I write
Code:
$ wine /mnt/cdrom/setup.exe
It answers:

Code:
$ wine: Unhandled exception (thread 000b), starting debugger...
WineDbg starting on pid a
No debug information in ELF 'wine' ((nil))
No debug information in 32bit DLL 'D:\install.exe' (0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0x11460000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x103c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\LZ32.DLL' (0x120000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL' (0x270000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x2c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x170000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0xd50000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0x3a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x6a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0x620000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x6f0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0x740000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0x470000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINSPOOL.DRV' (0x250000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMDLG32.DLL' (0x300000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0x800000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0xbf0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0xed0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0x370000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x4e0000)
Unhandled exception: page fault on read access to 0x1f09dd40 in 32-bit code (0x00426a80).
In 32-bit mode.
0x00426a80 (install.exe..text+0x25a80 in install.exe): movl     0x0(%ecx),%esi
Wine-dbg>WineDbg terminated on pid a
Can anybody tell me what to do?
 
Old 01-25-2004, 07:55 AM   #2
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
thats the kind of problem where nothing can be done except wait for a new release, or try an old one. i recommend these releases:
20040121 (jan 21, 2004)
or
20030911 (sep 11, 2003)
 
Old 01-25-2004, 08:04 AM   #3
Lobais
Member
 
Registered: Jan 2004
Location: Denmark
Distribution: Fedora Core 6
Posts: 224

Original Poster
Rep: Reputation: 30
A bug?
Do u know when 20040121 comes for fedora?
 
Old 01-25-2004, 08:13 AM   #4
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
you could try the source, its actually not that hard to compile (at least for me...)
 
Old 01-25-2004, 08:57 AM   #5
Lobais
Member
 
Registered: Jan 2004
Location: Denmark
Distribution: Fedora Core 6
Posts: 224

Original Poster
Rep: Reputation: 30
I've never tried to compile a program from the source, (Just got linux for 3 weeks ago).
What shael I write?
 
Old 01-25-2004, 09:30 AM   #6
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
download the source, then go to the directory it created, then (from that directory),
cd tools
./wineinstall
thats an automated installation script. when its done, you should have wine installed.
 
Old 01-25-2004, 10:05 AM   #7
Lobais
Member
 
Registered: Jan 2004
Location: Denmark
Distribution: Fedora Core 6
Posts: 224

Original Poster
Rep: Reputation: 30
Hehe, what now?

...
config.status: executing windows commands

*** Warning: X development files not found. Wine will be built without
*** X support, which currently does not work, and would probably not be
*** what you want anyway. You will need to install devel packages of
*** Xlib/Xfree86 at the very least.

Configure finished. Do 'make depend && make' to compile Wine.

Install the X development headers and try again.
$
 
Old 01-25-2004, 10:15 AM   #8
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
look for some packages on your installation cds that are the X-devel or something like that. you need those development headers, otherwise wine wont support the gui.
 
Old 01-25-2004, 12:35 PM   #9
Lobais
Member
 
Registered: Jan 2004
Location: Denmark
Distribution: Fedora Core 6
Posts: 224

Original Poster
Rep: Reputation: 30
What is cds, and where to look for them?
 
Old 01-25-2004, 12:40 PM   #10
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
umm... you should know what a cd is . a cd-rom. did you install fedora from a cdrom installation? there should be some more packages on those cds that you can install, and among them might be the X development headers, which you need.
 
Old 01-27-2004, 01:24 PM   #11
Lobais
Member
 
Registered: Jan 2004
Location: Denmark
Distribution: Fedora Core 6
Posts: 224

Original Poster
Rep: Reputation: 30
At last I made it work. I've got wine 20040121, but it still says
$ wine /mnt/cdrom/setup.exe
$ wine: Unhandled exception (thread 000b), starting debugger...
WineDbg starting on pid a
No debug information in ELF 'wine' ((nil))
No debug information in 32bit DLL 'D:\install.exe' (0x400000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\NTDLL.DLL' (0xeb0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\KERNEL32.DLL' (0x280000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\LZ32.DLL' (0x8a0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\VERSION.DLL' (0x140000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\ADVAPI32.DLL' (0x390000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\GDI32.DLL' (0x8c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\USER32.DLL' (0x570000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINMM.DLL' (0xcb0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\RPCRT4.DLL' (0x3d0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\OLE32.DLL' (0xb00000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHLWAPI.DLL' (0x6c0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMCTL32.DLL' (0xd20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\SHELL32.DLL' (0xa30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINSPOOL.DRV' (0x940000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\COMDLG32.DLL' (0x9b0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\X11DRV.DLL' (0xc20000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\IMM32.DLL' (0xe30000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\WINEOSS.DRV' (0xe60000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM32.DLL' (0x1000000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MSACM.DRV' (0xff0000)
No debug information in 32bit DLL 'C:\WINDOWS\SYSTEM\MIDIMAP.DRV' (0x137b0000)
Unhandled exception: page fault on read access to 0x1f14dd40 in 32-bit code (0x00426a80).
In 32-bit mode.
0x00426a80 (install.exe..text+0x25a80 in install.exe): movl 0x0(%ecx),%esi
Wine-dbg>WineDbg terminated on pid a
 
Old 01-27-2004, 05:46 PM   #12
LavaDevil94
LQ Guru
 
Registered: Jul 2003
Distribution: Gentoo 2004.2: Who needs exmmpkg when you have emerge?
Posts: 1,795

Rep: Reputation: 47
well, thats the same unfixable error. maybe you could try wine20030911, that has been reported to work.
 
Old 01-28-2004, 07:09 AM   #13
Lobais
Member
 
Registered: Jan 2004
Location: Denmark
Distribution: Fedora Core 6
Posts: 224

Original Poster
Rep: Reputation: 30
On sourceforge I can find only: 20031118, 20031212 and 20040121
 
Old 02-02-2004, 07:02 PM   #14
Xyre
Member
 
Registered: Dec 2003
Distribution: Slackware 10
Posts: 32

Rep: Reputation: 15
alright, i was getting the same error until i installed 20031118, and now i get a new error, which seems to be fixable
Code:
err:virtual:map_image Standard load address for a Win32 program (0x00400000) not available - security-patched kernel ?
wine: could not load L"D:\\setup.exe" as Win32 binary
I am also trying to install starcraft
 
Old 02-03-2004, 07:10 AM   #15
Lobais
Member
 
Registered: Jan 2004
Location: Denmark
Distribution: Fedora Core 6
Posts: 224

Original Poster
Rep: Reputation: 30
Question

So you think I should try the old one?
The only howto on the internet uses -winver, but it doesnt exist anymore

Last edited by Lobais; 02-03-2004 at 07:11 AM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
wine and starcraft Zero-0-Effect Linux - Games 3 02-25-2011 04:50 AM
Starcraft in WINE Nebetsu Linux - Games 6 03-08-2007 07:03 PM
wine-20031212 and 2.6.0 on slack : can install win apps but not run once installed C++freak Linux - Software 3 12-28-2003 01:16 AM
Starcraft and Wine Belegdol Linux - Games 6 11-10-2003 07:55 AM
starcraft w/ wine in RH 8.0 EmberWhite Linux - Software 1 02-15-2003 07:32 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software > Linux - Games

All times are GMT -5. The time now is 10:09 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration