[0.15.7] Game doesn't load with mods installed.
-
- Inserter
- Posts: 21
- Joined: Wed Nov 23, 2016 7:33 pm
- Contact:
[0.15.7] Game doesn't load with mods installed.
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.
- Attachments
-
- factorio-current.log
- (1.07 MiB) Downloaded 91 times
Last edited by TheDoctor89 on Fri May 05, 2017 6:32 pm, edited 1 time in total.
Re: [0.15.7] Game doesn't load with mods installed.
Are you using any mods? If so, can you upload them?
If you want to get ahold of me I'm almost always on Discord.
-
- Inserter
- Posts: 21
- Joined: Wed Nov 23, 2016 7:33 pm
- Contact:
Re: [0.15.7] Game doesn't load with mods installed.
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.
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
Rsedding any chance you can give us access to these values temporarily at least until all the entity prototypes are added luaEntityPrototypes
- MasterBuilder
- Filter Inserter
- Posts: 353
- Joined: Sun Nov 23, 2014 1:22 am
- Contact:
Re: [0.15.7] Game doesn't load with mods installed.
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.
Give a man fire and he'll be warm for a day. Set a man on fire and he'll be warm for the rest of his life.
Re: [0.15.7] Game doesn't load with mods installed.
Indeed. If you remove that one it will load just fine.Nexela wrote:Problem is probably the data-raw-protoypes mod ...
The game uses a 16 bit unsigned integer for entity IDs so it's limited to that number of entities maximum.
If you want to get ahold of me I'm almost always on Discord.