L0laapk3 / FactorioMaps

L0laapk3's FactorioMaps mod
https://mods.factorio.com/mod/L0laapk3_FactorioMaps
Other
121 stars 22 forks source link

Lua warning from factorio-side lua mod script #15

Closed OvermindDL1 closed 5 years ago

OvermindDL1 commented 5 years ago
[GAME]  159.678 Warning LuaGameScript.cpp:1545: luaremove_path error: Scripts can only use file space inside of script-output
L0laapk3 commented 5 years ago

I've investigated this warning before, and that error is actually quite misleading, its actually caused by deleting folders that are inside folders that don't exist. But because of determinism in the lua api I can't actually check if the folder exists or not. I've already reported it but I've decided creating a bunch of folders just to delete them and be able to hide a misleading warning was just not worth it.

L0laapk3 commented 5 years ago

https://forums.factorio.com/viewtopic.php?f=7&t=64873

OvermindDL1 commented 5 years ago

Awesome! Thanks for the followup! :-)