3 New Notifications

New Badge Earned
Get 1K upvotes on your post
Life choices of my cat
Earned 210

Drag Images here or Browse from your computer.

Trending Posts
Sorted by Newest First
A
AquaFoxxx 09.01.22 08:02 pm

Terraria Error (TModLoader) (Terraria)

System.NullReferenceException: The object reference does not point to an object instance.
in Terraria.Graphics.Shaders.MiscShaderData.Apply

This is the kind of crap it gives out when through the tmodloader I go into the old world on an old character, the character still has two hands, one is raised up the other is normal (two hands, meaning on one side)

Help please.

If you need more information, I'll give it, just ask.

And yes, there are similar suggestions after in Terraria.Graphics.Shaders.MiscShaderData.Apply.

Terraria I have version 1.4.3.2, Tmodloader 0.11.8.5, there is a CheatSheet mod
2 Comments
Sort by:
T
Twilight Sparkle 18.03.22

Hello.
NullReferenceException - always means the same thing: you are trying to use a reference and the reference is not initialized (or it was initialized once but not initialized anymore). This means that the reference is null and you cannot access elements (such as methods) through a null reference.

c
catgirl 14.05.22

Twilight Sparkle
and how to run it?