Git Product home page Git Product logo

Comments (4)

BergQuester avatar BergQuester commented on July 23, 2024

Was able to install using these instructions: http://vogons.zetafleet.com/viewtopic.php?p=153724

from boxer.

alunbestor avatar alunbestor commented on July 23, 2024

Thanks for bringing this game to my attention, and glad that you were at least able to hack around the issue!

ripsaw8080, a VOGONS contributor, offers an explanation and fix for the underlying problem in a related thread:
http://vogons.zetafleet.com/viewtopic.php?t=24859

I'll look at including this fix into the next version of Boxer. Until then I've reopened the issue.

from boxer.

BergQuester avatar BergQuester commented on July 23, 2024

Cool.

Another thing I found, when trying to copy the game's directories to the C: drive, it seemed to have copied them as though they were single files. Both Boxer and Finder recognized the copied folders as files. I worked around the issue by copying the folders with Finder, which Boxer then recognized as folders. I don't know if I was doing something wrong (my old DOS prompt skills were never that sharp to begin with) or if it's a bug. If it sounds like a bug, I can create a detailed report for you.

Thanks for the reply and thanks for the incredible work on Boxer. I found the project via Arstechnica.

from boxer.

alunbestor avatar alunbestor commented on July 23, 2024

This isn't a bug, but an undesired consequence of how (badly) MS-DOS works. If you copy multiple files to a new destination, and that destination doesn't have a trailing slash to mark it as a directory, then the copy command will instead concatenate all the source files into one big file with the same name as the directory you were trying to copy them into. This shitty gotcha is how the original DOS copy command worked and unfortunately this has to be faithfully emulated for certain installers to work.

In general it's far easier and safer to do all your file operations via Finder instead. To assist with this, Boxer has a REVEAL command that will open the current DOS directory (or a specified directory) in Finder.

from boxer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.