安装 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(越南语)
Українська(乌克兰语)
报告翻译问题
Since two different people reported that the mod works in multiplayer and the error is a simple "file not found", what I can suggest is that you can unsubscribe, give it a minute and resubscribe.
But there is also a possibility that a different mod is overwriting "sneakIdle.xml" and maybe preventing my mod from accessing that file. If that's the case, try moving my mod to the bottom of your mod list, though I'm not sure that'll work.
I hope these will help and you can solve the problem.
@CokeHyena, did you figure out what the problem was?
I did notice in my logs that it gives multiple mods that are also attempting to access "sneakIdle.xml" so this may very well be the case.
It's looking for "sneakIdle.xml" (uppercase "i") but the file is named with a lowercase "i" "sneakidle.xml".
So it indeed seems to be an issue with the mod itself.
Renaming the file works fine until there's an update of True Crouching.
That's strange. I always pay attention to case-sensitivity.
That file is named that way on purpose. Because the original file is named "sneakidle.xml" at
"\\ProjectZomboid\media\AnimSets\player\idle".
I was staying loyal to the game's naming conventions in order not to break stuff.
I am going to need more input on this before I update the mod.
java.io.FileNotFoundException: steamapps/workshop/content/108600/2966176354/mods/TrueCrouching/media/AnimSets/player/idle/sneakidle.xml (No such file or directory) at PZXmlUtil.parseXml line:51.
The file is named sneakIdle.xml
The error only pops up when you start the server
The file seems to get renamed at some point to the uppercase "i" variant again.
The file is named with an uppercase "i", that's another error it throws me:
ERROR: General , 1689689617779> 40,001,702> AnimNode.Parse threw an exception reading file: /home/sid_5304124/ZomboidB41/steamapps/workshop/content/108600/2966176354/mods/TrueCrouching/media/AnimSets/player/idle/sneakidleHandgun.xml
ERROR: General , 1689689617779> 40,001,703> ExceptionLogger.logException> Exception thrown zombie.util.PZXmlParserException: Exception thrown while parsing XML file "steamapps/workshop/content/108600/2966176354/mods/TrueCrouching/media/AnimSets/player/idle/sneakidle.xml"
And so on.
That’s something completely different. The server should start fine with this issue. All it is, is a case sensitive mistake.
Well this is on my end and I do know the problem (since I did have the same issue with one of the mods which was case sensitive). This mod doesn't work with linux servers as it will bump into case sensitive issues.
It works fine on my end but throws those errors every now and then. If your server isn't even starting or doesn't work at all then it's not this mod but something else. You can edit the XML files and check for yourself if it's starting or not.
Someone please confirm if this case-sensitivity issue is resolved.