Debugging advice - attempt to insert nil value

Hello,
I have a program that gets its data from a lot of XML files.
When working on the XML files, if I do something wrong like, misspell a tag, or put a file that doesn't exists between the tags, or something like that, I often get this error.
iPhone_Comprehension[7991:207] * Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '* -[NSCFDictionary setObject:forKey:]: attempt to insert nil value (key: TheFilename)'
Then it also gives some Stack information that I can't grok.
These are always tough for me to debug because I never know where in the XML file the mistake was made.
Is there an easier or more efficient way to identify the source of these errors? Or do I have to go through the XML file line by line until I discover my mistake?
Thanks for any help on this!
Harvey

I'll tell you what I've done in the past....
When I'm working with a data file that suddenly brings down the tent, I split it up* (segments A & B) and try again.
If it works with segment A, you know that the cruft is in segment B.
Repeat the split (you now have A, B & C) and try with B. If it works you know the issue is within those 500 lines that represent C. You've just quickly eliminated 1500 lines you don't have to be concerned with. When you stop splitting/segmenting and start manually scanning again depends on your scanning skills.
I can read/scan 3000 words per minute - the size of my blocks actually depends on the size of the original file. *I really don't bother segmenting as a ts tactic until I get around 5k lines in a data file, so if the total is less, I'll just scan.
Now, of course, all of this assumes you've given up on undo's or backup files, etc. That part of coding discipline is another topic and at this point, I'm concluding you've decided that they don't work for your current issue(s).

Similar Messages

  • .mac sync error msg "attempt to insert nil value

    I've been trying to reset .Mac sync, and I keep getting this error msg
    *(NSCFDictionary setObject:forKey:]: attempt to insert nil value
    what is this?

    A bug; probably the result of a corrupt schema. If you really want to wipe the slate clean you can get rid of ~/Library/Application Support/SyncServices/Local, but you should make sure you have a backup handy just in case you lose something you care about in the process.

  • Netboot gone haywire - "attempt to insert nil value"

    I was happily NetBooting and re-imaging using DeployStudio, when everything went haywire. I was not getting any imaging done, and in the process of hunting down what went wrong all **** broke loose.
    I have deleted all the NetBoot images from NetBootSP0 and copied a fresh image to that folder. I have tried to stop the NetBoot service in Server Admin, but the service now has a red triangle in it and I can stop nor start the service. When I start Server Admin, I get an error "A connection with a server or service was lost" and it then takes a while for Server Admin to connect to the server to get the services. NetBoot still has a red triangle.
    The NetBoot service starts if I enter "serveradmin start netboot", but "serveradmin fullstatus netboot" reveals the following:
    2008-10-14 09:25:18.105 serveradmin[18720] Exception in doCommand: * -[NSCFDictionary setObject:forKey:]: attempt to insert nil value
    netboot:error = "NILRESPONSEERR (* -[NSCFDictionary setObject:forKey:]: attempt to insert nil value)"
    I have restarted the server a couple of times over the weekend, but that has not helped.
    Any help would be greatly appreciated.

    A helpful friend notified me of the following: The NBImageInfo.plist file can get corrupted. If the Name key is missing, the image will not be identified properly. I do not know exactly what the contents of the file should be, but when I added the Name key and restarted NetBoot, all was well.

  • Error messessage for software update is NSI Invalid Argument Exception attempt to insert nil value. No other apps work but Safari help?

    I can't get through software update - keep getting this on the thread. How do I fix?

    I would reinstall OS X:
    Reinstall OS X without erasing the drive
    Do the following:
    1. Repair the Hard Drive and Permissions
    Boot from your Snow Leopard Installer disc. After the installer loads select your language and click on the Continue button. When the menu bar appears select Disk Utility from the Utilities menu. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported click on the Repair Permissions button. Wait until the operation completes, then quit DU and return to the installer.
    If DU reports errors it cannot fix, then you will need Disk Warrior and/or Tech Tool Pro to repair the drive. If you don't have either of them or if neither of them can fix the drive, then you will need to reformat the drive and reinstall OS X.
    2. Reinstall Snow Leopard
    If the drive is OK then quit DU and return to the installer.  Proceed with reinstalling OS X.  Note that the Snow Leopard installer will not erase your drive or disturb your files.  After installing a fresh copy of OS X the installer will move your Home folder, third-party applications, support items, and network preferences into the newly installed system.
    Download and install the Combo Updater for the version you prefer from support.apple.com/downloads/.

  • Sync Services malfunction: attempt to insert nil

    I've been using Entourage (Office 2008) and iCal for years, with calendar entries in Entourage syncing to iCal (and thence to my iPhone and back again).
    Recently, the syncing process has gone haywire.  By and large, Sync Services is only updating old calendar entries (2008 and earlier) into iCal.  Some (but not all) repeating events get synced, so I see a handful of birthdays in 2011 and beyond in Cal. But nothing else more recent than 2008. It appears that the syncing process starts, but then aborts for reasons unknown.
    The console log is chock full of Sync Services errors. The following is but a snippet.
    9/30/11 9:56:11 AM          iCalExternalSync[4950]          [ICalExternalSync ]Encountered *** -[NSCFSet addObject:]: attempt to insert nil
    9/30/11 9:56:11 AM          com.apple.syncservices.SyncServer[4122]          2011-09-30 09:56:11.066 iCalExternalSync[4950:903] [ICalExternalSync ]Encountered *** -[NSCFSet addObject:]: attempt to insert nil
    9/30/11 9:56:11 AM          iCalExternalSync[4950]          [ICalExternalSync ]#2  0x00007fff88e3e5d7 in +[NSException raise:format:arguments:] ()
    #3  0x00007fff88e3e564 in +[NSException raise:format:] ()
    #4  0x00007fff894ffe53 in -[NSCFSet addObject:] ()
    #5  0x0000000100015eec in ?? ()
    #6  0x000000010000fc7d in ?? ()
    #7  0x00007fff83980457 in -[ISyncConcreteSessionDriver _pullPhaseOfSession] ()
    #8  0x00007fff8397cf91 in -[ISyncConcreteSessionDriver _sync:] ()
    #9  0x000000010000f0ec in ?? ()
    #10 0x000000010001e9d0 in ?? ()
    #11 0x0000000100001e50 in ?? ()
    9/30/11 9:56:11 AM          com.apple.syncservices.SyncServer[4122]          2011-09-30 09:56:11.257 iCalExternalSync[4950:903] [ICalExternalSync ]#2  0x00007fff88e3e5d7 in +[NSException raise:format:arguments:] ()
    9/30/11 9:56:11 AM          com.apple.syncservices.SyncServer[4122]          #3  0x00007fff88e3e564 in +[NSException raise:format:] ()
    9/30/11 9:56:11 AM          com.apple.syncservices.SyncServer[4122]          #4  0x00007fff894ffe53 in -[NSCFSet addObject:] ()
    9/30/11 9:56:11 AM          com.apple.syncservices.SyncServer[4122]          #5  0x0000000100015eec in ?? ()
    9/30/11 9:56:11 AM          com.apple.syncservices.SyncServer[4122]          #6  0x000000010000fc7d in ?? ()
    9/30/11 9:56:11 AM          com.apple.syncservices.SyncServer[4122]          #7  0x00007fff83980457 in -[ISyncConcreteSessionDriver _pullPhaseOfSession] ()
    9/30/11 9:56:11 AM          com.apple.syncservices.SyncServer[4122]          #8  0x00007fff8397cf91 in -[ISyncConcreteSessionDriver _sync:] ()
    9/30/11 9:56:11 AM          com.apple.syncservices.SyncServer[4122]          #9  0x000000010000f0ec in ?? ()
    9/30/11 9:56:11 AM          com.apple.syncservices.SyncServer[4122]          #10 0x000000010001e9d0 in ?? ()
    9/30/11 9:56:11 AM          com.apple.syncservices.SyncServer[4122]          #11 0x0000000100001e50 in ?? ()
    9/30/11 9:56:11 AM          iCalExternalSync[4950]          [ICalExternalSync ]NSException name:NSInvalidArgumentException reason:*** -[NSCFSet addObject:]: attempt to insert nil
    9/30/11 9:56:11 AM          com.apple.syncservices.SyncServer[4122]          2011-09-30 09:56:11.258 iCalExternalSync[4950:903] [ICalExternalSync ]NSException name:NSInvalidArgumentException reason:*** -[NSCFSet addObject:]: attempt to insert nil
    9/30/11 9:56:32 AM          iCalExternalSync[5076]          [ICalExternalSync ]Another sync will be executed to insure the com.apple.ical.calendars.TaskOrder singleton is correct
    9/30/11 9:56:32 AM          com.apple.syncservices.SyncServer[4122]          2011-09-30 09:56:32.531 iCalExternalSync[5076:903] [ICalExternalSync ]Another sync will be executed to insure the com.apple.ical.calendars.TaskOrder singleton is correct
    9/30/11 9:56:35 AM          iCalExternalSync[5076]          [ICalExternalSync ]Encountered *** -[NSCFSet addObject:]: attempt to insert nil
    9/30/11 9:56:35 AM          com.apple.syncservices.SyncServer[4122]          2011-09-30 09:56:35.319 iCalExternalSync[5076:903] [ICalExternalSync ]Encountered *** -[NSCFSet addObject:]: attempt to insert nil
    The repeated messages about "attempt to insert nil" seems suspect, but I'm not sure what to do about it.
    Syncservices is generating many megabytes of log files, starting a few days ago.
    My troubleshooting so far:
    reboot OSX
    disable the Sync preference in Entourage ('Synchronize events and tasks'), and re-enable
    quit/ relaunch Entourage (many times)
    quit/relaunch iCal (many times)
    rebuild the Entourage database (in case it had become corrupted)
    delete the iCal prefs and database, per an article at http://www.office.mvps.org/syncservices/ical.html which said:Deleting these files should restore your default iCal calendars:
    ~/library/preferences/com.apple.iCal.AlarmScheduler.plist
    ~/library/preferences/com.apple.iCal.helper.plist
    ~/library/preferences/com.apple.iCal.plist
    and delete the contents of
    ~/Library/Calendars/Calendar Cache
    re-enable the Sync preference in Entourage. After doing so, The Entourage calendar in iCal reappeared, but once again, only really old calendar entries from Entourage were transferred over. Sync Services announced there was a large number of conflicts that needed to be resolved.  I granted permission, but the listed events didn't appear.
    I don't have MobileMe. I don't sync to Google Calendars or anything else.
    My iPhone is now stranded - I don't dare sync it with iTunes as the calendar information which is in it will get clobbered.
    Any ideas on how to restore proper syncing?

    OP reporting more information.
    I used Time Machine to go back to last week when syncing was working, and restored all the sync-related files that I could find:
    ~/Library/Application Support/Calendars
    ~/Library/Application Support/iSync
    ~/Library/Application Support/SyncServices
    ~/Library/Application Support/iCal
    ~/Library/Application Support/PreferencesSync
    ~/Library/Preferences/iCal.plist
    ~/Library/Preferences/iSync.plist
    This had the beneficial effect of restoring most of my event data from iCal into Entourage. (it's pretty much the view in iCal that I had last week). However, syncing is still not working. Any changes made to events on either side (Entourage or iCal) don't get synced across.
    Every time SyncServices runs, it generates thousands of errors in the log. It seems to be logging in Debug mode, as if it knows there's something wrong. I've scanned through the logged messages, but nothing jumps out as being the cause of the non-syncing.
    Perhaps I'll have to reinstall OSX from scratch :-(

  • Attempt to insert nil key error

    In my mail preferences, when I go to edit the outgoing server list, the drop down flicker a second but the window to edit the list never comes up. I checked the console log and get two of the messages pasted in below. Any ideas!?
    9/2/10 7:27:29 AM Mail[84563] * -[NSCFDictionary setObject:forKey:]: attempt to insert nil key
    Stack Trace: (
    2438687984,
    2534180076,
    etc.

    Either one of these articles may assist you
    Lion Server: When binding an Lion Open Directory Server using SSL, "Unable to add server" appears
    http://support.apple.com/kb/TS3958
    or
    Mac OS X v10.7: Unable to connect to a Mac OS X v10.6 Open Directory Server
    http://support.apple.com/kb/TS3861?viewlocale=en_US

  • Safari crashes on launch w. "attempt to insert nil"

    Safari 1.3.2
    -[NSCFArray insertObject:atIndex:]: attempt to insert nil
    Context: We've been having trouble for a few days with the status line saying "completed 1 of 3"... "completed 48 of 50" and then just not getting anywere. Attempts to wake it up by placing cursor at end of URL and pressing return, or clicking on page refresh would fail at same place or earlier. Resetting Safari seemed to help for a while. It was fairly consistently happening on certain sites (e.g. www.marketwatch.com, but also google, yahoo...).
    Suspecting someone was riding on our wi-fi and generating enough extra traffic to mess up the timing of transactions, I secured it with TKIP WPA password and that seemed to work for a day or so. I was using it at 05:00 but at 12:30 nothing was working. Pings were working, DNS lookups were usually working. The ISP says they can see through to the DSL modem. I reset the DSL modem and router to factory defaults, then re-established settings that had been working, earlier. That let me get this far with IE. Now, IE 5.2.3 lets me in, but grumps about certificates, and crashes every 3-5 pages.
    At one point, getting back to Safari, thinking the preferences (.plist) were being clobbered I moved Safari's preferences (Bookmarks, Downloads, History and com.apple.Safari), but that made no difference, so I brought them back.
    What have I overlooked?
    jgo456 yahoo . com

    sftp from Terminal is also broken, not getting to the point of asking for pw...
    but ftp works.

  • An internal error has occurred: ?:0: attempt index a nil value

    I have followed the troubleshooting recommendations and when I create a new user account with Administrator rights and run LR the problem goes away. OK fine. So now what? How do I correct the problem when logged into my computer under the original user name?
    Thank you.

    I have followed the troubleshooting recommendations and when I create a new user account with Administrator rights and run LR the problem goes away. OK fine. So now what? How do I correct the problem when logged into my computer under the original user name?
    Thank you.

  • [NSUserDefaults setObject:forKey:]: Attempt to insert non-property valu

    Hi all
    I have been writting classes at work in Xcode 4.? SL 10.6.8 and every thing has been working fine. When I bring a copy home to work on under Lion in Xcode 4.3.2 I get issues (Lots of them)
    While I have solved or worked around most I am unsure why I am getting an error with my NSUserDefaults.
    I have a method that I run in a singleton
    + (void)setSaveLocation : (NSString *) saveLocation
        NSMutableDictionary * ccLogManagerDictionaryFromUserDefaults = [[NSMutableDictionary alloc] initWithDictionary:[[NSUserDefaults standardUserDefaults] valueForKey:@"CCLogManager"]];
        [ccLogManagerDictionaryFromUserDefaults setObject:saveLocation forKey:@"Save Location"];
        [[NSUserDefaults standardUserDefaults] setObject:ccLogManagerDictionaryFromUserDefaults forKey:@"CCLogManager"];
        [ccLogManagerDictionaryFromUserDefaults release];
        // Post a notification to inform other classes that the savelocation has changed
        NSNotificationCenter *notification = [NSNotificationCenter defaultCenter];
        [notification postNotificationName:@"CCLogManagerNotificationSaveLocation" object:self];
    This worked fine before. The only change I have made is to the method in a different class that send the information :
    - (IBAction)changeSaveLocation: (id)sender
        NSOpenPanel* openDlg = [NSOpenPanel openPanel];
        [openDlg setCanChooseFiles:NO];
        [openDlg setCanChooseDirectories:YES];
        if ( [openDlg runModal] == NSOKButton )
            NSArray* files = [openDlg URLs];
            int i;
            for( i = 0; i < [files count]; i++ )
                NSString* fileName = [files objectAtIndex:i];
                [CCLogManager setSaveLocation:fileName];
    I had to change two lines due to depreciation:
        if ( [openDlg runModalForDirectory:nil file:nil] == NSOKButton )
    and
            NSArray* files = [openDlg filenames];
    What I dont understand is that I am still passing a NSString as required. And if in the first method I simpy insert a @"" string like so
        [ccLogManagerDictionaryFromUserDefaults setObject:
    @"file://localhost/Volumes/MacPro%20RAID/Home%20Folder/Downloads/8-tileable-meta l-textures/"  forKey:@"Save Location"];
    Then it works
    Any assistance would be most appreciated.
    Cheers
    Steve
    Oh and the error is:
    2012-06-14 22:41:31.843 ProControl[3630:403] *** -[NSUserDefaults setObject:forKey:]: Attempt to insert non-property value '{
        "Logging Enabled" = 1;
        "Save Location" = "file://localhost/Volumes/MacPro%20RAID/Home%20Folder/Downloads/8-tileable-meta l-textures/";
    }' of class '__NSCFDictionary'.  Note that dictionaries and arrays in property lists must also contain only property values.
    And it don't save to the User Defaults.

    Hi etresoft, thanks for the reply.
    Do you mean the number 1 pertaining to "Loggining Enabled" = 1?
    If so this should be a   [NSNumber numberWithBool: YES] which is already in the userdefauts.plist. before copying the original dictionary.
    The method save should be copying a dictionary from the .plist and only changing the dictionary entry for "Save Location" which is a NSString. It shouldn't be doing anything to the "Logging Enabled" entry which as I say should already be a NSNumber numberWithBool . Plus seeing as you can change the line
    [ccLogManagerDictionaryFromUserDefaults setObject:saveLocation forKey:@"Save Location"];
    to
    [ccLogManagerDictionaryFromUserDefaults setObject:
    @"file://localhost/Volumes/MacPro%20RAID/Home%20Folder/Downloads/8-tileable-meta l-textures/"  forKey:@"Save Location"];
    and still not touch the "Loggining Enabled" = 1 I don't that the 1 is an issue.
    Sorry if I'm being dense.

  • An internal error has occurred:  ?:0: attempt to index a nil value after installing LR5.5 update and trying to play or preview slideshow

    An internal error has occurred:  ?:0: attempt to index a nil value after installing LR5.5 update and trying to play or preview slideshow. Never had this problem before. I went to forums and see that this is a problem with previous versions and this only occurred after installing lastest update.

    Jeannine,
         If you follow the advice of the previous poster Julie Kmoch and then gradualy add presets back in one at a time you might be able to find the one that is causing the issue. I may be guessing, but I believe the issue has something to do with either an incompatible Preset setting (eg a older preset in newer version of LR) or a corrupt Preset.
    Say you bought LR2 and imported a bunch of Presets from the internet, cuz 'Hey these effects are cool and I don't have to recreate the wheel', and then you upgraded to LR3 (not a clean install) and now one of the Presets that calls a certain slider setting or value that is different in LR3 doesn't work anymore. This might be why it throws the error, but again I am just speculating.
    Location of LR Preset folder in Windows Vista/ Windows 7
    C:/Users/<YourUserName>/AppData/Roaming/Adobe/Lightroom/Develop Presets
    If you do not see the folder AppData, you may need to change the settings in Windows Explorer to 'Show Hidden Files and Folders'. To do that in Windows Vista/ Windows 7, open a Windows Explorer window, Click on Organize, then Foler and Search Options. Then click on the View tab and select the option button next to Show hidden files, folders and drives.
    Hope this helps a bit,
    Glenn

  • Regarding Lightroom Slideshow module: When I click on the preview button I get the following error: An internal error has occurred: ?:0: attempt at index a nil value. This occurs with any group of images I select in my catalog.

    Regarding Lightroom Slideshow module: When I click on the preview button I get the following error: An internal error has occurred: ?:0: attempt at index a nil value. This occurs with any group of images I select in my catalog.

    Jeannine,
         If you follow the advice of the previous poster Julie Kmoch and then gradualy add presets back in one at a time you might be able to find the one that is causing the issue. I may be guessing, but I believe the issue has something to do with either an incompatible Preset setting (eg a older preset in newer version of LR) or a corrupt Preset.
    Say you bought LR2 and imported a bunch of Presets from the internet, cuz 'Hey these effects are cool and I don't have to recreate the wheel', and then you upgraded to LR3 (not a clean install) and now one of the Presets that calls a certain slider setting or value that is different in LR3 doesn't work anymore. This might be why it throws the error, but again I am just speculating.
    Location of LR Preset folder in Windows Vista/ Windows 7
    C:/Users/<YourUserName>/AppData/Roaming/Adobe/Lightroom/Develop Presets
    If you do not see the folder AppData, you may need to change the settings in Windows Explorer to 'Show Hidden Files and Folders'. To do that in Windows Vista/ Windows 7, open a Windows Explorer window, Click on Organize, then Foler and Search Options. Then click on the View tab and select the option button next to Show hidden files, folders and drives.
    Hope this helps a bit,
    Glenn

  • Lightroom mobile login not working (attempt to index a nil value)

    I tried to login in to lightroom mobile on my mac, but lightroom keeps rejecting my login, saying I "attempt to index a nil value". This problem is independent from the catalog I use. Any advice?

    Hi de Lachos,
    1. Launch LR. Go to Edit > Preferences > Presets tab > click "Show Lightroom Presets Folder"
    2.  rename the "Lightroom" presets folder to "Lightroom-x"
    3. Quit and relaunch LR. It will ask you to manually find your catalog.
    4. See if the problem went away.

  • LR Error "attempt to index a nil value"

    As of this evening, Lightroom has stopped working. At various times including startup (2x) I get a message saying "?:0: attempt to index a nil value". Then when the program is loaded, it appears to have an empty catalog.
    At first I thought the problem might be a corrupted catalog file. However, if I hold down ALT at launch and specify another catalog, or if I create a new one, I get the same results.
    Within the program, I see the message again when I switch modules to DEVELOP, or SLIDESHOW but not when I switch to WEB or PRINT. Once I've moved away from the LIBRARY module, any attempt to move back to it results in the message and staying on the same module I was on.
    I am running Windows XP Pro SP2. There is 2gb RAM on the system and 24gb free disk space on C.
    I tried UNINSTALLING the program then re-installing with the 2.1 update, but that made no difference.
    Something that may be related: I installed the MS .NET 3.5 framework in between the last time I used LR successfully and the first time I saw it fail. I don't know if there is a conflict there... everything else I've tried seems fine and I've got a BUNCH of software installed.

    Jeannine,
         If you follow the advice of the previous poster Julie Kmoch and then gradualy add presets back in one at a time you might be able to find the one that is causing the issue. I may be guessing, but I believe the issue has something to do with either an incompatible Preset setting (eg a older preset in newer version of LR) or a corrupt Preset.
    Say you bought LR2 and imported a bunch of Presets from the internet, cuz 'Hey these effects are cool and I don't have to recreate the wheel', and then you upgraded to LR3 (not a clean install) and now one of the Presets that calls a certain slider setting or value that is different in LR3 doesn't work anymore. This might be why it throws the error, but again I am just speculating.
    Location of LR Preset folder in Windows Vista/ Windows 7
    C:/Users/<YourUserName>/AppData/Roaming/Adobe/Lightroom/Develop Presets
    If you do not see the folder AppData, you may need to change the settings in Windows Explorer to 'Show Hidden Files and Folders'. To do that in Windows Vista/ Windows 7, open a Windows Explorer window, Click on Organize, then Foler and Search Options. Then click on the View tab and select the option button next to Show hidden files, folders and drives.
    Hope this helps a bit,
    Glenn

  • Can't export to SmugMug due to error message "attempt to index a nil value"

    I am trying to export images to SmuMug. I am getting the message that LR can't update files;  an internal error has occurred ?:0 attempt to index a nil value.  I've tried several times with different folders. About half of the original files exported before the problem occurred. Can someone tell me how to fix this? Thanks.

    Here is an update from my original post. I also wrote smugmug and they have never replied; however, I think this has been either a network connection problem or a smugmug bug. Since the first post, I have had AT&T check my modem and they gave me a new one. Even though they replaced it, they did not think I had connection problems and thought my download/upload speeds were at the correct level. I also erased my hard drive and reinstalled my operating system and restored from back up as there seemed to be other issues with my computer. The computer is apparently fine, but before it was all over I bought a new 27" imac. Smugmug has also taken their system down and installed some bug fixes a couple of times lately. In sum, all I know is that now the export to smugmug feature is working fine. To rcheek6: try resetting your modem and see if that corrects the problem. Also email smugmug and see if they'll answer.

  • LR4: error message on import : attempt to call field 'isNSImage' (a nil value)

    I have just installed LR4 on my mac and when I click on import I get the error message -
    : attempt to call field 'isNSImage' (a nil value)
    Can anyone give me any idea what this means or how to rectify it.
    I am new at all this and really don't have a clue
    Thanks

    Forgotten ... Windows 8 64Bit.
    Haven't tried the preferences yet, was thinking about it though. I'll try tonight.
    Thanks so far.

Maybe you are looking for

  • Script task to read the column names dynamically and create a table in database based on excel column structure

    Hello, Can anyone help me out to write a vb.net script. I need to read the column names from excel and based on that column names I need to create a table in database(I have more than one sheet in excel). For each sheet columns will be changing and s

  • 2 rdf , 2rtf could create 1 pdf file ?

    I was wondering if it is possible to create ONE PDF file from more than 2 rdf. here , my thought is... there are 2 rdf that creates each PDF files. it would be very useful if there is a techniq that merge those PDF created files into One PDF.

  • Is doing configuration for FB60 using customer field a core mod?

    Hello, For our project, a customer field 'ZZAPPROVER' was added in FB60 transaction code. It is possible through configuration through the following path:- SPRO --> Financial Accounting (New) --> Financial Accounting Global Settings (New) --> Ledgers

  • How to execute a class Indirectly

    Hello All, Is there a way to call a class indirectly? I tried Reflection but had no success. Below is how I call login now, and then my attempt with Reflection. Any and all help would be greately appreciated. Thanks in advance. new login(); Class c =

  • MacBook Pro - Loads of problems

    Hey, I've been using Macs since 1984 without issues, more recently using 17" PowerBook. Now I've updated to the Intel MacBook Pro and I have got nothing but problems, first on a MacBook Pro 17" Core Duo and now and even worse on MacBook Pro 17" Core