skrimix

Results 6 comments of skrimix

There has to be a better way to do this, but I got the game to start by adding this to `IVRSystem_GetRecommendedRenderTargetSize()`: ``` Log()

Seems to load fine for me. ![20211214184054_1_vr](https://user-images.githubusercontent.com/28156185/146010016-a6cb208b-1e34-4fb7-b74f-9ab98b006ef9.jpg) Not sure what's up with misplaced "sweet spot", I haven't used this mod before. Edit: I remembered that I got the same Timed...

Adding `-ldflags -H=windowsgui` to `go build` command produces a GUI executable and Windows stops allocating console automatically. I tested with NSSM and sol is working without spawning conhost

First error: Don't use Python 2, it's long deprecated. Second error: You need to have at least Python 3.9. Maybe even 3.10, I think there are parts that require it.

Looks like some tweets can't be accessed through the api used by the bot now. I added the received error in the telegram message for more clarity for now

Maybe pausing app processes would work? Like how Neo Backup does it (related [FAQ entry](https://github.com/NeoApplications/Neo-Backup/blob/main/FAQ.md#how-does-nb-stop--pause--unsuspend-apps-during-backup) and [code](https://github.com/NeoApplications/Neo-Backup/blob/246e193a79e3f6552a840b105456b1fb897955de/app/src/main/assets/files/package.sh#L41-L63)).