RitnDev / RitnLib

2 stars 0 forks source link

Error on loading a new or saved game. #1

Closed Xudmud closed 1 month ago

Xudmud commented 2 months ago

image

It looks like the mod is trying to load luaLib/informatron/menu and not lualib/informatron/menu and thus throwing the error on any game load.

Steps of reproduction:

  1. Start up Factorio
  2. Start a new game or load an existing save.

Expected result: The game loads into the map and can be played.

Actual result: The game kicks back to the title screen with the above error message.

transparentmask commented 1 month ago

Same issue, play with macOS. I fix it local with using "lualib" in core/interfaces.lua. It works.

RitnDev commented 1 month ago

Hi, The latest versions released do not correct the problem ? -> RitnLib 0.8.5

transparentmask commented 1 month ago

Hi, The latest versions released do not correct the problem ? Yes, version 0.8.5 report this.

RitnDev commented 1 month ago

Could you provide me with the list of your used mods along with their respective versions?

RitnDev commented 1 month ago

RitnLib 0.8.6 fix issues ;)