Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Wow crashed without errors. .... ATI graphics card problem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gamers & Players
View previous topic :: View next topic  
Author Message
treyb
n00b
n00b


Joined: 20 Sep 2011
Posts: 51

PostPosted: Thu Dec 08, 2011 7:31 pm    Post subject: Wow crashed without errors. .... ATI graphics card problem Reply with quote

I original had it running just fine with a nvidia card, but alas that card blew... When I replaced the card, I replaced it with a ATI card. This has caused a ton of errors. I have gotten all the references to nvidia out and replaced it with ati... I am able to run the X just fine now, but when I run wow launcher, which it comes just fine, and then click play..... It hangs. The launcher disappears and the game does not show up.

I have updated Wine to 1.3 and it still does not work. There is no error that pops up.... it just stalls out and I have to kill the PID just to get the launcher to show up again (the PID shows up as the WoW Launcher.exe).

How do I fix this?


Last edited by treyb on Wed Dec 14, 2011 10:52 pm; edited 1 time in total
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9645
Location: almost Mile High in the USA

PostPosted: Thu Dec 08, 2011 7:46 pm    Post subject: Reply with quote

Does running Wow.exe directly behave differently?

I've found that Launcher does not run very well sometimes...
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
treyb
n00b
n00b


Joined: 20 Sep 2011
Posts: 51

PostPosted: Thu Dec 08, 2011 7:51 pm    Post subject: Reply with quote

Code:
~/.wine/drive_c/Program Files/World of Warcraft $ wine Wow.exe
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  151 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  255
  Current serial number in output stream:  255


I guess there is a error. I just have to run in command line.
Back to top
View user's profile Send private message
hasufell
Retired Dev
Retired Dev


Joined: 29 Oct 2011
Posts: 429

PostPosted: Thu Dec 08, 2011 7:52 pm    Post subject: Reply with quote

did you create a new wineprefix? i can imagine there might be stuff broken if you did not.

ATI is bad for wine btw.
Back to top
View user's profile Send private message
treyb
n00b
n00b


Joined: 20 Sep 2011
Posts: 51

PostPosted: Thu Dec 08, 2011 8:00 pm    Post subject: Reply with quote

unfortunately ATI is all I have and I did not create a new anything. How do
I get it to work any ideas?
Back to top
View user's profile Send private message
hasufell
Retired Dev
Retired Dev


Joined: 29 Oct 2011
Posts: 429

PostPosted: Thu Dec 08, 2011 8:06 pm    Post subject: Reply with quote

# mv ~/.wine ~/.wine-backup

then you have to take all steps needed to make WoW working again.

or you just do "export WINEPREIFX=~/.wine-wow" or something like that before you launch wow.

check: http://wiki.jswindle.com/index.php/Wine_Prefixes or https://wiki.archlinux.org/index.php/Wine#Configuration
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9645
Location: almost Mile High in the USA

PostPosted: Thu Dec 08, 2011 8:16 pm    Post subject: Reply with quote

Do you know if the opengl subsystem works, which is beyond basic X functionality?

ati-drivers installs fgl_glxgears which you can use to test the graphics system. Or try 'glxinfo' (part of x11-apps/mesa-progs).

Also might want to check out /var/log/Xorg.0.log to see if the graphics driver got initialized properly?

Are you using ati-drivers or xf86-video-ati (radeon)? I've only gotten the closed source ati-drivers working, not sure about the free one yet.
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
treyb
n00b
n00b


Joined: 20 Sep 2011
Posts: 51

PostPosted: Thu Dec 08, 2011 8:30 pm    Post subject: Reply with quote

Code:
# glxinfo
name of display: :0
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  151 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  12
  Current serial number in output stream:  12


# fgl_glxgears
Using GLX_SGIX_pbuffer
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  151 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  12
  Current serial number in output stream:  12


However the log show no errors...... And I am using ati-drivers
Back to top
View user's profile Send private message
treyb
n00b
n00b


Joined: 20 Sep 2011
Posts: 51

PostPosted: Fri Dec 09, 2011 1:09 am    Post subject: Reply with quote

hasufell wrote:
# mv ~/.wine ~/.wine-backup

then you have to take all steps needed to make WoW working again.

or you just do "export WINEPREIFX=~/.wine-wow" or something like that before you launch wow.

check: http://wiki.jswindle.com/index.php/Wine_Prefixes or https://wiki.archlinux.org/index.php/Wine#Configuration



I did everything here and it still doesnt run... Any ideas?
Back to top
View user's profile Send private message
hasufell
Retired Dev
Retired Dev


Joined: 29 Oct 2011
Posts: 429

PostPosted: Fri Dec 09, 2011 1:18 am    Post subject: Reply with quote

do other wine-games run?
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9645
Location: almost Mile High in the USA

PostPosted: Fri Dec 09, 2011 7:06 am    Post subject: Reply with quote

Definitely something wrong with the graphics/opengl subsystem at this point, not a wine issue I doubt...

treyb wrote:
However the log show no errors...... And I am using ati-drivers


Is your opengl set properly?

eselect opengl set ati

Though this should cause lots of weird problems if it wasn't set...
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
treyb
n00b
n00b


Joined: 20 Sep 2011
Posts: 51

PostPosted: Wed Dec 14, 2011 9:08 pm    Post subject: Reply with quote

Sorry I had a few things I had to do and wasnt able to get back until now.

Code:
 eselect opengl list
Available OpenGL implementations:
  [1]   ati *
  [2]   xorg-x11


if it helps. The card is a ati sapphire x1650...

Code:
lspci | grep ATI
01:00.0 VGA compatible controller: ATI Technologies Inc RV535 [Radeon X1650 Series] (rev 9e)
01:00.1 Display controller: ATI Technologies Inc RV535 [Radeon X1650 Series] (rev 9e)


Code:
glxinfo
name of display: :0
X Error of failed request:  BadRequest (invalid request code or no such operation)
  Major opcode of failed request:  151 (GLX)
  Minor opcode of failed request:  19 (X_GLXQueryServerString)
  Serial number of failed request:  12
  Current serial number in output stream:  12


Code:
make.conf
VIDEO_CARDS="radeon"


Code:
cat /etc/X11/xorg.conf
Section "Module"
        Disable        "dri"
        Disable        "dri2"
        Load  "glx"
EndSection

Section "Device"
        Identifier      "Card0"
        Driver          "radeon"
        Option          "RenderAccel" "true"
        Option          "AllowGLXWithComposite" "true"
        Option          "AddARGBGLXVisuals" "true"
        Option          "RandRRotation" "true"
EndSection

Section "Monitor"
        Identifier      "Dell2208WFPT"
        VendorName      "Dell"
        ModelName       "2208WFPT"
        Option          "UseEDIDDPI" "False"
EndSection

Section "Screen"
        Identifier     "Screen 0"
        Device         "Card0"
        Monitor        "Dell2208WFPT"
        DefaultDepth    24

        SubSection "Display"
                Viewport    0 0
                Modes       "1680x1050"
                Depth       24
        EndSubSection
EndSection


Code:
 eselect profile list
Available profile symlink targets:
  [1]   default/linux/x86/10.0
  [2]   default/linux/x86/10.0/selinux
  [3]   default/linux/x86/10.0/desktop
  [4]   default/linux/x86/10.0/desktop/gnome
  [5]   default/linux/x86/10.0/desktop/kde *
  [6]   default/linux/x86/10.0/developer
  [7]   default/linux/x86/10.0/server
  [8]   hardened/linux/x86
  [9]   hardened/linux/x86/selinux


nothing with graphics runs at all although X starts up.
Back to top
View user's profile Send private message
lexming
Tux's lil' helper
Tux's lil' helper


Joined: 04 Jan 2007
Posts: 123
Location: Barcelona

PostPosted: Wed Dec 14, 2011 11:45 pm    Post subject: Reply with quote

You should try with the ATI proprietary drivers instead. Playing games in wine with the open drivers can be very problematic.
Back to top
View user's profile Send private message
treyb
n00b
n00b


Joined: 20 Sep 2011
Posts: 51

PostPosted: Thu Dec 15, 2011 1:27 am    Post subject: Reply with quote

I emerged the ati-drivers and x11-drivers/xf86-video-ati. Trying them each by their self to no avail. The card is is a gpu of R500
Back to top
View user's profile Send private message
eccerr0r
Watchman
Watchman


Joined: 01 Jul 2004
Posts: 9645
Location: almost Mile High in the USA

PostPosted: Thu Dec 15, 2011 10:20 pm    Post subject: Reply with quote

I thought ATI dropped support of the R500 in fglrx, so you have to use xf86-video-ati (the OSS one). Last I tried my RV250 and R200 they worked sort of poorly on the OSS drivers, not sure how well the R500 works. Basically WoW was unplayable due to drawing problems... but it did get to the "login screen"... all black...

Make sure your eselect is correct for xf86-video-ati...
_________________
Intel Core i7 2700K/Radeon R7 250/24GB DDR3/256GB SSD
What am I supposed watching?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gamers & Players All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum