This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] Ports for a wow server  (Read 9289 times)

Смердокрыл

  • Registred Member
  • Creator of Worlds
  • *****
  • Posts: 445
    • View Profile
Re: [QUESTION] Ports for a wow server
« Reply #60 on: October 07, 2015, 10:14:38 am »
Quote from: "Ascathos"
You forgot openssl.
Will this do?
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
or no.
At least I tried.

Amaroth

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 1219
    • View Profile
    • Amaroth's Tools
Re: [QUESTION] Ports for a wow server
« Reply #61 on: October 07, 2015, 10:31:09 am »
"OpenSSL- Download the 32bit version. Or you can get both if you plan to compile both 32 and 64bit, they can coexist side by side.
Find the 32bit version by finding the latest  Win32 OpenSSL that is NOT the "light" version.
Example: Win32 OpenSSL v1.0.1m
Find the 64bit version by finding the latest  Win64 OpenSSL that is NOT the "light" version.
Example: Win64 OpenSSL v1.0.1m
Note #1: If you get a "Missing Microsoft Visual C++ 2008 Redistributables" error message while installing OpenSSL,
download the  Microsoft Visual C++ 2008 Redistributable Package (x86)  (1.7MB Installer) and install it.
If you need 64bit support, download and install the  Microsoft Visual C++ 2008 Redistributable Package (x64) .
Both these are linked from http://slproweb.com/products/Win32OpenSSL.html as well.
Note #2: While installing OpenSSL, choose The OpenSSL binaries (/bin) directory (NOT "The Windows system directory")
when given the choice on where to copy the OpenSSL DLLs. These DLLs will need to be located easily for Core Installation. "

- From http://collab.kpsn.org/display/tc/Requirements
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
English YT tutorial channel. Check it out if you preffer videos over walls of text.:
https://www.youtube.com/AmarothEng

Want to support me for my releases and/or tutorials? You can send donation via Paypal to:
jantoms@seznam.cz

Смердокрыл

  • Registred Member
  • Creator of Worlds
  • *****
  • Posts: 445
    • View Profile
Re: [QUESTION] Ports for a wow server
« Reply #62 on: October 07, 2015, 01:19:09 pm »
I installed the 64 bit version but still have an error: it cant find some "ZMQ libraries":

[attachment=2:3dk5b2ky]cmake.jpg[/attachment:3dk5b2ky]

[attachment=1:3dk5b2ky]CMakeError.log[/attachment:3dk5b2ky]
[attachment=0:3dk5b2ky]CMakeOutput.log[/attachment:3dk5b2ky]
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
or no.
At least I tried.

Ascathos

  • Moderators
  • Creator of Worlds
  • *****
  • Posts: 1129
    • View Profile
Re: [QUESTION] Ports for a wow server
« Reply #63 on: October 09, 2015, 01:53:22 am »
http://zeromq.org/

Follows instructions for 6.x, they are equal for zmq.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Смердокрыл

  • Registred Member
  • Creator of Worlds
  • *****
  • Posts: 445
    • View Profile
Re: [QUESTION] Ports for a wow server
« Reply #64 on: October 18, 2015, 06:15:46 pm »
Hey!
I've done all the steps from the tutorial, I managed to configure cmake and generate the needed files. Then I open TrinityCore.sln, I rclick on the top "Solution "TrinityCore"" thing, do "Clear solution" and then, having set the thing at the top to "Release x64", I rclick again and do "Build solution". I wait for some time until it says its finished, but the actual server files that were supposedly created are nowhere to be found! Whats the problem?


*I translated the button names myself because the stupid program doesnt allow me to change language to english, so some of them could be wrong.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
or no.
At least I tried.

Ascathos

  • Moderators
  • Creator of Worlds
  • *****
  • Posts: 1129
    • View Profile
Re: [QUESTION] Ports for a wow server
« Reply #65 on: October 18, 2015, 07:57:14 pm »
Quote from: "Смердокрыл"
Hey!
I've done all the steps from the tutorial, I managed to configure cmake and generate the needed files. Then I open TrinityCore.sln, I rclick on the top "Solution "TrinityCore"" thing, do "Clear solution" and then, having set the thing at the top to "Release x64", I rclick again and do "Build solution". I wait for some time until it says its finished, but the actual server files that were supposedly created are nowhere to be found! Whats the problem?


*I translated the button names myself because the stupid program doesnt allow me to change language to english, so some of them could be wrong.
Build folderbinRelease
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Смердокрыл

  • Registred Member
  • Creator of Worlds
  • *****
  • Posts: 445
    • View Profile
Re: [QUESTION] Ports for a wow server
« Reply #66 on: October 18, 2015, 09:02:56 pm »
Quote from: "Ascathos"
Build folderbinRelease
I did check it and its empty
« Last Edit: January 01, 1970, 01:00:00 am by Admin »
or no.
At least I tried.