Page 1 of 1
[0.15.7] Game doesn't load with mods installed.
Posted: Fri May 05, 2017 6:10 pm
by TheDoctor89
Updating to 0.15.7 gives me
this error when trying to launch the game. The game starts/runs fine on 0.15.6. I am running several mods.
Re: [0.15.7] Game doesn't load with mods installed.
Posted: Fri May 05, 2017 6:27 pm
by Rseding91
Are you using any mods? If so, can you upload them?
Re: [0.15.7] Game doesn't load with mods installed.
Posted: Fri May 05, 2017 6:30 pm
by TheDoctor89
I jumped the gun creating the topic and forgot to add the log file. It's been added now. I am running several mods and that seems to be the issue maybe? How can I upload the mods?
Re: [0.15.7] Game doesn't load with mods installed.
Posted: Fri May 05, 2017 6:41 pm
by Nexela
Problem is probably the data-raw-protoypes mod
Rsedding any chance you can give us access to these values temporarily at least until all the entity prototypes are added luaEntityPrototypes
Re: [0.15.7] Game doesn't load with mods installed.
Posted: Fri May 05, 2017 6:44 pm
by MasterBuilder
Excerpt from his log
Code: Select all
165.140 Error ModManager.cpp:809: Reached id limit for entity. The game can't contain more than 65535 instances of this prototype due to hardcoded limits of the engine.
Re: [0.15.7] Game doesn't load with mods installed.
Posted: Fri May 05, 2017 7:26 pm
by Rseding91
Nexela wrote:Problem is probably the data-raw-protoypes mod ...
Indeed. If you remove that one it will load just fine.
The game uses a 16 bit unsigned integer for entity IDs so it's limited to that number of entities maximum.