Jump to content

Odius

Members
  • Posts

    10
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Odius's Achievements

Member

Member (2/3)

0

Reputation

  1. Also when I run mangosd.exe im getting these db errors. I know it is because the data isn't there, but im wondering why I cannot update it. I've tried copy and pasting the sql file contents into the query box and everytime it tells me I need the previous sql. I have 70 files in my H:\\MaNGOS\\sql\\updates folder none of which I can update with from a clean release. This is what happnes to the query: Query: ALTER TABLE db_version CHANGE COLUMN required_9133_01_mangos_spell_proc_event required_9136_02_mangos_quest_poi bit Error occured at:2010-03-29 11:45:18 Line no.:1 Error Code: 1054 - Unknown column 'required_9133_01_mangos_spell_proc_event' in 'db_version' This is from my DBErrors file: 2010-03-29 10:52:54 >> Loaded 0 Item Enchantment definitions. DB table `item_enchantment_template` is empty. 2010-03-29 10:52:55 Table `spell_script_target`: creature template entry 24547 does not exist. 2010-03-29 10:52:55 Table `spell_script_target`: creature template entry 16803 does not exist. 2010-03-29 10:52:55 >> Loaded 0 ItemRequiredTarget. DB table `item_required_target` is empty. 2010-03-29 10:52:55 >> Loaded 0 creature award reputation definitions. DB table `creature_onkill_reputation` is empty. 2010-03-29 10:52:58 >> Loaded 0 gameobjects. DB table `gameobject` is empty. 2010-03-29 10:52:59 >> Loaded 0 weather definitions. DB table `game_weather` is empty. 2010-03-29 10:52:59 `quest_template` table is empty! 2010-03-29 10:52:59 >> Loaded 0 quest POI definitions. DB table `quest_poi` is empty. 2010-03-29 10:52:59 >> Loaded 0 quest relations from gameobject_questrelation. DB table `gameobject_questrelation` is empty. 2010-03-29 10:52:59 >> Loaded 0 quest relations from gameobject_involvedrelation. DB table `gameobject_involvedrelation` is empty. 2010-03-29 10:52:59 >> Loaded 0 quest relations from creature_questrelation. DB table `creature_questrelation` is empty. 2010-03-29 10:52:59 Table `creature_involvedrelation: Quest 13662 listed for entry 14624 does not exist. 2010-03-29 10:52:59 >> Loaded 0 spellclick spells. DB table `npc_spellclick_spells` is empty. 2010-03-29 10:53:05 Error loading `pet_levelstats` table or empty table. 2010-03-29 10:53:05 >> Loaded `mail_level_reward`, table is empty! 2010-03-29 10:53:05 >> Loaded 0 loot definitions. DB table `fishing_loot_template` is empty. 2010-03-29 10:53:05 >> Loaded 0 loot definitions. DB table `item_loot_template` is empty. 2010-03-29 10:53:05 >> Loaded 0 loot definitions. DB table `mail_loot_template` is empty. 2010-03-29 10:53:05 >> Loaded 0 loot definitions. DB table `milling_loot_template` is empty. 2010-03-29 10:53:06 >> Loaded 0 loot definitions. DB table `pickpocketing_loot_template` is empty. 2010-03-29 10:53:06 >> Loaded 0 loot definitions. DB table `skinning_loot_template` is empty. 2010-03-29 10:53:06 >> Loaded 0 loot definitions. DB table `disenchant_loot_template` is empty. 2010-03-29 10:53:06 >> Loaded 0 loot definitions. DB table `prospecting_loot_template` is empty. 2010-03-29 10:53:06 >> Loaded 0 loot definitions. DB table `spell_loot_template` is empty. 2010-03-29 10:53:06 >> Loaded `skill_fishing_base_level`, table is empty! 2010-03-29 10:53:09 >> Loaded 0 achievement rewards. DB table `achievement_reward` is empty. 2010-03-29 10:53:10 >> Loaded `game_tele`, table is empty! 2010-03-29 10:53:10 >> Loaded `npc_gossip`, table is empty!
  2. For some reason I can't update the databases with the files from the repository clone. Here is what I have so far Database Characters - Table Characters_DB_Version required_9635_01_characters_characters Database Mangos – Table DB_Version Version: UDB 0.12.0 (389) for MaNGOS 9630 with SD2 for rev. 1956 Creature_AI_Version:ACID 3.0.4 Final Release for MaNGOS (3.3.2 Client) Cache_ID: 389 Required_9622_01_mangos_gameobject Database Realmd – Table Realmd_DB_Version Required_9010_01_realmd_realmlist
  3. Allthough now when compiling ScriptDev2, I get a new error which I didn't get before. 1> Creating library ..\\..\\..\\..\\bin\\win32_release/MaNGOSScript.lib and object ..\\..\\..\\..\\bin\\win32_release/MaNGOSScript.exp 1>precompiled.obj : error LNK2001: unresolved external symbol "public: virtual void __thiscall WorldObject::BuildUpdateData(class std::tr1::unordered_map<class Player *,class UpdateData,class std::tr1::hash<class Player *>,struct std::equal_to<class Player *>,class std::allocator<struct std::Pair<class Player * const,class UpdateData> > > &)" (?BuildUpdateData@WorldObject@@UAEXAAV?$unordered_map@PAVPlayer@@VUpdateData@@V?$hash@PAVPlayer@@@tr1@std@@U?$equal_to@PAVPlayer@@@5@V?$allocator@U?$pair@QAVPlayer@@VUpdateData@@@std@@@5@@tr1@std@@@Z) 1>..\\..\\..\\..\\bin\\win32_release/MaNGOSScript.dll : fatal error LNK1120: 1 unresolved externals 1>Build log was saved at "file://h:\\Downloads\\Server Stuff\\MaNGOS\\src\\bindings\\ScriptDev2\\VC90\\ScriptDev2__Win32_Release\\BuildLog.htm" 1>ScriptDev2 - 2 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
  4. Yup, that fixed it the file ml.exe wasnt included in the version of MSVS express I had. Compiled without error this time around.
  5. May have found the problem. Going to try that out and see what happens. http://wiki.desmume.org/index.php?title=Faq#I.27m_Compiling_using_MSVC_Express_On_Windows.2C_and_I_get_the_error_:_.22ml.exe.22_not_found.
  6. I also tried to debug it. I don't know if that would help, but it says "These projects are out of date" and asked if i wanted to build them tbb - Release Win32 tbbmalloc - Release Win32 shared - Release Win32
  7. Here is the Build Logs for the first 2 errors. Just in case your wondering why the directories are different I deleted the old one and started over, just used a different drive from C:\\. So everything is still the same aside from the directories. Build Log Build started: Project: tbb, Configuration: Release|Win32 Command Lines Creating temporary file "h:\\Downloads\\Server Stuff\\MaNGOS\\win\\VC90\\tbb__Win32_Release\\BAT00000151366124.bat" with contents [ @echo off ml.exe /c /nologo /Fo".\\tbb__Win32_Release\\lock_byte.obj" /W3 /Zi /errorReport:Prompt /Ta"..\\..\\dep\\tbb\\src\\tbb\\ia32-masm\\lock_byte.asm" if errorlevel 1 goto VCReportError goto VCEnd :VCReportError echo Project : error PRJ0019: A tool returned an error code from "Assembling..." exit 1 :VCEnd ] Creating command line """h:\\Downloads\\Server Stuff\\MaNGOS\\win\\VC90\\tbb__Win32_Release\\BAT00000151366124.bat""" Creating temporary file "h:\\Downloads\\Server Stuff\\MaNGOS\\win\\VC90\\tbb__Win32_Release\\BAT00000251366124.bat" with contents [ @echo off ml.exe /c /nologo /Fo".\\tbb__Win32_Release\\atomic_support.obj" /W3 /Zi /errorReport:Prompt /Ta"..\\..\\dep\\tbb\\src\\tbb\\ia32-masm\\atomic_support.asm" if errorlevel 1 goto VCReportError goto VCEnd :VCReportError echo Project : error PRJ0019: A tool returned an error code from "Assembling..." exit 1 :VCEnd ] Creating command line """h:\\Downloads\\Server Stuff\\MaNGOS\\win\\VC90\\tbb__Win32_Release\\BAT00000251366124.bat""" Output Window Assembling... 'ml.exe' is not recognized as an internal or external command, operable program or batch file. Project : error PRJ0019: A tool returned an error code from "Assembling..." Results Build log was saved at "file://h:\\Downloads\\Server Stuff\\MaNGOS\\win\\VC90\\tbb__Win32_Release\\BuildLog.htm" tbb - 1 error(s), 0 warning(s) Build Log Build started: Project: tbbmalloc, Configuration: Release|Win32 Command Lines Creating temporary file "h:\\Downloads\\Server Stuff\\MaNGOS\\win\\VC90\\tbbmalloc__Win32_Release\\BAT00000551365940.bat" with contents [ @echo off ml.exe /c /nologo /Fo".\\tbbmalloc__Win32_Release\\lock_byte.obj" /W3 /Zi /errorReport:Prompt /Ta"..\\..\\dep\\tbb\\src\\tbb\\ia32-masm\\lock_byte.asm" if errorlevel 1 goto VCReportError goto VCEnd :VCReportError echo Project : error PRJ0019: A tool returned an error code from "Assembling..." exit 1 :VCEnd ] Creating command line """h:\\Downloads\\Server Stuff\\MaNGOS\\win\\VC90\\tbbmalloc__Win32_Release\\BAT00000551365940.bat""" Creating temporary file "h:\\Downloads\\Server Stuff\\MaNGOS\\win\\VC90\\tbbmalloc__Win32_Release\\BAT00000651365940.bat" with contents [ @echo off ml.exe /c /nologo /Fo".\\tbbmalloc__Win32_Release\\atomic_support.obj" /W3 /Zi /errorReport:Prompt /Ta"..\\..\\dep\\tbb\\src\\tbb\\ia32-masm\\atomic_support.asm" if errorlevel 1 goto VCReportError goto VCEnd :VCReportError echo Project : error PRJ0019: A tool returned an error code from "Assembling..." exit 1 :VCEnd ] Creating command line """h:\\Downloads\\Server Stuff\\MaNGOS\\win\\VC90\\tbbmalloc__Win32_Release\\BAT00000651365940.bat""" Output Window Assembling... 'ml.exe' is not recognized as an internal or external command, operable program or batch file. Project : error PRJ0019: A tool returned an error code from "Assembling..." Results Build log was saved at "file://h:\\Downloads\\Server Stuff\\MaNGOS\\win\\VC90\\tbbmalloc__Win32_Release\\BuildLog.htm" tbbmalloc - 1 error(s), 0 warning(s)
  8. Yea sorry I should have posted the other errors aswell. Here is the all of them: 1>'ml.exe' is not recognized as an internal or external command, 1>operable program or batch file. 1>Project : error PRJ0019: A tool returned an error code from "Assembling..." 1>Build log was saved at "file://c:\\Mangos\\win\\VC90\\tbb__Win32_Release\\BuildLog.htm" 1>tbb - 1 error(s), 0 warning(s) 3>------ Build started: Project: tbbmalloc, Configuration: Release Win32 ------ 2>XML_Svc_Conf.cpp 3>Assembling... 3>'ml.exe' is not recognized as an internal or external command, 3>operable program or batch file. 3>Project : error PRJ0019: A tool returned an error code from "Assembling..." 3>Build log was saved at "file://c:\\Mangos\\win\\VC90\\tbbmalloc__Win32_Release\\BuildLog.htm" 3>tbbmalloc - 1 error(s), 0 warning(s) 11>Linking... 11>LINK : fatal error LNK1181: cannot open input file '..\\..\\dep\\lib\\win32_release\\tbbmalloc.lib' 11>Build log was saved at "file://c:\\Mangos\\win\\VC90\\realmd__Win32_Release\\BuildLog.htm" 11>realmd - 1 error(s), 0 warning(s) 12>Linking... 12>LINK : fatal error LNK1181: cannot open input file '..\\..\\dep\\lib\\win32_release\\tbbmalloc.lib' 12>Build log was saved at "file://c:\\Mangos\\win\\VC90\\mangosd__Win32_Release\\BuildLog.htm" 12>mangosd - 1 error(s), 0 warning(s) 13>------ Build started: Project: script, Configuration: Release Win32 ------ 13>Compiling... 13>sc_defines.cpp 13>sc_default.cpp 13>system.cpp 13>ScriptMgr.cpp 13>Linking... 13>LINK : fatal error LNK1181: cannot open input file 'mangosd.lib' 13>Build log was saved at "file://c:\\Mangos\\win\\VC90\\script__Win32_Release\\BuildLog.htm" 13>script - 1 error(s), 0 warning(s)
  9. I am getting the same results as plang. It seems it cannot find tbbmalloc.lib and mangosd.lib files. I set the SDK as you said but I'm stuck here for now. Just so you know im running Windows 7 and using MS Visual C++ 2008 Do i maybe need to update the SDK itself? 12>LINK : fatal error LNK1181: cannot open input file '..\\..\\dep\\lib\\win32_release\\tbbmalloc.lib' 12>Build log was saved at "file://c:\\Mangos\\win\\VC90\\mangosd__Win32_Release\\BuildLog.htm" 12>mangosd - 1 error(s), 0 warning(s) 13>LINK : fatal error LNK1181: cannot open input file 'mangosd.lib' 13>Build log was saved at "file://c:\\Mangos\\win\\VC90\\script__Win32_Release\\BuildLog.htm" 13>script - 1 error(s), 0 warning(s) ========== Build: 8 succeeded, 5 failed, 0 up-to-date, 0 skipped ========
×
×
  • Create New...

Important Information

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. Privacy Policy Terms of Use