Love is crashing Xorg.

General discussion about LÖVE, Lua, game development, puns, and unicorns.
Post Reply
User avatar
pharaoh65535
Prole
Posts: 2
Joined: Mon Nov 21, 2011 4:54 pm

Love is crashing Xorg.

Post by pharaoh65535 »

Hi guys!

I'm new to LÖVE, but first I want to thank all of you for comtributing in LÖVE community with examples, enhancing the engine, helping each other, LÖVE is a very KISS and awesome game engine, I never saw a game engine so small and so powerfull at same time. Thank you all for showing love in this LÖVE community.

The reason why I'm creating this topic is that when a run my LÖVE project it crashs my Video driver and Xorg. I can't understand why, I've already reconfigure xorg to a very minimalist way and he still crashes. I tryied the Nvidia driver but its to slow for me.

Does someone had similar problems? Can someone help me?

By thay my config are here:
LOVE 0.8.0 (Rubber Piggy)
My Xorg configuration

Code: Select all

#Section "ServerFlags"
#    Option "GlxVisuals" "all"
#    Option "AIGLX" "true"
#EndSection

#Section "Module"
    #Load "dri"
    #Load "GLcore"
    #Load "glx"
    #Load "i2c"
    #Load "bitmap"
    #Load "ddc"
    #Load "dbe"
    #Load "extmod"
    #Load "freetype"
    #Load "intl0"
    #Load "vbe"
#EndSection

#Section "Extensions"
    #Option "Composite" "Enable"
#EndSection

#Section "DRI"
    #Group "video"
    #Mode 0666
#EndSection

Section "Device"
    Identifier "Device0"
    Driver "nouveau"
    vendorName "Nvidia Corporation"
    BoardName "GeForce 9600M GS"

    BusId "PCI:1:0:0"
    #Option "DRI" "true"
    #Option "AccelMethod" "EXA"
    #Option   "XAANoOffscreenPixmaps"   "true"
    #Option "AllowGLXWithComposite" "true"
    #Option "GLXVBlank" "true" # tearing free compositing
EndSection


#Section "Monitor"
    #Identifier "Monitor0"
    #Option "DPMS" "true"
#EndSection


#Section "Screen"
    #Identifier "Screen0"
    #Device "Device0"
    #Monitor "Monitor0"
    #DefaultDepth 24 # or 24
    #SubSection "Display"
        #Depth 24
        #Modes "1280x800_60.00" 
    #EndSubSection
#EndSection
My distro Arch Linux
User avatar
Robin
The Omniscient
Posts: 6506
Joined: Fri Feb 20, 2009 4:29 pm
Location: The Netherlands
Contact:

Re: Love is crashing Xorg.

Post by Robin »

That's bad. Never seen that happen before. Have you tried other versions of LÖVE?
Help us help you: attach a .love.
coffee
Party member
Posts: 1206
Joined: Wed Nov 02, 2011 9:07 pm

Re: Love is crashing Xorg.

Post by coffee »

Remember that 0.8 is still in dev, alpha or beta. In OSX I can't even start it, it crashes without chance of running anything. Curious is that is also Nvidia here but could be also a SDL problem maybe.
Can you run in 0.8 other love files correctly or it's only with your work? Couldn't be somewhere your code in a demanding loop or eating resources?
User avatar
miko
Party member
Posts: 410
Joined: Fri Nov 26, 2010 2:25 pm
Location: PL

Re: Love is crashing Xorg.

Post by miko »

pharaoh65535 wrote:My distro Arch Linux
FYI: I have never had any problems with ArchLinux, for any version of love (including 0.8.0). Anything exceptional in your /var/log/Xorg.*.log? Do other (possibly SDL-based) programs crash?
My lovely code lives at GitHub: http://github.com/miko/Love2d-samples
User avatar
pharaoh65535
Prole
Posts: 2
Joined: Mon Nov 21, 2011 4:54 pm

Re: Love is crashing Xorg[SOLVED]

Post by pharaoh65535 »

I've just found out that the problem is in Gnome3 not with LÖVE or my video-card driver. Sorry.
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests