Jump to content

Hype!

Inactive Member
  • Posts

    28
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Hype!

  1. Fixed, thanks to martysama!

    Solution:

    
    diff --git a/Srcs/Server/db/src/Makefile b/Srcs/Server/db/src/Makefile
    index 2ad6e63..a4b39b9 100644
    --- a/Srcs/Server/db/src/Makefile
    +++ b/Srcs/Server/db/src/Makefile
    @@ -45,6 +45,9 @@ LIBDIR += -I../../../Extern/lib
     LIBDIR += -L../../libthecore/lib -L../../libsql -L../../libpoly -L../../libgame/lib
     LIBS += -lthecore -lsql -lpoly -lgame -lm
     
    +# OpenSSL
    +LIBS += -lssl -lcrypto
    +
     # PROJECT_SRC_FILES BEGIN
     CPPFILE = Config.cpp NetBase.cpp Peer.cpp PeerBase.cpp Main.cpp Lock.cpp DBManager.cpp \
              Cache.cpp LoginData.cpp ClientManager.cpp ClientManagerPlayer.cpp ClientManagerLogin.cpp \
    diff --git a/Srcs/Server/game/src/Makefile b/Srcs/Server/game/src/Makefile
    index b173c7c..4ea5a5e 100644
    --- a/Srcs/Server/game/src/Makefile
    +++ b/Srcs/Server/game/src/Makefile
    @@ -90,7 +90,7 @@ endif
     
     # OpenSSL
     INCDIR += -I/usr/include
    -LIBS += -lssl
    +LIBS += -lssl -lcrypto
     # LIBS += /usr/lib/libssl.a
     
     # Lua

     

    • Love 2
  2. Hello, I tried to compile my source on FreeBSD 11.2 (32Bit).

    I get this error while compiling:

    linking ../game_r41057 ...
    /usr/local/bin/ld: /usr/local/lib/mysql/libmysqlclient.a(my_aes_openssl.cc.o): undefined reference to symbol 'EVP_aes_128_cfb1'
    //usr/local/lib/libcrypto.so.9: error adding symbols: DSO missing from command line
    collect2: error: ld returned 1 exit status
    gmake: *** [Makefile:161: ../game_r41057] Error 1


    Do someone have an idea to fix that?

    @martysama0134

  3. Hello, i have a problem with my game.

    I bought a source with serverfiles etc. Everything worked well without any problems (all syserrs are clean).

    I compiled the game source and everything worked without errors but If I use the new game which I compiled my game dont start.

    If i use the old game which I got from the seller I can connect to the server. I dont get any syserr error. Do someone have an idea?

  4. vor 2 Minuten schrieb ReFresh:

    Try this: 

      Inhalt unsichtbar machen
    
    
    pkg_add -r http://ftp-archive.freebsd.org/pub/FreeBSD-Archive/ports/i386/packages-9.0-release/devel/bmake-20111111.tbz
    cp /usr/bin/make /usr/bin/make.old
    rm /usr/bin/make
    ln -sv /usr/local/bin/bmake /usr/bin/make
    cd /usr/ports/ports-mgmt/pkg
    make -m /usr/share/mk UPGRADEPKG=1 install clean
    pkg2ng

     

     

    l716jUZ.png

    File:

    This is the hidden content, please

    Online Text: https://pastebin.com/wi0QkFfn

    • Metin2 Dev 12
    • Sad 2
    • Good 6
    • muscle 1
    • Love 1
    • Love 4
  5. Hello,

    I have a problem with installing GCC49. I use this command to install it:

    cd /usr/ports/lang/gcc49/ && make install clean

    I use FreeBSD 9.2 32 Bit. My Source doesnt support 64 bit.

    After trying to install it I get this error:

    => Couldn't fetch it - please try to retrieve this
    => port manually into /usr/ports/distfiles/ and try again.
    *** [do-fetch] Error code 1

    Stop in /usr/ports/lang/gcc49.
    *** [Install] Error code 1
    I tried this:

    but it doesnt work

    • Love 1
  6. vor 3 Stunden schrieb Vanilla:

    Nope, it's not bad code. The code is working fine. Some servers just allow absurd high attack speed values because they think it's cool or something.. The calculation doesn't add up at all. I've tested the code that's posted above and it seems to work without false flags, but there's no guarantee that it'll work with every server.

    even when I set the attack speed down, i can use this attack speed. I tried it with m2bob and lalaker and it works. It would be really nice, when you can find a "fix" for this issue. Gameforge and some other privates server already fixed that.

  7. vor 3 Stunden schrieb Kori:

    The public hidden fixx is buggy and give random Bann 

    Look here this is the released version but Bann random members who not use a hidden hack 

     

     

    I already saw this version. This isnt the best solution ... it would be better fixing this issue instead of bann/kick every player. Unfortunately I dont have the knowledge to fix it.

    vor 9 Stunden schrieb PeaceMaker:

     

    what is hidden ? 

     

     

×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.