Closed tzwaan closed 5 years ago
When trying to load the dataloader.lua file, the blueprintbot uses the following as the path:
/factorio/data/core/luaLib/dataloader.lua
On windows this works fine due to the fact that casing is ignored. On linux this results in an error.
The line should changed to:
/factorio/data/core/lualib/dataloader.lua
This is technically an issue with Java-Factorio-Data-Wrapper. If you could move this issue over there, I have a commit ready to be pulled and merged. Thanks.
Moved issue, thanks for the commit @acid1103 !
When trying to load the dataloader.lua file, the blueprintbot uses the following as the path:
/factorio/data/core/luaLib/dataloader.lua
On windows this works fine due to the fact that casing is ignored. On linux this results in an error.
The line should changed to:
/factorio/data/core/lualib/dataloader.lua