Crash when opening electric network information
Posted: Fri Aug 15, 2014 7:52 am
Good morning
I have a pretty wierd bug in my mod and have no idea on how to fix it, or what exactly causes this issue...
Another user pointed this out pretty well here: https://forums.factorio.com/forum/vie ... 299#p41242
Does this mean i have an error in the entity prototype ? or even item prototype ?
Basically i just copy-pasta'ed from long-handed-inserter and customized to a small extent.
Key Things i changed:
minable 'result' node is removed (allready tested returning iron-plate, cant be the problem)
flags = {"player-creation"} (cant add the other 2 usual candidates, error gets thrown that he cant find an order string for the entity ???)
I am using different names for my items and entities, could that cause the problem and wouldnt that be a vanilla bug then ? (e.g. item=fast-short-MIinserter, entity=fast-short-MIinserter-straight)
Entity-Prototype: https://github.com/noobxgockel/moarinse ... tityOO.lua
Any Ideas would be much appreciated!
~Markus
EDIT:
Well it really was because of the stupid flags...
Kinda unneccessary that the complete game crashes when those 2 flags arent in place...
Will report to devs!
#closed
I have a pretty wierd bug in my mod and have no idea on how to fix it, or what exactly causes this issue...
Another user pointed this out pretty well here: https://forums.factorio.com/forum/vie ... 299#p41242
Does this mean i have an error in the entity prototype ? or even item prototype ?
Basically i just copy-pasta'ed from long-handed-inserter and customized to a small extent.
Key Things i changed:
minable 'result' node is removed (allready tested returning iron-plate, cant be the problem)
flags = {"player-creation"} (cant add the other 2 usual candidates, error gets thrown that he cant find an order string for the entity ???)
I am using different names for my items and entities, could that cause the problem and wouldnt that be a vanilla bug then ? (e.g. item=fast-short-MIinserter, entity=fast-short-MIinserter-straight)
Entity-Prototype: https://github.com/noobxgockel/moarinse ... tityOO.lua
Any Ideas would be much appreciated!
~Markus
EDIT:
Well it really was because of the stupid flags...
Kinda unneccessary that the complete game crashes when those 2 flags arent in place...
Will report to devs!
#closed