ProjectAras / TrefusisEngine

Trefusis Engine is the framework for Project Aras development
2 stars 1 forks source link

Level::importLevels() causing Segmentation Fault #1

Closed ambertide closed 4 years ago

ambertide commented 4 years ago

Call to Level::importLevels() in line 33 of the GameManager.cpp causes a Segmentation Fault.

ambertide commented 4 years ago

Valgrind memory check reports stack overflow, possibly indicating problem with iterative malloc realloc calls at Zone::importZones(std::string levelName) of Zone.cpp, lines 114-119.

ambertide commented 4 years ago

Said line irrelevant.