Opened 23 months ago

Last modified 6 months ago

#6543 new defect

crash before game start after using the map editor to create one custom map

Reported by: ggdogsteam Owned by:
Priority: Must Have Milestone: Alpha 27
Component: Core engine Keywords:
Cc: Patch:

Description

Much to our regret we must report the program has encountered an error.

Please let us know at http://trac.wildfiregames.com/ and attach the crashlog.txt and crashlog.dmp files. You may find paths to these files at https://trac.wildfiregames.com/wiki/GameDataPaths

Details: unhandled exception (Access violation reading 0x00000410)

Location: unknown:0 (?)

Call stack:

(error while dumping stack: No stack frames found) errno = 2 (Error during IO) OS error = 0 (no error code was set)

Attachments (2)

crashlog.dmp (135.9 KB ) - added by ggdogsteam 23 months ago.
crashlog.txt (25.9 KB ) - added by ggdogsteam 23 months ago.

Download all attachments as: .zip

Change History (6)

by ggdogsteam, 23 months ago

Attachment: crashlog.dmp added

by ggdogsteam, 23 months ago

Attachment: crashlog.txt added

comment:1 by Freagarach, 23 months ago

Keywords: Crash removed

Thanks for the report! Could you attach your map files here as well, please?

comment:2 by Stan, 22 months ago

That's a weird crash. Did we touch that?

 	pyrogenesis.exe!CFont::CalculateStringSize(const wchar_t * string, int & width, int & height) Line 64	C++
 	[Inline Frame] pyrogenesis.exe!CTextRenderer::PutAdvance(const wchar_t *) Line 120	C++
 	pyrogenesis.exe!CTextRenderer::PrintfAdvance(const wchar_t * fmt, ...) Line 96	C++
 	pyrogenesis.exe!CLogger::Render() Line 249	C++
 	pyrogenesis.exe!Render() Line 284	C++
 	pyrogenesis.exe!Frame() Line 454	C++
 	pyrogenesis.exe!RunGameOrAtlas(int argc, const char * * argv) Line 701	C++
 	pyrogenesis.exe!SDL_main(int argc, char * * argv) Line 753	C++
 	pyrogenesis.exe!main_getcmdline() Line 74	C
>	[Inline Frame] pyrogenesis.exe!invoke_main() Line 90	C++
 	pyrogenesis.exe!__scrt_common_main_seh() Line 288	C++
 	pyrogenesis.exe!CallStartupWithinTryBlock() Line 365	C++
 	kernel32.dll!75606739()	Unknown
 	kernel32.dll![Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll]	Unknown
 	ntdll.dll!776e8fef()	Unknown
 	ntdll.dll!776e8fbd()	Unknown

comment:3 by Stan, 22 months ago

Milestone: Alpha 26Alpha 27

This is an old bug that happen when the fnt files can not be accessed, e.g because an antivirus is doing things on them. It would crash anyway.

comment:4 by phosit, 6 months ago

Priority: Should HaveMust Have

I closed #6870 as a duplicate. The crashlog there might be of interest.

Note: See TracTickets for help on using tickets.