mkisofs failes iso creation w/multi copies of cygwin1.dll

Report new bugs here, or look at known issues of current and previous releases of UBCD.

Moderators: Icecube, StopSpazzing

Locked
Message
Author
sanchoooo
Posts: 1
Joined: Sat Jan 19, 2008 11:14 pm

mkisofs failes iso creation w/multi copies of cygwin1.dll

#1 Post by sanchoooo » Sat Jan 19, 2008 11:19 pm

----CUT----
Check for different Bootloaders:
BCDW found
MkISOfs.exe version:
3 [main] ? 13508 shared_info::initialize: size of shared memory region changed from 21008 to 19992
C:\UBCD4Win\temp\mkisofs.exe (13508): *** user shared size version mismatch detected - 0xA65C/0xA660.
You have multiple copies of cygwin1.dll on your system.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.
MKISOFS-options:
-iso-level 4 -volid ""UBCD4Windows"" -A PEBUILDER/MKISOFS -sysid ""Win32"" -no-emul-boot -boot-load-size 4 -hide boot.catalog -allow-lowercase -R -U -sort C:\UBCD4Win\temp\pe_sort.txt -duplicates-once
- Start making CD using BOOTSECT.BIN as loader file
C:\UBCD4Win\BartPE>"C:\UBCD4Win\temp\mkisofs.exe" -iso-level 4 -volid ""UBCD4Windows"" -A PEBUILDER/MKISOFS -sysid ""Win32"" -no-emul-boot -boot-load-size 4 -hide boot.catalog -allow-lowercase -R -U -sort C:\UBCD4Win\temp\pe_sort.txt -duplicates-once -b BOOTSECT.BIN -hide BOOTSECT.BIN -o "C:\temp\UBCD4WinBuilder.iso" . 2>&1 | mtee /+ C:\UBCD4Win\autobuild.log
3 [main] ? 14520 shared_info::initialize: size of shared memory region changed from 21008 to 19992
C:\UBCD4Win\temp\mkisofs.exe (14520): *** user shared size version mismatch detected - 0xA65C/0xA660.
You have multiple copies of cygwin1.dll on your system.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version. The most recent version *should*
reside in x:\cygwin\bin, where 'x' is the drive on which you have
installed the cygwin distribution.
ISO succesfully created
----CUT----

The above 'ISO succesfully created' is false.. The ISO was never created because of the mkisofs failure

Locked