Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
`function: createMenu -- file: ISInventoryPaneContextMenu.lua line # 960 | Vanilla
function: onRightMouseUp -- file: ISInventoryPane.lua line # 1578 | Vanilla
java.lang.RuntimeException: attempted index: isEmpty of non-table: null
at se.krka.kahlua.vm.KahluaThread.tableget(KahluaThread.java:1530)
The error is longer but can't fit it in this comment.
3 other errors occur simultaneously aswell, but I can't fit them in this comment
Strangely it isn't pointing to the mod when it errors
Fresh save
Only mods on are this and Error magnifier and it's dependency (Mod Update and Alert System)
Go to:
SteamLibrary\steamapps\workshop\content\108600\2335368829\mods\Authentic Z - Current\42\media\lua\shared\NPCs\AuthenticZ_BodyLocations.lua
Replace all code in that file with:
require 'NPCs/BodyLocations'
local AuthenticZLocations = {
"HeadExtra", "HeadExtraHair", "HeadExtraPlus",
"NeckExtra", "LegsExtra",
"TorsoRigPlus2", "TorsoExtraPlus1",
}
local group = BodyLocations.getGroup("Human")
if group then
for _, location in ipairs(AuthenticZLocations) do
local bodyLocation = BodyLocation.new(group, location)
group:getAllLocations():add(bodyLocation)
end
else
print("ERROR: AuthenticZ - BodyLocations group 'Human' not found")
end
Also remove these mods if installed:
- Common Sense
- All NEAT mods (Building, Craft, Framework, XP)
(this work for me)
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3577112693
for testing i have disabled all other mods (left only this one) and have started new world. Errors appear when i check inventory.
Developers have changed lua, so needed to fix slightly your code that to disable these errors..
Why it matters if i am doing anything or not? I am not the one asking the mod to be updated or saying its dead.
(I know about the patch by someone else, but for some reason it is not working, even though the Patch is loaded first in the load order.)
https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3577112693