Notifications
Clear all

To all SSC Station occupants

Thank you for the donations over the past year (2024), it is much appreciated. I am still trying to figure out how to migrate the forums to another community software (probably phpbb) but in the meantime I have updated the forum software to the latest version. SSC has been around a while so their is some very long time members here still using the site, thanks for making SSC home and sorry I haven't been as vocal as I should be in the forums I will try to improve my posting frequency.

Thank you again to all of the members that do take the time to donate a little, it helps keep this station functioning on the outer reaches of space.

-D1-

Failure to load on startup

(@ihooten)
New Member

After compiling from source on Ubuntu 10.04 AMD 64 machine, I tried running the program with the ./src/pioneer command, a quick screen flash and I received the following:

SDL_GetVideoInfo says 32 bpp

X Error of failed request: BadValue (integer parameter out of range for operation)

Major opcode of failed request: 129 (XFree86-VidModeExtension)

Minor opcode of failed request: 10 (XF86VidModeSwitchToMode)

Value in failed request: 0x102

Serial number of failed request: 125

Current serial number in output stream: 127

My inclination is that it may have to do with me running this on an AMD 64 machine. That or there is a library or dependency problem that I'll need to address. I'm new to using Linux, so I'm ready to learn anything I can. Any assistance would be appreciated.

Quote
Topic starter Posted : October 2, 2010 18:36
Geraldine
(@geraldine)
Famed Member

I am unfamiliar with Linux myself, but you could try this forum http://www.linuxforums.org/forum/

Perhaps they could help? Dont forget to give the SSC a mention if you post a question! 😉

ReplyQuote
Posted : October 3, 2010 10:03
 tomm
(@tomm)
Estimable Member
ihooten wrote:
After compiling from source on Ubuntu 10.04 AMD 64 machine, I tried running the program with the ./src/pioneer command, a quick screen flash and I received the following:

SDL_GetVideoInfo says 32 bpp

X Error of failed request: BadValue (integer parameter out of range for operation)

Major opcode of failed request: 129 (XFree86-VidModeExtension)

Minor opcode of failed request: 10 (XF86VidModeSwitchToMode)

Value in failed request: 0x102

Serial number of failed request: 125

Current serial number in output stream: 127

My inclination is that it may have to do with me running this on an AMD 64 machine. That or there is a library or dependency problem that I'll need to address. I'm new to using Linux, so I'm ready to learn anything I can. Any assistance would be appreciated.

Do you know what your graphics card is? I've run pioneer on Linux with old nvidia cards, and with radeon 7000, x600, x1300, and it was fine, but couldn't get it to run on a computer with an S3 savage. I debugged it for a bit and concluded that the driver was just broken...

ReplyQuote
Posted : October 4, 2010 03:45
(@tretle)
Active Member

I can confirm this bug. Running an AMD X2 3800+ 64bit processor. Heres what I was greeted with ->

Code:
tretle@ubuntu:~/pioneer$ ./src/pioneer
SDL_GetVideoInfo says 32 bpp
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 129 (XFree86-VidModeExtension)
Minor opcode of failed request: 10 (XF86VidModeSwitchToMode)
Value in failed request: 0x103
Serial number of failed request: 125
Current serial number in output stream: 127
ReplyQuote
Posted : November 4, 2010 12:33
(@s2odan)
Noble Member

I get this error when attempting to start a game:

Quote:
Error: attempt to call a nil value

stack traceback:

[C]: ?

With the source from after around october 5th. Thats with windows7x64 and a gtx285.

ReplyQuote
Posted : November 4, 2010 14:00