Black Desert online SERVER Emulator Source

Page 13 of 19 FirstFirst ... 35678910111213141516171819 LastLast
Results 181 to 195 of 282
  1. #181
    Enthusiast kiosklim is offline
    MemberRank
    Oct 2011 Join Date
    31Posts

    Re: Black Desert online SERVER Emulator Source

    Is these log consider complete launched?
    https://photos.google.com/photo/AF1Q...13zLsp3rE-mWmE
    Just wait the connection from client connected can start login(with account inserted in bd_login) and create character d?

  2. #182
    Apprentice Lawlo is offline
    MemberRank
    Aug 2017 Join Date
    13Posts

    Re: Black Desert online SERVER Emulator Source

    I'm having some issues with the BlackDesert64 not launching due to being corrupted.
    Currently redownloading the .rar's but is there a workaround to this?

    EDIT: I got it to work, I just had to launch from the folder itself in cmd instead of doing it through a .bat
    Nevermind, it crashes when I get to this screen
    Last edited by Lawlo; 19-08-17 at 01:35 PM.

  3. #183
    Valued Member DjFerry is offline
    MemberRank
    Dec 2014 Join Date
    110Posts

    Re: Black Desert online SERVER Emulator Source

    see the log folder the last startuplog what tells you.... i needed to mess a little bit to get the client working... had some troubles with directx 11... but finally fixed using some files from the last updated BDO folder i had in my hdd. without touching anything my client crashes past logo screen... so i asume you also need to mess a little bit to get it to work. ( if the problem its like mine )

  4. #184
    Apprentice Lawlo is offline
    MemberRank
    Aug 2017 Join Date
    13Posts

    Re: Black Desert online SERVER Emulator Source

    Quote Originally Posted by DjFerry View Post
    see the log folder the last startuplog what tells you.... i needed to mess a little bit to get the client working... had some troubles with directx 11... but finally fixed using some files from the last updated BDO folder i had in my hdd. without touching anything my client crashes past logo screen... so i asume you also need to mess a little bit to get it to work. ( if the problem its like mine )
    What did you have to do to get it to work?
    Your problem seems a lot like mine

  5. #185
    Valued Member DjFerry is offline
    MemberRank
    Dec 2014 Join Date
    110Posts

    Re: Black Desert online SERVER Emulator Source

    More easy backup the bin64 folder downloaded from here... and then copy the bin64 folder from updated BDO to the folder you have installed this downloaded BDO, and delete the exe and steam things... and put the old exe.
    [STRIKE]
    did yesterday to late, but as i see in my folder ( bin64) backup what you have now, and delete evrything except the exe, in the bin64 folder,copy everything from your updated BDO bin64 folder ( host xc also ) except the exe and the steam things and paste it to the downloaded files from here.[/STRIKE] You need to use the old exe. This atleast give me the way to play this emu.

    But the thing is, you only can run... there is all classes except the dark knight and the striker ( i compiled the last files from github ) but when you walk to far from the start point the client crashes... no mobs, no quests, no skills, no weapons. (well this without using client only whatching the source you can figure out...)

    PD: my english is not really good i hope you understand what im trying to explain xd
    Last edited by DjFerry; 19-08-17 at 03:25 PM.

  6. #186
    Apprentice Lawlo is offline
    MemberRank
    Aug 2017 Join Date
    13Posts

    Re: Black Desert online SERVER Emulator Source

    Quote Originally Posted by DjFerry View Post
    More easy backup the bin64 folder downloaded from here... and then copy the bin64 folder from updated BDO to the folder you have installed this downloaded BDO, and delete the exe and steam things... and put the old exe.
    [STRIKE]
    did yesterday to late, but as i see in my folder ( bin64) backup what you have now, and delete evrything except the exe, in the bin64 folder,copy everything from your updated BDO bin64 folder ( host xc also ) except the exe and the steam things and paste it to the downloaded files from here.[/STRIKE] You need to use the old exe. This atleast give me the way to play this emu.

    But the thing is, you only can run... there is all classes except the dark knight and the striker ( i compiled the last files from github ) but when you walk to far from the start point the client crashes... no mobs, no quests, no skills, no weapons. (well this without using client only whatching the source you can figure out...)

    PD: my english is not really good i hope you understand what im trying to explain xd
    This worked great!
    My client is now booting, but I am getting an error on the LoginServer upon client connection.
    I think this is related to the a_pin in the database, but I'm not sure what the pin should be


    Opcode: 0C79 (SMSG => SMSG_FixedCharge)[0] FEFFFFFF FFFFFFFF 00 .........15:29:38.0204 | Fatal exception occured!System.Exception: Can't put fixed string cause string byte size are bigger than requested fixed size at Commons.Utils.BinaryExt.WriteFixedString(String str, Encoding encoding, Int32 fixedSize) in E:\DesertProject\DesertProject.git\trunk\Commons\Utils\BinaryExt.cs:line 155 at LoginServer.Emu.Networking.Handling.Frames.Send.SMSG_GetWorldInformations.WritedData() in E:\DesertProject\DesertProject.git\trunk\LoginServer\Emu\Networking\Handling\Frames\Send\SMSG_GetWorldInformations.cs:line 45 at LoginServer.Emu.Networking.Handling.APacketProcessor.Send(ClientConnection client, Boolean isCrypted) in E:\DesertProject\DesertProject.git\trunk\LoginServer\Emu\Networking\Handling\APacketProcessor.cs:line 17 at LoginServer.Emu.Networking.Handling.Frames.Recv.CMSG_RegisterNickNameToAuthenticServer.Process(ClientConnection client, Byte[] data) in E:\DesertProject\DesertProject.git\trunk\LoginServer\Emu\Networking\Handling\Frames\Recv\CMSG_RegisterNickNameToAuthenticServer.cs:line 27 at LoginServer.Emu.Networking.Handling.PacketHandler.Process(ClientConnection client, Byte[] packetBody) in E:\DesertProject\DesertProject.git\trunk\LoginServer\Emu\Networking\Handling\PacketHandler.cs:line 59 at LoginServer.Emu.Networking.TcpServer.<>c__DisplayClass10_1.<ReceivePacketCallback>b__0(Object state, Byte[] buffer) in E:\DesertProject\DesertProject.git\trunk\LoginServer\Emu\Networking\TcpServer.cs:line 156 at Commons.Utils.NetworkExt.<>c__DisplayClass2_0.<AsyncReceiveFixed>b__0(IAsyncResult ar) in E:\DesertProject\DesertProject.git\trunk\Commons\Utils\NetworkExt.cs:line 28 at System.Net.LazyAsyncResult.Complete(IntPtr userToken) at System.Net.ContextAwareResult.CompleteCallback(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Net.ContextAwareResult.Complete(IntPtr userToken) at System.Net.LazyAsyncResult.ProtectedInvokeCallback(Object result, IntPtr userToken) at System.Net.Sockets.BaseOverlappedAsyncResult.CompletionPortCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* nativeOverlapped) at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32 errorCode, UInt32 numBytes, NativeOverlapped* pOVERLAP)

  7. #187
    Valued Member DjFerry is offline
    MemberRank
    Dec 2014 Join Date
    110Posts

    Re: Black Desert online SERVER Emulator Source

    yesterday got a problem with client conecting to login (im not an expert so reading that i really dont know what it is, if someone knows nice to have more knowledge, something related to its trying to put something bigger than expected but nothing more xd really dont know) but my problem was ( reading the login window ) the client it needs to connect to the ip 127.0.0.1 , not other. ( atleast in my case is what i did and then i was able to login and create chars etc...)

    about the a_pin mine in the DB is empty. I create the db with utf8 general ci. ( i really dont know if is something related to this xd but atleast if it helps nice)
    Last edited by DjFerry; 19-08-17 at 04:24 PM.

  8. #188
    Apprentice Lawlo is offline
    MemberRank
    Aug 2017 Join Date
    13Posts

    Re: Black Desert online SERVER Emulator Source

    I just put it to my local IP and it seems it is connecting, but the login server crashes when I try.
    It's strange for me that your pin is empty, because it's saying it cannot be empty for me. Mine is also utf8

    EDIT: So I managed to edit the pin to empty through just not doing it in the result grid and doing it in the form editor instead, but it help with the error I'm getting :\

  9. #189
    Enthusiast catchra is offline
    MemberRank
    Mar 2010 Join Date
    38Posts

    Re: Black Desert online SERVER Emulator Source

    I'm not a programmer so I'm not going to be mush help with thous kind of problems but like @Lawlo i am using local IP and not 172.0.0.1 as the DB and server are on my laptop and the game client is on my desktop.

    how are you telling the server to connect to the DB, are you using the server and game on the same computer?

    my setup is like this

    server and database on laptop ==> 192.168.0.12 and in the source code i am using 192.168.0.12 in all the places for a IP address

    game client is on desktop ==> 192.168.0.2 and the only thing that points it to the server is services.ini to start the game i use cmd.

    as for the client crashing do you have all of your runtimes installed and up to date e.x .net, visual c++, directX.
    and i don't know if mixing updated bin64 with the outdated ones is a good idea because of updated crypto and op codes

    as for a_pin mine is blank
    Last edited by catchra; 19-08-17 at 05:01 PM.

  10. #190
    Apprentice Lawlo is offline
    MemberRank
    Aug 2017 Join Date
    13Posts

    Re: Black Desert online SERVER Emulator Source

    The server and the DB are on the same computer, yeah. But I don't really see how that would pose any problems.
    This seems to be purely an issue of a config problem somewhere or the DB.
    Because as I said it is connecting, but the login server just crashes when it does. Likely due to something not being handled correctly.

    Could you maybe post a copy of your SQL tables and the appconfig? :P


    EDIT: The client without updated bin64 doesn't exactly crash, it just closes when it tried to load the directx stuff it seems
    Last edited by Lawlo; 19-08-17 at 05:11 PM.

  11. #191
    Enthusiast catchra is offline
    MemberRank
    Mar 2010 Join Date
    38Posts

    Re: Black Desert online SERVER Emulator Source

    ok hear is login server app.config
    Code:
    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
        <configSections>
            <sectionGroup name="userSettings" type="System.Configuration.UserSettingsGroup, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
                <section name="LoginServer.Configs.CfgDatabase" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
                <section name="LoginServer.Configs.CfgNetwork" type="System.Configuration.ClientSettingsSection, System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" allowExeDefinition="MachineToLocalUser" requirePermission="false" />
            </sectionGroup>
        </configSections>
        <startup> 
            <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
        </startup>
        <userSettings>
            <LoginServer.Configs.CfgDatabase>
                <setting name="Host" serializeAs="String">
                    <value>192.168.0.12</value>
                </setting>
                <setting name="Username" serializeAs="String">
                    <value>catchra</value>
                </setting>
                <setting name="Password" serializeAs="String">
                    <value>YOUR_PASSWORD</value>
                </setting>
                <setting name="Database" serializeAs="String">
                    <value>bd_login</value>
                </setting>
            </LoginServer.Configs.CfgDatabase>
            <LoginServer.Configs.CfgNetwork>
                <setting name="Host" serializeAs="String">
                    <value>192.168.0.12</value>
                </setting>
                <setting name="Port" serializeAs="String">
                    <value>8888</value>
                </setting>
                <setting name="MaxConnections" serializeAs="String">
                    <value>100</value>
                </setting>
                <setting name="RealmPassword" serializeAs="String">
                    <value>BestPassword</value>
                </setting>
                <setting name="RemotedHost" serializeAs="String">
                    <value>192.168.0.12</value>
                </setting>
            </LoginServer.Configs.CfgNetwork>
        </userSettings>
    <system.data>
        <DbProviderFactories>
          <remove invariant="MySql.Data.MySqlClient" />
          <add name="MySQL Data Provider" invariant="MySql.Data.MySqlClient" description=".Net Framework Data Provider for MySQL" type="MySql.Data.MySqlClient.MySqlClientFactory, MySql.Data, Version=6.9.8.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" />
        </DbProviderFactories>
      </system.data></configuration>
    and the database


  12. #192
    Valued Member DjFerry is offline
    MemberRank
    Dec 2014 Join Date
    110Posts

    Re: Black Desert online SERVER Emulator Source

    Quote Originally Posted by catchra View Post
    and i don't know if mixing updated bin64 with the outdated ones is a good idea because of updated crypto and op codes
    Thought the same... but without doing nothing i can't even start the client :/ so if someone with knowledge and not like me, trial and error xd knows how to fix the problem about direct x 11 on windows 10 ill be really pleased to know to not mix updated things etc... as catchra says it's not really a good idea.

  13. #193
    Enthusiast catchra is offline
    MemberRank
    Mar 2010 Join Date
    38Posts

    Re: Black Desert online SERVER Emulator Source

    just a side note their is a archive for bin and bin64 include in the archive from the download link if it is corruption try using those but I'm pretty sure that there is a low chances of corruption i tested it on my computer and had no problems with it

  14. #194
    Apprentice Lawlo is offline
    MemberRank
    Aug 2017 Join Date
    13Posts

    Re: Black Desert online SERVER Emulator Source

    Is the dllsettings.ini in the bin64 something I should edit?

  15. #195
    Enthusiast catchra is offline
    MemberRank
    Mar 2010 Join Date
    38Posts

    Re: Black Desert online SERVER Emulator Source

    oo i forgot about that no you can delete that if you wont to that is from a texture dumper and nude mod lol
    the mod files are still in their so it is up to you on what you want to do with it.

    they are the folders character, patcher, and maybe "sound" i don't know make a copy to be safe
    the patch file are in Black Desert Online\Paz\
    and are bdmod.dll, bdmod.exe, mod-armor.bat, mod-uninstall.bat

    all of those can be deleted if you don't wont them



Advertisement