Skip to content
#

d3d11

Here are 97 public repositories matching this topic...

galtgendo
galtgendo commented Apr 18, 2021

I'm writing this from memory as I've used apitrace only a couple times in the last few years.

This was only seen in wine, I have no idea if this fails the same way with native Windows.

Anyway, if apitrace is placed in a path that's outside locale constrains of the locale it's run in, it fails to run due to using GetCurrentDirectoryA.

I don't quite recall how exactly the failure gets trigg

xray-16
FreeZoneMods
FreeZoneMods commented Sep 14, 2021

CStateBurerAttackTele class uses CTelekinesis::get_objects_count method to iterate over all active objects. It's incorrect - this method does not return the total number of objects, but the number of objects in the TS_Keep and TS_Raise states. To get the total number of active objects we need to use CTelekinesis::get_objects_total_count.
So, we need to review every call of get_objects_count in

Improve this page

Add a description, image, and links to the d3d11 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the d3d11 topic, visit your repo's landing page and select "manage topics."

Learn more