Cant Compile the Scriptvc100 ...
This is what i get
C:\mangos\src\bindings\ScriptDev2\VC100\100ScriptDev2.vcxproj : warning : Platf - Pastebin.com
Cant Compile the Scriptvc100 ...
This is what i get
C:\mangos\src\bindings\ScriptDev2\VC100\100ScriptDev2.vcxproj : warning : Platf - Pastebin.com
I really can't help with compiling problems. I'm not well versed in C++. But Hellsniper, was x64 already in the list or did you create it? If so, try compiling it for Win32.
Added an extra note at the bottom if the DB you're importing is huge and you're encountering problems importing it.
HellSniper: I just compiled a new SkyFire server, it appears they no longer support the x64 platform, just compile it as Win32, it'll work fine.
Last edited by cypher; 13-08-11 at 12:09 PM. Reason: fixed dbl post
hello!
I first want to thank you for your great guide. I have installed everything and compiled to Compiling ScriptDev2
STOP. Do not do continue until MaNGOS has finished compiling. If you continue on, your server will not work.
ScriptD 2
I was not sure if I renamed folder to ScriptDev2 before copying to C:\mangos\src\bindings. I tried both ways new folder and ScriptDev2. Both times I get a bunch of errors when compiling. Something about........
\system\system.cpp(168): error C2065: 'barGoLink' : undeclared identifier
\include\sc_instance.cpp(29): error C2664: 'Map::GetGameObject' : cannot convert parameter 1 from 'uint64' to 'ObjectGuid'
1> Constructor for class 'ObjectGuid' is declared 'explicit'
..\scripts\world\npcs_special.cpp(1388): error C2039: 'GetGUID' : is not a member of 'Creature'
1> c:\mangos\src\game\Creature.h(440) : see declaration of 'Creature'
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
I compiled the mangos part just fine no errors. This one is a different story. If you could please let me know did I do something wrong in the build? I followed directions exactly as I did when I compiled the Mangos. Not sure on maybe the folder name? Contents of folder go in to C:\mangos\src\bindings?
Thanks again
Lovs2Build
Sorry I did not see the post above your last one. Guess I will find another way to install this. Thanks!
The name of the folder that the SD2 files are in shouldn't matter.
However, looking at the error, it looks like a problem with the release. Try redownloading SD2, maybe someone committed bad files and recently fixed it.
i encounter this problem and i dont know how to fix it
2011-08-30 23:08:04 Using configuration file mangosd.conf.
2011-08-30 23:08:04 World Database total connections: 2
2011-08-30 23:08:04 ERROR:Could not connect to MySQL database at 127.0.0.1: Access denied for user 'mangos'@'localhost' (using password: YES)
Last edited by polarclaudiu92; 30-08-11 at 10:09 PM. Reason: plz help
polarclaudiu92: Are you sure you have the right password and username in your config file?
If it is correct, try making a new user for your MySQL and use that one.
to change my password and username in navicat?? cuze i am begginer and dont understand plz help me....
Try this exactly:
Since it's much easier to add a superuser via the MySQL console, we'll do it that way.
Press Win+R, type cmd and press OK. In the Command Prompt, type CD C:\Program Files (x86)\MySQL\MySQL Server 5.5\bin (Or wherever your MySQL is installed to, but it must be lead with the bin folder) and press OK.
Type mysql --user=root -proot mysql (Root/root is the default login if you didn't change it during installation, if you did change the password when you installed MySQL, replace the root in -proot with whatever your password is).
Now type the following (Don't forget the semicolons at the end of some):
CREATE USER 'test'@'localhost' IDENTIFIED BY 'test';
Press enter.
GRANT ALL PRIVILEGES ON *.* TO 'test'@'localhost'
Press enter.
WITH GRANT OPTION;
Press enter.
Exit
This creates a new superuser with all privileges (Same as root user) Now change the login information in your configs to test/test and see if it can connect.
thx is working
I am having a problem of Compiling the Mangos, after clicking rebuild solution there are some skipped files. problem SS below
are you using a 32 bit or 64 bit operating system?
if your using 64 bit you need to get Visual Studio (not Express).
If he's running a 64-bit OS, he can just compile the server in 32-bit rather than downloading VS2010.
But yeah, Express can't do 64-bit as far as I know. If you compile the server in 32-bit, it should compile.
I have a problem...
When I try to Compile
I get alot of Skipped files...
[Picture] http://plaatjesdump.nl/upload/bdaa91...4de6556007.png
Can you please help me?
EDIT: Solved!
Errors while compiling SriptDev2. My problem: http://forum.ragezone.com/f581/help-...-error-820526/
Post the entire error log output at Pastebin.com - #1 paste tool since 2002! and post the link here so I can see what the problem is.