this post was submitted on 17 Mar 2025
992 points (99.7% liked)

Open Source

35175 readers
209 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ManaOatbun@jlai.lu 66 points 1 week ago (5 children)

I opened it, changed brush, got a segmentation fault crash lmao

[–] StorageB@lemmy.one 2 points 6 days ago

Exact same thing happened to me. I opened it, read through the new welcome screen, and said ok let's go! First move was to select a brush and it crashed.

[–] RoyaltyInTraining@lemmy.world 33 points 1 week ago (1 children)
[–] P4ulin_Kbana 1 points 1 week ago

Nice profile picture!

[–] iamkindasomeone@feddit.org 18 points 1 week ago

It's always the user's fault. Why do think you could change the brush using an UI element!?

[–] merdaverse@lemmy.world 12 points 1 week ago

Hey, it's open source. Just open a C project from the 90s and fix it yourself. Ez /s

[–] sugar_in_your_tea@sh.itjust.works 1 points 1 week ago (1 children)

Nice. I wonder if they'd be open to rewriting portions in Rust to catch these types of issues with the compiler instead of the user. I'm willing to help if someone else gets the devs on board.

[–] ManaOatbun@jlai.lu 1 points 1 week ago (1 children)

Is this what Rust is about? If so that's a nice perk!

Yeah, pretty much. A segfault happens when you access memory incorrectly, and Rust is all about correct memory access.