RitnLib

by Ritn

Function library for Ritn Mod.

Internal
6 days ago
0.17 - 2.0
111K

g [fix 0.8.6] Server and Base game bug

4 months ago

Current server message gives "15.275 Error ServerMultiplayerManager.cpp:92: MultiplayerManager failed: "RitnLib/core/interfaces.lua:4: module RitnLib/luaLib/informatron/menu not found; no such file RitnLib/luaLib/informatron/menu.lua" as error while PC error states "_RitnLib__/core/interfaces.lua:4: module RitnLib/luaLib/informatron/menu not found; no such file RitnLib/luaLib/informatron/menu.lua
stack traceback:
[C]: in function 'require'
RitnLib/core/interfaces.lua:4: in main chunk
[C]: in function 'require'
RitnLib/control.lua:2: in main chunk"
as error

Unsure of fix as I am not a modder or programmer but thought I'd try reporting it none the less.
Known playthrough breaks is for Space exploration v0.6.134 and still works if disabled (HAVE NOT TESTED FOR CRASHES), Will post an update if crashes occur with relevant error messages.

4 months ago
(updated 4 months ago)

Hi i just got the same problem and found the solution it's because the folder in RitnLib_0.8.5.zip is named "lualib" and not "luaLib"
To solve it you need to go in %AppData% and "\Roaming\Factorio\mods\RitnLib_0.8.5.zip\RitnLib\core" open "Interfaces.lua" with a notepad and change the 2 lines :
menu = require("RitnLib/luaLib/informatron/menu"),
pages = require("RitnLib/luaLib/informatron/pages"),
by
menu = require("RitnLib/lualib/informatron/menu"),
pages = require("RitnLib/lualib/informatron/pages"),

4 months ago

Yeah, I've been looking for 2 hours where the problem comes from and thank you for seeing the capital letter....
Corrected in version 0.8.6, sorry for the inconvenience.

4 months ago

No problem, glad I was able to help you and thank you for your work

4 months ago

Thank you for your responses, the temporary fix doesn't seem like it has any issues though I didn't use the "waterfill" dependency I saw somewhere so I don't know for certain if everything was broken but, again, thank you 'Ritn' and 'Horseman06'

This thread has been locked.