View Issue Details

IDProjectCategoryView StatusLast Update
0000359PopRE MatchmakerMatchmakerpublic2017-11-29 16:05
ReporterBrandan Assigned ToIncaWarrior  
PriorityimmediateSeveritymajorReproducibilityhave not tried
Status closedResolutionfixed 
Summary0000359: Matchmaker corrupting games memory
DescriptionThe matchmaker is injecting illegal player numbers via the hut addition system. This causes an array which spans from [0,3] to be accessed and written to the 4th index. The 4th index did not exist and corrupted the games memory causing undefined behavior, resyncs, and crashes.

The game will now refuse to load such levels and will close with a error message explaining the situation.

Therefore until this is fixed, it is impossible to load levels edited by the mm with the hut additons enabled..

The faulting objects are 2 rocks placed at the enter of the reincarnation site located usually around the blue base.

Please note the following restriction for the level formats.
Levelv2: Players Supported [0,3] (4 elements)
Levelv3: Players Supported [0, 65535], however, the current builds ONLY support [0,4] (5 elements)
TagsNo tags attached.

Activities

Brandan

2016-08-10 06:13

administrator  

CLPBRDUhFiv5.png (17,129 bytes)   
CLPBRDUhFiv5.png (17,129 bytes)   

Brandan

2016-08-10 06:14

administrator  

CLPBRDwbq5Cr.png (216,186 bytes)   
CLPBRDwbq5Cr.png (216,186 bytes)   

Issue History

Date Modified Username Field Change
2016-08-10 06:13 Brandan New Issue
2016-08-10 06:13 Brandan Status new => assigned
2016-08-10 06:13 Brandan Assigned To => IncaWarrior
2016-08-10 06:13 Brandan File Added: CLPBRDUhFiv5.png
2016-08-10 06:14 Brandan File Added: CLPBRDwbq5Cr.png
2016-08-10 06:15 Brandan Description Updated
2017-11-29 16:05 Brandan Status assigned => closed
2017-11-29 16:05 Brandan Resolution open => fixed