Results 238 comments of Kitlith

So, I opened libtier0.so up in ghidra because some of what was happening in the source didn't make sense to me. (like, it sets the boolean to true then checks...

something that would probably help with debugging this is if you could pause gdb on program start. EDIT: I compiled libTAS without it starting the program automatically... when I stepped...

you can also skip the video by using -novid as a command line option. as for libstdc++? given I can run portal without adding steam runtime to library path when...

Ah ha! `gettimeofday()` is required for running the intro vid, but `clock_gettime()` is used by Plat_FloatTime in libtier0, which is used elsewhere! I have successfully made it to the menu....

and now I can't get in-game to work, again. same settings as far as I can tell...

hm. looks like CI partially broke.

thought: should i change the message from "missing natives" to "failed to load natives"?

This would require modification of sar.asl and any other autosplitters using the interface. I am willing to contribute code to anything involved if this is deemed a worthwhile change.

Yeah, I'm still not entirely sure what the issue was/is myself. I should really re-investigate on my end, I bet it's that the refresh rate was failing to get high...

I feel that this could be done better by either doing FFI w/ python or just rewriting the small amouts of logic in python and using something like https://pypi.python.org/pypi/hidapi/0.7.99.post20, but...