Rybadour / Foreman

Visual planning tool for the game Factorio
Other
21 stars 7 forks source link

Compatibility with Krastorio 2 #43

Open tabytac opened 4 years ago

tabytac commented 4 years ago

Krastorio 2 new items or changed recipes are not showing in latest version (0.18.30). Other mods are showing up such as creative mod. Foreman_2020-06-08_14 15 27

Rybadour commented 4 years ago

Can you inspect your error log file and paste any relevant lines?

Also one thing to double check do you currently have Krastorio loaded in Factorio? We still have some issues where the settings a mod needs aren't there unless the mod was loaded in Factorio.

ybeauchamph commented 3 years ago

Here's my errorlog.txt with Krastorio 2 and some other mods where I have the same problem: https://pastebin.com/6H39c1Vu

ybeauchamph commented 3 years ago

I investigated a bit one of the error.

C:\factorio\Factorio_1.0.0\mods\Krastorio2_1.0.4\Krastorio2_1.0.4\data.lua ([string "chunk"]:16: module 'private_stdlib.tables' not found: I found the actual file at mods\Krastorio2_1.0.4\Krastorio2_1.0.4\lib\private\data-stages\utils\private_stdlib\tables.lua But I can't find any require of this file anywhere. I'm not sure why it's trying to load it. The only place where I could find the string tables is in the tables.lua file itself.

Rybadour commented 3 years ago

Looking into this. Might need the 1.0.0 fix merged first but I'll see what I can do with the pull request.