MobyGamer / total-dos-launcher

A system for easily loading and running thousands of DOS programs on vintage hardware
MIT License
109 stars 10 forks source link

Releases broken due to false line endings in the TDL.INI and HANDLERS.INI files? #38

Closed theMK2k closed 6 years ago

theMK2k commented 6 years ago

I've been experimenting with the official TDL binary releases (TDLIndexer.py and /distro directory) and it seems that the .zip releases of TDL 0.1.0 - 0.1.2 provide the /distro/TDL.INI and /distro/HANDERS.INI with wrong line endings:

With the provided .INI files you get error messages when running TDL.EXE.

MobyGamer commented 6 years ago

You're right, it looks like the line endings were translated as part of doing the git push. I'll see how I can fix that on my end for just the .INI files.

MobyGamer commented 6 years ago

Looks like https://help.github.com/articles/dealing-with-line-endings/ will definitely fix this.

MobyGamer commented 6 years ago

Fixed.

theMK2k commented 6 years ago

Thanks for the last fixes/enhancements.

As you may have guessed, I'm still not able to set up the TP dev environment to successfully build TDL. Could you provide a new binary release? Thanks :)

MobyGamer commented 6 years ago

Sorry about that; pushed release 0.1.3. You can also just grab new .INI files and the .EXE file from the distro/ subdir if you want.