Jump to content

Hype!

Inactive Member
  • Posts

    28
  • Joined

  • Last visited

  • Feedback

    0%

About Hype!

Informations

  • Gender
    Male

Recent Profile Visitors

647 profile views

Hype!'s Achievements

Explorer

Explorer (4/16)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

58

Reputation

  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
  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. Can you maybe create a Compiler VM for me? It would be nice, when you can upload it.
  5. Would be nice, when you can help me later. I have to go to work now. Maybe someone will share a solution meanwhile.
  6. New Error after portsnach fetch update:
  7. File: [Hidden Content] Online Text: [Hidden Content]
  8. I get this error now: bsd.port.mk unknown modifier 't' --- [Hidden Content] Already tried, doesnt work
  9. 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
  10. Hello, since I cant find any good tutorial for creating a new channel, I am looking for someone who can create me 3 channels. I have one Channel currently and need 4. Also I need a Channel Changer (prefer C++) which works with all these Channels. I am ready to pay
  11. hello, i am searching for a methode in c++ to pick up all items instead of one like this:
  12. 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.
×
×
  • 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.