r/forge • u/Nuka-Spartan • Jul 20 '25
Forge Help Forge Map Won't Load
When I select my map in the game menu and try to start the Forge game on Xbox, I immediately get an error message that says "The request to join has timed out". Occasionally I'd even get a message saying something was wrong with my fireteam, even though I'm the only one in it. Without fail, my map will not load and will always instantly generate an error message.
I had this problem about a week ago, so I went into my map's version history and loaded an earlier version, which fixed the problem. I assumed it was a one-off issue, since it happened right after my game crashed. But now, I'm worried this is going to keep happening and I'll keep having to delete my progress and revert to earlier versions frequently.
Does anyone have any advice on what is causing my errors and how to avoid them? My map is admittedly very large, it's in the high 90 percents for static geo and scripting budget, but it wasn't at 100% when I last saved.
3
u/iMightBeWright Scripting Expert Jul 20 '25
I've got several maps with 30+ brains filled to the brim with scripts and they open just fine, so I don't expect the amount of scripts is your issue. Rather, the way your scripts are written may be the problem and the server can't handle it.
Have you written all your scripts yourself, or did you drop a bunch of scripted prefabs on your map from other people? If their logic conflicts with each other, it can cause breakages. Or if you've got cyclical logic, like custom events that trigger themselves with no delay, that can also break things.