








(43)
Your rating: Now say why...



| Downloads:31,103 |
| Version Downloads:3,305 |
| Type:Games : Gaming Tools & Utilities |
| License:Free |
| Date:13 Nov 2011 |
| Platform:Intel |
| Price:Free |
Overall (Version 7.x):![]() ![]() ![]() ![]() ![]() |
Features:![]() ![]() ![]() ![]() ![]() |
Ease of Use:![]() ![]() ![]() ![]() ![]() |
Value:![]() ![]() ![]() ![]() ![]() |
Stability:![]() ![]() ![]() ![]() ![]() |
+2
CooCurrent reviewed on 20 May 2012
I was just on the site and saw you had a guide for 4.0.6.
However, I am having a bit of trouble getting the client. I currently have the newest client, but also a 3.3.5 client.
So, I'm wondering is there an easy was to update 3.3.5 to 4.0.0? I tried doing it with the Blizzard updater, but it seems to automatically 'jump' to the latest patch, rather than doing it in increments.
I wouldn't mind downloading a patch from somewhere else, but I am having trouble finding a reliable server, etc.
Any thoughts? Thanks!
/Jordan
that removes the read write execute privileges from your 3.3.5 folder. if you run the installer you get an error then you can select another location.
to add read write execute privileges after installation to your 3.3.5 folder use:
chmod +rwx /Applications/World of Warcraft
/Users/jeremymeile/trinitycore/src/server/game/Globals/ObjectAccessor.h:67 in Find ASSERTION FAILED: false
+6
ANYWAY, if someone has been able to get their own webserver up, even on their own localhost IP, I would love to know how they did it.
Thank you!
+1
+4
to start the webserver:
sudo /Library/eMuxServer/mysql/bin/apachectl start
to stop the webserver:
sudo /Library/eMuxServer/mysql/bin/apachectl stop
Good Luck Kev!
+1
+6
Thank you so much, I wasn't even aware of that.
You are so awesome!
+4
+1
+1
shrugs8005 reviewed on 12 Apr 2012
Thanks!
+4
ERROR: Could not connect to MySQL database at 127.0.0.1: Can't connect to MySQL server on '127.0.0.1' (61)
+4
+4
+1
milesk11 reviewed on 20 Mar 2012
Compile TrinityCore ...
•Copy the full Text below into a NEW Terminal Window (Make sure you have CMake and GCC 4.4 installed through macports)
I'm getting errors like
can't find file to patch at input line 37
Perhaps you used the wrong -p or --strip option?
make: *** No targets specified and no makefile found. Stop.
.. I think it is because I do not know how to install GCC 4.4 ? I installed Cmake fine.. can you please help me? Thanks. If the problem persists I am willing to donate to you to help me compile a server for myself.. thanks :) miles@mileskoblinmusic.com
+1
Miles-Koblins-MacBook-Pro:TrinityCore mileskoblin$
Miles-Koblins-MacBook-Pro:TrinityCore mileskoblin$ patch -p0 < < (curl http://jeremymeile.ch/files/emux7/ACE.patch)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
112 448 112 448 0 0 4942 0 --:--:-- --:--:-- --:--:-- 9531
patching file include/ace/config-macosx-leopard.h
Reversed (or previously applied) patch detected! Assume -R? [n]
cd ~/Downloads/TrinityCore
patch -p0 < < (curl http://jeremymeile.ch/files/emux7/TrinityCore.patch)
rm -d -f -r ~/Downloads/TrinityCore/build
mkdir build
cd ~/Downloads/TrinityCore/build
/opt/local/bin/cmake ../ -DPREFIX=$HOME/TrinityCore -DACE_LIBRARY=$HOME/TrinityCore/lib/libACE.dylib -DACE_INCLUDE_DIR=$HOME/TrinityCore/include -DREADLINE_LIBRARY=$HOME/TrinityCore/lib/libreadline.dylib -DREADLINE_INCLUDE_DIR=$HOME/TrinityCore/include -DMYSQL_CONFIG=/usr/local/mysql/bin/mysql_config -DTOOLS=1 -DCMAKE_C_COMPILER="/opt/local/bin/gcc-mp-4.4" -DCMAKE_CXX_COMPILER="/opt/local/bin/c++-mp-4.4"
make -j3
make installApply anyway? [n] Skipping patch.
1 out of 1 hunk ignored -- saving rejects to file include/ace/config-macosx-leopard.h.rej
Miles-Koblins-MacBook-Pro:TrinityCore mileskoblin$
Miles-Koblins-MacBook-Pro:TrinityCore mileskoblin$ patch -p0 < < (curl http://jeremymeile.ch/files/emux7/TrinityCore.patch)
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 1703 100 1703 0 0 18141 0 --:--:-- --:--:-- --:--:-- 37021
can't find file to patch at input line 4
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urp cmake/platform/osx/settings.cmake cmake/platform/osx/settings.cmake
|--- cmake/platform/osx/settings.cmake
|+++ cmake/platform/osx/settings.cmake
--------------------------
File to patch:
rm -d -f -r ~/Downloads/TrinityCore/build
mkdir build
cd ~/Downloads/TrinityCore/build
/opt/local/bin/cmake ../ -DPREFIX=$HOME/TrinityCore -DACE_LIBRARY=$HOME/TrinityCore/lib/libACE.dylib -DACE_INCLUDE_DIR=$HOME/TrinityCore/include -DREADLINE_LIBRARY=$HOME/TrinityCore/lib/libreadline.dylib -DREADLINE_INCLUDE_DIR=$HOME/TrinityCore/include -DMYSQL_CONFIG=/usr/local/mysql/bin/mysql_config -DTOOLS=1 -DCMAKE_C_COMPILER="/opt/local/bin/gcc-mp-4.4" -DCMAKE_CXX_COMPILER="/opt/local/bin/c++-mp-4.4"
make -j3
make installSkip this patch? [y] Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 13
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urp dep/acelite/ace/config-macosx-leopard.h dep/acelite/ace/config-macosx-leopard.h
|--- dep/acelite/ace/config-macosx-leopard.h
|+++ dep/acelite/ace/config-macosx-leopard.h
--------------------------
File to patch: Skip this patch? [y] Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 25
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urp dep/g3dlite/include/G3D/platform.h dep/g3dlite/include/G3D/platform.h
|--- dep/g3dlite/include/G3D/platform.h
|+++ dep/g3dlite/include/G3D/platform.h
--------------------------
File to patch: Skip this patch? [y] Skipping patch.
1 out of 1 hunk ignored
can't find file to patch at input line 37
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff -urp src/tools/vmap4_extractor/vmapexport.cpp src/tools/vmap4_extractor/vmapexport.cpp
|--- src/tools/vmap4_extractor/vmapexport.cpp
|+++ src/tools/vmap4_extractor/vmapexport.cpp
--------------------------
File to patch: Skip this patch? [y] Skipping patch.
1 out of 1 hunk ignored
Miles-Koblins-MacBook-Pro:TrinityCore mileskoblin$
Miles-Koblins-MacBook-Pro:TrinityCore mileskoblin$ make -j3
make: *** No targets specified and no makefile found. Stop.
Miles-Koblins-MacBook-Pro:TrinityCore mileskoblin$ make install
+1
Miles-Koblins-MacBook-Pro:~ mileskoblin$ echo 'export PATH=$PATH:/usr/local/mysql/bin' >> ~/.bash_profile
Miles-Koblins-MacBook-Pro:~ mileskoblin$
Miles-Koblins-MacBook-Pro:~ mileskoblin$ source ~/.bash_profile
Miles-Koblins-MacBook-Pro:~ mileskoblin$ mysql -u root
ERROR 1045 (28000): Access denied for user 'root'@'localhost' (using password: NO)
Miles-Koblins-MacBook-Pro:~ mileskoblin$
Miles-Koblins-MacBook-Pro:~ mileskoblin$ DROP DATABASE IF EXISTS `test`;
-bash: DROP: command not found
Miles-Koblins-MacBook-Pro:~ mileskoblin$
Miles-Koblins-MacBook-Pro:~ mileskoblin$ DELETE FROM mysql.user WHERE User = '';-bash: DELETE: command not found
Miles-Koblins-MacBook-Pro:~ mileskoblin$
Miles-Koblins-MacBook-Pro:~ mileskoblin$ UPDATE mysql.user SET Password = PASSWORD('trinity') WHERE User = 'root';
-bash: syntax error near unexpected token `('
Miles-Koblins-MacBook-Pro:~ mileskoblin$
Miles-Koblins-MacBook-Pro:~ mileskoblin$ FLUSH PRIVILEGES;
-bash: FLUSH: command not found
Miles-Koblins-MacBook-Pro:~ mileskoblin$
Miles-Koblins-MacBook-Pro:~ mileskoblin$ EXIT;
Miles-Koblins-MacBook-Pro:~ mileskoblin$ mysql -u root -p
Enter password:
Welcome to the MySQL monitor. Commands end with ; or g.
Your MySQL connection id is 611
Server version: 5.1.61 MySQL Community Server (GPL)
Copyright (c) 2000, 2011, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or 'h' for help. Type 'c' to clear the current input statement.
mysql>
Miles-Koblins-MacBook-Pro:~ mileskoblin$ mysql -u root -p trinity < ~/Downloads/TrinityCore/sql/create/create_mysql.sql
Enter password:
ERROR 1049 (42000): Unknown database 'trinity'
Miles-Koblins-MacBook-Pro:~ mileskoblin$
Miles-Koblins-MacBook-Pro:~ mileskoblin$ mysql -u root -ptrinity world < ~/Downloads/TrinityCore/sql/updates/world/2012_02_14_00_world_achievement_criteria_data.sql
Miles-Koblins-MacBook-Pro:~ mileskoblin$
Miles-Koblins-MacBook-Pro:~ mileskoblin$ mysql -u root -ptrinity world < ~/Downloads/TrinityCore/sql/updates/world/2012_02_15_00_world_quest_template.sql
ERROR 1146 (42S02) at line 1: Table 'world.quest_template' doesn't exist
Miles-Koblins-MacBook-Pro:~ mileskoblin$
Miles-Koblins-MacBook-Pro:~ mileskoblin$ mysql -u root -ptrinity world < ~/Downloads/TrinityCore/sql/updates/world/2012_02_15_01_world_areatrigger_tavern.sql
Miles-Koblins-MacBook-Pro:~ mileskoblin$
+1
+1
My next issue. Extract maps and dbc files....
I font understand how to set the parameters of -I -o -e -f. I did not set these parameters and I think thats what's causing my error in the last step of Visual Map Files section in the guide...
On the last step if vmap files, extract the vmaps to the ,,vmaps" folder.
I get this error:
Could not read dir_bin file!
Exit with errors
so thats it... I notice o have a Trinitycore folder in users, which contains: bin etc include lib share. Those folders all have contents in them except binvmapd. And I also have a trinitycore folder in downloads which contains everything else.... That normal?
thanks again for the help... Btw my wow folder is in applications
I guess I just need to set the parameters of the extract vmaps step, can you help me with that and show me an example?
+1
tBB reviewed on 17 Mar 2012
Sauilitired reviewed on 13 Mar 2012
I'm a newbie on this, so i really need help! :D
i tried the webserver thing but it want me to type a password
what is the pass?
and i can't type anything in terminal when it is a the password step
and what ports do i need to forward?
by the way thanx this is one of my fav apps
I followed your guide in your website for Skyfireemu.
I get a compile error, when I try to compile Skyfireemu after I type "make -j3"
/Users/ganon/Downloads/SkyFireEMU/src/tools/extractor/StormLib/src/FileStream.cpp: In function 'void ConvertPartHeader(void*)':
/Users/ganon/Downloads/SkyFireEMU/src/tools/extractor/StormLib/src/FileStream.cpp:125: error: 'struct _PART_FILE_HEADER' has no member named 'Unknown1C'
/Users/ganon/Downloads/SkyFireEMU/src/tools/extractor/StormLib/src/FileStream.cpp:125: error: 'struct _PART_FILE_HEADER' has no member named 'Unknown1C'
/Users/ganon/Downloads/SkyFireEMU/src/tools/extractor/StormLib/src/FileStream.cpp:126: error: 'struct _PART_FILE_HEADER' has no member named 'Unknown20'
/Users/ganon/Downloads/SkyFireEMU/src/tools/extractor/StormLib/src/FileStream.cpp:126: error: 'struct _PART_FILE_HEADER' has no member named 'Unknown20'
/Users/ganon/Downloads/SkyFireEMU/src/tools/extractor/StormLib/src/FileStream.cpp:127: error: 'struct _PART_FILE_HEADER' has no member named 'ZeroValue'
/Users/ganon/Downloads/SkyFireEMU/src/tools/extractor/StormLib/src/FileStream.cpp:127: error: 'struct _PART_FILE_HEADER' has no member named 'ZeroValue'
make[2]: *** [src/tools/extractor/CMakeFiles/extractor.dir/StormLib/src/FileStream.cpp.o] Error 1
make[1]: *** [src/tools/extractor/CMakeFiles/extractor.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
One thing I noticed
Greetings
xmephisto22x
+1
+4
goto the trinitycore forum and look for help
+4
Any idea when the Little Crazy Jerry app is coming out? Also, will eMux be compatible with the databases that it generates?
I'm currently in the process of upgrading it to 4.0.6 from 3.3.5a
in order to do so I need to get a SkyFireEMU core patch from this website
http://jeremymeile.ch/files/emux7/SkyfireCore.patch
And I was wondering if you or anyone else could give me a link to the information.
Please and thank you! Your the best!
+4
http://www.jeremymeile.ch/jeremymeile.ch/Main.html
He has updated trinitycore and some skyfireemu stuff there.
Hope that helps! :)
the best way to do this is to learn how skyfireemu and trinity core works its very easy if you spend some time with MySQL and the emus. you cannot use sky fire with the current emux version.
+4
Emux is running beautifully! I can't thank you enough for your wonderful program. One quick thing; I used to get the sudo command to start the webserver from your website, but now it's not there. Could you post it again? I will make a script this time :)
+1
sudo /Library/eMuxServer/mysql/bin/apachectl start
stop webserver
sudo /Library/eMuxServer/mysql/bin/apachectl stop
+4
+4
ERROR: Could not connect to MySQL database at 127.0.0.1: Can't connect to MySQL server on '127.0.0.1' (61)
...I seriously have no idea what to do to fix this, i need your expertise please D:
sudo killall mysqld
sudo find / -name 'my.cnf' -type f -delete
+4
+4
Do you have any other things i can try? Thank you so so much for helping me out Jeremy.
LoginDatabaseInfo = "localhost;3309;trinity;trinity;auth"
WorldDatabaseInfo = "localhost;3309;trinity;trinity;world"
CharacterDatabaseInfo = "localhost;3309;trinity;trinity;characters"
instead of:
LoginDatabaseInfo = "127.0.0.1;3309;trinity;trinity;auth"
WorldDatabaseInfo = "127.0.0.1;3309;trinity;trinity;world"
CharacterDatabaseInfo = "127.0.0.1;3309;trinity;trinity;characters"
+4
ERROR: Could not connect to MySQL database at localhost: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (61)
stop server and press "clean install"
+4
cd /Library/eMuxServer/mysql ; ./bin/mysqld_safe --user=$USER --port=3309 --datadir=$HOME/.emuxdb
+4
+4
2012-04-07 15:09:52 Using configuration file /Library/eMuxServer/trinitycore/etc/worldserver.conf.
2012-04-07 15:09:52 TrinityCore rev. 2012-01-08 14:20:11 +0100 (03a7f1291624+) (Unix, ) (worldserver-daemon)
2012-04-07 15:09:55 to stop.
2012-04-07 15:09:55 ______ __
2012-04-07 15:09:55 /__ _ __ __/ __
2012-04-07 15:09:55 /_/ / _ __ /_ ___ /_ , _ __ __
2012-04-07 15:09:55 /`'__/ /' _ `/ / / /
2012-04-07 15:09:55 / / / _ _
2012-04-07 15:09:55 _ _ _ _ _ _ __\/`____
2012-04-07 15:09:55 /_//_/ /_//_//_//_//__/ `/___/>
2012-04-07 15:09:55 C O R E /___/
2012-04-07 15:09:55 http://TrinityCore.org /__/
2012-04-07 15:09:56 ERROR: Could not connect to MySQL database at 127.0.0.1: Can't connect to MySQL server on '127.0.0.1' (61)
2012-04-07 15:09:56 ERROR: Could not connect to MySQL database at 127.0.0.1: Can't connect to MySQL server on '127.0.0.1' (61)
2012-04-07 15:09:56 ERROR: Cannot connect to world database 127.0.0.1;3309;trinity;trinity;world
+4
Jeremy please answer, is there any way to do that with terminal?
+4
Whats this and how do i fix it?
+4
+4
+4
I have no idea why this error occurs. Please help jeremy.
+4
2012-03-22 17:41:00 TCSoap: bound to http://0.0.0.0:7878
Dont know if thats even useful but yeah.
Kraur rated on 24 Apr 2012
-1
shaneciora rated on 29 Feb 2012
+1
Arthour rated on 08 Jan 2012
Calon rated on 13 Dec 2011
Justabear rated on 13 Oct 2011
+4
Ryker rated on 12 Oct 2011
+6
kevinkenger. rated on 02 Oct 2011
+3
Tikky rated on 30 Sep 2011
+16
Jeremymeile rated on 22 Sep 2011
ramsteinm rated on 15 Sep 2011