Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Source Problem

Initiate Mage
Joined
Jun 28, 2017
Messages
1
Reaction score
0
Hi guys!

Lemme ask you guys some questions:

What should I do if it says "INTERNAL COMPILER ERROR" after compiling the source ?

I've already installed VS2003 and it's SP1.

Please help me guys ASAP.

I'm using v15 Source from Cuvvvie here on RageZone.

------ Rebuild All started: Project: AccountServer, Configuration: Release Win32 ------Deleting intermediate files and output files for project 'AccountServer', configuration 'Release|Win32'.Compiling...StdAfx.cppCompiling...dpBillingTH.cpp..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more informationdpBilling.cpp..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more informationdpadbill.cpp..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more informationBillingMgrTW.cpp..\_Network\Misc\Include\Misc.h(18) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more informationBillingMgrTH.cpp..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more informationBillingMgrJP2.cpp..\_Network\Misc\Include\Misc.h(18) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more informationBillingMgrJP.cpp..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more informationBillingMgr.cppexceptionhandler.cppQuery.cppxUtil.cppvutil.cpptimer.cppscanner.cppmemtrace.cppfile.cppdebug.cppdxutil.cppsock.cppcrc.cppGenerating Code...Compiling...buffer.cpp..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more informationmytrace.cppheapmng.cppar.cppglobalgiftbox.cppglobalgiftbox.cpp(18) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more informationdpwldsrvr.cpp..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more informationdpsrvr.cpp..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more informationdpdbsrvr.cpp..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more informationDBManager.cppf:\Flyff Repack (v15) (rev3.1)\Source\SRC\ACCOUNTSERVER\dpdbsrvr.h(18) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more informationAccountServer.cpp..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more informationaccount.cpp..\_Network\Misc\Include\ar.h(13) : fatal error C1001: INTERNAL COMPILER ERROR (compiler file 'msc1.cpp', line 2701) Please choose the Technical Support command on the Visual C++ Help menu, or open the Technical Support help file for more informationGenerating Code...Build log was saved at "file://f:\Flyff Repack (v15) (rev3.1)\Source\Output\AccountServer\Release\BuildLog.htm"AccountServer - 15 error(s), 0 warning(s)---------------------- Done ---------------------- Rebuild All: 0 succeeded, 1 failed, 0 skipped
 
Junior Spellweaver
Joined
Nov 21, 2015
Messages
180
Reaction score
21
are these not from missing Service Pack 1?
try to re-install SP1 if you think you have it already installed you might be wrong....or I could be totally wrong, it's been a long time since I've done anything with FlyFF.
 
Inactive
Joined
Jan 20, 2009
Messages
1,015
Reaction score
1,830
INTERNAL COMPILER ERROR < is an SP1 related issue, either you installed it incorrectly or not at all. This is assuming your using Visual Studio 2003 PRO, other versions will not work.

Download & Install:

Reboot your computer and try compiling again.
 
Back
Top