Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
d3d9_debugging [2014/05/31 18:40] okias |
d3d9_debugging [2022/07/11 10:41] (current) |
||
---|---|---|---|
Line 3: | Line 3: | ||
Compile both Mesa-3D and Wine with **CFLAGS** and **CXXFLAGS** set to debug. | Compile both Mesa-3D and Wine with **CFLAGS** and **CXXFLAGS** set to debug. | ||
- | < | + | < |
- | * **-Og** is better than -O0 and disable optimalization which interfere | + | * **-Og** is better than -O0 and disable optimalization which interferes |
- | * **-ggdb, -pg, -g** add debug informations | + | * **-ggdb, -g** adds debug information |
* **-gdwarf-2, | * **-gdwarf-2, | ||
+ | * you can also add **-pg** for profiling. Beware - may cause compilation issues. | ||
Also configure Mesa-3D with < | Also configure Mesa-3D with < | ||
- | It depends on issue, you need to figure out, where is problem. | + | Make **sure**, you have **disabled striping debug symbols** if you are using distribution packages, ebuild or AUR. |
- | If it's in mesa, you'll need use **NINE_DEBUG** variable, to know what D3D9 ST doing. | + | |
+ | A problem | ||
+ | If it's in mesa, you'll need to use [[https:// | ||
+ | |||
+ | when you comparing logs from ALWAYS_SOFTWARE, is handy to get rid of different addr for diff, with this helps you | ||
+ | |||
+ | '' | ||
For wine, **WINEDEBUG**=+d3dadapter9, | For wine, **WINEDEBUG**=+d3dadapter9, | ||
- | You maybe also interested in apitrace. | + | |
+ | You also may be interested in apitrace. | ||
== APITrace == | == APITrace == | ||
- | | + | {{ : |
- | * Windows version is almost always required for replaying | + | * **For apitrace to work, you need to use the no_external_dll branch of iXit/ |
- | Code: [[https:// | + | |
- | Windows version: | + | * The Windows version is almost always required for replaying |
+ | |||
+ | When uploading APITrace .trace file, please repack it with brotli (best compression -> '' | ||
+ | * [[https:// | ||
+ | |