Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español – España (spanska – Spanien)
Español – Latinoamérica (spanska – Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (portugisiska – Portugal)
Português – Brasil (portugisiska – Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (ukrainska)
Rapportera problem med översättningen
`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)