Dizzy611 / DancingMadFF6

An MSU-1 modification for Final Fantasy 6
Other
24 stars 1 forks source link

Linux installer fails on timer #95

Closed Sanaki closed 2 years ago

Sanaki commented 4 years ago

Getting this error on attempting to run the Linux installer, with no other output: QObject::startTimer: Timers can only be used with threads started with QThread

When invoked with python3 -v, these two lines precede that error.

import 'installermodule.operapage' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cc78c6668>
import 'installermodule.InstallWizard' # <_frozen_importlib_external.SourceFileLoader object at 0x7f2cd0e61d68>
Dizzy611 commented 4 years ago

Huh. Maybe a newer version of PyQt5 changed something. I'll need to look into this more. Thanks for the report.

Dizzy611 commented 2 years ago

Have not been able to confirm this bug exists in testing, including on Python 3.10 with latest PyQt5. Closing as can't reproduce.