Bug #240
Linux/Mac: Crash when configuring controls
100%
Description
I get a crash and this message whenever I try to use
the "Controls" menu to assign a mouse button to something:
doomsday: ../../Src/con_bind.c:1026:
B_BindingsForCommand: Assertion `bindClass - 1 <
sizeof(binds[i].command)/ sizeof(binds[i].command0)'
failed.
It happens in all three games.
Labels: User Interface
History
#1 Updated by skyjake over 19 years ago
Logged In: YES
user_id=717323
That assertion is there to prevent indexing the binds[i].command
array past its end.
I couldn't reproduce it in Linux by trying to assign MB1, MB2, or
MB3 to the Fire and/or Jump controls. Are you doing something
different than this?
#2 Updated by skyjake over 19 years ago
Logged In: YES
user_id=717323
Ah, on a second try I could reproduce this at least in Ultimate
Doom.
#3 Updated by zachkeene over 19 years ago
Logged In: YES
user_id=1103163
Well it's usually Mouse Look or Strafe I'm trying to
reassign, but other than that, no, I'm not doing anything
different.