You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You might see this error when running a tcod program. This 'problem' has always existed but is now visible due to logging being enabled. It affects all programs using SDL's direct3d render driver.
RENDER:SDL failed to get a vertex buffer for this Direct3D 9 rendering batch!
RENDER:Dropping back to a slower method.
RENDER:This might be a brief hiccup, but if performance is bad, this is probably why.
RENDER:This error will not be logged again for this renderer.
There is no regression. Older versions of libtcod simply didn't log this error which is why you didn't see it in previous versions. Your program is running as fast as it did before.
As a workaround, you can suppress the error by disabling logging for SDL:
You might see this error when running a tcod program. This 'problem' has always existed but is now visible due to logging being enabled. It affects all programs using SDL's
direct3d
render driver.There is no regression. Older versions of libtcod simply didn't log this error which is why you didn't see it in previous versions. Your program is running as fast as it did before.
As a workaround, you can suppress the error by disabling logging for SDL:
I'm mostly waiting on SDL to update their renders. I'd report this to them but it's not clear what there is to report.
The text was updated successfully, but these errors were encountered: