Yeap, I ended up looking there and there were hints to use certain proton versions buried in the reports. Will update my OP now with the solution. Thanks!
I made the icy-nord and icy-nord-darker themes.
@promitheas:matrix.org
Yeap, I ended up looking there and there were hints to use certain proton versions buried in the reports. Will update my OP now with the solution. Thanks!
I tried swapping the files so that the sh3.exe.Backup (original file) was the one being run and the patched version was renamed to something else and it still does the same thing. Could it be something else causing the crash? How can I track it down?
I have steamtinkerlaunch setup to use proton-9.0-2e. How can I force it so that I can test it out?
Edit: Just saw in the steamtinkerlaunch options for proton there is a check box for “Force large address aware” and it is enabled. Weird why it still crashes though
SteamTinkerLaunch worked like a charm! Here’s what I had to do to get it to work, for anyone who stumbles across this post:
pacman -S steamtinkerlaunch
steamtinkerlaunch compat add
to initialise itSo far I completed the first training mission to make sure most things work. Hopefully there aren’t any issues further on down the road. Thanks for the suggestion, I had no idea this tool existed, but now I will probably be using it quite a bit!
Oh man, this is fairly accurate
Yea, why are Microsoft forums so bad? I have to use them sometimes as I work in IT and all our PCs run windows. Googling often leads me to their forums. The forums rarely lead me to a solution however
Ok so even though glibc is quite deeply integrated at the system level, its okay to replace it with the eac version(?). And what about the glibc-eac-locales? What are they for and why is it necessary to manually install them?
Yea, I learned my lesson about -bin packages a while ago with electron or something related to it. When I tell you it was taking several hours to compile and I was getting worried because while I dont have a supercomputer its on the high-end for an average user… xD I immediately grabbed the bin package right after that update finished.
Do you mean you removed the non eac version of glibc?
I just tried it by commenting that line out in the config and running in a terminal the following:
bspc config -m HDMI-A-1 bottom_padding XX
where XX are different values I played around with. I tried 20, 1 and 3. They seem to get set correctly. 3 is the value I had in my config. I’m thinking it might be something like a race between bspwm restarting itself and running the command in the config file (config files are basically just commands to the WM). I’ll try moving that part of the config further down in the config so hopefully it has a chance to set its default values on restart and after that set my values.
Ive tried commenting out those lines, but Ill give it a shot again and see what happens
Excuse me if this is a stupid question, but is this something that would be used to achieve the functionality of something like chezmoi? Basically a dotfile manager?