Eve Emulator Needs More Devs + Testers !!! menu

User Tag List

Results 1 to 9 of 9
  1. #1
    TitaniaBelf's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Eve Emulator Needs More Devs + Testers !!!

    EVEmu Wiki
    www.evemu.org/‎
    Mar 7, 2013 - User Testimonials: "Well, I'm flying around in 1.6.4 with evemu and, for the current state of development, it's working pretty damn well."


    Eve Emulator Needs More Devs + Testers !!!
  2. #2
    argumumble's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Use this instead; http://wiki.evemu.org/index.php/Main_Page

    Need help with my database, if anyone could give me a hand?

    I got everything working, but the ofic-updates.sql when I create the database.

    Here is an example of the errors I get when executed;

    Eve Emulator Needs More Devs + Testers !!!-ofic-jpg

    It says something about the key 'PRIMARY', and this makes it impossible to create a character.

    I've set the thing in the entity table to 140000000, but it tells me duplicate entry when I create a character and then the server crashes.

    Eve Emulator Needs More Devs + Testers !!!-evemu-waterror2-jpg

    Help?
    Last edited by argumumble; 07-03-2013 at 11:02 AM.

  3. #3
    TitaniaBelf's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sounds like you have an error in your database...

    Probably crept in as you built it ... did u remember to run 'prime database' ?

    Your best bet ... rebuild it following the exact instructions on the wiki...

    If all else fails post a bug / issue on the evemu forum.

  4. #4
    argumumble's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TitaniaBelf View Post
    Sounds like you have an error in your database...

    Probably crept in as you built it ... did u remember to run 'prime database' ?

    Your best bet ... rebuild it following the exact instructions on the wiki...

    If all else fails post a bug / issue on the evemu forum.

    If I rebuild it, same problem occurs. I cannot fix it.

    I ran all of the required .sql files.

  5. #5
    TitaniaBelf's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by argumumble View Post
    If I rebuild it, same problem occurs. I cannot fix it.

    I ran all of the required .sql files.
    Did you use the automatic build process or did u build manually ... eg...

    1) did you do this....
    Code:
    use evemu;
    source C:/evemu/server/evemu_server/sql/evemu_setup_database.sql;
    2) or this...
    Code:
    use evemu;
    source C:/evemu/server/evemu_server/sql/cru16-mysql5-v1.sql;
    source C:/evemu/server/evemu_server/sql/ofic-updates.sql;
    source C:/evemu/server/evemu_server/sql/evemu_static-dump.sql;
    source C:/evemu/server/evemu_server/sql/evemu_dynamic-dump.sql;
    source C:/evemu/server/evemu_server/sql/prime_db.sql;
    source C:/evemu/server/evemu_server/sql/liveupdates.sql;
    or did u do both = broken db? *blush*

    The automatic build (eg 1. above ) is currently executing those queries in a different order ./puzzled.

    : )
    Last edited by TitaniaBelf; 07-03-2013 at 02:09 PM.

  6. #6
    argumumble's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by TitaniaBelf View Post
    Did you use the automatic build process or did u build manually ... eg...

    1) did you do this....
    Code:
    use evemu;
    source C:/evemu/server/evemu_server/sql/evemu_setup_database.sql;
    2) or this...
    Code:
    use evemu;
    source C:/evemu/server/evemu_server/sql/cru16-mysql5-v1.sql;
    source C:/evemu/server/evemu_server/sql/ofic-updates.sql;
    source C:/evemu/server/evemu_server/sql/evemu_static-dump.sql;
    source C:/evemu/server/evemu_server/sql/evemu_dynamic-dump.sql;
    source C:/evemu/server/evemu_server/sql/prime_db.sql;
    source C:/evemu/server/evemu_server/sql/liveupdates.sql;
    or did u do both = broken db? *blush*

    The automatic build (eg 1. above ) is currently executing those queries in a different order ./puzzled.

    : )
    Dude, that is not the problem, the problem is that the ofic-updates.sql runs with errors as I've said in my post.

    It is kind of you, trying tp help me, but don't help me if you cannot read the actuall problem
    Last edited by argumumble; 07-03-2013 at 03:50 PM.

  7. #7
    TitaniaBelf's Avatar Private
    Reputation
    1
    Join Date
    Jul 2013
    Posts
    6
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by argumumble View Post
    Dude, that is not the problem, the problem is that the ofic-updates.sql runs with errors as I've said in my post.

    It is kind of you, trying tp help me, but don't help me if you cannot read the actuall problem

    Built ok for me.

    Maybe you got it wrong somehow?
    Last edited by TitaniaBelf; 07-03-2013 at 04:24 PM.

  8. #8
    PhelixConell's Avatar Private
    Reputation
    1
    Join Date
    Apr 2014
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I would love to test this out, been looking for something like this for a while.

  9. #9
    bowflax's Avatar Member
    Reputation
    2
    Join Date
    Aug 2013
    Posts
    39
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    RIP vaporware

Similar Threads

  1. need more gms/devs/admins
    By Energizer Rabbit in forum WoW EMU Questions & Requests
    Replies: 1
    Last Post: 09-24-2008, 08:22 PM
  2. Seven Suns is looking for 2 more devs
    By Skuxta in forum World of Warcraft Emulator Servers
    Replies: 14
    Last Post: 12-23-2007, 05:11 PM
  3. I need more music to listen to O_o
    By karlov in forum Community Chat
    Replies: 21
    Last Post: 11-30-2007, 06:09 PM
  4. Netherspite (tried once, need more confirmation)
    By xer0g3n in forum World of Warcraft Bots and Programs
    Replies: 1
    Last Post: 04-08-2007, 07:43 PM
  5. Netherspite (tried once, need more confirmation)
    By xer0g3n in forum World of Warcraft General
    Replies: 1
    Last Post: 04-08-2007, 07:43 PM
All times are GMT -5. The time now is 08:19 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search