Afforess / Factorio-Stdlib

Factorio Standard Library Project
ISC License
162 stars 45 forks source link

Force.init() problem #123

Closed Martok88 closed 6 years ago

Martok88 commented 6 years ago

I'm attempting to fix the issue in autofill where it can't be loaded into an existing save. As far as I can tell, Force.init() is not correctly creating the global.forces variable, but I can't figure out why.

Nexela commented 6 years ago

It is an event registration order problem

On Sun, Mar 11, 2018, 1:12 PM Martok88 notifications@github.com wrote:

I'm attempting to fix the issue in autofill where it can't be loaded into an existing save. https://github.com/Nexela/autofill/issues/28 As far as I can tell, Force.init() is not correctly creating the global.forces variable, but I can't figure out why.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Afforess/Factorio-Stdlib/issues/123, or mute the thread https://github.com/notifications/unsubscribe-auth/ANUy4JKX8UmyLwmb4QHBJL8FpWagHyU8ks5tdVrzgaJpZM4SlxSo .

Nexela commented 6 years ago

In autofill. Working on some changes but my time is limited.

On Sun, Mar 11, 2018, 8:38 PM Nexela nexela@gmail.com wrote:

It is an event registration order problem

On Sun, Mar 11, 2018, 1:12 PM Martok88 notifications@github.com wrote:

I'm attempting to fix the issue in autofill where it can't be loaded into an existing save. https://github.com/Nexela/autofill/issues/28 As far as I can tell, Force.init() is not correctly creating the global.forces variable, but I can't figure out why.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Afforess/Factorio-Stdlib/issues/123, or mute the thread https://github.com/notifications/unsubscribe-auth/ANUy4JKX8UmyLwmb4QHBJL8FpWagHyU8ks5tdVrzgaJpZM4SlxSo .

beugnen commented 5 years ago

so why are we still getting this error 12 months later?