Jump to content
TrinityCore

brokentechnology

Plebs
  • Posts

    5
  • Joined

  • Last visited

Posts posted by brokentechnology

  1. On 6/1/2016 at 1:26 PM, Dipdill said:

    Go to /Applications/World of Warcraft on your mac... copy the World of Warcraft.app directory over to your wow server... I placed it in a Patch directory.  Then cd over to the Patch directory.  Then you need to run the connection_patcher.  Do a connection_patcher --path /path/to/World of Warcraft.app/Contents/MacOS/World of Warcraft.  You need to make sure you do the full path thru the app directory.  when that is done... you should have a World of Warcraft Patched.app in the Patch directory.  copy that back to the mac... and you should be good to go.

    Thank you so much for this! Helped a lot!

  2. New issue. Kept old post in case someone came across my issue. I run the vmap extractor and it executes without any errors, even though there are indeed errors:

    [################################################################]

    Can't open World\Maps\VoljinsFuneralPyre\VoljinsFuneralPyre.wdt, err=2!

    Can't open World\Maps\Transport254124\Transport254124.wdt, err=2!

    Can't open World\Maps\Acherus\Acherus.wdt, err=2!

    Processing Map 1653

    [################################################################]

    Processing Map 1670

    [################################################################]

     

    Extract V4.03 2015_05. Work complete. No errors.

     

    I went ahead and ran the assembler anyways, and this happens:

     

    Creating map tree for map 0...

    Cannot open vamps/0000.vmtree

     

    Converting Model Files

    Converting 6Ar_Garrisonrock_Gray_02.m2

    error converting 6Ar_Garrisonrock_Gray_02.m2

    exit with errors

     

    I am going to assume this is because I am using the live client (7.0.3). However, I swore I read this is the client I can now use. Perhaps only to login and not to extract from. Let me know of anything I should try. I ran the commands as sudo and it made no difference. 

  3. EDIT:

    I am an idiot. You need to run the following:

    ./mapextractor 

    - Works perfect! Issue resolved for me. 

    I am having a trouble extracting the contents on OS X. It seems to be default to a directory I did not define:

    error opening casc storage '/Users/Steven/Data' locale enUS: FILE_NOT_FOUND

    error opening casc storage '/Users/Steven/Data' locale koKR: FILE_NOT_FOUND

    error opening casc storage '/Users/Steven/Data' locale frFR: FILE_NOT_FOUND

    error opening casc storage '/Users/Steven/Data' locale deDE: FILE_NOT_FOUND

    error opening casc storage '/Users/Steven/Data' locale zhCN: FILE_NOT_FOUND

    error opening casc storage '/Users/Steven/Data' locale zhTW: FILE_NOT_FOUND

    error opening casc storage '/Users/Steven/Data' locale esES: FILE_NOT_FOUND

    error opening casc storage '/Users/Steven/Data' locale esMX: FILE_NOT_FOUND

    error opening casc storage '/Users/Steven/Data' locale ruRU: FILE_NOT_FOUND

    error opening casc storage '/Users/Steven/Data' locale ptBR: FILE_NOT_FOUND

    error opening casc storage '/Users/Steven/Data' locale itIT: FILE_NOT_FOUND

     

    However, I am indeed running it from the .app directory: 

     

     

    Stevens-MacBook-Pro:World of Warcraft Steven$ open /Applications/World\ of\ Warcraft/mapextractor 

    Stevens-MacBook-Pro:World of Warcraft Steven$ ls -l

    total 16936

    drwxrwxr-x  4 Steven  admin      136 Sep  9 13:55 Cache

    drwxrwxrwx  6 Steven  admin      204 Sep  9 12:49 Data

    drwxrwxr-x  3 Steven  admin      102 Sep  9 13:56 Interface

    -rwxrwxrwx  1 Steven  admin        4 Sep  9 01:56 Launcher.db

    drwxrwxr-x  9 Steven  admin      306 Sep  9 13:56 Logs

    drwxrwxr-x  4 Steven  admin      136 Sep  9 13:56 WTF

    -rwxrwxrwx  1 Steven  admin       32 Sep  9 13:55 WoW.mfil

    drwxrwxrwx  3 Steven  admin      102 Sep  8 22:48 World of Warcraft Launcher.app

    drwxrwxrwx  3 Steven  admin      102 Sep  8 22:48 World of Warcraft.app

    -rwxr-xr-x  1 Steven  staff   765488 Sep  9 02:26 mapextractor

    -rwxr-xr-x  1 Steven  staff  4698900 Sep  9 02:26 mmaps_generator

    -rwxr-xr-x  1 Steven  staff  2438468 Sep  9 02:26 vmap4assembler

    -rwxr-xr-x  1 Steven  staff   750756 Sep  9 02:26 vmap4extractor

    Not sure why it wants to look under my name and /Data. I guess I could copy it there if it really wants it there. 

  4. 8 hours ago, Aokromes said:

    you start worldserver from the same directory the full db is, or from somewhere else?

    EDIT:

    So I sourced it manually and the auto-updater worked great. not really sure the cause but sourcing it was much quicker and easier. 

    Hello,

    The worldserver is started from the /bin directory, which is where I copied the .sql file to:

    Stevens-MacBook-Pro:bin Steven$ ls -l|grep TDB_world_6.04_2016_04_11.sql;ls -l|grep worldserver

    -rw-r--r--@ 1 Steven  staff  205715797 Apr 10 21:21 TDB_world_6.04_2016_04_11.sql

    -rwxr-xr-x  1 Steven  staff   99438224 Sep  9 02:26 worldserver

    So both files are here. Both have correct permissions, 644 for SQL file so it's readable. I tried changing to 777 thinking it was a odd permissions issue, but no luck either. 

  5. Hello,

    Got the server compiled. Triple checked my work and am hitting this error:

    >> File "TDB_world_6.04_2016_04_11.sql" is missing, download it from "https://github.com/TrinityCore/TrinityCore/releases" uncompress it and place the file TDB_full_world_(a_variable_name).sql in your worldserver directory.

    Could not populate the World database, see log for details.

     

    Here is the layout of my directory, which should be correct:

     

    Stevens-MacBook-Pro:bin Steven$ pwd

    /Users/Steven/TrinityCore/bin

    Stevens-MacBook-Pro:bin Steven$ ls -l

    total 898368

    -rw-r--r--@ 1 Steven  staff  125710162 Apr 10 21:21 TDB_hotfixes_6.04_2016_04_11.sql

    -rw-r--r--@ 1 Steven  staff  205715797 Apr 10 21:21 TDB_world_6.04_2016_04_11.sql

    -rwxr-xr-x  1 Steven  staff   19057720 Sep  9 02:26 bnetserver

    -rw-r--r--  1 Steven  staff       6168 Sep  9 02:02 bnetserver.cert.pem

    -rw-r--r--  1 Steven  staff       1675 Sep  9 02:02 bnetserver.key.pem

    -rwxr-xr-x  1 Steven  staff    1226140 Sep  9 02:26 connection_patcher

    -rwxr-xr-x  1 Steven  staff     765488 Sep  9 02:26 mapextractor

    -rwxr-xr-x  1 Steven  staff    4698900 Sep  9 02:26 mmaps_generator

    -rwxr-xr-x  1 Steven  staff    2438468 Sep  9 02:26 vmap4assembler

    -rwxr-xr-x  1 Steven  staff     750756 Sep  9 02:26 vmap4extractor

    -rwxr-xr-x  1 Steven  staff   99438224 Sep  9 02:26 worldserver

     

    I did move WorldServer to it's own folder and the same issue occurred. I know I am not crazy, but let me know if I'm wrong about anything and I'll gladly correct it. 

     

     

     

×
×
  • Create New...