Dpeta / pesterchum-alt-servers

Instant messaging client copying the look and feel of clients from Andrew Hussie's webcomic Homestuck.
https://pesterchum.xyz
GNU General Public License v3.0
78 stars 20 forks source link

quirk issue? #92

Closed DollFaceMcGhost closed 2 years ago

DollFaceMcGhost commented 2 years ago

issue I'm honestly not entirely sure what this means, it just pops up when I try to make a simple replace typing quirk. I've tried a couple of times, after closing and restarting the program and trying different combinations to see if it was just the specific quirk I was trying. That pop up is all I've been getting and I'm honestly hoping it's just a user error that I can get to the bottom of and stop doing. Thanks in advance for help or suggestions!

Dpeta commented 2 years ago

Was able to reproduce that with the Windows 7 version: image

Seems like that's a bug with the releases that are still using Qt5 specifically, the Windows 7 version still uses it since Qt6 stopped supporting Windows 7. I changed .checkState() to .checkState().value on that line for Qt6 but I guess that's not a backwards compatible change-

For now you can either run the version for Windows10/11, which includes Qt6, or run v2.3.1, which doesn't have any Qt6-related changes.

Dpeta commented 2 years ago

Should hopefully be fixed now for the next release https://github.com/Dpeta/pesterchum-alt-servers/commit/b549645a50fc316e8d46aa3731ffa203ba47839a :"3

DollFaceMcGhost commented 2 years ago

Thank you so much, I really appreciate it!

Dpeta commented 2 years ago

🐈🎉

Should be fixed now with 2.4.3