Jump to content

Recommended Posts

I have the next problem when I want to compile the launcher source

I'm using Visual Studio 2013

Two days ago worked perfectly, after we introduced the again windows appeared the problem
Sorry for my English
 

 

1>------ Build started: Project: EterLocale, Configuration: Release Win32 ------
2>------ Build started: Project: CWebBrowser, Configuration: Release Win32 ------
2>  CWebBrowser.c
2>..\..\source\CWebBrowser\CWebBrowser.c : fatal error C1001: An internal error has occurred in the compiler.
2>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
2>   To work around this problem, try simplifying or changing the program near the locations listed above.
2>  Please choose the Technical Support command on the Visual C++ 
2>   Help menu, or open the Technical Support help file for more information
1>  StdAfx.cpp
1>..\..\source\EterLocale\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
1>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
1>   To work around this problem, try simplifying or changing the program near the locations listed above.
1>  Please choose the Technical Support command on the Visual C++ 
1>   Help menu, or open the Technical Support help file for more information
3>------ Build started: Project: EffectLib, Configuration: Release Win32 ------
4>------ Build started: Project: EterBase, Configuration: Release Win32 ------
3>  StdAfx.cpp
3>..\..\source\EffectLib\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
3>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
3>   To work around this problem, try simplifying or changing the program near the locations listed above.
3>  Please choose the Technical Support command on the Visual C++ 
3>   Help menu, or open the Technical Support help file for more information
4>  StdAfx.cpp
4>..\..\source\EterBase\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
4>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
4>   To work around this problem, try simplifying or changing the program near the locations listed above.
4>  Please choose the Technical Support command on the Visual C++ 
4>   Help menu, or open the Technical Support help file for more information
5>------ Build started: Project: EterGrnLib, Configuration: Release Win32 ------
6>------ Build started: Project: EterImageLib, Configuration: Release Win32 ------
5>  StdAfx.cpp
5>..\..\source\EterGrnLib\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
5>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
5>   To work around this problem, try simplifying or changing the program near the locations listed above.
5>  Please choose the Technical Support command on the Visual C++ 
5>   Help menu, or open the Technical Support help file for more information
6>  StdAfx.cpp
6>..\..\source\EterImageLib\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
6>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
6>   To work around this problem, try simplifying or changing the program near the locations listed above.
6>  Please choose the Technical Support command on the Visual C++ 
6>   Help menu, or open the Technical Support help file for more information
7>------ Build started: Project: EterLib, Configuration: Release Win32 ------
8>------ Build started: Project: EterPack, Configuration: Release Win32 ------
8>  EterPack.cpp
8>..\..\source\EterPack\EterPack.cpp : fatal error C1001: An internal error has occurred in the compiler.
8>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
8>   To work around this problem, try simplifying or changing the program near the locations listed above.
8>  Please choose the Technical Support command on the Visual C++ 
8>   Help menu, or open the Technical Support help file for more information
8>  EterPackCursor.cpp
8>c1xx : warning C4117: macro name '__LINE__' is reserved, '#define' ignored
8>c1xx : warning C4117: macro name '__FILE__' is reserved, '#define' ignored
8>c1xx : warning C4117: macro name '__DATE__' is reserved, '#define' ignored
8>c1xx : warning C4117: macro name '__TIME__' is reserved, '#define' ignored
8>c1xx : warning C4117: macro name '__TIMESTAMP__' is reserved, '#define' ignored
8>c1xx : warning C4117: macro name '__VA_ARGS__' is reserved, '#define' ignored
8>c1xx : warning C4117: macro name '__FUNCTION__' is reserved, '#define' ignored
8>c1xx : warning C4117: macro name '__FUNCDNAME__' is reserved, '#define' ignored
8>c1xx : warning C4117: macro name '__FUNCSIG__' is reserved, '#define' ignored
8>c1xx : warning C4117: macro name '__FSTREXP' is reserved, '#define' ignored
8>c1xx : warning C4117: macro name '__LPREFIX' is reserved, '#define' ignored
8>c1xx : warning C4117: macro name '__APREFIX' is reserved, '#define' ignored
8>c1xx : warning C4117: macro name '__SPREFIX' is reserved, '#define' ignored
8>c1xx : warning C4117: macro name '__cplusplus' is reserved, '#define' ignored
8>c1xx : warning C4117: macro name '__BOOL_DEFINED' is reserved, '#define' ignored
8>c1xx : warning C4117: macro name '_WCHAR_T_DEFINED' is reserved, '#define' ignored
8>c1xx : warning C4117: macro name '_NATIVE_WCHAR_T_DEFINED' is reserved, '#define' ignored
8>c1xx : warning C4117: macro name '_RVALUE_REFERENCES_SUPPORTED' is reserved, '#define' ignored
8>c1xx : warning C4117: macro name '_RVALUE_REFERENCES_V2_SUPPORTED' is reserved, '#define' ignored
8>c1xx : warning C4117: macro name '_NATIVE_NULLPTR_SUPPORTED' is reserved, '#define' ignored
8>c1xx : warning C4117: macro name '__COUNTER__' is reserved, '#define' ignored
8>c1xx : fatal error C1001: An internal error has occurred in the compiler.
8>  (compiler file 'msc1.cpp', line 1325)
8>   To work around this problem, try simplifying or changing the program near the locations listed above.
8>  Please choose the Technical Support command on the Visual C++ 
8>   Help menu, or open the Technical Support help file for more information
8>  INTERNAL COMPILER ERROR in 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe'
8>      Please choose the Technical Support command on the Visual C++
8>      Help menu, or open the Technical Support help file for more information
7>  StdAfx.cpp
7>..\..\source\EterLib\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
7>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
7>   To work around this problem, try simplifying or changing the program near the locations listed above.
7>  Please choose the Technical Support command on the Visual C++ 
7>   Help menu, or open the Technical Support help file for more information
9>------ Build started: Project: EterPythonLib, Configuration: Release Win32 ------
10>------ Build started: Project: GameLib, Configuration: Release Win32 ------
9>  StdAfx.cpp
9>..\..\source\EterPythonLib\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
9>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
9>   To work around this problem, try simplifying or changing the program near the locations listed above.
9>  Please choose the Technical Support command on the Visual C++ 
9>   Help menu, or open the Technical Support help file for more information
11>------ Build started: Project: MilesLib, Configuration: Release Win32 ------
10>  StdAfx.cpp
10>..\..\source\GameLib\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
10>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
10>   To work around this problem, try simplifying or changing the program near the locations listed above.
10>  Please choose the Technical Support command on the Visual C++ 
10>   Help menu, or open the Technical Support help file for more information
12>------ Build started: Project: PRTerrainLib, Configuration: Release Win32 ------
11>  Stdafx.cpp
11>..\..\source\MilesLib\Stdafx.cpp : fatal error C1001: An internal error has occurred in the compiler.
11>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
11>   To work around this problem, try simplifying or changing the program near the locations listed above.
11>  Please choose the Technical Support command on the Visual C++ 
11>   Help menu, or open the Technical Support help file for more information
12>  StdAfx.cpp
12>..\..\source\PRTerrainLib\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
12>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
12>   To work around this problem, try simplifying or changing the program near the locations listed above.
12>  Please choose the Technical Support command on the Visual C++ 
12>   Help menu, or open the Technical Support help file for more information
13>------ Build started: Project: ScriptLib, Configuration: Release Win32 ------
13>  StdAfx.cpp
13>..\..\source\ScriptLib\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
13>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
13>   To work around this problem, try simplifying or changing the program near the locations listed above.
13>  Please choose the Technical Support command on the Visual C++ 
13>   Help menu, or open the Technical Support help file for more information
14>------ Build started: Project: SpeedTreeLib, Configuration: Release Win32 ------
15>------ Build started: Project: SphereLib, Configuration: Release Win32 ------
14>  StdAfx.cpp
14>..\..\source\SpeedTreeLib\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
14>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
14>   To work around this problem, try simplifying or changing the program near the locations listed above.
14>  Please choose the Technical Support command on the Visual C++ 
14>   Help menu, or open the Technical Support help file for more information
15>  StdAfx.cpp
15>..\..\source\SphereLib\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
15>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
15>   To work around this problem, try simplifying or changing the program near the locations listed above.
15>  Please choose the Technical Support command on the Visual C++ 
15>   Help menu, or open the Technical Support help file for more information
16>------ Build started: Project: UserInterface, Configuration: Release Win32 ------
16>  StdAfx.cpp
16>..\..\source\UserInterface\StdAfx.cpp : fatal error C1001: An internal error has occurred in the compiler.
16>  (compiler file 'f:\dd\vctools\compiler\cxxfe\sl\p1\c\p0io.c', line 2807)
16>   To work around this problem, try simplifying or changing the program near the locations listed above.
16>  Please choose the Technical Support command on the Visual C++ 
16>   Help menu, or open the Technical Support help file for more information
========== Build: 0 succeeded, 16 failed, 0 up-to-date, 0 skipped ==========

 

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • 1 year later...

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



  • Similar Content

  • Activity

    1. 13

      Metin2 Closed Beta Content (2003-2004)

    2. 25

      [SRC] Metin2 on LINUX - The Old Metin2 Project

    3. 2

      United/Club/Midgard serverfiles?

    4. 13

      Metin2 Closed Beta Content (2003-2004)

    5. 13

      Metin2 Closed Beta Content (2003-2004)

  • Recently Browsing

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

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