ebbit1q
ebbit1q
thanks for bringing that up! I've updated the wiki
This makes a lot of sense to add, the name reverse-attach doesn't make a lot of sense to me though maybe just `attach="to-this"`?
related https://github.com/Cockatrice/Cockatrice/issues/3655
this would mean a non backwards compatible change to the protocol, while neat I'm not sure we need this
this seems qt internal, has it changed by a qt update?
could it be possible you are running out of ram? does it happen reliably? could you check your syslog for a report?
your log states the card database loaded successfully, does it always repeat this or did you update the database in between?
while this does fix the volume slider there seems to be a different issue on my system, the qt6 version only plays sound after I compile it until I run...
does this pr fix the ability to set the volume compared to the latest win10 64 beta for you?
for reference https://github.com/Cockatrice/Cockatrice/blob/master/servatrice/src/servatrice.cpp#L210 calls `QMetaObject::invokeMethod(client, "prepareDestroy", Qt::QueuedConnection);` but on debug builds the thread for that Server_ProtocolHandler will not receive it.