Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Based on the stacktrace, BurnItForFuel mod needs to prevent that from happening.
Specifically at this line:
https://github.com/jptrrs/BurnItForFuel/blob/248143f3ea32fc246044f42ead8a9982e2f9504c/Source/HarmonyPatch.cs#L99
that mods should make sure the "thing request" passed in is never "everything".
This is error is benign (basically it logs the error and abort the operation). It should do damage except the job will be cancel (so BurnItForFuel wouldn't work)
The reason you happens to find this mod trigger this error is probably just luck. In a different game set up you might find vanilla game trigger that error too.