thebetioplane / osuReplayEditorV3

A replay editor for the rhythm game osu!. Allows you to modify cursor and metadata.
27 stars 5 forks source link

Error while parsing config #61

Closed tzm13 closed 1 year ago

tzm13 commented 1 year ago

I'm getting the following error when trying to run Replay Editor. I literally copy-pasted the address of the osu!.db file so I'm not too sure what I'm doing wrong. Any suggestions on how to fix this?

image_2023-04-02_185021170

thebetioplane commented 1 year ago

There are only two scenarios here:

  1. The file does not exist.
  2. You do not have sufficient permissions to read the file.

If you are certain the file exists, perhaps you can try running the program as an administrator to confirm that it's a permission issue, and then figure out why you don't have ownership.

thebetioplane commented 1 year ago

Closing this, download the latest update and delete the config.txt file there is now a dialog to choose the osu!.db. If you are still having problems feel free to reopen this issue.