Altitude Game: Forums  

Go Back   Altitude Game: Forums > Altitude Support > Tech Support
FAQ Community Calendar

Tech Support Trouble running the game? Found a bug? Post here.

Reply
 
Thread Tools Display Modes
  #1  
Old 10-05-2010, 08:23 PM
Pat Pat is offline
Junior Member
 
Join Date: Oct 2010
Location: Plzen, Czech republic
Posts: 2
Default Segmentation fault

Hi, I can't start the game. It fall with this:
Code:
pat@pat-laptop:~$ altitude/altitude
Segmentation fault
Altitude.log:
Code:
INFO [2010-10-05 21:05:18,990] [main]: Initialized logger: file=log/Altitude.log, level=DEBUG, pattern=%p [%d{ISO8601}] [%t]: %m%n, maxFileSize=100KB, maxBackups=1, wasInitialized=false
INFO [2010-10-05 21:05:19,037] [main]: Creating default options: config/options.xml
WARN [2010-10-05 21:05:19,054] [main]: Creating default swear word filter: config/filtered_swear_words.txt
INFO [2010-10-05 21:05:19,081] [main]: Using any available IP (wildcard).
INFO [2010-10-05 21:05:19,085] [Thread-1]: Requesting UPnP information for 0.0.0.0/0.0.0.0
INFO [2010-10-05 21:05:19,118] [main]: Display.init
INFO [2010-10-05 21:05:19,360] [main]: Display.desktopResolution=1280x800
INFO [2010-10-05 21:05:19,377] [main]: setDisplayMode(1280 x 800 x 24 @60Hz, fs=true, vsync=true)
INFO [2010-10-05 21:05:19,770] [main]: Display.reportedFrequency=60
INFO [2010-10-05 21:05:19,770] [main]: Display.targetedFrequency=60
INFO [2010-10-05 21:05:19,809] [main]: Distributor is nimblygames
INFO [2010-10-05 21:05:19,831] [main]: Creating default recent maps file: config/recently_played_maps.xml
INFO [2010-10-05 21:05:19,907] [main]: checkResourceVersion: failed to determine cached resource version
INFO [2010-10-05 21:05:20,298] [main]: Audio system on-get convert: sounds/ui/button_hover.ogg
INFO [2010-10-05 21:05:20,360] [main]: Audio system on-get convert: sounds/ui/modal_window_focus_error.ogg
INFO [2010-10-05 21:05:20,673] [main]: Audio system on-get convert: sounds/ui/window_transition_in.ogg
INFO [2010-10-05 21:05:20,774] [main]: Audio system on-get convert: sounds/ui/window_transition_out.ogg
INFO [2010-10-05 21:05:21,035] [main]: Found 0 game controllers:  (0 other controllers)
INFO [2010-10-05 21:05:21,035] [main]: No controller selected
INFO [2010-10-05 21:05:21,612] [Thread-1]: No UPnP gateway found
INFO [2010-10-05 21:05:21,756] [Thread-3]: Internet lookup complete: Connected
INFO [2010-10-05 21:05:21,756] [Thread-2]: Server lookup complete: 75.102.27.114:31383
INFO [2010-10-05 21:15:01,711] [main]: Initialized logger: file=log/Altitude.log, level=DEBUG, pattern=%p [%d{ISO8601}] [%t]: %m%n, maxFileSize=100KB, maxBackups=1, wasInitialized=false
INFO [2010-10-05 21:15:01,801] [main]: Using any available IP (wildcard).
INFO [2010-10-05 21:15:01,807] [Thread-1]: Requesting UPnP information for 0.0.0.0/0.0.0.0
INFO [2010-10-05 21:15:01,853] [main]: Display.init
INFO [2010-10-05 21:15:02,039] [Thread-2]: Server lookup complete: 75.102.27.114:31383
INFO [2010-10-05 21:15:02,096] [Thread-4]: Internet lookup complete: Connected
INFO [2010-10-05 21:15:02,100] [main]: Display.desktopResolution=1280x800
WARN [2010-10-05 21:15:02,123] [main]: Falling back to windowed mode; config/_display_progress.tmp exists
INFO [2010-10-05 21:15:02,124] [main]: setDisplayMode(1280 x 800 x 24 @60Hz, fs=false, vsync=true)
INFO [2010-10-05 21:15:02,460] [main]: Display.reportedFrequency=60
INFO [2010-10-05 21:15:02,460] [main]: Display.targetedFrequency=60
INFO [2010-10-05 21:15:02,506] [main]: Distributor is nimblygames
INFO [2010-10-05 21:15:03,162] [main]: Found 0 game controllers:  (0 other controllers)
INFO [2010-10-05 21:15:03,162] [main]: No controller selected
INFO [2010-10-05 21:15:04,342] [Thread-1]: No UPnP gateway found
Launch.log:
Code:
INFO [2010-10-05 21:05:18,479] [main]: Initialized logger: file=log/Launch.log, level=DEBUG, pattern=%p [%d{ISO8601}] [%t]: %m%n, maxFileSize=100KB, maxBackups=1, wasInitialized=false
INFO [2010-10-05 21:05:18,543] [main]: Launching '/home/pat/altitude/launch-game.xml', args=[]
WARN [2010-10-05 21:05:18,546] [main]: Launcher failed to load progress report from update/download/_update-progress.xml
INFO [2010-10-05 21:15:01,194] [main]: Initialized logger: file=log/Launch.log, level=DEBUG, pattern=%p [%d{ISO8601}] [%t]: %m%n, maxFileSize=100KB, maxBackups=1, wasInitialized=false
INFO [2010-10-05 21:15:01,264] [main]: Launching '/home/pat/altitude/launch-game.xml', args=[]
WARN [2010-10-05 21:15:01,266] [main]: Launcher failed to load progress report from update/download/_update-progress.xml
log.properties:
Code:
level=DEBUG
pattern=%p [%d{ISO8601}] [%t]: %m%n
maxFileSize=100KB
maxBackups=1
Any idea? Thanks.

Ubuntu 10.04
Attached Files
File Type: txt MySystemInfo.txt (18.6 KB, 2 views)
Reply With Quote
  #2  
Old 10-05-2010, 08:38 PM
lamster lamster is offline
Administrator
 
Join Date: May 2008
Posts: 1,655
Default

You may need to update your video drivers -- will any other OpenGL games load on that machine?
Reply With Quote
  #3  
Old 10-06-2010, 09:13 AM
Pat Pat is offline
Junior Member
 
Join Date: Oct 2010
Location: Plzen, Czech republic
Posts: 2
Default

Yeah, you are right. New driver and it's OK, Thanks.
Reply With Quote
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 On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:15 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.
2008 Nimbly Games LLC