kyranf / robotarmyfactorio

A mod to add robot troop units and perhaps associated support buildings and items to produce and control them.
MIT License
35 stars 11 forks source link

BUG #148

Open Kamsta99 opened 5 years ago

Kamsta99 commented 5 years ago

20190203012507_1 bug happen on my gameplay. Max 200 robots.

kyranf commented 5 years ago

what version of the mod are you using? that error line doesn't match up with the code for a possible arithmetic error.

https://github.com/kyranf/robotarmyfactorio/blob/609691deab474ca55d08bdd03d4d54d65f3a9457/robolib/Squad.lua#L658

This line access a table at an index, and assigns a value.. so I wonder what version you're using

Kamsta99 commented 5 years ago

Im using 0.3.6

śr., 6.02.2019, 17:33 użytkownik kyranf notifications@github.com napisał:

what version of the mod are you using? that error line doesn't match up with the code for a possible arithmetic error.

https://github.com/kyranf/robotarmyfactorio/blob/609691deab474ca55d08bdd03d4d54d65f3a9457/robolib/Squad.lua#L658

This line access a table at an index, and assigns a value.. so I wonder what version you're using

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/kyranf/robotarmyfactorio/issues/148#issuecomment-461090436, or mute the thread https://github.com/notifications/unsubscribe-auth/AIQXofvZY-UIQztjEg4ev6TsKF-ECIWUks5vKwPHgaJpZM4af3OY .

kyranf commented 5 years ago

@Kamsta99 can you upgrade to 0.3.8 ?

or if you are now using Factorio 0.17+, upgrade to 0.4.0 and let me know if it happens.