raid-toolkit / raid-toolkit-sdk

MIT License
40 stars 13 forks source link

Raid Toolkit does not run with new PlariumPlay #82

Closed Sachmet-Netjer closed 2 years ago

Sachmet-Netjer commented 2 years ago

Hi there, RaidToolkit looks for gamestorage.gsfn, which was located in 'C:\Users...\AppData\Local\Plarium\PlariumPlay\gamestorage.gsfn'. The new installation of PlariumPlay v8 stores that file in 'C:\Users...\AppData\Local\PlariumPlay\gamestorage.gsfn' instead. this results in a "System.IO.DirectoryNotFoundException: Could not find a part of the path ". The installation from scratch of both, RaidToolkit and PlariumPlay, did not help.

Best Regards Sachmet-Netjer

Sachmet-Netjer commented 2 years ago

With the actual version RaidToolkit, v1.10.2.4452, the problem seems to be solved. In this context I have an additional question, that bothers me for quite some time. After installing the version above the tooltip tells me I run v1.10.2.25617. Where does that mismatch come from? In former versions aswell it happened that for several releases the tooltip did not change.

Best Regards Sachmet-Netjer

dnchattan commented 2 years ago

After installing the version above the tooltip tells me I run v1.10.2.25617. Where does that mismatch come from? In former versions aswell it happened that for several releases the tooltip did not change.

I only recently figured this one out, it's been driving me nuts. The mismatch is caused by a change in the Nerdbank.GitVersioning dependency that was causing a different version number to be emitted for the release name than was being stamped into the assembly. This is fixed in 2.0, but I haven't ported back to 1.10.x yet.

dnchattan commented 2 years ago

Latest 1.10.3.6975 release should have matching version numbers