ddraig
Senior Resident
On forum: 06/19/2012
Messages: 158
|
Frustrating crash
I keep getting this error:
[error]Expression : fatal error
[error]Function : CScriptEngine::lua_error
[error]File : E:\stalker\sources\trunk\xr_3da\xrGame\script_engine.cpp
[error]Line : 73
[error]Description : <no expression>
[error]Arguments : LUA error: ...ow of chernobyl\gamedata\scripts\bind_stalker.script:482: attempt to concatenate field '?' (a nil value)
Always when I save/reload a game or move to a new area.
The particular line in bind_stalker is:
get_console():execute("g_game_difficulty "..game_difficulty_by_num[game_difficulty])
I figure this is a save-game corruption of some sort, but I'm at a loss as to what it could possibly be. |