安裝 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(越南文)
Українська(烏克蘭文)
回報翻譯問題
The link is not working.
The previous version is always available on Github. In the case of the latest update, there is a whole separate branch.[github.com]
the relevant lines are at 3889 and 3899
Error reporting a reference to a non-existent object referenced by def. Information about defs is created when the game starts and is not saved anywhere.
You use tweaks galore this mod patches all technology defs, ignoring any changes made to them and overwriting them with data when you first open the mod settings. Reset tweaks galore technology settings.
I checked the mod changes on old saves, there were no errors except for one-time errors about deleting techprints.
Simply put, the bug is created by another mod.
Not confirmed. Please repeat the bug on the modlist specified in the discussion header, send the log and describe how to repeat the bug.
I can't repeat it. Make sure the bug occurs on the modlist specified in the discussion header, describe how to repeat it and send the log.
It seems to be trying to use RecipeInheritance.ThingDefExtension from Vanilla Expanded Framework, but isn't able to find it. This might be related to them changing the core framework's namespace to VEF. When I change it to "VEF.Buildings.RecipeInheritanceExtension" on my end, it fixed the issue.
I tested this with the minimum mod list you recommended in your main post here, both with and without the change. Without = error, with = no error. :)
Here's the actual error it gave:
"Exception loading def from file Buildings_Ultra_Workbenches.xml: System.ArgumentException: Could not find type named RecipeInheritance.ThingDefExtension from node <li Class="RecipeInheritance.ThingDefExtension" MayRequire="oskarpotocki.vanillafactionsexpanded.core"><inheritRecipesFrom><li>ElectricSmelter</li><li>TableButcher</li><li>TableStonecutter</li></inheritRecipesFrom></li>
Parameter name: node"
I didn't attach a log because it's a pretty straight-forward fix.
Oh, thanks! I'll upload the fix soon.
So when reloading my game I got some different errors that seem to be related to the WVC_Ultra_GarbageRecycler in the same file as the above issue. They must not have errored for me before because the first one was causing the whole thing to fail. Might be a good idea to do a search/replace.
Strange. Try resubscribing and if the error occurs again, send it.
Ah. There we go, yeah now its fixed. Ty.