Steam installeren
inloggen
|
taal
简体中文 (Chinees, vereenvoudigd)
繁體中文 (Chinees, traditioneel)
日本語 (Japans)
한국어 (Koreaans)
ไทย (Thai)
Български (Bulgaars)
Čeština (Tsjechisch)
Dansk (Deens)
Deutsch (Duits)
English (Engels)
Español-España (Spaans - Spanje)
Español - Latinoamérica (Spaans - Latijns-Amerika)
Ελληνικά (Grieks)
Français (Frans)
Italiano (Italiaans)
Bahasa Indonesia (Indonesisch)
Magyar (Hongaars)
Norsk (Noors)
Polski (Pools)
Português (Portugees - Portugal)
Português - Brasil (Braziliaans-Portugees)
Română (Roemeens)
Русский (Russisch)
Suomi (Fins)
Svenska (Zweeds)
Türkçe (Turks)
Tiếng Việt (Vietnamees)
Українська (Oekraïens)
Een vertaalprobleem melden
2025-07-18 09:46:20.856 - Thread: 1 -> Showing message
2025-07-18 09:46:20.859 - Thread: 1 -> MyInitializer.OnCrash
2025-07-18 09:46:20.859 - Thread: 1 -> var exception = System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at Sandbox.Game.Weapons.MyWeaponPropertiesWrapper.get_RecoilResetTimeMilliseconds()
Line 124 of Weapons.cs in the Modadjuster folder
if (RecoilResetTimeMilliseconds.HasValue) def.RecoilResetTimeMilliseconds = RecoilResetTimeMilliseconds.Value;
I text searched my entire computer and this is the only file that references RecoilResetTimeMilliseconds.
Is it safe to say that ModAdjuster is causing this error and subsequently my game to crash?