VOGONS


First post, by exofreeze

User metadata
Rank Member
Rank
Member

Using bin/cue image, the install will create the BH95 folder and then claims the install is complete, however no files are copied over.

I have tried 0.74 & SVN. The debug version repeatedly says "null write" after I hit install.

conf file is set to defaults.

Help is greatly appreciated.

Reply 1 of 4, by Jorpho

User metadata
Rank l33t++
Rank
l33t++

Just in case no one posts a fix, you might be able to get it to work by booting a hard disk image in DOSBox. You'd probably have to copy the bin/cue to the image and mount it using SHSUCDHD.

Reply 2 of 4, by exofreeze

User metadata
Rank Member
Rank
Member

Thanks for the suggestion. In a worst case scenario there are rip versions floating around I can use. I would just like to install from this original cd image.

I'm not 100% familiar with booting hard disk images or using SHSUCHDH

Reply 3 of 4, by ripsaw8080

User metadata
Rank DOSBox Author
Rank
DOSBox Author

The installer needs XCOPY in the path. You can use XCOPY.EXE from MS-DOS or FreeDOS; however, no special switches are used, so in this particular case you can create a XCOPY.BAT file with the command "COPY %1 %2" and put it in the path.

Reply 4 of 4, by exofreeze

User metadata
Rank Member
Rank
Member

thank you ripsaw8080.