I have encountered and fixed this error before, but the reason it is happening may be different this time around. What have you all done to get SoC levels working in CoP? I have entries in the proper ltx files and have made level changers the same way as other levels. This crash occurs when trying to enter the "Brainlab" from Yantar.
Code: Select all
[error]Expression : ai().game_graph().header().levels().end() != I
[error]Function : CALifeGraphRegistry::setup_current_level
[error]File : D:\prog_repository\sources\trunk\xrGame\alife_graph_registry.cpp
[error]Line : 87
[error]Description : Graph point level ID not found!
This error occurs when trying to enter the bar_rostok level I ported from build 1935. When I build this level in the level editor, it complains about invalid climbable objects. Perhaps these are causing this error somehow? This error only occurs on the maps from pre-release SoC builds.
Code: Select all
[error]Expression : cross_table().header().level_guid() == level_graph().header().guid()
[error]Function : CAI_Space::load
[error]File : D:\prog_repository\sources\trunk\xrGame\ai_space.cpp
[error]Line : 113
[error]Description : cross_table doesn't correspond to the AI-map
Any help would be greatly appreciated, my mod is pretty close to being done otherwise. I just need to get these last few levels to be functional.