severity 500323 serious
thanks

On Sat, Sep 27, 2008 at 12:40:03PM +0200, Marc Dequènes (Duck) wrote:
>> Slune does not work for me at all, it gives out and error which does  
>> not look like any of the other reported errors:
>
> Seems you card does not handle the default game resolution. I'm Cc-ing  
> Vincent Bernat which is taking over this package, and might be able to  
> patch the game by himself (as i don't think waiting for author's fixes  
> would be the right strategy).

Actually, that is not the problem. My card handles the default game
resolution just fine. 

Tweaking around I found the problem: it seems that slune will crash because
of the dotfile generated by a previous version. It is unable to start at all,
the fix was simple: remove the dotfile and make it create a new one.

I'm attaching both the dotfile the user running slune had and the diff
against the dotfile that this slune version automatically generated. In case
that is of help.

I'm not sure which version generated the dotfile I had, but if this happens
when upgrading from etch->Lenny this *is* a RC bug. The program should handle
previous user configuration dotfiles just fine.

Regards

Javier
FULLSCREEN        = True
SCREEN_WIDTH      = 1280
SCREEN_HEIGHT     = 1024
QUALITY           = 1
MAX_VISION        = 1.4


CHARACTER    = 'Gnu'
VEHICLE      = 1
NEXT_MISSION = 5

SPEED             = 1.0
DIFFICULTY        = 2
RACE_NB_LAPS      = 8
RACE_NB_OPPONENTS = 6

NAME = 'David'
PORT = 36079

PARRAIN_HOST = ''
PARRAIN_PORT = 36079

SOUND_VOLUME = 1.0

--- .slune.old	2008-07-05 15:18:56.000000000 +0200
+++ .slune	2008-09-27 12:02:35.000000000 +0200
@@ -1,19 +1,19 @@
 
-FULLSCREEN        = True
-SCREEN_WIDTH      = 1280
-SCREEN_HEIGHT     = 1024
+FULLSCREEN        = 0
+SCREEN_WIDTH      = 800
+SCREEN_HEIGHT     = 600
 QUALITY           = 1
-MAX_VISION        = 1.4
+MAX_VISION        = 1.0
 
 
-CHARACTER    = 'Gnu'
+CHARACTER    = 'Tux'
 VEHICLE      = 1
-NEXT_MISSION = 5
+NEXT_MISSION = 1
 
 SPEED             = 1.0
-DIFFICULTY        = 2
-RACE_NB_LAPS      = 8
-RACE_NB_OPPONENTS = 6
+DIFFICULTY        = 0
+RACE_NB_LAPS      = 1
+RACE_NB_OPPONENTS = 3
 
 NAME = 'David'
 PORT = 36079

Reply via email to