JetBrains / UnrealLink

Apache License 2.0
128 stars 24 forks source link

fatal error C1001: Internal compiler error. #274

Closed Deooed closed 4 months ago

Deooed commented 5 months ago

[9/83] Compile [x64] LifetimeDefinition.cpp C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.38.33130\INCLUDE\deque(349) : fatal error C1001: Internal compiler error. (compiler file 'D:\a_work\1\s\src\vctools\Compiler\Utc\src\p2\main.c', line 234) To work around this problem, try simplifying or changing the program near the locations listed above. If possible please provide a repro here: https://developercommunity.visualstudio.com Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more information

DecoyRS commented 4 months ago

That a pretty common crash for VC++ compiler, that usually means that you are out of RAM during the compilation of the project (or your swap is full). Double check that you have free space on disk C: and check if the issue persists.