Package Details: discimagecreator 20250101-1

Git Clone URL: https://aur.archlinux.org/discimagecreator.git (read-only, click to copy)
Package Base: discimagecreator
Description: A disk image creation tool supporting CD, GD, DVD, BD, GC/Wii, Xbox, floppy, MO, USB, etc
Upstream URL: https://github.com/saramibreak/DiscImageCreator
Licenses: Apache-2.0
Submitter: Sematre
Maintainer: xiota
Last Packager: xiota
Votes: 0
Popularity: 0.000000
First Submitted: 2021-12-21 23:25 (UTC)
Last Updated: 2025-01-02 06:09 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

nvllsvm commented on 2024-06-07 16:42 (UTC)

Please add unscrambler as an optional dependency (https://aur.archlinux.org/packages/unscrambler). It's automatically used when GameCube or Wii discs are dumped https://github.com/saramibreak/DiscImageCreator/wiki#preparation-2

sl1pkn07 commented on 2022-11-23 15:06 (UTC)

upstream patch https://github.com/saramibreak/DiscImageCreator/issues/160#issuecomment-1324656212

sl1pkn07 commented on 2022-11-22 14:54 (UTC)

Hi. why the driveOffset.txt file is installed in foo/local?

micke1m commented on 2022-08-06 23:01 (UTC)

Hi, I have the same issue as NRG had and I see you have created the symlink workaround. Except the problem is the target file does not exist at usr/local/share/DiscImageCreator/driveOffset.txt

It seems the file simply is not installed with the PKGBUILD? It's in the Release_ANSI folder in the tar.gz.

Sematre commented on 2022-02-17 16:44 (UTC) (edited on 2022-02-17 16:45 (UTC) by Sematre)

Hi, I tried to reproduce your error but I had no issues dumping disks into .iso files. Maybe it would be a better to create an issue on the GitHub page. That way it would benefit everyone.

NRG commented on 2022-02-13 16:20 (UTC) (edited on 2023-02-07 08:34 (UTC) by NRG)

Hi, first off: thanks for the AUR package! I've noticed I get the error/warning "This drive doesn't define in driveOffset.txt", but my drive is definitely in there. Using strace, I found out discimagecreator is looking in the wrong place: openat(AT_FDCWD, "/usr/bin/driveOffset.txt", O_RDONLY) = -1 ENOENT (No such file or directory). As a workaround, I put a softlink there to /usr/local/share/DiscImageCreator/driveOffset.txt. But maybe you can have the AUR package do that. :-) Cheers NRG