• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: App give s -35 error when run out of the debugger
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: App give s -35 error when run out of the debugger


  • Subject: Re: App give s -35 error when run out of the debugger
  • From: "Jason T. Slack-Moehrle" <email@hidden>
  • Date: Mon, 12 Nov 2012 17:29:51 -0800

As an update: 

OS X 10.6.8, XCode 3.2.6 targeting 10.5 SDK, Carbon

My app works in the debugger. all the resources, etc load. (there are a lot, hundreds, from .png's to special text files, etc)

When I double click it outside the debugger it returns a -35 error.

According to MacErrors.h: http://opensource.apple.com/source/CarbonHeaders/CarbonHeaders-18.1/MacErrors.h

a -35: nsvErr = -35, /*no such volume*/

According to Console.app: 11/12/12 10:59:23 AM [0x0-0x25d25d]Mystical[18406]  what():  {-35}

So it seem the paths are like: 

.\Flg.h

.\Dreamsuite\DS1Preferences.iqu

.\DreamSuite\DS1SecurePreferences.iqu

.\Dreamsuite\SplashScreen.iqu

.\\Dreamsuite\\dsSplash.jpg

.\Dreamsuite\DS1Skin.iqk

.\Dreamsuite\DS1Skin.iqk

.\Dreamsuite\ButtonSkin1.iqk

.\Dreamsuite\MainStringTable.iqs

.\Dreamsuite\ControlStringIndex.iqc

.\Dreamsuite\Effects\Correction Layer

.\Dreamsuite\Effects\Antique Photo

.\Dreamsuite\Effects\Black and White

.\Dreamsuite\Effects\Blue Sky

.\Dreamsuite\Effects\Color Bleach

.\Dreamsuite\Effects\Color Contrast

.\Dreamsuite\Effects\Color Mixer

.\Dreamsuite\Effects\Color Tone

.\Dreamsuite\Effects\Cool Colors 

So if the app is in a folder with a hierarchy of:

app.app
Flg.h
Dreamsuite\DS1Preferences.iqu
...
Dreamsuite\Effects\Correction Layer
...

isn't the .\ at the beginning messing this up?

shouldn't it be just returning:

Flg.h

Dreamsuite\DS1Preferences.iqu

DreamSuite\DS1SecurePreferences.iqu

Dreamsuite\SplashScreen.iqu

Dreamsuite\\dsSplash.jpg

Dreamsuite\DS1Skin.iqk

Dreamsuite\DS1Skin.iqk

Dreamsuite\ButtonSkin1.iqk

Dreamsuite\MainStringTable.iqs

Dreamsuite\ControlStringIndex.iqc

Dreamsuite\Effects\Correction Layer

Dreamsuite\Effects\Antique Photo

Dreamsuite\Effects\Black and White

Dreamsuite\Effects\Blue Sky

Dreamsuite\Effects\Color Bleach

Dreamsuite\Effects\Color Contrast

Dreamsuite\Effects\Color Mixer

Dreamsuite\Effects\Color Tone

Dreamsuite\Effects\Cool Colors 

-Jason
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: App give s -35 error when run out of the debugger
      • From: Fritz Anderson <email@hidden>
References: 
 >App give s -35 error when run out of the debugger (From: "Jason T. Slack-Moehrle" <email@hidden>)

  • Prev by Date: Re: IB Deployment
  • Next by Date: Re: IB Deployment
  • Previous by thread: Re: App give s -35 error when run out of the debugger
  • Next by thread: Re: App give s -35 error when run out of the debugger
  • Index(es):
    • Date
    • Thread