ROMs won't work with UNC paths

Issue #29 resolved
Jason Carr repo owner created an issue

For some reason come in with file://. Why?

Games won't launch with file:// or //.

Check other types of games as well to enable UNC paths.

'An error occurred while trying to launch the game: URI formats are not supported.' It is unclear if it says URI (all capitals), or if maybe it should be URL but the L is lowercase.

That was reported as well, not sure how to reproduce.

Comments (1)

  1. Jason Carr reporter

    Imports were adding file: to the beginning; all problems go away when fixed. Changes the GetRelativePath method to not try to get a relative path if the path fed in is a network path.

  2. Log in to comment