apitrace
apitrace copied to clipboard
Unexpected end of file in trace
When i try to view a trace for a game i made i have the problem, that the last frame (containing all the cleanup and deletion of objects) is incomplete. Console output:
C:\Users\Kyto\Development\D\D_Pokemon>apitrace.exe trace d_pokemon.exe
C:\Users\Kyto\Development\D\D_Pokemon>qapitrace.exe d_pokemon.trace
QWindowsWindow::setGeometry: Unable to set geometry 787x756+8+31 on QWidgetWindow/'MainWindowWindow'. Resulting geometry: 787x749+8+31 (frame: 8, 31, 8, 8, custom margin: 0, 0, 0, 0, minimum size: 111x136, maximum size: 16777215x16777215).
Loading: "d_pokemon.trace"
warning: unexpected end of file while reading trace
warning: unexpected end of file while reading trace
The application uses OpenGl 3 and GLFW. Running on Windows 10 x64. Using the apitrace binary from 22.02.18. Trace file: https://www.dropbox.com/sh/fgfs317pja8azfc/AACFzhSfw1But59OSiSpBvYva?dl=0
This means either that the application terminated abruptly, or that you copied the trace before the application really terminated.
Try running https://docs.microsoft.com/en-us/sysinternals/downloads/debugview while you trace, to see if there are any interesting messages there.