PDA

View Full Version : Local Hoast Issue



nogo
August 8th, 2018, 20:00
In the past I have not had an issue with running localhost. Now it is timing out when I try to connect and shutting off. I am getting a "Runtime Error: Bad Allocation" message. Thoughts?

Trenloe
August 8th, 2018, 20:34
"Runtime Error: Bad Allocation" means that the client is running out of memory. This sounds like you've enabled a lot of library modules, and all of that data is causing the client to run out of memory. FG is a 32-bit application, so it has a limited amount of memory it can use, even if your computer has lots of memory.

In your GM instance restrict access to only a small number of player related modules, don't share GM modules. Then, on the "Join Game" screen click the nuke button in the top right (to clear the player cache) and then try joining again to localhost.

nogo
August 8th, 2018, 21:11
Thanks, That is the issue!