Fresh Emulator Database

Newbie Spellweaver
Joined
May 22, 2019
Messages
35
Reaction score
5
Hello,

I'm trying to "adapt" a phoenix database for the emulator released by Jonteh and I'm currently stuck with this MySQL error:
 
Newbie Spellweaver
Joined
May 22, 2019
Messages
35
Reaction score
5
item_ids should be a string



also if you run it from source or with the pdb file alongside the exe you'll see exactly which line the error is occuring on, making a very easy fix

Why if I run the emulator using the debbuger I get the same errror? And "with the pdb file alongside the exe" does mean?
And item_ids is already a string, is set as varchar.
 
Upvote 0
Junior Spellweaver
Joined
Jul 28, 2019
Messages
162
Reaction score
309
According to the exception, it should be an integer, no? The code wants to turn the query reader value from a string (assuming default > boolean) into an integer.
 
Upvote 0
Newbie Spellweaver
Joined
May 22, 2019
Messages
35
Reaction score
5
According to the exception, it should be an integer, no? The code wants to turn the query reader value from a string (assuming default > boolean) into an integer.
I jut set item_ids as int but nothing has changed, how I'm supposed to understand the error if the output is "confusing"?
 
Last edited:
Upvote 0