hxcfe.exe Sector not found 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.exe Sector not found error

Post by mikeyp »

Hi Jeff

I'm getting an odd error when adding a file to a HFE image via command line.

To reproduce, I create a blank 1.44MB HFE image with HxCFloppyEmulator v2.1.24.1 called BLANK.HFE. I then use the following commandline to add any file and get the following output.

Code: Select all

E:\SNES>HxCFloppyEmulator_soft\hxcfe.exe -finput:HxCFloppyEmulator_soft\BLANK.HFE -putfile:7za.dll
HxC Floppy Emulator : Floppy image file converter v2.0.2.1
Copyright (C) 2006-2018 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.9.5.1

Input file : HxCFloppyEmulator_soft\BLANK.HFE
File Image: HxCFloppyEmulator_soft\BLANK.HFE
Checking HxCFloppyEmulator_soft\BLANK.HFE
File loader found : HXC_HFE (SD Card HxCFE HFE file Loader)
Loading HxCFloppyEmulator_soft\BLANK.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 : 84
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 7za.dll
Files size : 362496 Bytes

Create /7za.dll
Write HFE file HxCFloppyEmulator_soft\BLANK.HFE for the standalone emulator.
Floppy interface mode IBMPC_HD_FLOPPYMODE (PC Interface (1.44MB/HD Disk))
84 tracks written to the file

--------------------------
Stopping HxCFloppyEmulator...
Thanks again

Michael

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

Re: hxcfe.exe Sector not found error

Post by Jeff »

You can ignore this error : This message come while the software try to detect if this is a 720KB/1.44MB or a 2.88MB image.
I should mask/hide it.

mikeyp
Posts: 48
Joined: Thu Feb 04, 2016 1:11 pm

Re: hxcfe.exe Sector not found error

Post by mikeyp »

Excellent. Thank you. :)

Post Reply