avavento Posted January 14, 2022 Report Share Posted January 14, 2022 just start the game and jump the error........ crashlog.dmp crashlog.txt Quote Link to comment Share on other sites More sharing options...
Langbart Posted January 15, 2022 Report Share Posted January 15, 2022 Quote SVN Revision: 26108 Engine Version: 0.0.26 System info: (generated 2022-01-14 09:50:17 UTC) Does the crash keeps occuring when updating to the latest revision? Latest autobuild is at 26212 Quote Link to comment Share on other sites More sharing options...
Stan` Posted January 17, 2022 Report Share Posted January 17, 2022 The crash Unhandled exception at 0x00C94273 (pyrogenesis.exe) in crashlog.dmp: 0xC0000005: Access violation reading location 0x00000410. void CFont::CalculateStringSize(const wchar_t* string, int& width, int& height) const { width = 0; -> height = m_Height; // height = 21104592 for (const wchar_t* c = string; *c != '\0'; c++) { const GlyphData* g = m_Glyphs.get(*c); if (!g) g = m_Glyphs.get(0xFFFD); // Use the missing glyph symbol if (g) width += g->xadvance; // Add the character's advance distance } } > 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 445 C++ pyrogenesis.exe!RunGameOrAtlas(int argc, const char * * argv) Line 685 C++ pyrogenesis.exe!SDL_main(int argc, char * * argv) Line 737 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!75d16739() Unknown kernel32.dll![Frames below may be incorrect and/or missing, no symbols loaded for kernel32.dll] Unknown ntdll.dll!77cf8aff() Unknown ntdll.dll!77cf8acd() Unknown Pinging @vladislavbelov in case he has an idea. Quote Link to comment Share on other sites More sharing options...
vladislavbelov Posted January 17, 2022 Report Share Posted January 17, 2022 Could you attach logs and system_info? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.