Code: Select all
version 4.14.2
class Crash : Zombieman replaces Zombieman
{
override void beginPlay()
{
super.beginPlay();
string nope = "Nope";
let f = findFunction(nope, "Nope");
}
}
Expected result: the game is playable. Not detectable before run time, so variable f is NULL.
Actual result:
Code: Select all
*** Fatal Error ***
Address not mapped to object (signal 11)
Address: 0xb8
GZDoom version g4.14.2