Re: Spider-Man: The Movie - Black screen issue
Posted on 2025-06-10, 02:37
Figured this out, it's floating point shenanigans just as I thought, specifically a divide by zero issue. The game uses timeGetTime function to keep track of time which returns time in integer milliseconds. The problem is that somewhere during the loading time, the game divides a value by delta time …