You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Kux-CoreLib, lib/ModInfo.lua):136: attempt to concatenate field 'version' (a nil value)
stack traceback:
[C]: in function '__concat'
(Kux-CoreLib, lib/ModInfo.lua):136: in function 'update'
(Kux-CoreLib, lib/ModInfo.lua):145: in main chunk
[C]: in function 'require'
(Kux-CoreLib, lib/init.lua):179: in function '__index'
(Kux-BlueprintExtensions, mod.lua):4: in main chunk
[C]: in function 'require'
(Kux-BlueprintExtensions, data.lua):1: in main chunk
As far as I can tell, the ability to concatenate with nil is something the Factorio devs invented; it doesn't appear to be supported by official versions of Lua. I have also been unable to figure out how to convince Yafc's version of Lua to support that feature. Can I talk you into updating Kux-CoreLib and/or Kux-BlueprintExtensions so that it no longer attempts a nil concatenation, please?
The text was updated successfully, but these errors were encountered:
When attempting to load Kux-BlueprintExtensions in Yafc, the following error happens
As far as I can tell, the ability to concatenate with nil is something the Factorio devs invented; it doesn't appear to be supported by official versions of Lua. I have also been unable to figure out how to convince Yafc's version of Lua to support that feature. Can I talk you into updating Kux-CoreLib and/or Kux-BlueprintExtensions so that it no longer attempts a nil concatenation, please?
The text was updated successfully, but these errors were encountered: