quotient-im / Quaternion

A Qt-based IM client for Matrix
https://matrix.org/ecosystem/clients/quaternion/
GNU General Public License v3.0
642 stars 107 forks source link

White chat widget on windows release #813

Closed iglosiggio closed 2 years ago

iglosiggio commented 2 years ago

Description

The chat window is completely empty. The debug log says that both QtQuick.Layouts and QtQuick.Controls are missing (this is using the windows release).

Steps to reproduce

Version information

iglosiggio commented 2 years ago

I ended up downloading some prebuilt dlls from https://github.com/martinrotter/qt-minimalistic-builds and the client seems to work w/that :(

KitsuneRal commented 2 years ago

Thanks for reporting; I'll check these out. Surprising that it's only been reported now.

iglosiggio commented 2 years ago

The artifact for https://github.com/quotient-im/Quaternion/commit/270ea22e4fdb761901bab6247a5ead2813130664 worked on my machine 😄

KitsuneRal commented 2 years ago

That's... weird. The two archives (0.0.95.1 and this one) are identical, except the top-level directory name.

iglosiggio commented 2 years ago

🤷

iglosiggio commented 2 years ago

@KitsuneRal now i can't reproduce the issue. It might be some issue during initialization? (like... on the first startup of the program)

That would explain why this wasn't reported earlier.

KitsuneRal commented 2 years ago

I don't think so. QML imports are quite static, so every time the same set of libraries is needed. Did you unpack the whole set from qt-minimalistic-builds or just some files?

iglosiggio commented 2 years ago

Just the folders for QtQuick and QtQuick2.