-
Proficient Member
Phoenix 3.11.0 Loading catalogue cache error
When i import my catalog_items and starts the emulator i get this error
Loading Catalogue Cache..System.NullReferenceException: Object reference not set
to an instance of an object.
at ns0.Class49.method_1(GClass5 gclass5_0)
at ns0.Class45.method_19(Class48 class48_0)
at ns0.Class48.method_0()
at ns0.Class45.method_1()
at ns0.Class3..ctor(Int32 int_0)
at ns0.Phoenix.method_0()
at ns0.GClass0.Main(String[] args)
-
-
Re: Phoenix 3.11.0 Loading catalogue cache error
I'm not sure of the exact problem, since you're using shitty deobfuscated Phoenix, the error dump is unreadable. But I might be right here, I think it has to do with your catalog_items and furniture tables, they need to both link up and you can not have, not even 1 item that doesn't link up. I remember this happening to me a while back when I was using a LICENSED version.
-
Proficient Member
Re: Phoenix 3.11.0 Loading catalogue cache error
Because the I don't get that error on one of my other computers, with the exact same emulator, xampp version and cms
-
Enthusiast
Re: Phoenix 3.11.0 Loading catalogue cache error
Nullreference exception error means the files/data that your emulator is trying to load is not adding anything to the tables and hence why tables are null, But null values aren't allowed in that class of the emulator.. Hence why you should check what you're adding consists of data or not.
-
Proficient Member
Re: Phoenix 3.11.0 Loading catalogue cache error
Do you know how to fix it?
-
Enthusiast
Re: Phoenix 3.11.0 Loading catalogue cache error
Yes, It's a database error.
-
Proficient Member
Re: Phoenix 3.11.0 Loading catalogue cache error
Tell me how to fix it please
-
Enthusiast
Re: Phoenix 3.11.0 Loading catalogue cache error
I need to see more error logs, You can add my skype if you want it further discussed.. Urm, Shoot me a pm.
-
Proficient Member
Re: Phoenix 3.11.0 Loading catalogue cache error
It is when i import my catalog_items this happens