Anonymous | Login | 2024-11-21 11:39 CET |
Main | My View | View Issues | Change Log | Roadmap | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
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 | ||||||||
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 [^] | ||||||||
Tags | No tags attached. | ||||||||
John | |||||||||
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 |
Copyright © 2000 - 2024 MantisBT Team |