Compile the newest Arcemu revision - Noob Friendly! menu

User Tag List

Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    Grimton1337's Avatar Private
    Reputation
    2
    Join Date
    Dec 2012
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thank you so much for the guide. It's working fine, but... CMake is really messed up. Look at this error, and if you have a fix, post it here. Thanks! =D

    Code:
    The C compiler identification is MSVC 16.0.30319.1
    The CXX compiler identification is MSVC 16.0.30319.1
    Check for working C compiler using: Visual Studio 10
    Check for working C compiler using: Visual Studio 10 -- broken
    CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message):
      The C compiler "C:/Program Files/Microsoft Visual Studio
      10.0/VC/bin/cl.exe" is not able to compile a simple test program.
    
      It fails with the following output:
    
       Change Dir: C:/Users/user/Desktop/ArcEmu/build/CMakeFiles/CMakeTmp
    
      
    
      Run Build Command:C:\Windows\Microsoft.NET\Framework\v4.0.30319\MSBuild.exe
      cmTryCompileExec2227082837.vcxproj /p:Configuration=Debug
      /p:VisualStudioVersion=10.0
    
      Microsoft (R) Build Engine version 4.0.30319.17929
    
      [Microsoft .NET Framework, version 4.0.30319.18034]
    
      Copyright (C) Microsoft Corporation.  All rights reserved.
    
      
    
      Build started 22.02.2013 17:01:48.
    
      Project
      "C:\Users\user\Desktop\ArcEmu\build\CMakeFiles\CMakeTmp\cmTryCompileExec2227082837.vcxproj"
      on node 1 (default targets).
    
      PrepareForBuild:
    
        Creating directory "cmTryCompileExec2227082837.dir\Debug\".
        Creating directory "C:\Users\user\Desktop\ArcEmu\build\CMakeFiles\CMakeTmp\Debug\".
    
      InitializeBuildStatus:
    
        Creating "cmTryCompileExec2227082837.dir\Debug\cmTryCompileExec2227082837.unsuccessfulbuild" because "AlwaysCreate" was specified.
    
      ClCompile:
    
        C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\CL.exe /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec2227082837.dir\Debug\\" /Fd"C:/Users/user/Desktop/ArcEmu/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2227082837.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c  /Zm1000 
        Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.30319.01 for 80x86
        Copyright (C) Microsoft Corporation.  All rights reserved.
        
        cl /c /Zi /W3 /WX- /Od /Ob0 /Oy- /D WIN32 /D _WINDOWS /D _DEBUG /D "CMAKE_INTDIR=\"Debug\"" /D _MBCS /Gm- /RTC1 /MDd /GS /fp:precise /Zc:wchar_t /Zc:forScope /Fo"cmTryCompileExec2227082837.dir\Debug\\" /Fd"C:/Users/user/Desktop/ArcEmu/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2227082837.pdb" /Gd /TC /analyze- /errorReport:queue testCCompiler.c  /Zm1000 
        
        testCCompiler.c
    
      ManifestResourceCompile:
    
        C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\rc.exe /nologo /fo"cmTryCompileExec2227082837.dir\Debug\cmTryCompileExec2227082837.exe.embed.manifest.res" cmTryCompileExec2227082837.dir\Debug\cmTryCompileExec2227082837_manifest.rc 
    
      Link:
    
        C:\Program Files\Microsoft Visual Studio 10.0\VC\bin\link.exe /ERRORREPORT:QUEUE /OUT:"C:\Users\user\Desktop\ArcEmu\build\CMakeFiles\CMakeTmp\Debug\cmTryCompileExec2227082837.exe" /INCREMENTAL /NOLOGO kernel32.lib user32.lib gdi32.lib winspool.lib shell32.lib ole32.lib oleaut32.lib uuid.lib comdlg32.lib advapi32.lib /MANIFEST /ManifestFile:"cmTryCompileExec2227082837.dir\Debug\cmTryCompileExec2227082837.exe.intermediate.manifest" /MANIFESTUAC:"level='asInvoker' uiAccess='false'" /DEBUG /PDB:"C:/Users/user/Desktop/ArcEmu/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2227082837.pdb" /SUBSYSTEM:CONSOLE /STACK:"10000000" /TLBID:1 /DYNAMICBASE /NXCOMPAT /IMPLIB:"C:/Users/user/Desktop/ArcEmu/build/CMakeFiles/CMakeTmp/Debug/cmTryCompileExec2227082837.lib" /MACHINE:X86 cmTryCompileExec2227082837.dir\Debug\cmTryCompileExec2227082837.exe.embed.manifest.res
        cmTryCompileExec2227082837.dir\Debug\testCCompiler.obj  /machine:X86 /debug 
    
      LINK : fatal error LNK1123: failure during conversion to COFF: file invalid
      or corrupt
      [C:\Users\user\Desktop\ArcEmu\build\CMakeFiles\CMakeTmp\cmTryCompileExec2227082837.vcxproj]
    
    
      Done Building Project
      "C:\Users\user\Desktop\ArcEmu\build\CMakeFiles\CMakeTmp\cmTryCompileExec2227082837.vcxproj"
      (default targets) -- FAILED.
    
      
    
      Build FAILED.
    
      
    
      
      "C:\Users\user\Desktop\ArcEmu\build\CMakeFiles\CMakeTmp\cmTryCompileExec2227082837.vcxproj"
      (default target) (1) ->
    
      (Link target) -> 
    
        LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt [C:\Users\user\Desktop\ArcEmu\build\CMakeFiles\CMakeTmp\cmTryCompileExec2227082837.vcxproj]
    
      
    
          0 Warning(s)
          1 Error(s)
    
      
    
      Time Elapsed 00:00:01.36
    
      
    
      
    
      CMake will not be able to correctly generate this project.
    Call Stack (most recent call first):
      CMakeLists.txt:1 (project)
    
    
    Configuring incomplete, errors occurred!

    Compile the newest Arcemu revision - Noob Friendly!
  2. #17
    Silvansly's Avatar Private
    Reputation
    1
    Join Date
    Jan 2011
    Posts
    11
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Very Very Nice Guide, + Rep deserved.

    Probably the best out there.

    Congratulations. Keep it up.

  3. #18
    tolltoll's Avatar Member
    Reputation
    1
    Join Date
    Jul 2009
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "Check for working C compiler using: Visual Studio 10 -- broken
    CMake Error at C:/Program Files/CMake 2.8/share/cmake-2.8/Modules/CMakeTestCCompiler.cmake:61 (message):
    The C compiler "C:/Program Files/Microsoft Visual Studio
    10.0/VC/bin/cl.exe" is not able to compile a simple test program."


    I know it's an old post but I had the same problem. and i solved it.

    I only downloaded VB but you have to run yout windows updates. VB needs SP1 !
    Run your windows update for VB SP1... restart and it will work.

  4. #19
    Lurdak's Avatar Private
    Reputation
    1
    Join Date
    Feb 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by koridane View Post
    First off, thanks for taking the time to write this up. I had a lot of fun following it. Great instructions, I did not have any issues until I went to start the world.

    At first I recieved the following error.

    [11-23-2012][09:55][Arcemu]ArcEmu 4.0-TRUNK a178a00/Release-Win32-X86 :: World Server
    [11-23-2012][09:55][Arcemu]Database: Last world database update doesn't match the required one which is 2012-08-14_21-25_worldmap_info.
    [11-23-2012][09:55][Arcemu]Database: You need to apply the world update queries that are newer than 2012-02-09_00-55_earth_shield. Exiting.
    [11-23-2012][09:55][Arcemu]Database: You can find the world update queries in the sql/world_updates sub-directory of your Arcemu source directory.

    Easy enough, I ran the updates it asked for...

    Now I get these

    [11-23-2012][10:48][Arcemu]Sql query failed due to [Table 'logon.character_db_version' doesn't exist], Query: [SELECT LastUpdate FROM character_db_version;]
    [11-23-2012][10:48][Arcemu]Database: Character database is missing the table `character_db_version` OR the table doesn't contain any rows. Can't validate database version. Exiting.
    [11-23-2012][10:48][Arcemu]Database: You may need to update your database

    Are there other updates I need to DL and run?

    Thanks again.

    -Koridane
    how can i update them?>
    i have same first problem

  5. #20
    titkata_bg's Avatar Member
    Reputation
    1
    Join Date
    Jun 2016
    Posts
    1
    Thanks G/R
    1/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can you give me link for the right Visual C++ 2010 Express? This one isn't working

Page 2 of 2 FirstFirst 12

Similar Threads

  1. [Noob Friendly] Compiling ArcEmu from scratch
    By 0ntox in forum WoW EMU Guides & Tutorials
    Replies: 12
    Last Post: 04-24-2010, 03:07 PM
  2. Tasker 3.14 (The most noob-friendly PVP-AFK Program)
    By Ajhuah in forum World of Warcraft Bots and Programs
    Replies: 32
    Last Post: 05-19-2009, 10:27 PM
  3. [Guide] How to Compile ArcEmu (FOR NOOBS)
    By DarkFever in forum WoW EMU Guides & Tutorials
    Replies: 22
    Last Post: 03-02-2009, 01:15 PM
  4. The best way to make another connect to your MySQL! With pictures [Noob friendly]
    By ',-Jurkey-,' in forum WoW EMU Guides & Tutorials
    Replies: 6
    Last Post: 04-03-2008, 09:10 PM
  5. The easy way to make custom items for your server WITH PICTURES! [Noob friendly]
    By ',-Jurkey-,' in forum WoW EMU Guides & Tutorials
    Replies: 15
    Last Post: 03-19-2008, 09:44 AM
All times are GMT -5. The time now is 09:08 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search