Jan
Jan
`PrefersNonDefaultGPU` is not advised as its behavior is poorly implemented across the board. Prism behaves the same as Lutris and sets the right environment variables https://github.com/PrismLauncher/PrismLauncher/blob/ce5bb29c442cee3654c5f4287a999d5d6593032f/launcher/minecraft/MinecraftInstance.cpp#L520-L524 I've tested this on...
I've bisected this down to 59a653c9dd3aa7aa5f0b5b49c6bec288c6cd747a, reverting it on `2023.4` fixes this behavior.
I have no experience with all the different glib abstractions so I haven't found anything yet. The best I have found so far is that it happens somewhere in or...
running with both `G_MESSAGES_DEBUG=all` and `--verbose --ostree-verbose` gives Partial Log ``` F: fetch of 298c2271055571ec60ba06b071c49b7f3d6e1ca3eca3d14beccd8ffd093e8965.file complete F: _ostree_fetcher_should_retry_request: error: unset, n_retries_remaining: 5 F: Request caught error: Writing content object: Need...
[Full logs](https://gist.github.com/Jan200101/5c3ff61f971174a70a998f49cf187a23) I've alsog one ahead and captured the output of `ls -l /proc/$(pidof flatpak)/fd` (all anon inodes and and sockets removed for clarity) ``` lrwx------ 1 sentry sentry 64...
Thats interesting. running flatpak in the same way I did before, but this time as root, showed different path being used. ``` lrwx------ 1 root root 64 Jun 24 15:16...
> I'd bet if you do a `--user` install it also works fine. I think the next test is to watch the system helper during the failed run. I can...
lscpu ``` Architecture: x86_64 CPU op-mode(s): 32-bit, 64-bit Address sizes: 48 bits physical, 48 bits virtual Byte Order: Little Endian CPU(s): 12 On-line CPU(s) list: 0-11 Vendor ID: AuthenticAMD Model...
> https://github.com/godotengine/godot/pull/64815 is not present in 3.5.1, only 3.x (3.6.dev) and master (4.0.beta). You are correct, I mistook the code on master for code that was already in 3.5. So...
> So the real problem is caused by `sysconf(_SC_NPROCESSORS_CONF)`. I cannot recreate this on other machines than my Desktop, so it may very well be an edge case. > >...