apitrace icon indicating copy to clipboard operation
apitrace copied to clipboard

Tools for tracing OpenGL, Direct3D, and other graphics APIs

Results 157 apitrace issues
Sort by recently updated
recently updated
newest added

Apitrace version: offical build from 2019-05-28 Windows 10 Application: Pharaoh Gold (from GOG) Command used (executed in the install directory of pharaoh): `apitrace.exe trace --api d3d7 --verbose Pharaoh.exe` Cmd Output:...

Tracing

> apitrace diff test01.trace test02.trace Traceback (most recent call last): File "D:\apitrace-msvc-latest\apitrace-msvc\x86\bin\..\lib\scripts\tracediff.p y", line 583, in main() File "D:\apitrace-msvc-latest\apitrace-msvc\x86\bin\..\lib\scripts\tracediff.p y", line 577, in main differ.setRefTrace(refTrace, options.refCalls) File "D:\apitrace-msvc-latest\apitrace-msvc\x86\bin\..\lib\scripts\tracediff.p y", line...

CLI

Launching the application directly, it simply relaunches itself through Steam and promptly terminates. Invoking 64bit apitrace on Steam errors out, as it's not a 64bit executable. Invoking 32bit apitrace on...

Tracing

**DDDA.trace.xz** https://mega.nz/#!TBE1UKyC!Z0vlWqT1D9G5ub12OW8UyvJL0hqtQx3BaEhVgb7TkkY Seems to work fine with every other trace I've done, though. Seems to hate this one in particular.

Replaying

I may be wrong but it seems that it is not possible to remove a trace or move it to other position call. In my case I'm debugging my OpenGL...

GUI
Feature Request

Game: Steam: Ring of Elysium In game: The terrain texture renders well: ![qq 20181225135102](https://user-images.githubusercontent.com/6732524/50413890-0ae82200-084d-11e9-8cfe-02f1e870c389.jpg) ![qq 20181225135113](https://user-images.githubusercontent.com/6732524/50413895-10de0300-084d-11e9-9e7b-02070ec425df.jpg) During replay: No terrain texture: ![qq 20181225135457](https://user-images.githubusercontent.com/6732524/50413943-5e5a7000-084d-11e9-8eaf-288445f94f69.jpg) ![qq 20181225135505](https://user-images.githubusercontent.com/6732524/50413952-69ad9b80-084d-11e9-9f1f-39ee81756949.jpg)

Tracing
Replaying

Hi, When measuring performance, I use perf all the time and apitrace occasionally. This means that nearly every single time I pick up apitrace, I write “apitrace record ./foo”… which...

Feature Request
CLI

apitrace dump shows e.g. `86 glVertex3f(x = 4.61854e-41, y = 4.600603e-41, z = 4.600603e-41)` However those floats appear to be byteswapped when they shouldn't be: `hex(np.float32(4.61854e-41).view(np.uint32).byteswap()) -> '0xbf800000L'` `hex(np.float32(4.600603e-41).view(np.uint32).byteswap()) ->...

Tracing
Replaying

Sir, I try to use apitrace trace a program that loads dll during runtime, it does not work because apitrace can not give the right working directory for the program....

GUI

I using apitrace with opengl window that have a transparent background. When I trace it and dump images I obtain black background so sounds like alpha channel is missing in...

Replaying
Feature Request