Crashes on Debian 12 #18

Open
opened 2025-11-23 16:29:57 +00:00 by Sudo-Ivan Β· 14 comments
Sudo-Ivan commented 2025-11-23 16:29:57 +00:00 (Migrated from github.com)

Reported to me over Reticulum. I will setup a VM to see what is going on and take I look at what changes I made that could cause this.

Reported to me over Reticulum. I will setup a VM to see what is going on and take I look at what changes I made that could cause this.
Sudo-Ivan commented 2025-11-23 18:33:32 +00:00 (Migrated from github.com)

VM Testing:

X11 - 64-bit

  • Debian 12.1 - KDE - Live
  • BunsenLabs (Debian 12.4) - OpenBox - Live
  • Crunchbangplusplus (Debian 12.12) - OpenBox Installed

Wayland - 64-bit

  • Debian 13.2.0 - KDE - Live
**VM Testing:** X11 - 64-bit - [x] Debian 12.1 - KDE - Live - [x] BunsenLabs (Debian 12.4) - OpenBox - Live - [x] Crunchbangplusplus (Debian 12.12) - OpenBox Installed Wayland - 64-bit - [x] Debian 13.2.0 - KDE - Live
ArtyGreen commented 2025-11-24 11:05:55 +00:00 (Migrated from github.com)

debian_version
12.12
https://www.crunchbangplusplus.org/ openbox crash(

debian_version 12.12 https://www.crunchbangplusplus.org/ openbox crash(
Sudo-Ivan commented 2025-11-24 15:56:29 +00:00 (Migrated from github.com)

It works in a VM on fresh install...

Image
It works in a VM on fresh install... <img width="1277" height="800" alt="Image" src="https://github.com/user-attachments/assets/154d8be0-d7e7-481a-8a39-9a3a7feb5e12" />
ArtyGreen commented 2025-11-24 18:32:53 +00:00 (Migrated from github.com)
Image not fresh install, open nomadnet site,all screens white this after .deb install but AppImage do it too
<img width="1916" height="1050" alt="Image" src="https://github.com/user-attachments/assets/92dc71fc-d3ec-421a-9e31-2224ba7d013e" /> not fresh install, open nomadnet site,all screens white this after .deb install but AppImage do it too
ArtyGreen commented 2025-11-25 04:12:24 +00:00 (Migrated from github.com)
Image view-reload-force reload-devtools
<img width="1915" height="1051" alt="Image" src="https://github.com/user-attachments/assets/e83bd725-ffbd-4ccf-8676-015e57a6e00c" /> view-reload-force reload-devtools
Sudo-Ivan commented 2025-11-25 14:25:39 +00:00 (Migrated from github.com)

Do you have firewall? ufw or firewalld? if yes, try disabling that or if you have ufw do:

sudo ufw allow from 127.0.0.1 to any port 9337
Do you have firewall? `ufw` or `firewalld`? if yes, try disabling that or if you have ufw do: ``` sudo ufw allow from 127.0.0.1 to any port 9337 ```
ArtyGreen commented 2025-11-25 16:08:29 +00:00 (Migrated from github.com)

no fw! classic meshchat 2.3.0 from Liam work nice!

no fw! classic meshchat 2.3.0 from Liam work nice!
Sudo-Ivan commented 2025-11-25 18:28:10 +00:00 (Migrated from github.com)
please try https://github.com/Sudo-Ivan/reticulum-meshchatX/releases/tag/v2.32.3
ArtyGreen commented 2025-11-26 04:11:56 +00:00 (Migrated from github.com)

Image

not work

![Image](https://github.com/user-attachments/assets/2ddf6664-5866-4137-aaa9-30c7945a6a20) not work
Sudo-Ivan commented 2025-12-06 11:55:05 +00:00 (Migrated from github.com)

@ArtyGreen Try legacy builds, they are built with the Electron version used in liams meshchat. https://github.com/Sudo-Ivan/reticulum-meshchatX/releases/tag/v2.50.0

@ArtyGreen Try legacy builds, they are built with the Electron version used in liams meshchat. https://github.com/Sudo-Ivan/reticulum-meshchatX/releases/tag/v2.50.0
ArtyGreen commented 2025-12-09 20:49:40 +00:00 (Migrated from github.com)

Legacy build still freeze after small time.
Normal build worked longer,but freeze too (((
Not show errors terminal in this time.
U make greatest work, interface great & sexy,
I'll try reinstall my debian13 & make tests clean.

Legacy build still freeze after small time. Normal build worked longer,but freeze too ((( Not show errors terminal in this time. U make greatest work, interface great & sexy, I'll try reinstall my debian13 & make tests clean.
ArtyGreen commented 2025-12-16 13:05:51 +00:00 (Migrated from github.com)

Old base from 2.3.0
Run ReticulumMeshChat-v2.50.0-linux-legacy.AppImage

Exception in thread Thread-65 (run):
Traceback (most recent call last):
File "peewee.py", line 3322, in execute_sql

sqlite3.OperationalError: database is locked

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "threading.py", line 1045, in _bootstrap_inner
File "threading.py", line 982, in run
File "asyncio/runners.py", line 190, in run

File "asyncio/runners.py", line 118, in run
File "asyncio/base_events.py", line 654, in run_until_complete

File "meshchat.py", line 253, in announce_loop
File "meshchat.py", line 4943, in get
File "meshchat.py", line 4894, in get

File "peewee.py", line 6845, in get_or_none

File "peewee.py", line 6840, in get
File "peewee.py", line 7297, in get

File "peewee.py", line 2036, in inner
File "peewee.py", line 2107, in execute

File "peewee.py", line 2280, in _execute
File "peewee.py", line 3330, in execute

File "peewee.py", line 3320, in execute_sql
File "peewee.py", line 3088, in exit

File "peewee.py", line 196, in reraise
File "peewee.py", line 3322, in execute_sql

peewee.OperationalError: database is locked

Later make clear test with clear base

Old base from 2.3.0 Run ReticulumMeshChat-v2.50.0-linux-legacy.AppImage ---------------------------------------------------------------------- Exception in thread Thread-65 (run): Traceback (most recent call last): File "peewee.py", line 3322, in execute_sql sqlite3.OperationalError: database is locked During handling of the above exception, another exception occurred: Traceback (most recent call last): File "threading.py", line 1045, in _bootstrap_inner File "threading.py", line 982, in run File "asyncio/runners.py", line 190, in run File "asyncio/runners.py", line 118, in run File "asyncio/base_events.py", line 654, in run_until_complete File "meshchat.py", line 253, in announce_loop File "meshchat.py", line 4943, in get File "meshchat.py", line 4894, in get File "peewee.py", line 6845, in get_or_none File "peewee.py", line 6840, in get File "peewee.py", line 7297, in get File "peewee.py", line 2036, in inner File "peewee.py", line 2107, in execute File "peewee.py", line 2280, in _execute File "peewee.py", line 3330, in execute File "peewee.py", line 3320, in execute_sql File "peewee.py", line 3088, in __exit__ File "peewee.py", line 196, in reraise File "peewee.py", line 3322, in execute_sql peewee.OperationalError: database is locked ---------------------------------------------- Later make clear test with clear base
ArtyGreen commented 2025-12-16 13:21:53 +00:00 (Migrated from github.com)

ReticulumMeshChat-v2.50.0-linux-legacy.AppImage
[2147008:1216/161408.123306:ERROR:browser_main_loop.cc(280)] GLib-GObject: ../../../gobject/gsignal.c:2699: instance '0x2350000e44c0' has no handler with id '7048'

ReticulumMeshChat-v2.50.0-linux.AppImage
[2147500:1216/161536.542847:ERROR:content/browser/browser_main_loop.cc:288] GLib-GObject: ../../../gobject/gsignal.c:2699: instance '0x363c001de880' has no handler with id '4466'
Clear new base,not work ( sorry man

ReticulumMeshChat-v2.50.0-linux-legacy.AppImage [2147008:1216/161408.123306:ERROR:browser_main_loop.cc(280)] GLib-GObject: ../../../gobject/gsignal.c:2699: instance '0x2350000e44c0' has no handler with id '7048' ReticulumMeshChat-v2.50.0-linux.AppImage [2147500:1216/161536.542847:ERROR:content/browser/browser_main_loop.cc:288] GLib-GObject: ../../../gobject/gsignal.c:2699: instance '0x363c001de880' has no handler with id '4466' Clear new base,not work ( sorry man
Sudo-Ivan commented 2025-12-19 16:57:00 +00:00 (Migrated from github.com)

Thank you for trying and giving me error messages, I will look more into the python dependencies to fix this.

Thank you for trying and giving me error messages, I will look more into the python dependencies to fix this.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RNS-Things/reticulum-meshchatX#18