Failed to load window nib file

I am currently building an Application, and I want to use sereval windows. But if I want to open the second window, I ways get this command line message:
2011-05-18 20:41:14.069 iLearnVocab[11773:903] -[AddVocabulary loadWindow]: failed to load window nib file 'Add Vocabulary'.
The compiler sais No Issues. In the Application, there is a button, in the main window, that opens the second Window. At first, I tried, to create an empty XIB and add an NSPanel. After that I tried to use a XIB with a window, but it doesn't really matter. The problem is the same. I tried several things, that might cause this problem. File`s owner is set to an Window Controller, that was made for this window and the name of the window in the code seems to be correct. A Controller, that is responsible for sereval other things (such as  table view or all the other buttons) has this method if the button, which should open the Window is pushed:
- (IBAction)addVocabulary:(id)sender {
    if (!addVocabularyController) {
        addVocabularyController = [[AddVocabularyController alloc] init];
    NSLog(@"addVocabularyController: %@", addVocabularyController);
    [addVocabularyController showWindow:self];
I also added an outlet of the window (or panel) to the controller. While hunting this bug, I was looking in Aaron Hillegass "Cocoa programming for Mac OS X" for help. I followed every step how to add an additional window, but it didn't worked in my project. Hillegass example project worked, when I was building it. I did everything like it was done in the example project, but it somehow doesn`t work.
It would be really great if you could help me, thanks, Elefantosque

Elefantosque wrote:
I am currently building an Application, and I want to use sereval windows. But if I want to open the second window, I ways get this command line message:
2011-05-18 20:41:14.069 iLearnVocab[11773:903] -[AddVocabulary loadWindow]: failed to load window nib file 'Add Vocabulary'.
- (IBAction)addVocabulary:(id)sender {
    if (!addVocabularyController) {
        addVocabularyController = [[AddVocabularyController alloc] init];
    NSLog(@"addVocabularyController: %@", addVocabularyController);
    [addVocabularyController showWindow:self];
The error says 'Add Vocabulary' (with a space) - you seem to be using (?) an XIB named 'AddVocabulary' ...?
What is the name of your XIB, exactly?

Similar Messages

  • Known Issue: MIDL fails to compile IDL files in UAP projects. Gives following error: midlrt : error MIDL4034: Failed to load a dependency file. Windows.winmd (HRESULT:0x80070002 - The system cannot find the file specified. )

    Visual Studio gives the following error:
    midlrt : error MIDL4034: Failed to load a dependency file. Windows.winmd (HRESULT:0x80070002 - The system cannot find the file specified. )
    This is because Visual Studio is looking for a WinMD file that contains the base types.  Unfortunately the metadata path passed by default to MIDL through Visual Studio does not resolve to the correct file.

    Work around:
    Update the "Additional Metadata Directories" for MIDL to include the Windows.Foundation.FoundationContract.WinMD
    To update the “Additional Metadata Directories” in Visual Studio, do the following:
    1)  Right click on your C++ Project file.
    2)  Choose properties.
    3)  Under Configuration Properties, click MIDL
    4)  Under MIDL choose “Command Line”
    5)  In the Additional Options text box enter:
    /Metadata_dir "C:\Program Files (x86)\Windows Kits\10\References\Windows.Foundation.FoundationContract\1.0.0.0”
    or on X86 machines
    /Metadata_dir "C:\Program Files\Windows Kits\10\References\Windows.Foundation.FoundationContract\1.0.0.0”

  • Failed to load the configuration file for the workflow

    Hi experts, yesterday I created and publish custom workflow using SPD from client pc using site administrator account but today its shows error message. I tried creating new test workflows, edit and publish to think it will push a fresh SPD settings
    in working condition and it works pretty right.
    But the thing I noticed after closing SPD Im not able to re-open workflows and it gives the same error message Failed to load the configuration file for the workflow. This issue only happen today since day one  I used SPD and all the time
    Im using the same pc.
    Any ideas will be appreciated.
    Cheers, R2C3 ----------------------------------- starting sharepoint :)

    HI
    Maybe you have permission problem or there is invalid xoml murkup.
    To verify this from SharePoint Designer use the following steps.
    In Office SharePoint Designer, in the folder list, select the plus sign next to Workflows library to expand it
    1.Next select the plus sign of the workflow in question to expand it
    2.Double-click the configuration file (Workflow_name.xoml.wfconfig.xml) to open it
    3.Right-click on the page, and then select Verify well-formed XML
    4.Correct any errors and save the file
    5.Reopen the workflow to test
    Also double check that you are using SPD with the same credentials you created workflow
    Hope this will help.
    Regards,
    Marcin

  • Sattelite 1410-801 stops loading Windows - corrupted files

    Since several month I have problems to start up my Laptop: it will reboot several times, stop to run will loading windows; sometimes I get message start files (registry) are corrupt etc. In most cases it will start after several trials properly. I have reinstalled already everything (clean disk) done several memory and disc-checks without any error message. What can be the reason for this problem??
    I plan to replace the memory board and/or HDD BUT should that solve the problem. Can any one give some hints or tips ?

    He,
    Thanks for your reply.
    Yes, the HDD could be the source of my problems, but I'm not convinced realy.
    I have re-installed everything with a clean disk and could work for about 1 week without any problems.
    I have installed a HDD Health utility to monitor my HDD.
    Just now I needed again about 10 re-starts to get windows startet. (error message C000021 UNKNOW HARD ERROR and other messages)
    All hardware components are original and without upgrades.
    I have strong "feeling" that somthing else is causing the problems.
    BUT .........

  • Boot Camp Assistant fails to copy windows installation files

    I have been struggling to get Windows 8 installed on a brand new Macbook Pro Retina. It seemed simple enough to just run Boot Camp 5 with a 16GB flash drive in the USB port and a Windows 8 Professional ISO sitting on the desktop with the intent of creating a bootable USB drive, but it's not working for me. After selecting the path to the ISO file, boot camp proceeds to format the flash drive, create the WININSTALL partition, and attempt to copy the contents of the ISO to it, but it fails.
    The error message isn't all that helpful, but the console logs seem to indicate that there is some sort of problem remounting the flash drive after formatting:
    5/15/13 2:05:05.609 AM fseventsd[40]: could not open <</Volumes/WININSTALL/.fseventsd/fseventsd-uuid>> (No such file or directory) 5/15/13 2:05:05.609 AM fseventsd[40]: log dir: /Volumes/WININSTALL/.fseventsd getting new uuid: FD5D8B3E-A08E-4710-8925-CAA898FA70C3 5/15/13 2:05:05.679 AM fseventsd[40]: Events arrived for /Volumes/WININSTALL after an unmount request! Re-initializing. 5/15/13 2:05:05.679 AM fseventsd[40]: creating a dls for /Volumes/WININSTALL but it already has one... 5/15/13 2:05:07.176 AM diskmanagementd[857]: mount blocked by dissenter PID=857 (/usr/sbin/diskmanagementd) status=0xf8da0003 log=kDAReturnBadArgument message=(null)
    I have tried rebooting, removing and re-inserting the flash drive, mounting, umounting, and reformatting. Boot Camp always winds up in the same place.
    Any hints as to what might be going wrong?

    Thanks for the note. But neither link lists our MacBook Pro mid 2014.
    And how can I use Boot Camp Assistant to write the Windows.iso to USB-stick because it forces the download of support software (it is selected and grayed out).
    The following page recommends using BCA for the MBP mid 2014.
    https://support.apple.com/en-us/HT204048
    I guess I could write the Windows.iso to USB using Windows (in fact I already did and it boots the MBP) and then try if the aforementioned software packages (which one?) contain necessary drivers for our MBP.
    But I'd rather do it the recommended way letting the Boot Camp Assistant do the dirty work.

  • Fail to load in CS5 - File not compatible

    I'm importing a video (tried various video formats) into PS CS5 and when I save without doing any edits the PSD file loads fine.
    As soon as I have applied an edit to a frame (e.g. stamp tool, context sensitive fill, etc) the edits are fine and I save the file. The file can now no longer be loaded into PS and comes up the the "not compatible with this version of Photoshop error".
    The edit system does not have any form of anti-virus installed.
    Any help? I'm kind of stuck and have a bucket load of editing to do,

    Hi Steve,
    Sorry for slow reply, I've been away.
    I'm running Windows 7 (64 bit) and I have tried both the 64-bit and 32-bit versions of Photoshop.
    My system spec:
    Asus Rampage II Extreme motherboard
    i7-980x 6-core/12 thread CPU running at 3.33 GHz
    12 GByte of RAM
    Gaintech GTX-285 graphics card with 2 GByte of memory
    4 drives configured as: C is 1 TByte SATA, D is 1 TByte SATA, E is 2x500 GByte in a RAID 0 array, F is a 2x500 GByte in a RAID 0 array.
    I think the system specs are sufficient and doesn't even break a sweat for all the stuff I do
    I have tried 8-bit to 32-bit, same problem.
    This worked fine on CS4. Unfortunately I don't have CS4 installed since I rebuilt the PC when CS5 arrived (learned to keep my edit PC clean and hence have very few problems).
    I have uploaded the files to an FTP server. I'll email the details to you separately.
    Thanks,
    Nicole

  • PC fails to load windows on initial boot up since install of Firefox 4.0.1

    When I first turn on my PC it only boots as far as the Window's XP logo screen. Then before it can complete loading the screen goes black. I have to manually shut down the PC. On the second or third attempt it completes it's boot process. Once the operating system is up it runs fine. However, if I leave the PC inactive for several hours, I can't get back to the "Start" screen.

    Try to redo the default browser and make another browser like IE the default browser and then let Firefox do it again.
    See:
    * http://kb.mozillazine.org/Default_browser
    * [[Setting Firefox as the default browser does not work]]

  • System wide failure to load .nib files

    Hi everyone,
    I've recently stumbled across a problem. Several of OS X bundled applications are no longer functioning due to uncaught exceptions in the application.
    1) Mail.app throws an exception and terminates when trying to open an e-mail message:
    *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '-[NSViewController loadView] could not load the "MessageView" nib.'
    2) Stickies.app (Sticky notes) generates a log record (seen in the console app) when attempting to show a sticky note:
    From the console log:
    -[NSWindowController loadWindow]: failed to load window nib file 'StickiesDocument'.
    But the application is not getting terminated.
    3) Preview.app has stopped working, but is not generating any log records or uncaught exceptions.
    4) Terminal.app generates a log record when attempting to open a terminal window at startup:
    From the console log:
    -[TTWindowController loadWindow]: failed to load window nib file '(null)'.
    There might be other apps that could possibly have the same issue
    Having provided the background of the issue my question therefore is: What might be possible solutions to this? (Except reinstalling OS X which is the last (and only) option on my list)
    Thanks in advance!
    With regards,
    Valentine

    Unfortunately, there is no where to download Apple's applications without reinstalling.
    Do a backup. Boot to the Recovery Volume (command - R on a restart or hold down the option key during a restart and select Recovery Volume). Run Disk Utility Verify/Repair and Repair Permissions. Then reinstall the OS.
    OS X Recovery
    OS X Recovery (2)

  • HT1904 I purchased an audiobooks it was in four parts the first part failed to load

    I purchased without remorse
    The first of four parts has failed to load and says its in available

    Elefantosque wrote:
    I am currently building an Application, and I want to use sereval windows. But if I want to open the second window, I ways get this command line message:
    2011-05-18 20:41:14.069 iLearnVocab[11773:903] -[AddVocabulary loadWindow]: failed to load window nib file 'Add Vocabulary'.
    - (IBAction)addVocabulary:(id)sender {
        if (!addVocabularyController) {
            addVocabularyController = [[AddVocabularyController alloc] init];
        NSLog(@"addVocabularyController: %@", addVocabularyController);
        [addVocabularyController showWindow:self];
    The error says 'Add Vocabulary' (with a space) - you seem to be using (?) an XIB named 'AddVocabulary' ...?
    What is the name of your XIB, exactly?

  • PCIe 1429 failed to load ICD file

    Dear everyone
     I have a NI PCIe-1429 frame grabber and a Basler acA2000-340km camera ,but the NI measurement & automation explorer 5.3.1 failed to load the ICD file of this camera even all the Basler acA2000 series and just give me a message as 
    "Error 0xBFF60108
    the camera file does not support the current interface type."
    However, it can load the other ICD files normally.I had used a Basler A504k camera,it was working  normally.
    All  the NI softwares and drivers are the latest.
    Can anyone give me a solution to resolve the problem?

    I don't think that hardware supports the Basler camera. Have a look over here:
    www.ni.com/camera/
    You might be better off contacting Basler or NI to see if they have a camera file that supports that camera for the framegrabber you are using.
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

  • CS: DBDriver failed to load univ connection

    Windows 2008 (x64); AIX 6.1; BOXI31 SP3
    I remote to a windows 2008 x86 environment where I have the BOXI31 SP3 client apps installed.  from here, I import a univ file from an AIX 6.1 server > works fine, however, my connections don't work, keep getting the dreaded;
    "CS: DBDriver failed to load : C:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\dataAccess\connectionServer\dbd_oci.dll (The specified module could not be found.)"
    On my windows server,  I do not have any oracle client or db installed....
    However,  this file (dbd_oci.dll is located at the path specified.  Also I can access the CMC and InfoView through a browser >  run reports with no errors...
    thgts?

    hi,
    Start -> Run -> Please type 'services.msc'
    In Services, Please verify whether Oracle related services are started or not.
    If they are not started, Please start those services which are prefixed with Oracle.
    Now Check the Connection in Universe.
    Regarding Oracle 10g Client for 64 bit, following link may be helpful.
    Monitoring RFCs on Remote Systems
    Regards,
    Vamsee

  • DBDriver failed to load dbd_oci.dll while creating universe

    Hello All,
           I am trying  to create a universe with Oracle as source. When I logged into Universe Designer and proceed to created a universe by selecting oracle 11 as data source, the designer throws an error:
    " (CS) "DBDriver failed to load : C:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\dataAccess\connectionServer\dbd_oci.dll (%1 is not a valid Win32 application.)" .
    Below are the environment details:
    OS : windows 2008 server 64 bit
    BO Server : BOE 3.1 sp3 32 bit
    CMS : MySQL 5.1
    Oracle Client:  Oracle 11g 64 bit client is installed.
    I have set the path and environment variables relating to oracle as well.
    If I create a DSN and test connection it works fine. Please let me know your suggestions and inputs to resolve this error.
    Thanks
    Mahesh

    As BOCP-BOE, said, BOE XI 3.1 is a 32-bit application and is designed to 32-bit middleware connectivity. This is mentioned in the SAP BusinessObjects Enterprise XI 3.1 SP3 for Windows u2013 Supported Platforms document.
    The document is available at http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000726132&_SCENARIO=01100035870000000202&_OBJECT=011000358700000555642010E
    (You will need an SMP login)

  • DBDriver failed to load dbd_oci.dll (not a valid Win32)  (WIS 10901)

    Dear Gurus,
    I am trying to access universe through WEB INTELLIGENCE but the connection is giving me following error
    DBDriver failed to load dbd_oci.dll (not a valid Win32)  (WIS 10901)
    "A database error occured. The database error text is: (CS) "DBDriver failed to load : C:\Program Files (x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\dataAccess\connectionServer\dbd_oci.dll (%1 is not a valid Win32 application.
    )" . (WIS 10901)"
    As per the documentation , web intelligence uses  BO server connection while tools like Designer uses local connection.
    I am working on BO server only , both tool should use the same connection.
    OS : MS WIndows 2003 R2 64 Bit
    BO Server : bosmserv
    Oracle : Oracle 10.2.0.4 , client 10.2.0.4
    Connection to database schema is working through universe designer and System DSN but not through Web Intelligence.
    In addition JDBC connection to the same databse schema is giving me following error CS: Java Class not found in classpath : oracle.jdbc.OracleDriver
    Please suggest.
    Note : I have already applied following note :
    1378354 - If we create the webi document, the error occured "The specified module could not bi found(dbd_oci.dll), (WIS 10901)"
    Regards
    Arif

    Hi All,
    I had tried many ways but I still can't solve this error, can anyone tell me how to solve it?
    OS of the Server: Windows Server 2008 R2 Enterprise 64 bits
    SAP BO : BI 4.0 with SP2
    DB: Oracle 11g , 64 bits
    Problem: When I create a new relational connection in Information Design Tools, it pop up an error state that:
    DBDriver failed to load : ...SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer\drivers\lib32\dbd_oci.dll (%1 is not a valid Win32 application.)
    So far What I had done are:
    1) I checked the PATH windows variable and the D:\app\oracle\product\11.2.0\client_1\bin directory is inside the PATH.
    2) Restart SIA and Server
    3) I download the Install Client and this do not solve the error also.
    I can connect to the Oracle by using SQLPLUS and TNSPING also can ping the oracle database.

  • DBDriver failed to load

    Hi,
    When i tried set Universe perameter it showing following error
    Version: BOXI 3.1
    Oracle client in BO server and database is in Oracle 11G
    DB Driver Failed to load : E:\Program Files(x86)\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\dataAccess\connectionServer\dbd_oci.dll (The specified module could not be found) Network layer is not avilable (DAC0002)
    Thanks

    Receiving following error:
    DB Driver Failed to load : D:\Program Files\Business Objects\BusinessObjects Enterprise 12.0\win32_x86\dataAccess\connectionServer\dbd_oci.dll (The specified module could not be found) Network layer is not avilable (DAC0002)
    Environment:
    Windows XP SP3
    Oracle DB - 10G
    Oracle Client 10G
    Business Objects XI (12.1.0.882)
    Oracle BIN folder is include in PATH.
    Receiving error on Designer, Universe Builder and Webi.  Crystal Reports 2008 is working.

  • Websites fail to load unless https

    Hi,
    Using either Chrome or Safari many websites will fail to load unless I manually change the protocol from http to https.
    If I don't - I almost always get: 
    I have tried both a wired and a wireless connection and also flushing my dnscache.
    Any help or thoughts would be appreciated.

    Also if it helps debug:
    It fails to load a jquery file:  http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js
    But it works when I do:  https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js
    I tried the port scan utility and it shows (if I just do:  http://ajax.googleapis.com)
    However, I tried an external port checker and that failed:

Maybe you are looking for