Common errors - theLeaxx/JaLoader GitHub Wiki
Oh no! You encountered an error! How do you fix it? Is it JaLoader's fault? Is it your fault? Who knows!
Thankfully, this wiki page exists so you can find fixes to most of the errors you're getting!
Errors during coding:
(CS1069) Error: The type name "[..]" could not be found in the namespace 'UnityEngine'. This type has been forwarded to assembly 'UnityEngine.[..], Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' Consider adding a reference to that assembly.-
- Fix: Add a reference (look in here if you don't know how) to the specified assembly (DLL).
Errors thrown in the console:
-
Mod "[..]" is not a valid mod! Please remove it from the Mods folder. -
- This error can be caused by a huge array of reasons. Usually, you will find the exception in the message before this (it's also in the
JL_log.logfile in your Jalopy directory). If it's not there, you can check theoutput_log.txt, located inAppData/LocalLow/MinskWorks/Jalopy.
- This error can be caused by a huge array of reasons. Usually, you will find the exception in the message before this (it's also in the
-
Mod "[..]" contains no information related to its name, author or version. -
- Fill in the
ModID,ModName,ModAuthorandModVersionfields in your mod.
- Fill in the