marzent / IINACT

A Dalamud plugin to run the FFXIV_ACT_Plugin in an ACT-like enviroment with a heavily modified port of Overlay Plugin
https://www.iinact.com
GNU General Public License v3.0
169 stars 39 forks source link

IINACT fails to load and is marked decommissioned. #78

Closed chipgeekjr closed 3 months ago

chipgeekjr commented 3 months ago

Title, when I try to install the plugin it fails and tells me to restart my game and try again, after restart it has a load error and is marked as decommissioned. IINACTError Intel iMac, MacOS Sonoma 14.4.1

natis1 commented 3 months ago

I'm having the same issue, sans the (decommissioned) text on Fedora Linux 39

Screenshot_20240329_005410

astyrah commented 3 months ago

try setting your wine prefix to windows 7 via winecfg

natis1 commented 3 months ago

Forcing it to Windows 7 does resolve this issue. I'm not sure how sustainable it is as a long term solution given its losing support, but for now this does work great, thanks!

astyrah commented 3 months ago

Forcing it to Windows 7 does resolve this issue. I'm not sure how sustainable it is as a long term solution given its losing support, but for now this does work great, thanks!

for wine versions 8.x and below (xlcore comes shipped with 8.5 staging by default) iinact fails to load if the prefix is not set to windows 7. this issue does not seem to be present on 9.1+ wine (you can have the default win10 prefix and iinact loads just fine)

marzent commented 3 months ago

I'm not sure how sustainable it is as a long term solution given its losing support

With Dalamuds update to .NET 8, Winforms started using an API that is not implemented in older Wine builds.

I do not think there is much that can be done here and if anything that is a Wine issue, which is already fixed upstream.