Arma crashes when switching from full screen to window mode

For all the help you need with Armagetron!
Post Reply
User avatar
Jip
Round Winner
Posts: 397
Joined: Sat Sep 26, 2009 5:32 pm

Arma crashes when switching from full screen to window mode

Post by Jip »

Hi,
this happens since a couple of days. When I start arma the first time after boot, it crashes when I switch from full screen to window mode. When I run arma again, it doesn't happen again. My OS is siduction (a fork from aptosid) based on debian sid.
I just started it with gdb and got the following output:

Code: Select all

(gdb) run
Starting program: /home/arma/builds/0.4/bin/armagetronad 
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Command CAMERA_GLANCE_BACK unknown.

Command CAMERA_GLANCE_RISE unknown.

Command CAMERA_GLANCE_BACK_FROMSPEED unknown.

Command CAMERA_GLANCE_RISE_FROMSPEED unknown.

Command CAMERA_GLANCE_PITCH unknown.

[New Thread 0x7fffe3ad8700 (LWP 1612)]
[Thread 0x7fffe3ad8700 (LWP 1612) exited]
[New Thread 0x7fffe3ad8700 (LWP 1613)]
X Error of failed request:  BadValue (integer parameter out of range for operation)
  Major opcode of failed request:  152 (XFree86-VidModeExtension)
  Minor opcode of failed request:  10 (XF86VidModeSwitchToMode)
  Value in failed request:  0x3e00012
  Serial number of failed request:  195
  Current serial number in output stream:  197
[Thread 0x7fffe3ad8700 (LWP 1613) exited]
[Inferior 1 (process 1608) exited with code 01]
Anyone knows what that means? It's not a blocker but I always need to start arma twice after boot.
Post Reply