Error opening in Windows 7

Every time I try to open Lens Profile Creator I get an error messagesaying that it cannot open because cxcore100.ddl is not installed despite the fact that the file unloaded. Can  you help me?

Hi Bill,
Sorry for the late response. Some how I missed your message, cxcore100.dll is part of the ALPC download zip package. Make sure you unzipped all the content of the zip file before launching ALPC.
Hope this helps,
-Simon

Similar Messages

  • Error: Open popup window failed

    Hi,
    I'm opening a web page in an StageWebView and by trying to click a link that should open a window, I receive this error:
    [StageWebView] Error: Open popup window failed
    This is the link "Invite your friends" at Google:
    https://developers.google.com/+/web/share/interactive#myBtn
    How to fix that? I hope anybody got an idea!

    This is a javascript/html question, and has nothing to do with Java/JSP.
    You could do it with plain javascript/html using window.opener.
    I would recommend using something like a [YUI 2 Panel|http://developer.yahoo.com/yui/container/panel/] to do it.
    Opening new windows is a thing of the past.

  • Error opening database Windows service OracleServiceEMPREP

    I just installed Oracle Grid Control 10.2.0.1 then upgraded it to 10.2.05 on Windows 2003 server.
    I could open the service OracleServiceEMPREP at 10.2.0.1 but not after I upgraded to 10.2.0.5
    This is the error I get.
    Problem Description: Could not start the OracleServiceEMPREP service on Local Computer.
    Error 1053: The service did not respond to the start or control request in a timely fashion.
    Any advice?

    <<Did you delete the db software by using universal uninstaller or just deleting a directory?>>
    I deinstalled the software through the uninstaller.
    Then I removed the Oracle directories.
    Then I reinstalled Oracle again.
    I first installed 10.2.0.1 and the service worked.
    I then upgraded to 10.2.0.5 and the service now doesn't work.
    <<Still nothing in the alert log?>>
    Nothing
    <<What do the last lines in <oracle_home>\database\oradim.log say?>>
    Tue Oct 05 08:59:34 2010
    D:\OracleHomes\db10g\bin\oradim.exe -shutdown -sid emrep -usrpwd * -shutmode immediate -log oradim.log
    Tue Oct 05 09:00:08 2010
    D:\OracleHomes\db10g\bin\oradim.exe -startup -sid emrep -usrpwd * -log oradim.log -nocheck 0
    Tue Oct 05 10:00:10 2010
    D:\OracleHomes\db10g\bin\oradim.exe -shutdown -sid emrep -usrpwd * -shutmode immediate -log oradim.log
    <<Do you still have all your datafiles and control file(s)?>>
    Yes
    <<Do not ever edit+save the spfile, it will become corrupt.>>
    I do no do this.
    <<Can you copy/past (using wordpad) the <oracle_home>\database\spfileEMREP.ora?>> ╕ ─ ¢+ *.__db_cache_size=381681664
    emrep.__db_cache_size=381681664
    *.__java_pool_size=4194304
    emrep.__java_pool_size=4194304
    *.__large_pool_size=4194304
    emrep.__large_pool_size=4194304
    *.__shared_pool_size=142606336
    emrep.__shared_pool_size=142606336
    *._awr_restrict_mode=TRUE
    *.aq_tm_processes=1
    *.background_dump_dest='D:\OracleHomes\db10g\admin\emrep\bdump'
    *.compatible='10.1.0.3.0'
    *.control_files='D:\OracleHomes\oradata\emrep\CONTROL01.CTL','D:\OracleHomes\oradata\emrep\CONTROL02.CTL','D:\OracleHomes\oradata\emrep\CONTROL03.CTL'
    *.core_dump_dest='D:\OracleHomes\db10g\admin\emrep\cdump'
    *.db_block_size=8192
    *.db_domain='sdcclinical.local'
    *.db_file_multiblock_read_count=16
    *.db_name='emrep'
    *.db_recovery_file_dest='D:\OracleHomes\db10g\flash_recovery_area'
    *.db_recovery_file_dest_size=2147483648
    *.fast_start_mttr_target=300
    *.job_queue_processes=10
    *.nls_length_semantics='byte'
    *.open_cursors=300
    *.pga_aggregate_target=268435456
    *.processes=150
    *.remote_login_passwordfile='EXCLUSIVE'
    *.session_cached_cursors=200
    *.sga_target=536870912
    *.sort_area_size=1048576
    *.timed_statistics=TRUE
    *.undo_management='AUTO'
    *.undo_tablespace='UNDOTBS1'
    *.user_dump_dest='D:\OracleHomes\db10g\admin\emrep\udump'

  • My Itunes wont open and windows will send out an error message

    Hello
    I was working with Itunes for a long time with no problem what so ever until suddenly yesterday when I opened it I recived an error message from windows saying the process has to close and will I want to send out an error report to windows.
    I went on to move my Itunes library and repair the Itunes via the downloaded installation file but when it did not work I uninstalled it completly and reinstalled it with no effect...
    If any one have any idea as to how to solve this pls help....
    thank you

    windows installer has stopped working
    a problem caused the program to stop working correctly.
    windows will close the program and notify you if a solution is avabilable.
    ... and that's one that I wasn't thinking of ...
    Head into your Windows Update. Are there any new updates available for you? If so, and you install, does that clear up the error message?

  • Open Browser Window Error

    I use the Open Browser Window behavior with the <A>
    onClick attribute for many images and text links on my site. Works
    fine, UNTIL the page gets updated via a change on the main
    template. Then the link gives me a javascript error. To fix I have
    to pull up each page, open the behavior, OK to save and then resave
    the page. No changes made, the code does not appear to change, but
    then it works. As my site grows this is becoming more and more of a
    nusiance to remeber to "fix" every page that has such behaviors on
    it.
    I have search the forum, but didn'[t come across a similiar
    error. Has anyone seen this. Is there a fix
    Thanks!

    This means that your template does not contain the required
    javascript for
    the OpenBrowserWindow behavior in the head of the page. If it
    did, then
    every child page would contain the necessary code, and you
    wouldn't have to
    do the song and dance that you are doing.
    Make sure it goes in a NON-EDITABLE region of the template
    page.
    The downside to this is that each page gets the code
    (admittedly it's a
    small bite) whether it needs it or not....
    So - what you should do is open the particular page that has
    just broken,
    run through your procedure again (which writes the required
    code into the
    head of the page, and then copy that code (from
    <script...> though
    </script>), and paste it into the template page in the
    same location. When
    you save the template page, all child pages will be updated.
    There's one nagging problem here, though. If the procedure
    you describe is
    working without error, then it is also true that DW is
    writing that markup
    into an EDITABLE region of the head of the page. If that's
    the case, then
    WHY IS A TEMPLATE UPDATE OVERWRITING THIS? I don't know -
    would need to see
    your page to know for sure....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "JR-ITGUY" <[email protected]> wrote in
    message
    news:[email protected]...
    >I use the Open Browser Window behavior with the <A>
    onClick attribute for
    >many
    > images and text links on my site. Works fine, UNTIL the
    page gets updated
    > via a
    > change on the main template. Then the link gives me a
    javascript error. To
    > fix
    > I have to pull up each page, open the behavior, OK to
    save and then resave
    > the
    > page. No changes made, the code does not appear to
    change, but then it
    > works.
    > As my site grows this is becoming more and more of a
    nusiance to remeber
    > to
    > "fix" every page that has such behaviors on it.
    >
    > I have search the forum, but didn'[t come across a
    similiar error. Has
    > anyone
    > seen this. Is there a fix
    >
    > Thanks!
    >

  • I have iTunes open in Windows XP and get an error 45048 message when I try to update apps thru the store. How can I fix this? I have reinstalled iTunes twice.

    I have iTunes, latest version, open in Windows XP and get an error 45048 message when I try to update apps thru the store. How can I fix this? I have reinstalled iTunes twice but problem continues.

    Try contacting iTunes via email to check if there is an issue with the account. go to apple.com/support/itunes
    Click on iTunes Store account and billing and select inquiries. On the right side click on "email us".
    Before doing that trying viewing your account information first. Open the iTunes on you mac, look at the menu and select store and select view my account. Try removing the card (this is only applicable if you don't have a pending charges with iTunes) and hit done. Sign out, quit iTunes and sign back in and try updating the apps again.

  • When I open itunes to play content I've already purchased and while attempting to view trailers for movies in the itunes store, I receive a generic error message from windows, and I'm directed to reinstall the latest version of itunes.  Not a fix.  Help?

    When I open itunes to play content I've already purchased and while attempting to view trailers for movies in the itunes store, I receive a generic error message from windows, and I'm directed to reinstall the latest version of itunes.  Not a fix.  Help?

    after perusing other subjects with playback issues: 
    this is the fix: 
    -Launch Control Panel - Double click Quicktime, If you do not see quicktime, look on the top left side of control panel and switch to classic view. This will then allow you to see Quicktime.
    -Now click the advanced tab and click on Safe Mode GDI Only, Apply, then ok.

  • Gettig "Record has been modified" error while opening a window

    Hi,
    I have a window 'A' and window 'B'. On click of a button from 'A' window 'B' is opened. There are 3 fields in the window 'B' and these 3 fields are the part of the query which gets executed in window 'A'.
    Now on click of the button I am executing a proc which is setting window 'B' field values again.After this when you open the window 'B' it gives the error saying "Record has been modified". I tried giving commit_form after setting the fields but still it throws the error.
    Please advice on this.
    Thank you

    Deepak Jambhekar wrote:
    Hi,
    I have a window 'A' and window 'B'. On click of a button from 'A' window 'B' is opened. There are 3 fields in the window 'B' and these 3 fields are the part of the query which gets executed in window 'A'.
    Now on click of the button I am executing a proc which is setting window 'B' field values again.After this when you open the window 'B' it gives the error saying "Record has been modified". I tried giving commit_form after setting the fields but still it throws the error.
    Please advice on this.Just add
    EXECUTE_QUERY;after the commit_form;
    Hope this works..
    Hamid

  • Error while using window.open() in JSP page

    I am getting error while using window.open() in my JSP page.
    This is code in my JSP page,
    <h:commandLink onclick="loadContextSensitiveHelp(#{setNewDayStatusBean. cycleStatusViewObject.helpUrl});" value="Help">
    function loadContextSensitiveHelp(helpPageName) {
    top.consoleRef=window.open('#{facesContext.externalContext.requestContextPath}/main/patient/helpPageName','myconsole',
    'width=350,height=250'
    +',menubar=0'
    +',toolbar=0'
    +',status=0'
    +',scrollbars=1'
    +',resizable=0')
    top.consoleRef.document.close()
    I am getting the following error in my browser,
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: /SetNewDayStatus.jsp(69,34) #{..} is not allowed in template text
         org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
         org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
         org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:102)
         org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:711)
         org.apache.jasper.compiler.Node$ELExpression.accept(Node.java:935)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2336)
         org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2386)
         org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:838)
         org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1507)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2336)
         org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2386)
         org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2392)
         org.apache.jasper.compiler.Node$Root.accept(Node.java:489)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2336)
         org.apache.jasper.compiler.Validator.validate(Validator.java:1737)
         org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:178)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:306)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:428)
         com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:444)
         com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:116)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
    note The full stack trace of the root cause is available in the Apache Tomcat/6.0.13 logs.
    Anyone help me to solve this issue. Thanks............................

    I am getting error while using window.open() in my JSP page.
    This is code in my JSP page,
    <h:commandLink onclick="loadContextSensitiveHelp(#{setNewDayStatusBean. cycleStatusViewObject.helpUrl});" value="Help">
    function loadContextSensitiveHelp(helpPageName) {
    top.consoleRef=window.open('#{facesContext.externalContext.requestContextPath}/main/patient/helpPageName','myconsole',
    'width=350,height=250'
    +',menubar=0'
    +',toolbar=0'
    +',status=0'
    +',scrollbars=1'
    +',resizable=0')
    top.consoleRef.document.close()
    I am getting the following error in my browser,
    type Exception report
    message
    description The server encountered an internal error () that prevented it from fulfilling this request.
    exception
    org.apache.jasper.JasperException: /SetNewDayStatus.jsp(69,34) #{..} is not allowed in template text
         org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)
         org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:407)
         org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:102)
         org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:711)
         org.apache.jasper.compiler.Node$ELExpression.accept(Node.java:935)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2336)
         org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2386)
         org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:838)
         org.apache.jasper.compiler.Node$CustomTag.accept(Node.java:1507)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2336)
         org.apache.jasper.compiler.Node$Visitor.visitBody(Node.java:2386)
         org.apache.jasper.compiler.Node$Visitor.visit(Node.java:2392)
         org.apache.jasper.compiler.Node$Root.accept(Node.java:489)
         org.apache.jasper.compiler.Node$Nodes.visit(Node.java:2336)
         org.apache.jasper.compiler.Validator.validate(Validator.java:1737)
         org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:178)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:306)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:286)
         org.apache.jasper.compiler.Compiler.compile(Compiler.java:273)
         org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:566)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
         com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:428)
         com.sun.faces.application.ViewHandlerImpl.executePageToBuildView(ViewHandlerImpl.java:444)
         com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:116)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:245)
    note The full stack trace of the root cause is available in the Apache Tomcat/6.0.13 logs.
    Anyone help me to solve this issue. Thanks............................

  • ITunes 10.6.0.40 will not open on Windows 7, no error messages come up. Have tried un-installing it and re-installing it many times.

    iTunes 10.6.0.40 will not open on Windows 7, no error messages come up. Have tried un-installing it and re-installing it many times. Please help.

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    If the advice above doesn't resolve things you could try this alternate version:
    iTunes 12.1.0.71 for Windows (64-bit - for older video cards) - itunes64setup.exe (2015-01-28)
    which is a 64-bit installer for the 32-bit version of the core application, similar to previous 64-bit releases.
    Or roll back to the previous build:
    iTunes 12.0.1.26 for Windows (32-bit) - iTunesSetup.exe (2014-10-16)
    iTunes 12.0.1.26 for Windows (64-bit) - iTunes64Setup.exe (2014-10-16)
    tt2

  • Wont open to windows..diagnostic gives many error codes

    Won't open to windows, did diagnostic   hard disc error codes follow....u4wc59-62w7as-mfkt01-60qlo3  hard disc failure.  Does this mean hard drive is shot?  Or needs new software program?    Thanks!

    The hard drive has failed and will need to be replaced. If you are still in warranty HP will send a replacement. If not a retail laptop SATA hard drive can be used. Just be sure to get one of at least equal capacity as the original in order to use Recovery Discs. It can be larger, but not smaller capacity.For instance if you have a 500GB hdd you could use a 750GB hdd but not a 320GB hdd.
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • I was today invited to upgrade my iTunes when I logged on.  Update failed. Every time I now try to open iTunes I get error messages.  Second message reads "iTunes was not installed correctly. Please re-install iTunes. Error 7. Windows error 126"

    I was today invited to upgrade my iTunes when I logged on.  Update failed. Every time I now try to open iTunes I get error messages.  Second message reads "iTunes was not installed correctly. Please re-install iTunes. Error 7. Windows error 126". I now can't sync my iPhoneand I am worried that if I re-install I will lose all my contacts,calendar, notes, etc.

    I too had this problems (Windows 8.1).  A few weeks ago after the previous update before this version of itunes, I'd had a problem with the itunes store crashing and at that time I followed instructions to copy QTMovieWin.dll to the itunes folder, which fixed the store crashing.
    Today I fixed the problem by:
    Delete QTMovieWin.dll from C:\Program Files (x86)\iTunes.
    Uninstall ALL Apple Software using Control Panel / Programs and Features.  I uninstalled:
    iTunes
    QuickTime
    Apple Mobile Device Support
    Apple Application Support
    Apple Software Update
    Bonjour
    Delete the folders:
    C:\Program Files (x86)\iTunes
    C:\Program Files (x86)\Common Files\Apple
    Restart the computer
    Reinstall QuickTime
    Reinstall iTunes
    Everything works GREAT now, including the iTunes store.  You will not lose your media files, I got everything back, all my settings, playlists, etc.

  • Windows Journal cannot open " ". An unexpected error occurred in Windows 7 Professional

    I copied my Windows Journal Notes from a tablet with Windows XP Tablet PC edition onto my Windows 7 Computer.  When I try to open a note from the pull down "look-in" menu within the Windows Journal program, I gives me the error
    "Windows Journal Cannot open.  An unexpected error occurred."  I thought this was a problem with my computer, BUT have replicated this same error on every computer in Best Buy and other computer stores.  This is not a problem with
    my personal notes.  This is a problem with the coding of the Windows Journal Software on Windows 7 and 8.  It was also tested on a Vista computer with the same error.
    Please, if someone knows how to fix this problem please let me know.  I use Windows Journal exclusively on a tablet PC for my business and am afraid of upgrading from XP to Windows 7 or 8 unless I can see that the Win7 version of JOURNAL works properly
    as the WinXP Tablet edition of Win Journal.
    Note: I have tried recreating user profiles, sfc.exe, cleanboot, safe mode, chkdisk.... all failed.  THE PROBLEM I BELIEVE IS THE ACTUAL CODE that is written for Windows Journal.  ALL notes can be opend by hitting FILE-OPEN.  However, if you
    go to the "view recent notes" button and click on the "look-in" pull down menu within the Windows Journal program, you can not open the file through this.  Because of the way I do my business, I need to look up various files quickly
    and write notes after opening each note from the "look-in" pull down menu.
    Please Help.

    The problem seems to be that the "look-in" menu doesn't open the files which are located in the "Notes" folder.  If I open the files through windows explorer in windows 7, the file opens into windows journal and appears in the look-in menu.
    Another interesting thing occurs if you create an additional folder under my documents.  I tested this on various computers in an electronic store:  Windows Journal was working fine with the "look-in" menu; I was able to open various journal note
    documents.  Then, once I created another folder under My Documents and tried to open a journal note in that folder and then go back to the "notes" folder, I was able to replicate the same error message.
    In short, it seems that once a new folder is created, the original folder "Notes" as well as the new folder, both do not allow for the files within them to be opened through the "look-in" menu.  However, they may be opened from hitting FILE, then OPEN. 
    But, the "look-in" and Browse menu doesn't work.
    Also, I looked in the Event Viewer and couldn't find anything in particular related to Win Journal.  Please tell me what and where specifically to look in the Event Viewer --- I can't seem to find anything related to Windows Journal errors in the Event
    Viewer.
    Thank you.

  • I cant open itunes. Get error 7 and windows error 5. How do I resolve?

    I updated to latest version and cannot now open iTunes. I get Error 7 and Windows error 5. does anyone know what the issue is and how to resolve it? I have Windows 7 and the .Net Framework 4 or above and my pc will therefore not install it.

    alexcookson,
    The steps detailed in the article linked below can resolve this error (alternatively "Error 7") and help get iTunes to work on your computer.
    iTunes for Windows: "Error 7" message when opening iTunes
    http://support.apple.com/en-us/HT203328
    All my best,
    Allen

  • I keep getting this error code 7 (windows error 126).  can't open itunes, what do i do?

    i keep getting this error code 7 (windows error 126).  can't open itunes, what do i do?

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99703)

Maybe you are looking for