Search Criteria
Package Details: discimagecreator 20260101-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/discimagecreator.git (read-only, click to copy) |
|---|---|
| Package Base: | discimagecreator |
| Description: | A disk image creation tool supporting a large number of formats |
| 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: | 2026-01-01 16:55 (UTC) |
Dependencies (7)
- libarchive (libarchive-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR, openssl-staticAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- meson (meson-gitAUR) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR) (make)
- unscramblerAUR (optional) – Unscramble GC/Wii optical disks
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.txtfile is installed in foo/local?<deleted-account> 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