Page 1 of 1

STK 0.9.3 crashes on Win10

PostPosted: 01 May 2018, 20:48
by jona
On Windows 10, when I try to play to STK 0.9.3, it crashes a lot of times.
My troubleshooting is that it always crashes when loading the race when I have "Graphical effects level" set to 2 or 3. When it is set to 1, I have also crashes (with the same call stack as when it crashes while loading) but this time, it is during the race and not always (I managed to finish a race :-D ).

Here is my crash report :

Call stack:

memcpy
cpu_particle_manager.cpp:CPUParticleManager::uploadAll:223
draw_calls.cpp:DrawCalls::prepareDrawCalls:704
shader_based_renderer.cpp:ShaderBasedRenderer::renderScene:247
shader_based_renderer.cpp:ShaderBasedRenderer::render:822
irr_driver.cpp:IrrDriver::update:1796
main_loop.cpp:MainLoop::run:242
main.cpp:main:1805
exe_common.inl:__scrt_common_main_seh:283
BaseThreadInitThunk
RtlUserThreadStart

Hope this helps,

Jona

Re: STK 0.9.3 crashes on Win10

PostPosted: 02 May 2018, 00:04
by Auria
HI,

this looks a lot like a previously reported bug : https://github.com/supertuxkart/stk-code/issues/3072

this should be fixed in next release

Re: STK 0.9.3 crashes on Win10

PostPosted: 02 May 2018, 00:11
by QwertyChouskie
What model of graphics card do you have?

Re: STK 0.9.3 crashes on Win10

PostPosted: 02 May 2018, 09:11
by jona
It happened on a Lenovo Thinkpad T520 with Intel HD Graphics 3000.

Re: STK 0.9.3 crashes on Win10

PostPosted: 02 May 2018, 22:19
by QwertyChouskie
Hmm, seems like MS makes OpenGL on Windows 10 on this hardware a pain. Could you try the steps listed at https://communities.intel.com/thread/120032 and see if it helps?

Re: STK 0.9.3 crashes on Win10

PostPosted: 06 May 2018, 07:08
by deve
You can disable particles (animated scenery?) in advanced options.

Re: STK 0.9.3 crashes on Win10

PostPosted: 18 Jul 2019, 22:22
by jona
It looks like I don't have the issue with STK 1.0.0 ! Great !