AttorneyOnline / AO2-Client

An off-the-cuff courtroom drama simulator
https://aceattorneyonline.com
GNU General Public License v3.0
61 stars 58 forks source link

Fix incorrect error messages due to QPluginLoader #993

Closed lambdcalculus closed 4 months ago

lambdcalculus commented 5 months ago

Specifying that the plugins are under the imageformats folder is required on Linux but not on Windows, for some reason.

Also removes an extraneous addition to the library paths, prolly some old thing; and improves debugging for when the libraries fail to load.

TrickyLeifa commented 5 months ago

Image format plugins were already modified to be placed in the imageformats for both Windows and Linux. The plugin loader code should just be removed.

lambdcalculus commented 5 months ago

Removed, and replaced with a check for whether the formats are valid.

Mentioned in Discord but I'll put it here too: turns out using QPluginLoader would just make it say it failed to load the plugins even though it did just fine.