Asnivor / MedLaunch

A Windows (.NET) Front-End for the Mednafen Emulator
http://medlaunch.asnitech.co.uk/
Other
36 stars 6 forks source link

Config import issue #178

Closed mjuzikfrik closed 6 years ago

mjuzikfrik commented 7 years ago

Unfortunately every time I try to import config from mednafen it freezes. Be it when starting for the first time or later, it doesn't matter.

Asnivor commented 7 years ago

I believe this is due to the same reason as issue #179

I am still working on it.

Asnivor commented 7 years ago

Can you post the Exceptions.txt file from your medlaunch directly in here please?

mjuzikfrik commented 7 years ago

Here you are. Exceptions.zip Well, it seems that you're right about the non-English issue with import and change of scheme colour. I've changed to English and it works.

Another thing. When I want to scan PSX roms/discs nothing is found. They are all in one folder bin/cue per disc.

Asnivor commented 7 years ago

Thanks for the exception log. This is indeed a non-english language issue. Hopefully I will get that fixed soon.

Regarding disc scanning, currently MedLaunch only supports auto-scanning of disc games where each game has its own subfolder within the designated PSX game directory.

e.g.

I am planning to implement code to scan multiple games from the same directory, but I havent gotten around to it yet. Your workarounds are to either manually import each game by right clicking on the PSX filter in the games library (not a great solution), or moving each PSX game into its own sub-folder (again not great).

I'll let you know when I finally get the new method of disc scanning implemented.

Asnivor commented 7 years ago

disc scanning request moved to #180