interfect
  • Joined on 2025-01-01
interfect commented on issue cory/tildefriends#96 2025-01-01 18:36:05 -05:00
TildeFriends crashes on Windows when talking to Manyverse

I do have symbols for libuv though. Here's more libuv guts than anyone wants to look at:

(gdb) frame 2
#2  0x00007ff6a8fab9db in uv_run (loop=0x5ff7d0, mode=UV_RUN_DEFAULT)
    at…
interfect commented on issue cory/tildefriends#96 2025-01-01 18:03:50 -05:00
TildeFriends crashes on Windows when talking to Manyverse

And here's a backtrace from MSYS2's GDB

=.ed25519":472,"@yP6auMQ3HqIL0d6PuEc4nm5do/1nmyKp2sav1PXCUCA=.ed25519":224,"@yUrNCh6XowOLtszmSlBCC0AziDdm8m4X//bcvkz/4Yg=.ed25519":1888,"@ya/sq19NPxR…
interfect commented on issue cory/tildefriends#96 2025-01-01 17:43:32 -05:00
TildeFriends crashes on Windows when talking to Manyverse

I don't have like a signal number or anything either, because it's Windows.

Here are a few more logs, featuring such popular hits as Sending to a NULL task. and `ERROR: InternalError:…

interfect commented on issue cory/tildefriends#96 2025-01-01 16:34:26 -05:00
TildeFriends crashes on Windows when talking to Manyverse

I think the "InternalError" here is just it trying to decrypt every string ending in .box as if it is a private message for me, and complaining whenever a string that ends in .box in anyone's…

interfect commented on issue cory/tildefriends#96 2025-01-01 16:06:42 -05:00
TildeFriends crashes on Windows when talking to Manyverse

I tried again, and it crashed again. Now there's a bunch of complaints about an encrypted message not being long enough, but I am beginning to suspect that this thing about tun0 is actually the…

interfect commented on issue cory/tildefriends#96 2025-01-01 15:59:32 -05:00
TildeFriends crashes on Windows when talking to Manyverse

After restarting and clicking around in the connections page connecting to things, the server stopped again with this exciting log:

setting zip path to tildefriends-0.0.26.exe
Zip…
interfect opened issue cory/tildefriends#96 2025-01-01 15:53:58 -05:00
"Task is gone" spam, followed by crash
interfect opened issue cory/tildefriends#95 2025-01-01 15:42:41 -05:00
Refuses to bootstrap off Manyverse via LAN
interfect commented on issue cory/tildefriends#94 2025-01-01 15:29:03 -05:00
~core/follow/ tries to parse non-JSON out of messages.content and explodes

Nope it has to be SELECT json(content) AS content FROM messages, but that works.

interfect commented on issue cory/tildefriends#94 2025-01-01 15:26:46 -05:00
~core/follow/ tries to parse non-JSON out of messages.content and explodes

I think we meant to SELECT json(content) FROM messages AS content, and not SELECT content FROM messages, because internally it is JSONB and [you need the function to convert to text](https://sq

interfect opened issue cory/tildefriends#94 2025-01-01 15:21:12 -05:00
~core/follow/ tries to parse non-JSON out of messages.content and explodes
interfect created repository interfect/tildefriends 2025-01-01 15:11:24 -05:00