[DiscordArchive] ugh, so im trying to update my server and i ran into this issue.
[DiscordArchive] ugh, so im trying to update my server and i ran into this issue.
Archived author: tofuwater • Posted: 2023-07-26T03:18:59.141000+00:00
Original source
ugh, so im trying to update my server and i ran into this issue.
```
17>C:\local\boost_1_83_0_b1_rc1\boost/date_time/int_adapter.hpp(216,7): fatal error C1060: compiler is out of heap space (compiling source file C:\AzerothCore\src\server\apps\authserver\Server\AuthSession.cpp)
17>C:\local\boost_1_83_0_b1_rc1\boost/date_time/int_adapter.hpp(216,7): fatal error C1060: compiler is out of heap space (compiling source file C:\AzerothCore\src\server\apps\authserver\Server\AuthSession.cpp)
15>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.36.32532\include\memory(2106,1): fatal error C1060: compiler is out of heap space (compiling source file C:\AzerothCore\modules\mod-aoe-loot\src\AoeLoot_SC.cpp)
15>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.36.32532\include\utility(251,1): fatal error C1060: compiler is out of heap space (compiling source file C:\AzerothCore\modules\mod-ah-bot\src\AuctionHouseBotScript.cpp)
15>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.36.32532\include\xmemory(939): fatal error C1060: compiler is out of heap space (compiling source file C:\AzerothCore\modules\mod-npc-gambler\src\npc_gambler.cpp)
14>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.36.32532\include\xstddef(280,1): fatal error C1060: compiler is out of heap space
15>QLP_loader.cpp
15>quest_loot_party.cpp
15>RacialTraitSwap.cpp
15>loader.cpp
15>reward_shop.cpp
14>Done building project "scripts.vcxproj" -- FAILED.
```
this is the first line before my build on visual studio goes to shit.
im not sure why its running into this error hwen it was fine before?
![[Image: image.png?ex=690c13bd&is=690ac23d&hm=889...2880e6adb&]](https://cdn.discordapp.com/attachments/284406375495368704/1133599432387067974/image.png?ex=690c13bd&is=690ac23d&hm=889c5c18d74113ad4ef1b634dcfac4e3401051e44e4058b6f5eac922880e6adb&)
Archived author: tofuwater • Posted: 2023-07-26T03:19:25.991000+00:00
Original source
i followed this:
https://stackoverflow.com/questions/2391...heap-space, which led to this:
https://learn.microsoft.com/en-us/cpp/er...w=msvc-170, led to this:
https://learn.microsoft.com/en-us/cpp/bu...w=msvc-170
but then i get stuck here. theres no option to for C/C++?
![[Image: image.png?ex=690c13bd&is=690ac23d&hm=889...2880e6adb&]](https://cdn.discordapp.com/attachments/284406375495368704/1133599432387067974/image.png?ex=690c13bd&is=690ac23d&hm=889c5c18d74113ad4ef1b634dcfac4e3401051e44e4058b6f5eac922880e6adb&)