Steamをインストール
ログイン
|
言語
简体中文(簡体字中国語)
繁體中文(繁体字中国語)
한국어 (韓国語)
ไทย (タイ語)
български (ブルガリア語)
Čeština(チェコ語)
Dansk (デンマーク語)
Deutsch (ドイツ語)
English (英語)
Español - España (スペイン語 - スペイン)
Español - Latinoamérica (スペイン語 - ラテンアメリカ)
Ελληνικά (ギリシャ語)
Français (フランス語)
Italiano (イタリア語)
Bahasa Indonesia(インドネシア語)
Magyar(ハンガリー語)
Nederlands (オランダ語)
Norsk (ノルウェー語)
Polski (ポーランド語)
Português(ポルトガル語-ポルトガル)
Português - Brasil (ポルトガル語 - ブラジル)
Română(ルーマニア語)
Русский (ロシア語)
Suomi (フィンランド語)
Svenska (スウェーデン語)
Türkçe (トルコ語)
Tiếng Việt (ベトナム語)
Українська (ウクライナ語)
翻訳の問題を報告
attempted index: new of non-table: null
function: createChildren -- file: ISRadioWindow.lua line # 141 | MOD: TVRadio ReInvented [reyFix2][Load OG first]
function: instantiate -- file: ISUIElement.lua line # 653 | Vanilla
function: activate -- file: ISRadioWindow.lua line # 33 | MOD: TVRadio ReInvented [reyFix2][Load OG first]
function: activate -- file: ISTCRadioWindow.lua line # 91 | MOD: True Music_v.2.15
function: doClick -- file: ISObjectClickHandler.lua line # 225 | Vanilla
function: doClick -- file: SpectateServerContext.lua line # 6 | MOD: TchernoLib
function: onObjectLeftMouseButtonUp -- file: ISObjectClickHandler.lua line # 336 | Vanilla
function: onObjectLeftMouseButtonUp -- file: SpectateServerContext.lua line # 13 | MOD: TchernoLib
For B42, use the linked mod instead .
if it was the problem it would be line 9 error not line 10.
line ten means the online player within the online player valid range is not valid
https://pastebin.com/v6rFYYQy
I hope you're doing well! I'm currently putting together a modpack for a Project Zomboid server called "Infected Chronicles," which is focused on creating a unique and immersive experience for our community through rp! (if anyone is interested reach out to me via messages). Your mod would be a perfect fit for the atmosphere we're aiming to build. I'd like to ask for your permission to include it in our modpack. Of course, full credit will be given to you, and I'll be sure to follow any guidelines you have. Thank you for considering my request!
Best regards,
Techspartan
It is a library/framework of custom tools/features/etc which grant extended functionality to the game.
These tools are of most interest to mod authors and probably server admins, but there are plenty of other use-case scenarios too.
For the average user, this mod is simply a prerequisite to any mod they might want to use that is a dependency of this one.
Any mod which builds off of or is reliant on this mods functionality (or any component of it) is considered a dependency of it. Meaning this mod must be installed and enabled in order for the dependency mod to function (or to function properly, at least).
corrects invisibility override bug.
Thanks!
But that's not a full solution. you will have more and more crash with future mods if we do not identify the mod overriding 'Item'. I still need your mod list for that.
but log says erro:
=========================
function: ISItemListTable_PatchModdedIcons.lua -- file: ISItemListTable_PatchModdedIcons.lua line # 7 | MOD: TchernoLib
zombie.Lua.LuaManager RunLuaInternal
java.lang.RuntimeException
zombie.Lua.LuaManager RunLuaInternal
java.lang.RuntimeException:
zombie.Lua.LuaManager RunLuaInternal
at ISItemListTable_PatchModdedIcons.lua:7
==============================
ISItemListTable_PatchModdedIcons.lua:7 is
lcl.item_base = __classmetatables[Item.class].__index
How can it be wrong?
It looks like you are missing java classes definitions.
function: ISItemListTable_PatchModdedIcons.lua -- file: ISItemListTable_PatchModdedIcons.lua line # 7 | MOD: TchernoLib
java.lang.RuntimeException: attempted index: __index of non-table: null
....
at zombie.ui.UIManager.update(UIManager.java:816)
at zombie.GameWindow.logic(GameWindow.java:262)
at zombie.core.profiling.AbstractPerformanceProfileProbe.invokeAndMeasure(AbstractPerformanceProfileProbe.java:71)
at zombie.GameWindow.frameStep(GameWindow.java:765)
at zombie.GameWindow.run_ez(GameWindow.java:681)
at zombie.GameWindow.mainThread(GameWindow.java:495)
at java.base/java.lang.Thread.run(Unknown Source)
`