demodude4u / Factorio-FBSR

Factorio Blueprint String Renderer
MIT License
74 stars 20 forks source link

CamelCase typo breaking the bot on linux #114

Closed tzwaan closed 5 years ago

tzwaan commented 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

acid1103 commented 5 years ago

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.

demodude4u commented 5 years ago

Moved issue, thanks for the commit @acid1103 !