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
The DoubleBed mod currently throws a System.TypeLoadException in the latest build of Oxygen Not Included (Build U55-663500-SCR).
This occurs when a duplicant attempts to use the bed, triggering the OnSpawn method of the mod.
Error Message (excerpt):
Exception in: Worker.StartWork(Sleepable)
System.TypeLoadException: Could not resolve type with token 0100001a
(expected class 'Worker' in assembly 'Assembly-CSharp')
Root Cause:
The mod references the Worker class when calling Workable.StartWork(...), but this class is no longer resolvable in the current game build.
The error indicates a broken typeref token inside the mod’s compiled assembly, possibly due to game API changes or missing context in the current DLC configuration.