Stan` Posted August 9, 2021 Report Share Posted August 9, 2021 Thanks! The stack is different here, can you add postproc = "false" To your user.cfg ? CPostprocManager::RecreateBuffers() Line 176-180 GLenum status = pglCheckFramebufferStatusEXT(GL_FRAMEBUFFER_EXT); if (status != GL_FRAMEBUFFER_COMPLETE_EXT) { LOGWARNING("Framebuffer object incomplete (A): 0x%04X", status); } Relevant stack. atioglxx.dll!589e9e44() Unknown atioglxx.dll![Frames below may be incorrect and/or missing, no symbols loaded for atioglxx.dll] Unknown [External Code] > pyrogenesis.exe!CPostprocManager::RecreateBuffers() Line 177 C++ pyrogenesis.exe!CPostprocManager::Initialize() Line 100 C++ pyrogenesis.exe!CRenderer::Open(int width, int height) Line 596 C++ [Inline Frame] pyrogenesis.exe!InitRenderer() Line 558 C++ pyrogenesis.exe!InitGraphics(const CmdLineArgs & args, int flags, const std::vector<CStr8,std::allocator<CStr8>> & installedMods) Line 1029 C++ pyrogenesis.exe!RunGameOrAtlas(int argc, const char * * argv) Line 687 C++ pyrogenesis.exe!SDL_main(int argc, char * * argv) Line 743 C++ pyrogenesis.exe!main_getcmdline() Line 74 C [External Code] pyrogenesis.exe!CallStartupWithinTryBlock() Line 365 C++ [External Code] Quote Link to comment Share on other sites More sharing options...
ymming Posted August 9, 2021 Author Report Share Posted August 9, 2021 is my method correct? because still cant launch Quote Link to comment Share on other sites More sharing options...
Stan` Posted August 9, 2021 Report Share Posted August 9, 2021 Sadly yes, can you upload the crashdump again? Quote Link to comment Share on other sites More sharing options...
Silier Posted August 9, 2021 Report Share Posted August 9, 2021 How many graphics cards do you have? Can you try to force one of them specifically? Quote Link to comment Share on other sites More sharing options...
ymming Posted August 9, 2021 Author Report Share Posted August 9, 2021 10 minutes ago, Stan` said: Sadly yes, can you upload the crashdump again? crashlog.txtcrashlog.dmp Quote Link to comment Share on other sites More sharing options...
ymming Posted August 9, 2021 Author Report Share Posted August 9, 2021 7 minutes ago, Angen said: How many graphics card do you have? Can you try to force one of them specifically? i think just one, because its a laptop Quote Link to comment Share on other sites More sharing options...
Stan` Posted August 9, 2021 Report Share Posted August 9, 2021 Can you open the device manager (devmgmt.msc), and expand the graphics card menu? You can also try removing the glsl=false line and uploading crashlogs if that fails too. -> if (m_StreamFlags & STREAM_POS) glEnableClientState(GL_VERTEX_ARRAY); if (m_StreamFlags & STREAM_NORMAL) glEnableClientState(GL_NORMAL_ARRAY); if (m_StreamFlags & STREAM_COLOR) glEnableClientState(GL_COLOR_ARRAY); EDIT: New callstack atioglxx.dll!583b661a() Unknown atioglxx.dll![Frames below may be incorrect and/or missing, no symbols loaded for atioglxx.dll] Unknown opengl32.dll!691a618f() Unknown > [Inline Frame] pyrogenesis.exe!CShaderProgram::BindClientStates() Line 895 C++ pyrogenesis.exe!CShaderProgramARB::Bind() Line 125 C++ [Inline Frame] pyrogenesis.exe!CShaderPass::Bind() Line 31 C++ pyrogenesis.exe!CShaderTechnique::BeginPass(int pass) Line 135 C++ pyrogenesis.exe!CCanvas2D::Impl::BindTechIfNeeded() Line 82 C++ pyrogenesis.exe!CCanvas2D::DrawTexture(std::shared_ptr<CTexture> texture, const CRect & destination, const CRect & source, const CColor & multiply, const CColor & add, const float grayscaleFactor) Line 187 C++ pyrogenesis.exe!GUIRenderer::Draw(GUIRenderer::DrawCalls & Calls, CCanvas2D & canvas) Line 325 C++ pyrogenesis.exe!CGUISpriteInstance::Draw(CGUI & pGUI, CCanvas2D & canvas, const CRect & Size, std::map<CStr8,std::unique_ptr<CGUISprite const ,std::default_delete<CGUISprite const>>,std::less<CStr8>,std::allocator<std::pair<CStr8 const ,std::unique_ptr<CGUISprite const ,std::default_delete<CGUISprite const>>>>> & Sprites) Line 36 C++ pyrogenesis.exe!CImage::Draw(CCanvas2D & canvas) Line 36 C++ pyrogenesis.exe!CGUI::Draw() Line 346 C++ pyrogenesis.exe!CGUIManager::Draw() Line 373 C++ pyrogenesis.exe!Render() Line 268 C++ pyrogenesis.exe!Frame() Line 451 C++ pyrogenesis.exe!RunGameOrAtlas(int argc, const char * * argv) Line 691 C++ pyrogenesis.exe!SDL_main(int argc, char * * argv) Line 743 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!75d8fa29() Unknown ntdll.dll!77d37a7e() Unknown ntdll.dll!77d37a4e() Unknown Quote Link to comment Share on other sites More sharing options...
ymming Posted August 9, 2021 Author Report Share Posted August 9, 2021 3 minutes ago, Stan` said: Can you open the device manager (devmgmt.msc), and expand the graphics card menu? Quote Link to comment Share on other sites More sharing options...
nwtour Posted August 9, 2021 Report Share Posted August 9, 2021 8 minutes ago, ymming said: i think just one, because its a laptop If this is your laptop, then there are two possible: https://www.ultrabookreview.com/45156-acer-nitro-5-amd-review/ Acer Nitro 5 AN515-45 Video: AMD Radeon Vega + up to Nvidia GeForce RTX 3080 Laptop 8GB (80W, up to 85W with Dyn Boost) Quote Link to comment Share on other sites More sharing options...
Stan` Posted August 9, 2021 Report Share Posted August 9, 2021 Oh nice it's using the wrong gpu X) You need to go in the nvidia control panel and force the nvidia gpu for 0 A.D.(pyrogenesis.exe) Quote Link to comment Share on other sites More sharing options...
ymming Posted August 9, 2021 Author Report Share Posted August 9, 2021 1 hour ago, Stan` said: Oh nice it's using the wrong gpu X) You need to go in the nvidia control panel and force the nvidia gpu for 0 A.D.(pyrogenesis.exe) how can i do that? Quote Link to comment Share on other sites More sharing options...
Silier Posted August 9, 2021 Report Share Posted August 9, 2021 @ymming 1 Quote Link to comment Share on other sites More sharing options...
ymming Posted August 9, 2021 Author Report Share Posted August 9, 2021 1 hour ago, Stan` said: Oh nice it's using the wrong gpu X) You need to go in the nvidia control panel and force the nvidia gpu for 0 A.D.(pyrogenesis.exe) yes!! this method works!! need to access the game with high performance. Thankyou all!!!! 1 Quote Link to comment Share on other sites More sharing options...
hyperion Posted August 9, 2021 Report Share Posted August 9, 2021 1 hour ago, Stan` said: Oh nice it's using the wrong gpu X) Arguably yes, but it shouldn't crash with the integrated gpu either. Quote Link to comment Share on other sites More sharing options...
Stan` Posted August 9, 2021 Report Share Posted August 9, 2021 3 minutes ago, hyperion said: Arguably yes, but it shouldn't crash with the integrated gpu either. Indeed it shouldn't but windows in notoriously good at installing crappy drivers. E.g. intel with only supportfor openGL 1. It's the first time I see it happen with an APU though. Quote Link to comment Share on other sites More sharing options...
Gurken Khan Posted August 9, 2021 Report Share Posted August 9, 2021 ITT: nice user support! Quote Link to comment Share on other sites More sharing options...
ymming Posted August 9, 2021 Author Report Share Posted August 9, 2021 Really thanks you guys. I can now play with my friends!!! I wonder could this game be promote to steam/ epicgames to let more people to get know about this great game? Quote Link to comment Share on other sites More sharing options...
ymming Posted August 9, 2021 Author Report Share Posted August 9, 2021 is all the red error at the up left while in the game normal? Quote Link to comment Share on other sites More sharing options...
asterix Posted August 9, 2021 Report Share Posted August 9, 2021 please also report logs found here https://trac.wildfiregames.com/wiki/GameDataPaths Quote Link to comment Share on other sites More sharing options...
Silier Posted August 9, 2021 Report Share Posted August 9, 2021 do you have any mods? If no, pls upload also replay Quote Link to comment Share on other sites More sharing options...
ymming Posted August 10, 2021 Author Report Share Posted August 10, 2021 I reinstalled the game and tried today, and the error dint showed up. By setting the graphic card to high the game can be normally launch. (crashed when using power-saving mode or auto) Quote Link to comment Share on other sites More sharing options...
Stan` Posted August 10, 2021 Report Share Posted August 10, 2021 @ymming Could you show us the driver version of your amd GPU ? To prevent further crashes we need to identify the problem and whether it's a faulty driver or a faulty code Would you be availaible either here or on discord to test more things Quote Link to comment Share on other sites More sharing options...
ymming Posted August 10, 2021 Author Report Share Posted August 10, 2021 30 minutes ago, Stan` said: @ymming Could you show us the driver version of your amd GPU ? To prevent further crashes we need to identify the problem and whether it's a faulty driver or a faulty code Would you be availaible either here or on discord to test more things is this the one? Quote Link to comment Share on other sites More sharing options...
Stan` Posted August 10, 2021 Report Share Posted August 10, 2021 Yep that's Radeon™ Software Adrenalin 21.4.1 Do you know what GPU it is ? Might have an AMD control panel somewhere. Quote Link to comment Share on other sites More sharing options...
ymming Posted August 10, 2021 Author Report Share Posted August 10, 2021 2 hours ago, Stan` said: Yep that's Radeon™ Software Adrenalin 21.4.1 Do you know what GPU it is ? Might have an AMD control panel somewhere. this? 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.