CommonErrors

From Inscryption Modding Wiki
Revision as of 15:14, 29 January 2022 by Ingo (talk | contribs) (Created page with "'''<u>IF YOU ARE USING KAYCEE'S MOD, MAKE SURE YOUR MODS ARE COMPATIBLE!</u>''' Some mods have a specific version for it, and some are entirely incompatible. '''<u>DO NOT STA...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

IF YOU ARE USING KAYCEE'S MOD, MAKE SURE YOUR MODS ARE COMPATIBLE! Some mods have a specific version for it, and some are entirely incompatible.

DO NOT START THE TUTORIAL WITH MODS! Use the second option on the ESC menu (accessed by pressing ESC or CTRL+a+s on main menu)

MissingMethodException

MissingMethodException: void APIPlugin.NewCard()
MissingMethodException: void APIPlugin.CustomCard()

Symptoms:

Content not appearing

Solution:

[API 1.11]

Update API (unless you want to use mods that depend on an old API version

[API 1.12+]

1. Check if JSONLoader is updated to the most recent version.

2. Check if your mods are compatible with your current version of API. If not, you'll either have to remove them, or use an old version of API.

MissingMethodException: void SaveFile.NewPart1Run()

Symptoms: Softlock (in card creator)

Solution: Update Inscryption.


NullReferenceException

Object reference not set to an instance of an object

NullReferenceException | Stack trace: DiskCardGame.BuildTotemSequencer+<>c.<GenerateTotemChoices>

Symptoms:

Softlock on totem choice

Solution:

Install ModdedSaveFixer


NullReferenceException | Stack trace: DiskCardGame.TurnManager.StartGame

Symptoms:

Softlock when starting (tutorial) battle

Solution:

Do not start the tutorial for mods. Use the second option on the ESC menu (accessed by pressing ESC or CTRL+a+s on the main menu)


PathNotFoundException

Could not find part of the path "<PATH>" Could not find file "<FILE>"

FileNotFoundException
DirectoryFoundException

Symptoms:

Content not appearing

Solution:

The log will show Could not find <part of the path/file> "<PATH/FILE>" Place the file mentioned in <PATH/FILE> at the appropriate location. If you're using a mod manager, notify the mod creator.


ArgumentException

Undefined target method for patch method

Symptoms:

Mods or mod features not working

Solution:

The mod defining the method after 'Undefined target method for patch method' is incompatible with Kaycee's mod. Either find and install a Kaycee-compatible version, or use the base version of the game. If you're using the base version, then you probably installed the Kaycee version of a mod, and you should install the base version.


Additional Notes

! Check if your mods are up-to-date and compatible.

! When asking about an error in the #tech-support channel, always include the error in the log, if one exists.

- Warnings (yellow) are usually fine, you should only post them if you are certain that something is wrong.

- If you are reasonably sure that a specific mod is causing the error, you should ping/message the creator of that mod, if known.

- If you run into errors when creating mods or cards, you should ask for help in #development or #card-creation.