saildot4k / MSS54-XDFs

MSS54 and MSS54HP XDFs
75 stars 35 forks source link

Error message when loading XDF in TP #10

Closed speedyweber closed 5 years ago

speedyweber commented 5 years ago

Using Tunerpro, trying to load hw2101_v4, both basic and complete, result in an error message from TP. Unsure how to solve the issue. Capture

Every xdf from 1401 up results in this error message. 0301, 0401, and 1301 open without issue.

I am not a coder but can follow basic instructions, and I'm more than willing to donate something for your time.

saildot4k commented 5 years ago

Try shortening your file path. Tunerpro seems to have a problem with that at times. Just opened all to check, no problems here. Also make sure you have unzipped the download instead of trying to open from within. Report back please.

kmalinich commented 5 years ago

When I originally cloned the repo with Git (not downloading a ZIP) and tried to open directly in TunerPro, I had the same issue, IIRC. (95% of the dev work I do is UTF-8 with Unix line endings). I fixed it by running unix2dos on the files. It may be occurring due to a local Git config setting.

@speedyweber did you clone the repo or did you download the ZIP file and unzip it?