Jump to content

SuperTux [solved]


Kieth
 Share

Recommended Posts

In terminal, I tried to start SuperTux, and this is the result:

 

supertux

Warning: Unable to open the file "/home/kieth/.supertux/config" for read!!!

Fatal signal: Segmentation Fault (SDL Parachute Deployed)

 

In fact, there is no config file. I have loaded it more than once. Any idea as to why it will not load config? The supertux directory is there, with 2 directories: levels and save.

Edited by Kieth
Link to comment
Share on other sites

Thank you. I had to change the config file a bit to the following. I was just expermenting, as I do not know how to do these commands. Supertux now works, but did I do the config file correctly?.

 

Thanks

 

(supertux-config

;; the following options can be set to #t or #f:

(fullscreen #t)

(sound #t)

(music #t)

(show_fps #t)

 

;; either "opengl" or "sdl"

(video "opengl") <<< I put opengl instead of sdl>>>>

 

;; joystick number (-1 means no joystick):

(joystick 1) <<<I put 1 instead of -1>>>

(joystick-x 0)

(joystick-y 1)

(joystick-a 0)

(joystick-b 1)

(joystick-start 2)

(joystick-deadzone 4096)

(keyboard-jump 273)

(keyboard-duck 274)

(keyboard-left 276)

(keyboard-right 275)

(keyboard-fire 306)

)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...