zaps166 / NFSIISE

Need For Speed™ II SE - Cross-platform wrapper with 3D acceleration and TCP protocol!
MIT License
550 stars 45 forks source link

convert_to_lowercase fails in Cygwin #121

Open ncflagg opened 1 month ago

ncflagg commented 1 month ago

The inclusion of the convert_to_lowercase script is nice, but fails in Cygwin with "cannot move 'ART' to a subdirectory of itself". It makes more sense to me to have the compiled game use the upper case naming from the CD image. Linux can handle it, so why add this hoop to jump through?

zaps166 commented 1 month ago

Why don't use native Windows EXE instead?

ncflagg commented 1 month ago

I'm using Cygwin to prep the game for installation on a handheld device (R36s running ArkOS)

zaps166 commented 1 month ago

I see, maybe try git for windows (bash) or WSL or msys2 instead (not tested)?