| Summary: | NeoChat started crashing since 25.12.0 on Haiku | ||
|---|---|---|---|
| Product: | [Applications] NeoChat | Reporter: | Schrijvers Luc <begasus> |
| Component: | General | Assignee: | Tobias Fella <fella> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | CC: | carl, josh |
| Priority: | NOR | ||
| Version First Reported In: | 25.12.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Unspecified | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Schrijvers Luc
2026-01-03 11:11:27 UTC
Somehow your keychain got messed up. Please delete all keys related to neochat from kwallet and delete ~/.config/KDE/neochat.conf Cleaned all references on the system I could fine, login works (got the webpage for approval and NeoChat is making contact, but still crashes before reaching any room (NeoChat 25.12.0) ``` ~> NeoChat qrc:/qt/qml/org/kde/neochat/qml/Main.qml:153:20: QML RoomDrawer: Binding loop detected for property "roomDrawerWidth": qrc:/qt/qml/org/kde/neochat/qml/Main.qml:167:9 kf.windowsystem: Could not find any platform plugin quotient.jobs: Won't proceed with the abandoned request: "GET https://m/.well-known/matrix/client" quotient.jobs: "GetWellknownJob" stopped with empty network reply quotient.jobs: "GetWellknownJob" stopped without ready network reply quotient.jobs: Won't proceed with the abandoned request: "GET https://ma/.well-known/matrix/client" quotient.jobs: "GetWellknownJob" stopped with empty network reply QHttpNetworkConnectionPrivate::_q_hostLookupFinished could not de-queue request, failed to report HostNotFoundError quotient.jobs: No valid HTTP headers from GET https://ma/.well-known/matrix/client quotient.jobs: "GetWellknownJob" status NetworkError: Host ma not found quotient.jobs: "GetWellknownJob": retry #1 in 2 s quotient.jobs: Won't proceed with the abandoned request: "GET https://mat/.well-known/matrix/client" quotient.jobs: "GetWellknownJob" stopped with empty network reply quotient.jobs: No valid HTTP headers from GET https://mat/.well-known/matrix/client quotient.jobs: "GetWellknownJob" status NetworkError: Host mat not found quotient.jobs: "GetWellknownJob": retry #1 in 2 s quotient.jobs: Won't proceed with the abandoned request: "GET https://matr/.well-known/matrix/client" quotient.jobs: "GetWellknownJob" stopped with empty network reply quotient.jobs: No valid HTTP headers from GET https://matr/.well-known/matrix/client quotient.jobs: "GetWellknownJob" status NetworkError: Host matr not found quotient.jobs: "GetWellknownJob": retry #1 in 2 s quotient.jobs: Won't proceed with the abandoned request: "GET https://matri/.well-known/matrix/client" quotient.jobs: "GetWellknownJob" stopped with empty network reply quotient.jobs: No valid HTTP headers from GET https://matri/.well-known/matrix/client quotient.jobs: "GetWellknownJob" status NetworkError: Host matri not found quotient.jobs: "GetWellknownJob": retry #1 in 2 s quotient.jobs: Won't proceed with the abandoned request: "GET https://matrix/.well-known/matrix/client" quotient.jobs: "GetWellknownJob" stopped with empty network reply quotient.jobs: No valid HTTP headers from GET https://matrix/.well-known/matrix/client quotient.jobs: "GetWellknownJob" status NetworkError: Host matrix not found quotient.jobs: "GetWellknownJob": retry #1 in 2 s quotient.jobs: Won't proceed with the abandoned request: "GET https://matrix.o/.well-known/matrix/client" quotient.jobs: "GetWellknownJob" stopped with empty network reply quotient.jobs: "GetWellknownJob" stopped without ready network reply quotient.jobs: Won't proceed with the abandoned request: "GET https://matrix.or/.well-known/matrix/client" quotient.jobs: "GetWellknownJob" stopped with empty network reply QHttpNetworkConnectionPrivate::_q_hostLookupFinished could not de-queue request, failed to report HostNotFoundError quotient.jobs: No valid HTTP headers from GET https://matrix.or/.well-known/matrix/client quotient.jobs: "GetWellknownJob" status NetworkError: Host matrix.or not found quotient.jobs: "GetWellknownJob": retry #1 in 2 s quotient.jobs: Won't proceed with the abandoned request: "GET https://matrix.org/.well-known/matrix/client" quotient.jobs: "GetWellknownJob" stopped with empty network reply quotient.main: .well-known URL for "matrix.org" is "https://matrix-client.matrix.org" quotient.main: .well-known URL for "matrix.org" is "https://matrix-client.matrix.org" quotient.main: Keychain request: app "NeoChat" id "@begasushaiku:matrix.org-Pickle" quotient.e2ee: The pickling key loaded from "@begasushaiku:matrix.org-Pickle" has length 43 but the library expected 128 quotient.e2ee: Could not setup E2EE for "@begasushaiku:matrix.org/OosrWGkft8" quotient.main: CS API versions: r0.0.1 r0.1.0 r0.2.0 r0.3.0 r0.4.0 r0.5.0 r0.6.0 r0.6.1 v1.1 v1.2 v1.3 v1.4 v1.5 v1.6 v1.7 v1.8 v1.9 v1.10 v1.11 v1.12 quotient.main: Room versions: "10" is default, full list: QList("1"/"stable", "2"/"stable", "3"/"stable", "4"/"stable", "5"/"stable", "6"/"stable", "7"/"stable", "8"/"stable", "9"/"stable", "10"/"stable", "11"/"stable", "12"/"stable", "org.matrix.hydra.11"/"unstable", "org.matrix.msc3757.10"/"unstable", "org.matrix.msc3757.11"/"unstable") qrc:/qt/qml/org/kde/neochat/login/WelcomePage.qml:214: TypeError: Property 'closeDialog' of object WelcomePage_QMLTYPE_92(0x1222ba212220) is not a function qrc:/qt/qml/org/kde/neochat/qml/Main.qml:234:9: QML RoomListPage: Created graphical object was not placed in the graphics scene. Kill Thread ~ ``` |