this post was submitted on 15 Jul 2026
635 points (98.9% liked)

memes

22006 readers
3072 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 3 years ago
MODERATORS
 
top 50 comments
sorted by: hot top controversial new old
[–] ImgurRefugee114@reddthat.com 69 points 5 days ago (1 children)

As a mod dev, this is why I set my steam to invisible...

[–] Viking_Hippie@lemmy.dbzer0.com 35 points 5 days ago

As a mod dev

Not all heroes wear capes 🫡

[–] M137@lemmy.today 49 points 5 days ago* (last edited 5 days ago)

Erik is now playing tModLoader
Erik is now playing Terraria
Erik is now playing tModLoader
Erik is now playing Terraria
Erik is now playing tModLoader
Erik is now playing Terraria
Erik is now playing tModLoader
Erik is now playing Terraria

[–] AliasVortex@lemmy.world 35 points 5 days ago* (last edited 5 days ago) (3 children)

I make mods for RimWorld and my poor friends get subjected to this all the time (I'm really bad about remembering to set myself as offline and my friends find it more amusing than anything else) because the fastest way to test my code is usually just to close the game, and reopen it.

[–] ThePantser@sh.itjust.works 23 points 5 days ago (2 children)

My brother unfriended me over trying to play with mods. 🤣

load more comments (2 replies)
[–] FarceOfWill@infosec.pub 7 points 5 days ago (1 children)

Dont worry, with rimworlds load times i bet they dont even notice.

[–] AliasVortex@lemmy.world 3 points 5 days ago

Lol, the game is actually pretty snappy with a light mod list (Harmony, base game, official expansions + whatever I'm working on), I think my load times are only a couple of seconds. Plus steam will send out the "Alias is playing RimWorld message" as soon as the game is launched, regardless of whether the game fully loads or not.

[–] Pieisawesome@lemmy.dbzer0.com 6 points 5 days ago (1 children)
[–] AliasVortex@lemmy.world 7 points 5 days ago (1 children)

I'm not a big fish, but I've been around a long time. Most of my mods are cases where the original author has stepped away from modding and I saw an opportunity to add some improvements of my own while carrying on the torch (I stand on the shoulders of giants and all). I maintain a handful of mods, but the biggest/ most notable are probably Setup Camp, Camping Stuff, and Doormats. If you’re interested in the full list, here’s my Steam / GitHub

[–] Pieisawesome@lemmy.dbzer0.com 3 points 5 days ago

I’ll check the rest out, but I think I have the Set up Camp mod.

Thanks for your work ❤️

I appreciate you.

[–] atomicbocks@sh.itjust.works 25 points 5 days ago (3 children)

As an aside… don’t mow in flip flops…

[–] 1D10@lemmy.world 3 points 4 days ago* (last edited 4 days ago)

If dudes in India can wear safety slides while turning a 1950s truck into Ak47s and cooking pots then I can wear them to mow.

[–] eletes@sh.itjust.works 8 points 5 days ago

My professor's husband lost some toes that way

[–] Aneb@lemmy.world 7 points 5 days ago (1 children)
[–] Hupf@feddit.org 11 points 5 days ago (1 children)

The fashion police will hear you from a mile away

[–] some_kind_of_guy@lemmy.world 9 points 5 days ago (3 children)

Yeah you gotta at least have some socks as a base layer

load more comments (3 replies)
[–] Zarobi@aussie.zone 21 points 5 days ago (1 children)

Linux gamers too. Sometimes I come across a game like Assetto Corsa that launches for 0.1 seconds and then crashes, so I'm trying the routine list of low hanging fruit easy fixes in the hopes that one of them does the trick

[–] ArmoredThirteen@lemmy.zip 5 points 5 days ago (5 children)

Relatively new still to Linux gaming, what does your routine list look like?

[–] GregorGizeh@lemmy.zip 19 points 5 days ago* (last edited 5 days ago) (9 children)

Not op, but mine is

  • check protondb, try the last few recommended versions
  • search web for "game name + linux" or your distro
  • ask for help on relevant discords for either your game or your distro
  • NEVER trust any ai answers.

So far that has covered the problems i ran into, but maybe someone has something to add?

[–] shneancy@lemmy.world 3 points 4 days ago

last time i had trouble with a game i found out there was a SteamDB thingy where people smarter than me share launch attributes that make games run properly

[–] Cytobit@piefed.social 5 points 5 days ago

Add to the list "Deactivate Steam overlay". That had fixed multiple games for me in the past.

[–] pivot_root@lemmy.world 4 points 5 days ago

One thing to add to that list:

When checking ProtonDB, cross-reference the environment variables with those listed on the proton-cachyos README. In my experience, most people are copy-pasting environment variables they read from other people without understanding what they do or even if they do anything at all.

[–] DeLancre@piefed.social 4 points 5 days ago

Same here.

And if there no protondb info or it have "platinum", then start praying. Also, god forbid if you want something extra like FSR4 or install some mods. Then you mixing this things to whole "is that my hardware\software\proton issue or game genially bugged?"

load more comments (5 replies)
[–] Zarobi@aussie.zone 10 points 5 days ago* (last edited 5 days ago)

Easy routine:

  • Try a few different versions of Proton using force compatibility in game properties
  • Turn off/on Steam Input
  • Update Steam and my computer (or just restart if there's no updates)
  • Check ProtonDB for any launch options. Try a few of them

Medium routine:

  • Check if anyone has mentioned anything on Reddit or Steam Community. Try their fixes which usually involves more launch options and/or config file changes
  • Try Proton GE (this is only so low because I usually don't have it installed and updated)
  • Update graphics drivers
  • Downgrade graphics drivers
  • Try a different device

Last resort:

  • Try Lutris or WineTricks with DLL override tricks
  • Launch Steam using the terminal and actually debug the problem

Honestly I find that success rate is inversely proportional to amount of effort invested… so I just do the easy ones and give up if that doesn't work lol. 90% of the time it ends up working though from one of those easy things. But if you're truly desperate for a game to work and can't wait for Proton to fix it, the medium and hard options exist

[–] rbos@lemmy.ca 3 points 5 days ago

Switch to experimental, switch to proton Glorious Eggroll, check protondb, set proton_log and look at log files.

[–] Famko@lemmy.world 3 points 5 days ago

Not OP but first I check protondb to see if anyone else has the same problem, then I try swapping proton versions if noone else has the same problem.

Worst case scenario it's my nvidia GPU drivers doing stupid shit, then I try updating my drivers or giving up and playing rimworld instead.

Most of the time just checking protondb works though.

load more comments (1 replies)
[–] rockSlayer@lemmy.blahaj.zone 19 points 5 days ago

Meanwhile, in Factorio:

rockSlayer is playing Factorio

rockSlayer is playing Factorio

rockSlayer is playing Factorio

rockSlayer is playing Factorio

"Must be heavily modding their next game"

[–] dejected_warp_core@lemmy.world 15 points 5 days ago (2 children)

More likely: Erik installed some NexusMods stuff that he'd probably rather not talk about.

[–] Sabata11792@ani.social 17 points 5 days ago (4 children)

You did WHAT to a death claw?

[–] dejected_warp_core@lemmy.world 8 points 5 days ago (1 children)

I hate that I even know what you're talking about. May this upvote be mentally cleansing for us both.

[–] Sabata11792@ani.social 4 points 5 days ago

Some stains can not be cleansed.

"WITH a deathclaw!"

True Blood theme song plays

load more comments (2 replies)
[–] ms_lane@lemmy.world 3 points 4 days ago

Like what?

Nothing on the Nexus that isn't ok for polite company.

LoversLab OTOH...

[–] lonefighter@sh.itjust.works 7 points 5 days ago

Me playing my heavily modded SkyrimVR that starts crashing every 5 minutes once I get too far into a save

[–] neuracnu@lemmy.blahaj.zone 6 points 5 days ago
> Erik is now playing Fallout New Vegas
> Erik is now playing Fallout New Vegas
> Erik is now playing Fallout New Vegas
> Erik is now playing Fallout New Vegas
> Erik is now playing Fallout New Vegas
> Erin is now playing Fallout New Vegas

[–] ICastFist@programming.dev 5 points 5 days ago (1 children)

Happens to me sometimes with Palworld. Playing nice, suddenly a crash. Restart, crash after loading the save. Restart again, freezes while loading. Restart PC, boot game, crash after loading. Restore older save file, crash.

[–] Simon_Shitewood@lemmy.ml 4 points 5 days ago (7 children)

Just palworld or UE5 games in general? Because I found a fix for that but it's terrible and I hate it.

load more comments (7 replies)
[–] Routhinator@startrek.website 4 points 5 days ago (1 children)

FWIW, this is a bug of some sort in Steam. My wife and I play together and I see her spam like this all the time, and her game is working perfectly.

Our setups are the same, and I apparently never spam her. The one diff is my comp is on ethernet, and hers is on wifi due to it's location.

Wonder if it has to do with connection.

[–] scutiger@lemmy.world 4 points 5 days ago (1 children)

That's why I always set my presence to offline. Nobody needs to know what I'm playing right this moment.

load more comments (1 replies)
[–] treesquid@lemmy.world 4 points 5 days ago* (last edited 5 days ago)

That game needed the troubleshooting to happen in development. They're probably just trying to get through Vault 22, that shit crashed constantly once you got to the lower levels. I was saving every 20 seconds.

[–] gibmiser@lemmy.world 4 points 5 days ago (2 children)

Is there a goddamn setting t9 disable the notifications? I looked briefly once and didn't notice one besides just going offline.

Id love it if I didn't get put online by default every time I open steam...

[–] lonefighter@sh.itjust.works 4 points 5 days ago

I've been invisible for months

[–] gibmiser@lemmy.world 1 points 4 days ago

I found it after 15 seconds of looking. Woops.

[–] aeronmelon@lemmy.world 4 points 5 days ago (1 children)

Each time having turned off one more mod to see if that’s the problem.

[–] ms_lane@lemmy.world 1 points 4 days ago

Not always, before I learned you take off armor/clothing, save, return to the main menu and load the save again to refresh .nifs I restarted a LOT when playing in outfitstudio.

load more comments
view more: next ›