hxcfe command line utility error

General discussion forum - for all that doesn't fit in any other category.
Post Reply
mikeyp
Posts: 48
Joined: Thu Feb 04, 2016 1:11 pm

hxcfe command line utility error

Post by mikeyp »

I'm using a script to generate my floppy images and inject the files into the HFE images. I keep getting the error in the output below but all seems to work ok. Just wondered if you were aware of it or if I'm doing something wrong.

The blank HFE file was created in March using the GUI. It is copied, renamed and then the files injected.

Thanks again!

Code: Select all

HxCFloppyEmulator_soft\hxcfe.exe -finput:FLOPPIES\DSKA0828.HFE -putfile:ROMS\FLOPPYROMS\VALIS4U.SWC

Code: Select all

HxC Floppy Emulator : Floppy image file converter
Copyright (C) 2006-2016 Jean-Francois DEL NERO
This program comes with ABSOLUTELY NO WARRANTY
This is free software, and you are welcome to redistribute it
under certain conditions;

libhxcfe version : 2.8.9.4

Input file : FLOPPIES\DSKA0828.HFE
File Image: FLOPPIES\DSKA0828.HFE
Checking FLOPPIES\DSKA0828.HFE
File loader found : HXC_HFE (SD Card HxCFE HFE file Loader)
Loading FLOPPIES\DSKA0828.HFE
file loader found!

File type : HXC_HFE - SD Card HxCFE HFE file Loader
Floppy interface mode : IBMPC_HD_FLOPPYMODE - PC Interface (1.44MB/HD Disk)
Number of Track : 80
Number of Side : 2

--------------------------
hxcfe_readSectorData : ERROR -> Sector not found ! track 0, side 1, sector 19,Sector size:512,Type:0
hxcfe_readSectorData : ERROR -> Sector not found ! track 0, side 0, sector 19,Sector size:512,Type:0

Put ROMS\FLOPPYROMS\VALIS4U.SWC
Files size : 1049088 Bytes

Create /VALIS4U.SWC
Write HFE file FLOPPIES\DSKA0828.HFE for the standalone emulator.
Floppy interface mode IBMPC_HD_FLOPPYMODE (PC Interface (1.44MB/HD Disk))
80 tracks written to the file

--------------------------
Stopping HxCFloppyEmulator...

Jeff
Site Admin
Posts: 8092
Joined: Fri Oct 20, 2006 12:12 am
Location: Paris
Contact:

Re: hxcfe command line utility error

Post by Jeff »

This is normal, the library try to count how many sectors there is per track.
Any i agree that this "error" message should muted.

Post Reply