renoth / factorio-alien-module

A mod for factorio
MIT License
14 stars 16 forks source link

1.4.1 fails on oarc #84

Closed vfinn closed 6 months ago

vfinn commented 6 months ago

I didn't get a chance to test 1.4.1 until late last night. Oarc fails with crash in control line 382 - because "player" is not initialized. Can you add this at top of control.lua?

script.on_init(function()
    initVariables()
    init_gui()
    verifyCountersForForce("player")    -- initialize single player
end)
renoth commented 6 months ago

Should be fixed in 1.4.2, please test

vfinn commented 6 months ago

Runs well in Oarc games.