neumatho / NostalgicPlayer

Music/module player written in C# that can play old modules from the Amiga and PC days. You can download modules from my home page.
https://nostalgicplayer.dk
MIT License
36 stars 4 forks source link

NostalgicPlayer 2.3.0 crash #78

Closed BackSpace54 closed 3 months ago

BackSpace54 commented 3 months ago

Hi, I try to run NostalgicPlayer 2.3.0 but an error appears and NP exits:

image

Do you need more infos? On the same machine NostalgicPlayer 2.2.0 works flawless.

neumatho commented 3 months ago

Have you installed it from Microsoft Store or do you run the version from the release page?

As I can see from the key, it has something to do with AHX player. So maybe you for some reason have both AHX and Hively player and that's why it conflicts.

If you have extracted the archive by yourself, have you copied the contents into your previously directory?

BackSpace54 commented 3 months ago

Yes i've extracted NP 2.3 from the zip file from releases page directly into the previous NP 2.2 directory. I also have Hively Tracker on this machine.

neumatho commented 3 months ago

Ok, that's the reason. You need to extract it into a clean directory. You probably both have AHX and Hively dll files in the NostalgicPlayer folder now, so at least delete the AHX.dll file. But to be sure, that there are nothing else that need to be cleaned up, use a clean directory.

BackSpace54 commented 3 months ago

Extracted NP 2.3 in a clean directory, that solved the problem. Issue fixed, thanks.