mbrlabs / Lorien

Infinite canvas drawing/whiteboarding app for Windows, Linux and macOS. Made with Godot.
MIT License
5.45k stars 234 forks source link

a crash occurs when drawing and erasing back and forth #206

Closed Memresable closed 1 year ago

Memresable commented 1 year ago

Lorien version: v0.5.0

OS/device including version: Linux kernel version: 5.19.13 Linux distro: Arch Window System: X11

RAM: DDR3 8GB RAM 1600MHz CPU: Intel core i7-5500U 3.0GHz (2 cores / 4 threads) Integrated GPU: Intel HD Graphics 5500 (Mesa) Dedicated GPU: AMD Radeon R5 M330 (Mesa)

Issue description: when drawing and erasing back and forth (switching between brush and eraser) it crashes and then a segmentation fault error appear in the terminal, it happens on both GPUs

Steps to reproduce: grab a brush, try to draw a line grab an eraser, erase the thing you drew repeat until it crashes

what got printed into the terminal: Screenshot from 2022-10-09 17-51-30

hansemro commented 1 year ago

This is likely duplicate of #153, which was fixed after v0.5.0 release. @mbrlabs Maybe create v0.5.1 release with latest changes?

mbrlabs commented 1 year ago

Yes, duplicate of https://github.com/mbrlabs/Lorien/issues/153. The next release will contain the fix. Thanks for reporting!