Grégoire Geis

Results 143 comments of Grégoire Geis
trafficstars

Alright, good luck! Start by changing `BeatSaberDir` in `BeatSinger/BeatSinger.csproj`, it should help resolve most of the dependencies automatically. After that you can try building the project with `dotnet` and try...

Yep, looks like the API slightly changed... To find the new equivalent entities I'd recommend using dnSpy and looking into the assemblies of Beat Saber. That's how I did it:...

Hey there, Unfortunately I don't have a VR headset anymore so I can't debug this, but I can try porting it to the latest API. @Zingabopp has also offered to...

Alright, great! Please take a look at the new `master`. I fixed some typing errors related to the upgrade but I haven't been able to test my changes yet. I'll...

Sorry I didn't reply until now. I wanted an extremely lightweight program, both in compile-time and runtime dependencies. For such a small program, I don't think those features are necessarily...

Weirdly, I can't reproduce on my system. The only problem I can possibly see is that the `PROCESS_INFORMATION` would keep some reference to `cmd`, which I free before the end...

No entry for the shim in `Layers`, and disabling `FTH` didn't change anything either.

I can try looking into this. What happens when you remove the calls to `free`? By the way, which Scoop package is that? I can't find `emacsclient` (only `emacs` and...

I still can't figure out what's wrong with my code, and what makes it different from yours. I still don't have any issue, even with your Scoop bucket. Your C++...

Thanks for the workaround @cwright814! I won't have my controller for a couple of days but I'll investigate how to fix this when I can. Having a single instance of...