Black Desert online SERVER Emulator Source

Page 6 of 19 FirstFirst 123456789101112131416 ... LastLast
Results 76 to 90 of 282
  1. #76
    Apprentice Alakazahm is offline
    MemberRank
    Nov 2014 Join Date
    FranceLocation
    6Posts

    Re: Black Desert online SERVER Source EMU WORK!!!!!

    Quote Originally Posted by Mohamad Arif View Post
    Is my client different ?
    Hi, you have to check how many files you have in paz folder, if you have 6000files you have CBT3 client and it doesn't work, if you have 8000+files you have CBT2 and it must be ok.

    Also check what does the Login server says to you in the shell, if Unknown LsPacket opCode you have to replace the client. The torrent from SnowStorm above is good !

  2. #77
    Novice Mohamad Arif is offline
    MemberRank
    Nov 2014 Join Date
    2Posts

    Re: Black Desert online SERVER Source EMU WORK!!!!!

    yeap, only 6000files
    oh well, i will wait for CBT3 version
    Last edited by Mohamad Arif; 13-11-14 at 07:28 AM.

  3. #78
    Member SnowStorm is offline
    MemberRank
    Nov 2011 Join Date
    52Posts

    Re: Black Desert online SERVER Source EMU WORK!!!!!

    Quote Originally Posted by Alakazahm View Post
    Hi, you have to check how many files you have in paz folder, if you have 6000files you have CBT3 client and it doesn't work, if you have 8000+files you have CBT2 and it must be ok.

    Also check what does the Login server says to you in the shell, if Unknown LsPacket opCode you have to replace the client. The torrent from SnowStorm above is good !
    Torrent file from @Yeikel (fourth post on the first page)

    Why the CBT2 got more files?

  4. #79
    Infraction bannëd xlw00tlx is offline
    MemberRank
    Aug 2014 Join Date
    outer space!Location
    1,467Posts

    Re: Black Desert online SERVER Source EMU WORK!!!!!

    serverfiles link down? :(

  5. #80
    Apprentice shiro13 is offline
    MemberRank
    Jun 2013 Join Date
    17Posts

    Re: Black Desert online SERVER Source EMU WORK!!!!!

    Xigncode error client does not start please help me

    sorry for my english i use google translation
    Last edited by shiro13; 22-11-14 at 01:47 AM.

  6. #81
    Apprentice PtitJu is offline
    MemberRank
    Mar 2011 Join Date
    16Posts

    Re: Black Desert online SERVER Source EMU WORK!!!!!

    Any one got a packets sniffer for BlackDesert ?
    @karyzir can you clear your private message, i cant send a pm because of 'too many pm'.

  7. #82
    Valued Member karyzir is offline
    MemberRank
    Jul 2013 Join Date
    RussiaLocation
    108Posts

    Re: Black Desert online SERVER Source EMU WORK!!!!!

    Quote Originally Posted by PtitJu View Post
    Any one got a packets sniffer for BlackDesert ?
    @karyzir can you clear your private message, i cant send a pm because of 'too many pm'.
    For what? In the original topic, I leave contact information.
    My contacts skype: karyzirus.

  8. #83
    Member mqxxou is offline
    MemberRank
    Oct 2011 Join Date
    65Posts

    Re: Black Desert online SERVER Source EMU WORK!!!!!

    Can someone post a Video of this in action ? =) Ty !

  9. #84
    Novice frikiman77 is offline
    MemberRank
    Nov 2014 Join Date
    1Posts

    Re: Black Desert online SERVER Source EMU WORK!!!!!

    but, can we play? or only test server?

  10. #85
    Apprentice erttuy11 is offline
    MemberRank
    Jun 2013 Join Date
    17Posts

    Re: Black Desert online SERVER Source EMU WORK!!!!!

    Hello guys
    What is this error?

  11. #86
    Developer DNC is offline
    DeveloperRank
    Oct 2011 Join Date
    2,493Posts

    Re: Black Desert online SERVER Source EMU WORK!!!!!

    The runtime throwing a NullReferenceException always means the same thing: you are trying to use a reference to an object which isn't initialized (or it used to be, but isn't anymore).

    This means the reference is null, and you cannot access members through a null reference.
    Code:
    string foo = null;
    foo.ToUpper();
    This will throw a NullReferenceException at the second line, because you can't call the instance method ToUpper() on a string reference pointing to null.


    Based on the fact that it is happening when it reaches LoginServer, I'd say your issue starts here.
    I'm sure someone that has viewed this code can confirm.

    - - - Updated - - -

    PS:
    All NullReferenceException's happen at EXACTLY where the issue occurs.

    - - - Updated - - -

    I'm sure they will ask, so I'll post that here ahead of time. If you have any error logs, please attach them in a spoiler block.
    Cheers

  12. #87
    Valued Member karyzir is offline
    MemberRank
    Jul 2013 Join Date
    RussiaLocation
    108Posts

    Re: Black Desert online SERVER Source EMU WORK!!!!!

    Quote Originally Posted by erttuy11 View Post
    Hello guys
    What is this error?
    Hello, you need reconfigure config file, MySql connection is closed) need open it)

  13. #88
    Novice gazawisay is offline
    MemberRank
    Feb 2015 Join Date
    1Posts

    Re: Black Desert online SERVER Source EMU WORK!!!!!

    i followed the steps in the video but after i go to sign it, nothing happens.

  14. #89
    Novice trehmilou is offline
    MemberRank
    Jan 2006 Join Date
    4Posts

    Re: Black Desert online SERVER Source EMU WORK!!!!!

    same here. mysql, login and game server are running as administrator.
    after entering login and password, nothing happens.

  15. #90
    Valued Member karyzir is offline
    MemberRank
    Jul 2013 Join Date
    RussiaLocation
    108Posts

    Re: Black Desert online SERVER Source EMU WORK!!!!!

    Quote Originally Posted by trehmilou View Post
    same here. mysql, login and game server are running as administrator.
    after entering login and password, nothing happens.
    Maybe, you use new client? need CBT2



Advertisement