Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 778283
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T19:44:24+00:00 2026-05-14T19:44:24+00:00

I am currently working directly with Cocoa for the first time to built a

  • 0

I am currently working directly with Cocoa for the first time to built a screen saver. Now I came across a problem when trying to load resources from within the .saver bundle. I basically have a small C++ wrapper class to load .exr files using freeImage. This works as long as I use absoulte paths, but that’s not very useful, is it? So, basically, I tried everything: putting the .exr file at the level of the .saver bundle itself, inside the bundles Resources folder, and so on.

Then I simply tried to load the .exr like this, but without success:

particleTex = [self loadExrTexture:@"ball.exr"];

I also tried making it go to the .saver bundles location like this:

particleTex = [self loadExrTexture:@"../../../ball.exr"];

…to maybe load the .exr from that location, but without success.

I then came across this:

NSString * path = [[NSBundle mainBundle] pathForResource:@"ball" ofType:@"exr"];
const char * pChar = [path UTF8String];

…which seems to be a common way to find resources in Cocoa, but for some reason it’s empty in my case. Any ideas about that?
I really tried out anything that came to my mind without success so I would be glad about some input!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T19:44:25+00:00Added an answer on May 14, 2026 at 7:44 pm

    You should use NSBundle bundleWithIdentifier: instead of mainBundle to get a reference to your screen saver bundle.

    From the discussion section:

    This method is typically used by
    frameworks and plug-ins to locate
    their own bundle at runtime. This
    method may be somewhat more efficient
    than trying to locate the bundle using
    the bundleForClass: method.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently working with partner on a PHP project. We both edit directly to
Currently I am working on a piece of software, which is currently written 100%
Cocoa newbie here. I am working on an iPhone UITableViewController-based widget that can be
I'm fairly new to Cocoa and Objective-C. Currently I'm developing a fairly basic application
I am currently working on rewriting an application to use Data Mappers that completely
I'm currently working in a team where we're using a subversion repository. I say
I`m currently working out the design for simple graphic editor, who support trivial operations
I'm currently working with web services that return objects such as a list of
I'm trying to implement something similar to the iTunes browser, to browser a simple

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.