MantisBT - Soldat Dedicated Server |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0000651 | Soldat Dedicated Server | Scripting Core | public | 2016-04-03 08:59 | 2020-08-27 11:23 |
|
Reporter | kicikici | |
Assigned To | FliesLikeABrick | |
Priority | high | Severity | major | Reproducibility | always |
Status | new | Resolution | reopened | |
Platform | 25 | OS | data | OS Version | data |
Product Version | 2.8.0 | |
Target Version | 2.9.0 | Fixed in Version | 2.9.0 | |
John | |
|
Summary | 0000651: 12 |
Description | Happens always when someone joins game during map change. All scripts are SC3. Example log below. |
Steps To Reproduce | data |
Additional Information | 25 |
Tags | No tags attached. |
Relationships | |
Attached Files | scripts.rar (14,460) 2016-04-03 20:27 https://bugs.soldat.pl/file_download.php?file_id=660&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2016-04-03 08:59 | kicikici | New Issue | |
2016-04-03 19:22 | Falcon | Note Added: 0002544 | |
2016-04-03 19:22 | Falcon | Assigned To | => Falcon |
2016-04-03 19:22 | Falcon | Status | new => feedback |
2016-04-03 20:27 | kicikici | File Added: scripts.rar | |
2016-04-03 20:32 | kicikici | Note Added: 0002545 | |
2016-04-03 20:32 | kicikici | Status | feedback => assigned |
2016-04-03 21:45 | Falcon | Note Added: 0002546 | |
2016-04-03 21:45 | Falcon | Status | assigned => feedback |
2016-04-09 13:35 | kicikici | Note Added: 0002548 | |
2016-04-09 13:35 | kicikici | Status | feedback => assigned |
2016-04-18 04:03 | Falcon | Note Added: 0002550 | |
2016-04-18 04:03 | Falcon | Status | assigned => resolved |
2016-04-18 04:03 | Falcon | Resolution | open => fixed |
2020-08-27 11:16 | MM | Issue cloned: 0000683 | |
2020-08-27 11:16 | MM | Issue cloned: 0000684 | |
2020-08-27 11:18 | MM | Assigned To | Falcon => FliesLikeABrick |
2020-08-27 11:18 | MM | OS | => data |
2020-08-27 11:18 | MM | OS Version | => data |
2020-08-27 11:18 | MM | Platform | => 25 |
2020-08-27 11:18 | MM | Fixed in Version | => 2.9.0 |
2020-08-27 11:18 | MM | Target Version | => 2.9.0 |
2020-08-27 11:18 | MM | Description Updated | bug_revision_view_page.php?rev_id=752#r752 |
2020-08-27 11:18 | MM | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=754#r754 |
2020-08-27 11:18 | MM | Additional Information Updated | bug_revision_view_page.php?rev_id=756#r756 |
2020-08-27 11:19 | MM | Summary | SC3 OnJoinGame bug during map change => 12 |
2020-08-27 11:19 | MM | Additional Information Updated | bug_revision_view_page.php?rev_id=763#r763 |
2020-08-27 11:21 | MM | Status | resolved => closed |
2020-08-27 11:21 | MM | Status | closed => feedback |
2020-08-27 11:21 | MM | Resolution | fixed => reopened |
2020-08-27 11:23 | MM | Status | feedback => new |
Notes |
|
(0002544)
|
Falcon
|
2016-04-03 19:22
|
|
Can i have some script or snippet that can reproduce this please? |
|
|
|
I was able to reproduce this bug each time (3 tries) after scoring attached map (maybe scoring is a true reason of this bug?). Example script is also attached.
(20:21:50) kicikici scores for Alpha Team
(20:21:50) kicikici captured the Blue Flag
(20:21:50) [*] [tele] Unhandled exception occured:
(20:21:50) [*] [tele] ID must be from 1 to 32
(20:21:50) ** Detected possible Mass-Flag cheating from kicikici
(20:21:50) kicikici is admin and cannot be kicked. |
|
|
(0002546)
|
Falcon
|
2016-04-03 21:45
|
|
Sorry, unable to reproduce. Please verify the conditions required to trigger this. |
|
|
|
|
|
(0002550)
|
Falcon
|
2016-04-18 04:03
|
|
After around an hour of absolutely pointless climbing only because I've told myself I need to do this without any cheats/map modifications I found it.
It was TPlayer.OnVoteKickStart crashing due to the fact that server started it and sent starting player Id of 255, which is obviously not in range of 1..32. |
|