#The Game Starts With Two Error Pages When I Restarted It Again Ingame.

1 messages · Page 1 of 1 (latest)

vocal cypress
#

When I tried to uninstall some unnecessary plugins, I restarted it ingame, but it kept popping up two different error pages.
But when you re-enter from the system page, there are no problems and you can play normally.
I guess this is caused by a defect in the software itself, not my memory cuz I still have 30GB available.
If developers or problem solvers need log files then ping me pls, and i'll upload my two files during this period.
(I'm not sure if it's a bug itself so...)
(I hope it's just a prank.)

sweet dagger
#

Ptag out of mem

indigo condorBOT
# sweet dagger Ptag out of mem

If you encounter java.lang.OutOfMemoryError: Java heap space error, that means that the game ran out of memory (ram) while processing your request or action.

If you're on mobile, there's not much you can do to alleviate this issue, closing other applications in the background might help. For PC, you can simply increase the maximum heap space as a launch argument. For example -Xmx4G will let the game use up to 4 gigabytes of memory. That is, of course if you have enough memory. Generally, it's not a good idea to allocate more than 50% of your entire system memory. If that doesn't work and you're on PC, please check if you have 64 bit Java installed, because if you don't, game can only use 2 gigabytes of memory.

vocal cypress
# sweet dagger Ptag out of mem

Well thank you but I mainly want to ask about the error reflected in the second pic...
java.util.concurrent.TimeoutException:...

sweet dagger
#

seeing gcWatcher get triggered, I assume garbage collection failed and couldn't find free memory, so its basically the same issue

vocal cypress