I wasn't referring to the exception that you're having, found a different one.
I'm not 100% sure of the reason for the error you received, could be several reasons:
--You may not have one or more of the dependencies required. (Unlikely, because the only dependencies which are not embedded in osu!np are from .Net FW4.0)
--The only additional dependency I added in v2.0 was WMP for previewing songs, I recently learnt that there's only a x86 version of this dll and that using 'AnyCPU' as the Target CPU will cause problems with such dependencies. I switched to x86 as target in v2.1.
I tested v2.0 on both Win7 & Win8 (on 3 different computers, all on 64bit) and I can't reproduce the error so it's difficult to debug.
Though I also changed the method of how osu!np starts in v2.0 which may have caused problems, I've reverted it in v2.1 because it wasn't necessary.
I just need to reimplement FTP related stuff to make it more efficient, then then 2.1 will be ready~
I'm not 100% sure of the reason for the error you received, could be several reasons:
--You may not have one or more of the dependencies required. (Unlikely, because the only dependencies which are not embedded in osu!np are from .Net FW4.0)
--The only additional dependency I added in v2.0 was WMP for previewing songs, I recently learnt that there's only a x86 version of this dll and that using 'AnyCPU' as the Target CPU will cause problems with such dependencies. I switched to x86 as target in v2.1.
I tested v2.0 on both Win7 & Win8 (on 3 different computers, all on 64bit) and I can't reproduce the error so it's difficult to debug.
Though I also changed the method of how osu!np starts in v2.0 which may have caused problems, I've reverted it in v2.1 because it wasn't necessary.
I just need to reimplement FTP related stuff to make it more efficient, then then 2.1 will be ready~