Tyrrrz / OsuHelper

Beatmap suggester for osu!
Other
105 stars 7 forks source link

Doesn't work on 32bit installation of Windows #16

Closed Danial-Syahrum closed 4 years ago

Danial-Syahrum commented 4 years ago

I've downloaded .NET but still can't open Osu Helper, Help!

Tyrrrz commented 4 years ago

Hi. By ".NET" do you mean the .NET Core Runtime from here? https://dotnet.microsoft.com/download/dotnet-core/current/runtime

There is also a short guide how to install it here: https://github.com/Tyrrrz/LightBulb/wiki/How-to-install-.NET-Core-runtime

Danial-Syahrum commented 4 years ago

Yes, I already installed it but I still can't open Osu Helper, I installed the 32 bit version because my laptop is old. the previous version of Osu Helper works but it keeps updating to the latest version.

Tyrrrz commented 4 years ago

Interesting. Can you also try the x64 version just in case?

If that also doesn't work, you can download the older version and create a file called Config.dat with the following content:

{
     "IsAutoUpdateEnabled": false
}

If you already have Config.dat, just replace this one value.

Danial-Syahrum commented 4 years ago

Unfortunately, I can't install x64 version because my laptop is 32bit. However, after I created the config.dat file, it can't auto update itself, and it's working properly now! Thank you so much for helping me!

Tyrrrz commented 4 years ago

Just curious, if you have time to test it out, could you download the latest version again to some separate directory and try to launch it from command line using dotnet OsuHelper.dll instead of running the OsuHelper.exe. It will help me narrow down the problem.

Tyrrrz commented 4 years ago

I fixed this issue in the last commit. You can try using the CI build for now (download from artifacts):

https://github.com/Tyrrrz/OsuHelper/actions/runs/63298763