MantisBT - Soldat Dedicated Server | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000470 | Soldat Dedicated Server | Scripting Core | public | 2013-12-04 12:34 | 2013-12-06 00:26 |
Reporter | kicikici | ||||
Assigned To | Falcon | ||||
Priority | immediate | Severity | crash | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | x64 | OS | Windows | OS Version | 7 SP1 |
Product Version | 2.7.6 | ||||
Target Version | Fixed in Version | ||||
John | |||||
Summary | 0000470: Script on SC3 crashes after join 6th player | ||||
Description | Simple example of script: function MyOnCommand(Player: TActivePlayer; Command: string): Boolean; begin if Command = '/crash' then begin Players[Player.ID].WriteConsole('Crash in progress...',$fefefe); end; end; var i: Byte; begin for i:=1 to 32 do begin Players[i].OnCommand := @MyOnCommand; end; end. When 6th player joins server, we get a unexpected crash: (15:16:40) [*] [scriptcore3] Unhandled exception occured: (15:16:40) [*] [scriptcore3] Wrong parameter (15:16:40) [*] Disabling scriptcore3 Related topic on forum: http://forums.soldat.pl/index.php?topic=42934.0 [^] | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-12-04 12:34 | kicikici | New Issue | |||
2013-12-04 13:00 | Bistoufly | Priority | high => immediate | ||
2013-12-04 13:00 | Bistoufly | Status | new => confirmed | ||
2013-12-06 00:26 | Falcon | Status | confirmed => resolved | ||
2013-12-06 00:26 | Falcon | Resolution | open => fixed | ||
2013-12-06 00:26 | Falcon | Assigned To | => Falcon |
There are no notes attached to this issue. |