Julian Sangillo

Results 10 comments of Julian Sangillo

@kisak-valve Thanks for replying so quickly. I just tried the launch options you gave but it is not even generating the log. I even tried to set PROTON_LOG_DIR to my...

Sure. Only thing I censored was my username. I replaced every occurrence with REDACTED. Everything else is the same. https://gist.github.com/juliansangillo/79c84447cd7ba246b291c45ffcbece08

@smcv There isn't any reaper program that I am aware of. I just tried to mkdir that directory in question and it created it just fine, so it isn't permissions...

I see. I never thought to use bind mounts instead of symlinks when I first set up the system. I replaced the /tmp symlink with a bind mount. The games...

I just changed all my symlinks to bind mounts and that worked. My games are finally able to run. Guess now I know I should be using bind mounts instead...

> Note to anyone trying to reproduce this: when I tried this on a test system, a relative symlink `/tmp -> TMP` actually works fine, but `/tmp -> /TMP` fails...

@paulushub The thing is, word-breaks are already an existing feature. This is just a bug fix for an issue where the word-breaks weren't being inserted for generic classes. That is...

Update: I have been poking around the code in the master branch and have been doing some debugging locally. I found the cause of the issue with loading the Api...

Update: I found a better solution that fixes both issues. The problem is that even if we solve the first issue by copying the DefaultDocumentation.Api assembly into the same directory,...

Update: I was seeing if there was a less hacky solution than using a package reference for the Api library. After manually testing the packages locally, I found that the...