Issue information

Issue ID
#7532
Status
Invalid
Severity
None
Started
jaBote
Jul 15, 2013 18:13
Last Post
malufett
Jul 16, 2013 6:28
Confirmation
N/A

jaBote - Jul 15, 2013 18:13

This always happens to me when trying to compile a fresh Hercules copy for the first time, don't know why.

This is the original report from MSVC++ 2010 Express in Spanish:[quote]
3>------ Operación Generar iniciada: proyecto: login-server, configuración: Debug Win32 ------
3>cl : Línea de comandos error D8030: ERROR INTERNO DEL COMPILADOR en '诌嗿赑桐哨A痿䀑謀쒃줌诃嗿噑㺃琀贊ц䀐匀庋地纍謗ᑃ쮋䖉ꨑṥ'
3> Elija el comando Soporte técnico del menú Ayuda de Visual C++,
3> o abra el archivo de ayuda de Soporte técnico para obtener más información
4>------ Operación Generar iniciada: proyecto: char-server, configuración: Debug Win32 ------[/quote]Which, translated by myself, translates to:[quote]
3>------ Make Operation started: project: login-server, configuration: Debug Win32 ------
3>cl : Command line error D8030: INTERNAL COMPILER ERROR in '诌嗿赑桐哨A痿䀑謀쒃줌诃嗿噑㺃琀贊ц䀐匀庋地纍謗ᑃ쮋䖉ꨑṥ'
3> Choose Technical Support command on Visual C++ Help menu,
3> or open Technical Support help file for more information
4>------ Make Operation started: project: char-server, configuration: Debug Win32 ------[/quote]This has always happened to me from day 1 but since I haven't ever seen any reports on it I supposed it was my problem. When I try to compile it again it's surprisingly gone and compilation goes without any issues, so I have no idea what can happen out there. First compilation error: fail; retry compilation: success.

I haven't any more info about this even if I'd kindly want to have it to be of further help. Sorry for this.

This post has been edited by jaBote on Jul 15, 2013 21:13

Xgear - Jul 16, 2013 0:49

There is an issue with MSVC under Windows XP and parallel building that causes memory corruption (Its entirely on MSVC's end though)

There was a hotfix for it somewhere but I couldnt find it, in any case, compiling each project individually (aka build login, then build map, and then build char) should fix it.
Another approach is to change MSVC's settings to Build only one project at a time:
Go to: Tools -> Options -> Projects and Solutions -> VC++ Project Settings
Change: "Maximum concurrent C++ compilations" to 1.

malufett - Jul 16, 2013 6:28

Not related to core..:D[quote]
3>cl : Command line error D8030:[b] INTERNAL COMPILER ERROR [/b]in '诌嗿赑桐哨A痿䀑謀쒃줌诃嗿噑㺃琀贊ц䀐匀庋地纍謗ᑃ쮋䖉ꨑṥ'[/quote]
:meow: