| 21 Nov 2023 |
@atemu12:matrix.org | No, certainly not | 14:14:04 |
pedrohlc ⚡️ | did you check the stderr for the why it is crash-looping? | 14:14:11 |
pedrohlc ⚡️ | Redacted or Malformed Event | 14:14:25 |
pedrohlc ⚡️ | * , | 14:15:26 |
@tejing:matrix.org | I've checked logs in quite a bit of detail. the steamwebhelper processes are dying on SIGILL, which means they're trying to execute an illegal instruction (I've never actually seen that one before) | 14:15:18 |
@atemu12:matrix.org | I would not be surprising for it to start doing that sadly | 14:15:25 |
pedrohlc ⚡️ | In reply to @tejing:matrix.org I've checked logs in quite a bit of detail. the steamwebhelper processes are dying on SIGILL, which means they're trying to execute an illegal instruction (I've never actually seen that one before) try deleting .local/share/Steam/config/htmlcache/GPUCache | 14:16:37 |
@atemu12:matrix.org | The Q in "Valve" stands for "Quality assurance" | 14:16:46 |
pedrohlc ⚡️ | I'm having issues with "GPUCache"s in every CEF/Electron app, whenever I change Mesa version or between running said apps in X11, XWayland and Wayland | 14:17:47 |
pedrohlc ⚡️ | and this includes Steam (with crashes on boot), Spotify randomly not rendering, Element, Keybase, etc... | 14:18:11 |
@tejing:matrix.org | In reply to @pedrohlc:ubiquelambda.dev try deleting .local/share/Steam/config/htmlcache/GPUCache no help, unfortunately | 14:18:44 |
pedrohlc ⚡️ | In reply to @tejing:matrix.org no help, unfortunately Just to be in peace with it: you're not using my/Chaotic's mesa_git, right? | 14:19:50 |
@tejing:matrix.org | In reply to @pedrohlc:ubiquelambda.dev Just to be in peace with it: you're not using my/Chaotic's mesa_git, right? no. I'm on a rather old nvidia card, and using nvidia's proprietary drivers | 14:39:24 |
@tejing:matrix.org | also, I just had to reboot, because whatever was going on seemed to have destabilized my system enough that other (at least electron) apps just couldn't be made to function correctly either... | 14:40:35 |
@ktn:the-apothecary.club | Does anyone have any tips for benchmarking games on linux/nixos | 14:40:45 |
@ktn:the-apothecary.club | Or like | 14:41:03 |
@ktn:the-apothecary.club | Recording average framerates and frametimes etc of my games | 14:41:13 |
@atemu12:matrix.org | maya: Mangohud | 14:41:13 |
@ktn:the-apothecary.club | Thank you | 14:41:56 |
pedrohlc ⚡️ | In reply to @ktn:the-apothecary.club Recording average framerates and frametimes etc of my games Mangohud does that nicely, and then you can upload the benches to flightlessmango.com | 14:42:04 |
Charles ⚡️ | In reply to @tejing:matrix.org Anyone else just restart steam and have it totally blow up their machine? The interface was scaling oddly, and steamwebhelper seemed to keep dying and being restarted, leaving behind zombie processes. Before long my system was near-unresponsive... took me a while to get a handle on it and even then an unrelated electron app never recovered for some reason. I had to kill -9 it, too. :-/ if you updated your machine before steam started misbehaving, try rebooting | 15:53:52 |
| @gimmechocolate:bark.lgbt joined the room. | 18:06:43 |
K900 | In case anyone is interested, Guild Wars 2 is doing a double XP event for the next two weeks | 18:10:13 |
K900 | If you're interested, now's probably the time to check it out | 18:11:01 |
@tejing:matrix.org | In reply to @charles:computer.surgery if you updated your machine before steam started misbehaving, try rebooting I didn't update. I did end up rebooting though, because gpu accelerated programs seemed to be permanently borked, even with steam not running, and even with those programs being restarted. | 18:18:24 |
@tejing:matrix.org | I haven't tried starting steam since the reboot, though... I'll leave that for another time >.< | 18:18:59 |
K900 | Also looks like all the GW2 expansions are a lot% off | 18:25:01 |
| Geezus42 joined the room. | 22:42:43 |
| 22 Nov 2023 |
FavoritoHJS | So, had a problem a couple months ago where, due to intel driver buggyiness, classicube's fog acted very weirdly. ended up fixing it a few months ago, pasting code for posterity
(unstable.classicube.overrideAttrs(previousAttrs: {#another package that exists
makeFlags = ["PLAT=linux"];
#Unfortunately you can't put flags with spaces in makeFlags so
#this horribleness is needed instead. Why even use a list then...
#Taken from default CFLAGS from the makefile, make sure they aren't changed from this!
#Also defines CC_BUILD_GLMODERN so this creates OpenGL 2 code.
preBuild = ''makeFlagsArray+=(CFLAGS="-g -pipe -fno-math-errno -DCC_BUILD_GLMODERN")'';}))
| 01:05:11 |
FavoritoHJS | yes i'm using a channel called unstable for unstable packages instead of making everything unstable. i'm not sorry. | 01:05:55 |