lcgamboa
                                            lcgamboa
                                        
                                    The new version [0.8.12](https://github.com/lcgamboa/picsimlab/releases/tag/v0.8.12) has support to show error logs.
Fixed in version [0.8.12](https://github.com/lcgamboa/picsimlab/releases/tag/v0.8.12) .
Actually, the use of gpsim is not as optimized as that of PICSim in PICSimLab. Unfortunately, I don't have much time to improve gpsim support currently.
In the[ last unstable version](https://github.com/lcgamboa/picsimlab/releases/tag/latestbuild), I have improved the gpboard simulation speed.
Hi @Integrat-edCircuit , the .deb package is for Ubuntu 20.04.6 LTS, unfortunately I am unable to make packages for all distros. The AppImage or flatpak version is more universal and...
I used docker to create a package for [Debian stable](https://github.com/lcgamboa/picsimlab/releases/download/latestbuild/PICSimLab_0.9.2_240210_Debian_GNU_Linux_12_.bookworm._amd64.deb). See if the installation now works.
Hi @abhishekaudupa , thank you for reporting the issue. The problem was in Picsim again. It was fixed in commit [11e2d0e](https://github.com/lcgamboa/picsim/commit/11e2d0e55d725529ddab7062be254971a5e843f7).
TypeError: Converting py args to operator properties: : keyword "use_proportional_edit" unrecognized
Hello dekiesel, I use unstable Debian, in it the version of blender is 2.83.5. Here it is running smoothly. It may be something specific to your .zip file. Apparently the...
What exact version of the kernel are you using? This line below solves this problem for kernels with versions greater than or equal to 5.13.0. https://github.com/lcgamboa/tty0tty/blob/bca8008426fdc45431c122eb78fcce6891f14236/module/tty0tty.c#L73-L77 Maybe moving the declaration...
Try to edit the version of line 74 to KERNEL_VERSION(5, 10, 0) instead KERNEL_VERSION(5, 13, 0) before compilation. https://github.com/lcgamboa/tty0tty/blob/bca8008426fdc45431c122eb78fcce6891f14236/module/tty0tty.c#L74