José Fonseca

Results 215 comments of José Fonseca

It would be better to avoid batch, and have drmingw to call itself again with elevator priviledges, and the same command line parameters, as exemplified in https://stackoverflow.com/a/6418873

Given @richvdh did the work, code changes look alright, and many found this useful, I've merged it Thanks.

I'll need more time to take a closer look at the logs and https://github.com/dangelog/apitrace/commit/1f42a3484e97a2008ad43891c17dc9fcaee60f67 to come up with a decent solution. The logs with `LD_DEBUG=bindings,libs apitrace trace ...` might also...

Thanks for the references. There are a lot of relevant changes in that repos, particularly https://github.com/nxp-imx/apitrace-imx/commit/d09e71650045c07e034afeff938371dc239674c8 There are not many invasive changes in this fark, so it would probably be...

@speles confirmed on https://github.com/apitrace/apitrace/pull/906 this game is tracing and replaying alright, so closing this.

I hadn't heard about pipx before. I've read https://pypa.github.io/pipx/comparisons/ but I still find it confusing. IIUC it creates a separate virtual environment for every CLI package? At this moment I'm...

Could you please provide me: - list of any apitrace warnings when tracing, as there might be a smoking gun; - the trace, as I usually can infer what's going...

Thanks. For me, the window is not completely blank: ![0001255141](https://github.com/apitrace/apitrace/assets/140183/3cb56a14-8f2c-477a-8cab-543f928ee81c) So it looks like the window size was overestimated, in height, somehow.

I see what's going on. The application is using a 691 x 2289 FBO, but it's setting the viewport _before_ it binds the FBO: ``` ... 6053 glBindFramebufferEXT(target = GL_FRAMEBUFFER,...