Naxesss / MapsetVerifier

A modding tool for osu!
93 stars 8 forks source link

Mapset Verifier refuses to establish connection on localhost:5000 #32

Open p0s0 opened 1 year ago

p0s0 commented 1 year ago

When I try to use Mapset Verifier (prior to choosing a song folder,) nothing works. This persists after choosing a song folder, and I cannot run any checks.

image image

I have no clue what's going on. I've restarted my PC, which did not help. I've tried running as administrator, and that also didn't help.

Any ideas?

Thanks.

Naxesss commented 1 year ago

I'm guessing it's either something to do with:

Could also be because of CORS settings in the backend, but given that you're the first person I've seen with this error I doubt it.

p0s0 commented 1 year ago

I've tried everything you've mentioned that could be an issue.

I've also went into signalr.js and modified the port to use (although probably done incorrectly with my luck,) and it still wouldn't work.

I have no clue what's going on.

Naxesss commented 1 year ago

If I open powershell and run:

I get the following:

image

Judging from your screenshot, it looks like MapsetVerifierBackend failed to start or got shut down somehow. The SYN_SENT message you're seeing means the frontend is actively trying to establish a connection, but isn't getting an answer.

Open up /Mapset Verifier/resources/app/api/win-x86 and make sure MapsetVerifierBackend.exe exists. If not, you need to:

  1. Uninstall (simply running the installer again doesn't work)
  2. Install again
  3. Before running, whitelist the folder in your antivirus (so it doesn't try to remove the executable)

If it didn't get removed, I have no idea what could be wrong.

p0s0 commented 1 year ago

This is so weird. I don't know if the file hash will help, but here you go:

image

Here's what Get-Process returns:

image

Seems like the backend may be crashing?

image