Strange Fatal Error

Started by AeroShark333, October 08, 2016, 08:10:11 PM

Previous topic - Next topic

EgonOlsen

Is that with out without the 'fix'? About the delay: That's most likely the initial transfer of the geometry to the GPU and/or the texture upload. Both have to happen in the GL thread, so you can't move then to another one, I'm afraid.

AeroShark333

#31
Yeah the crashreport is without the 'fix', so basically the same version I sent you in PM a few days ago.
I've been using my 'fixed' version (which doesn't seem to crash).

Hmm, I see... I'm guessing it's the texture uploading... (8192x4096 textures...  ::) )

EDIT:
Would it be possible to increase the uploading speed to GPU? Maybe with a bigger buffer size or something?