Skip to content

find root cause of info->type value issue causing death/game over screen crash  #654

@briaguya0

Description

@briaguya0

this is realted to

// OTRTODO: we do not know the root cause of the info->type value being invalid
// but this prevents it from crashing the game on the game over screen
if (info->type < 3) {
bindFuncs[info->type](lights, &info->params, vec);
}

to get the crash to happen we'll just need to comment out the info->type < 3 check and get a stack trace when crashing on death

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions