Instal Steam
login
|
bahasa
简体中文 (Tionghoa Sederhana)
繁體中文 (Tionghoa Tradisional)
日本語 (Bahasa Jepang)
한국어 (Bahasa Korea)
ไทย (Bahasa Thai)
Български (Bahasa Bulgaria)
Čeština (Bahasa Ceko)
Dansk (Bahasa Denmark)
Deutsch (Bahasa Jerman)
English (Bahasa Inggris)
Español - España (Bahasa Spanyol - Spanyol)
Español - Latinoamérica (Bahasa Spanyol - Amerika Latin)
Ελληνικά (Bahasa Yunani)
Français (Bahasa Prancis)
Italiano (Bahasa Italia)
Magyar (Bahasa Hungaria)
Nederlands (Bahasa Belanda)
Norsk (Bahasa Norwegia)
Polski (Bahasa Polandia)
Português (Portugis - Portugal)
Português-Brasil (Bahasa Portugis-Brasil)
Română (Bahasa Rumania)
Русский (Bahasa Rusia)
Suomi (Bahasa Finlandia)
Svenska (Bahasa Swedia)
Türkçe (Bahasa Turki)
Tiếng Việt (Bahasa Vietnam)
Українська (Bahasa Ukraina)
Laporkan kesalahan penerjemahan
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.