LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 02-26-2007, 09:20 PM   #1
Crobat
Member
 
Registered: Dec 2005
Distribution: Slackware 10.2, Slackware 11.0
Posts: 135

Rep: Reputation: 15
Unhappy Warcraft 3 and Cedega


Well, I've reinstalled Slackware after somehow messing up something. Everything is relatively fresh now. I gave up trying to get Warcraft working properly with Wine, so I decided to give Cedega a try.

I downloaded the full version of Cedega I could find (5.1), and I was prompted to upgrade a bunch of things. Sounded good so far, so I followed all the little prompts for updates.

Cedega then ran all of its tests, to see if my computer could do 3d acceleration, etc. Still everything well.

Warcraft installed great. The opening movie was fine, then I get to the title screen, and everything is blank. I could hear the game playing, but I couldn't see anything.

not sure what to post, so here's my xorg.conf:
Code:
Section "ServerLayout"
	Identifier     "X.org Configured"
	Screen      0  "Screen0" 0 0
	InputDevice    "Mouse0" "CorePointer"
	InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
	RgbPath      "/usr/X11R6/lib/X11/rgb"
	ModulePath   "/usr/X11R6/lib/modules"
	FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
	FontPath     "/usr/X11R6/lib/X11/fonts/TTF/"
	FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
	FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
	FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
	FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
EndSection

Section "Module"
	Load  "glx"
	Load  "extmod"
	Load  "xtrap"
	Load  "record"
	Load  "dbe"
	Load  "dri"
	Load  "freetype"
	Load  "type1"
EndSection

Section "InputDevice"
	Identifier  "Keyboard0"
	Driver      "kbd"
	Option       "XkbModel"  "pc101"
	Option       "XkbLayout"  "us"
EndSection

Section "InputDevice"
	Identifier  "Mouse0"
	Driver      "mouse"
	Option	    "Protocol" "auto"
	Option	    "Device" "/dev/mouse"
	Option	    "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
	#DisplaySize	  330   210	# mm
	Identifier   "Monitor0"
	VendorName   "SEC"
	ModelName    "3345"
EndSection

Section "Device"
        ### Available Driver options are:-
        ### Values: <i>: integer, <f>: float, <bool>: "True"/"False",
        ### <string>: "String", <freq>: "<f> Hz/kHz/MHz"
        ### [arg]: arg optional
        #Option     "NoAccel"            	# [<bool>]
        #Option     "SWcursor"           	# [<bool>]
        #Option     "ColorKey"           	# <i>
        #Option     "CacheLines"         	# <i>
        #Option     "Dac6Bit"            	# [<bool>]
        #Option     "DRI"                	# [<bool>]
        #Option     "NoDDC"              	# [<bool>]
        #Option     "ShowCache"          	# [<bool>]
        #Option     "XvMCSurfaces"       	# <i>
        #Option     "PageFlip"           	# [<bool>]
	Identifier  "Card0"
	Driver      "i810"
	VendorName  "Intel Corporation"
	BoardName   "Mobile 915GM/GMS/910GML Express Graphics Controller"
	BusID       "PCI:0:2:0"
EndSection

Section "Screen"
	Identifier "Screen0"
	Device     "Card0"
	Monitor    "Monitor0"
	DefaultDepth 24
	SubSection "Display"
		Viewport   0 0
		Depth     1
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     4
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     8
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     15
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     16
	EndSubSection
	SubSection "Display"
		Viewport   0 0
		Depth     24
	EndSubSection
EndSection


Section "dri"
	mode 0666
EndSection
I have DRI enabled, using an intel 915 chipset (laptop). I have no idea what to even start trying.

If you guys could help me, I would be forever greatful, and you'll all get cookies or somethin.

Last edited by Crobat; 02-26-2007 at 09:22 PM.
 
Old 02-27-2007, 02:46 AM   #2
MannyNix
Member
 
Registered: Dec 2005
Location: ~
Distribution: Slackware -current
Posts: 465

Rep: Reputation: 53
hm...i have no experience with Cedega nor Warcraft3
just guessing here, 2 things.
1st: are you really sure your card supports that game? (sorry, had to ask)
2nd: why no resolutions on your xorg.conf? Your DefaultDepth 24, then it's empty, why?
I have many on mine since i run a 1024x768 desktop, run fuhquake at 800x600 and starcraft, doom2 at 640x480.
check it out:
Code:
 SubSection     "Display"
        Viewport    0 0
        Depth       24
        Modes       "1024x768" "800x600" "640x480"
    EndSubSection
Hope it helps, use search on other distro forums too: ubuntu, gentoo, etc in case it's game related
good luck
 
Old 02-27-2007, 06:54 AM   #3
Crobat
Member
 
Registered: Dec 2005
Distribution: Slackware 10.2, Slackware 11.0
Posts: 135

Original Poster
Rep: Reputation: 15
Yes, the card works with the game. I got a little further with wine, however in wine I couldn't get ladder games working. So I figured I'd try Cedega.

Cedega, nothing is working right. I tried adding in the Modes lines above, and I still get nothing. This time, however, I get no sound, either, and have to restart X to get out of it.
 
Old 02-27-2007, 02:04 PM   #4
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
I think Cedega is even worse than wine ... way more unstable ... only upside is a bit better DirectX support (but soon that too may change).

I would add screen resolutions and monitor frequencies in 'xorg.conf' if you know them. It may help.
 
Old 03-06-2007, 09:54 PM   #5
Crobat
Member
 
Registered: Dec 2005
Distribution: Slackware 10.2, Slackware 11.0
Posts: 135

Original Poster
Rep: Reputation: 15
ok. I've been toying with it again, pouring over the internet, reinstaling Slack over and over, and now I'm stuck. Not sure if I'm any closer, but this is what's happening now.

After the splash screen, I get a blank screen, and the game is frozen. Looking at the console, this is what is displayed.

Code:
wine: Unhandled exception, starting debugger...
000b:: Bad stuff: client ignore setting select events for 0x90077444 to 1
000b:: Bad stuff: client ignore setting select events for 0x90077444 to 1
000b:: Bad stuff: client ignore setting select events for 0x90077444 to 1
000b:: Bad stuff: client ignore setting select events for 0x90077444 to 1
000b:: Bad stuff: client ignore setting select events for 0x90077444 to 1
000b:: Bad stuff: client ignore setting select events for 0x90077444 to 1
000b:: Bad stuff: client ignore setting select events for 0x90077444 to 1
000b:: Bad stuff: client ignore setting select events for 0x90077444 to 1
000b:: Bad stuff: client ignore setting select events for 0x90077444 to 1
000b:: Bad stuff: client ignore setting select events for 0x90077444 to 1
000b:: Bad stuff: client ignore setting select events for 0x90077444 to 1
000b:: Bad stuff: client ignore setting select events for 0x90077444 to 1
000b:: Bad stuff: client ignore setting select events for 0x90077444 to 1
000b:: Bad stuff: client ignore setting select events for 0x90077444 to 1
(this repeats quite a bit more)
Any more thoughts on this would be greatly appreciated.
 
Old 03-06-2007, 10:00 PM   #6
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,442
Blog Entries: 7

Rep: Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551Reputation: 2551
Doesn't Cedega offer a support forum? They took your money, they should be able to answer your questions.
 
Old 03-06-2007, 10:01 PM   #7
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
You sure it isn't a problem with wine / Cedega ?

I remember wine used to give me lots of unhandled exceptions ... none of them were distro-specific.
 
Old 03-06-2007, 10:09 PM   #8
Crobat
Member
 
Registered: Dec 2005
Distribution: Slackware 10.2, Slackware 11.0
Posts: 135

Original Poster
Rep: Reputation: 15
hmm..I'll try knocking on the Cedega forums again, but they don't seem very responsive lately.
 
Old 03-06-2007, 10:19 PM   #9
Jeiku
Member
 
Registered: Jul 2005
Posts: 64

Rep: Reputation: 18
Hi,

First of all - there's no need to reinstall Slackware when a program doesn't work!

When you couldn't get it working with wine, what were the problems? Logs? Judging by http://appdb.winehq.org/appview.php?iAppId=897 it looks like warcraft 3 works fine in wine.

It's more likely a problem with your video card or something.. hmmm

Do any other games work with wine? Try testing out something a little less graphics dependent maybe.
 
Old 03-06-2007, 10:32 PM   #10
Crobat
Member
 
Registered: Dec 2005
Distribution: Slackware 10.2, Slackware 11.0
Posts: 135

Original Poster
Rep: Reputation: 15
hmm..the only reason I got Cedega was because ladder games in Wine weren't working. If they got them working now, then I'm ditching Cedega, and going back to wine.

This is the only Win game that I still play. As such, in order to do the full switch over, it's very important I get this one working.
 
Old 03-07-2007, 12:00 AM   #11
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Hey, well it's got gold and even platinum status ... it must work in wine. Maybe you didn't set up your video card properly ... might wanna check the sticky on 3D accel.
 
Old 03-07-2007, 10:28 PM   #12
Crobat
Member
 
Registered: Dec 2005
Distribution: Slackware 10.2, Slackware 11.0
Posts: 135

Original Poster
Rep: Reputation: 15
All right. Double checked with the newest wine version. Warcraft still freezes when you do a ladder game.
 
  


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
World of WarCraft + cedega sparky123 Linux - Games 0 06-01-2006 07:49 AM
Warcraft 3 with Cedega Abomb Linux - Games 1 05-17-2006 09:59 AM
Cedega with world of warcraft matrixon Linux - Software 2 03-30-2005 12:07 PM
cedega+nptl v/s warcraft pavalosv Linux - Games 1 12-19-2004 05:19 PM
Warcraft 3 TFT doesn't like Cedega :| GT_Onizuka Linux - Games 3 06-24-2004 09:09 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 12:26 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