Fresh Emulator Database

Results 1 to 5 of 5
  1. #1
    Enthusiast SuperLenoocs is offline
    MemberRank
    May 2019 Join Date
    35Posts

    Fresh Emulator Database

    Hello,

    I'm trying to "adapt" a phoenix database for the emulator released by @Jonteh and I'm currently stuck with this MySQL error:
    https://prnt.sc/pyq3rk


  2. #2
    :joy: Jonteh is offline
    MemberRank
    Apr 2007 Join Date
    New York, USALocation
    3,375Posts

    Re: Fresh Emulator Database

    item_ids should be a string

    - - - Updated - - -

    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

  3. #3
    Enthusiast SuperLenoocs is offline
    MemberRank
    May 2019 Join Date
    35Posts

    Re: Fresh Emulator Database

    Quote Originally Posted by Jonteh View Post
    item_ids should be a string

    - - - Updated - - -

    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.

  4. #4
    Proficient Member KittyChloe is offline
    MemberRank
    Jul 2019 Join Date
    162Posts

    Re: Fresh Emulator Database

    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.

  5. #5
    Enthusiast SuperLenoocs is offline
    MemberRank
    May 2019 Join Date
    35Posts

    Re: Fresh Emulator Database

    Quote Originally Posted by KittyChloe View Post
    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 by SuperLenoocs; 22-11-19 at 08:07 PM.



Advertisement