[BUG] SDL: failed to load image: ../icon/home.png #437

Open
opened 2026-01-29 16:43:56 +00:00 by claunia · 0 comments
Owner

Originally created by @chopchipper443 on GitHub (Jul 29, 2018).

CCExtractor version: 0.85 (git commit d5f522c8c5edd0bf3e70edd6ce26f634320e4a4c)

  • I have read and understood the contributors guide.
  • I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present.
  • I have checked that the issue I'm posting isn't already reported.
  • I have checked that the issue I'm porting isn't already solved and no duplicates exist in closed issues and in opened issues
  • I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.
  • I have used the latest available version of CCExtractor to verify this issue exists.

My familiarity with the project is as follows (check one, eg [X] - and delete unchecked ones):

  • I absolutely love CCExtractor, but have not contributed previously.

Necessary information

  • Is this a regression (did it work before)? [ ] NO | [ ] YES | [x] MAYBE?
  • What platform did you use? [ ] Windows - [x] Linux - [ ] Mac
  • What were the used arguments? 'ccextractorGUI'

Additional information
Trying to use ccextractorGUI, running into the mentioned title issue.

  • Built ccextractor and ccextractorGUI from latest git master, on linux with all required dependencies. Builds fine.
git clone https://github.com/CCExtractor/ccextractor
cd ccextractor/linux
./autogen.sh && ./configure --with-gui && make
  • Program runs proper by running ./ccextractorGUI in ./ccextractor/linux/
  • Trying to run ccextractorGUI in any other folder, including /usr/bin/, results in the mentioned error:
    [SDL]: failed to load image: ../icon/home.png
  • Manually copying the entire ./ccextractor/icon folder somewhere else, along with ccextractorGUI, and then running ccextractorGUI, results in a segfault core dump.

Not sure if this is some sort of known issue elsewhere, or if there was an option missing to build required external files into an independent, static file, but would like to solve this issue if possible. Many thanks.

Originally created by @chopchipper443 on GitHub (Jul 29, 2018). CCExtractor version: 0.85 (git commit d5f522c8c5edd0bf3e70edd6ce26f634320e4a4c) - [x] I have read and understood the [contributors guide](https://github.com/CCExtractor/ccextractor/blob/master/.github/CONTRIBUTING.md). - [x] I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present. - [x] I have checked that the issue I'm posting isn't already reported. - [x] I have checked that the issue I'm porting isn't already solved and no duplicates exist in [closed issues](https://github.com/CCExtractor/ccextractor/issues?q=is%3Aissue+is%3Aclosed) and in [opened issues](https://github.com/CCExtractor/ccextractor/issues) - [x] I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion. - [x] I have used the latest available version of CCExtractor to verify this issue exists. **My familiarity with the project is as follows (check one, eg [X] - and delete unchecked ones):** - [x] I absolutely love CCExtractor, but have not contributed previously. **Necessary information** - Is this a regression (did it work before)? [ ] NO | [ ] YES | [x] MAYBE? - What platform did you use? [ ] Windows - [x] Linux - [ ] Mac - What were the used arguments? 'ccextractorGUI' **Additional information** Trying to use ccextractorGUI, running into the mentioned title issue. - Built ccextractor and ccextractorGUI from latest git master, on linux with all required dependencies. Builds fine. ``` git clone https://github.com/CCExtractor/ccextractor cd ccextractor/linux ./autogen.sh && ./configure --with-gui && make ``` - Program runs proper by running ./ccextractorGUI in ./ccextractor/linux/ - Trying to run ccextractorGUI in any other folder, including /usr/bin/, results in the mentioned error: [SDL]: failed to load image: ../icon/home.png - Manually copying the entire ./ccextractor/icon folder somewhere else, along with ccextractorGUI, and then running ccextractorGUI, results in a segfault core dump. Not sure if this is some sort of known issue elsewhere, or if there was an option missing to build required external files into an independent, static file, but would like to solve this issue if possible. Many thanks.
claunia added the good-first-taskGCI19 labels 2026-01-29 16:43:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ccextractor#437