HelpSeraphs Dominion ItemData error

Posts 111 of 11 · Page 1 of 1
Seraphs Dominion ItemData error
I am getting an error when I change worlds while having an item with any kind of item data in my inventory on the Seraph's Dominion source. The error says "Object reference not set to an instance of an object". The error is at line 90 of ItemData.cs. Wondering if anyone knows the cause for this?

This is where the error is.
Code:
public static ItemData[] CreateData(string js) {
      return JsonConvert.DeserializeObject<ItemDataList>(js).datas; <---- This line.
}
@Kithio
@Travoos
Been going through this one with someone else and I don't know what the fuck is wrong. I have no differences between sources right now and it's working just fine for me, without the need of any weird bugfixing.
Quote Originally Posted by Travoos View Post
Been going through this one with someone else and I don't know what the fuck is wrong. I have no differences between sources right now and it's working just fine for me, without the need of any weird bugfixing.
This doesn't really seem right but do you think it could be that I made edits to the sql to get it to work with Mysql Workbench? This is basically the only thing I have changed so far so it is all I can think it might be.
Quote Originally Posted by Zodkop View Post
This doesn't really seem right but do you think it could be that I made edits to the sql to get it to work with Mysql Workbench? This is basically the only thing I have changed so far so it is all I can think it might be.
Well, I couldn't tell because I've never used MySQL Workbench. I'd suggest just using XAMPP instead of dealing with whatever other problems MySQL Workbench might cause that I don't know about. The other person I talked to also used Workbench, and I'm not exactly sure if they even switched to XAMPP.
Quote Originally Posted by Travoos View Post
Well, I couldn't tell because I've never used MySQL Workbench. I'd suggest just using XAMPP instead of dealing with whatever other problems MySQL Workbench might cause that I don't know about. The other person I talked to also used Workbench, and I'm not exactly sure if they even switched to XAMPP.
I decided to take your advice and switch to XAMPP. Isn't it supposed to fix default value errors? I am still getting them and will have to change a lot in the sql file to fix them.
Quote Originally Posted by Zodkop View Post
I decided to take your advice and switch to XAMPP. Isn't it supposed to fix default value errors? I am still getting them and will have to change a lot in the sql file to fix them.
XAMPP does not give default value errors. The rotmg.sql file in the Seraphs Dominion source works with it straight out of the box.
Quote Originally Posted by Travoos View Post
XAMPP does not give default value errors. The rotmg.sql file in the Seraphs Dominion source works with it straight out of the box.
Using phpMyAdmin?
Quote Originally Posted by Zodkop View Post
Using phpMyAdmin?
I always used either HeidiSQL or Navicat, but phpMyAdmin should work too.
Never had this error when I downloaded and compiled. All working fine
Quote Originally Posted by philipovrell View Post
How do i get The client
This thread is about a year and six months old... your necromancer must be a maxed
Posts 111 of 11 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?