dewiniaid / BlueprintExtensions

Useful blueprinting tools for Factorio
Other
4 stars 8 forks source link

Crash on World Load, migration attempt. #8

Closed PiggyWhiskey closed 5 years ago

PiggyWhiskey commented 5 years ago

image

 326.515 Applying migration: Blueprint Extensions: 2019-03-27-v0_4_0_gui_changes_part_deux.lua
 327.119 Error AppManagerStates.cpp:1397: Error while applying migration: Blueprint Extensions: 2019-03-27-v0_4_0_gui_changes_part_deux.lua

..._/migrations/2019-03-27-v0_4_0_gui_changes_part_deux.lua:2: module GUI not found;  no such file __BlueprintExtensions__/migrations/GUI.lua no such file __BlueprintExtensions__/GUI.lua no such file D:/Factorio/FactorioGame/data/core/lualib/GUI.lua
stack traceback:
    [C]: in function 'require'
    ..._/migrations/2019-03-27-v0_4_0_gui_changes_part_deux.lua:2: in main chunk
Ristellise commented 5 years ago

Still happens with 0.4.1

Omnifarious commented 5 years ago

In fact, it happens now with 0.4.1 when it didn't happen before for me:

BPE-Error

H4nSolo commented 5 years ago

GUI.lua is missing in the Vanilla Factorio 0.17.23 data/base/lualib !!!!

dewiniaid commented 5 years ago

Fix for this is incoming.

The file is actually gui.lua (lowercase), but Factorio doesn't complain when unzipped so I didn't catch it during testing.

dewiniaid commented 5 years ago

Should now be fixed in the now available 0.4.2.

Not entirely certain how the fix for 0.4.1 didn't end up making it in the release zip.

Omnifarious commented 5 years ago

It doesn't complain when unzipped because of Windows. I really dislike case insensitive filesystems.

Anyway, thank you, it works now. :-)