Blue-Ray Object: "Menu"; Export File Not Found--Any Clues?

Trying to build a Blue-Ray DVD in CS3 (version 3.0.1.008). Project has motion menus and previews without errors. Upon trying to build either a disc or image I get the error
Blue-ray object: "Menu"; Export file not found.
Where "Menu" is the name of one of the sub menus in my project.
Has anyone seen this error? What is an Export file? When and how does it get created?
I have successfully burned this project to a standard DVD format.

I have the pleasure of closing out my own question. I found the following post that was the clue I needed.
http://forums.creativecow.net/readpost/145/857374
It would appear that the Blue Ray build process is a lot more sensitive to file naming. I brought into my project a menu that I used as a starting template, I edited it in Photoshop and then renamed it in Encore. During the Blue Ray build process Encore rendered the menus to the original template names, but when it needed them to build the DVD it looked for the files that had the new names I had given the menus in Encore.
Here is the fix. I exported the final menus using the Save as Template function in Encore. I then re-imported them as menus and relinked them to the DVD assets. Everything worked fine from that point on.
The interesting thing is this did not happen when building a standard DVD using the same menus.

Similar Messages

  • Error while rendering: Export file not found - what to do?

    Hi,
    I have been editing my video in four different premiere pro projects (as I got adviced to do from these forums because it's AVCHD clips). I have rendered these four projects and burned to four DVD's (total playtime is around 1.5hours) - which is working fine.
    But then I try to import all four projects into one big master project because I want to make a blu-ray iso. The import goes fine (I import like this: File > Import > Choose project > Import entire project)
    I export to encore, make the menus etc. and click "build" to start rendering. The problem is that after some time I get this error:
    Blu-ray Object: "sequence-name-here/project-name-here.prproj", Export file not found
    I have seen this error before while rendering some of the four individual projects - but when I saw them I simply just tried again by exporting to encore from the projects again. This seemed to work - but with the big master project I have tried several times with no luck.
    Can anyone help me fix this issue? :)

    Yes, I got this too:
    For posterity, here is what I have found that completely fixes this error, repeatedly:  Clear Encore's cache.  Specifically:
    Close your Encore project and exit Encore
    Go to the cache subdirectory named for your project (ie. if your save file is c:\projects\mymovie.ncor then go to c:\projects\mymovie\cache)
    Delete the file "mlf.cache.v10"
    If your Encore project contains any Premiere Pro dynamically-linked assets, start Premiere Pro and load at least one of the projects used in Encore.  (I have found that this reduces memory usage -- for some reason, Premiere Pro takes up less memory than if Encore spawns the PProHeadless.exe media server to serve the same function)
    Restart Encore and load your project
    ...and wait, patiently, for Encore to re-scan all of your assets and build up the cache again and don't touch it until it's finished.  I use Process Explorer (http://technet.microsoft.com/en-us/sysinternals/bb896653) to watch my disk activity and CPU to know when Encore is finished (just hover on the cyan-colored graph and you can see what program is performing the most disk activity).  Once it's all finished, I save, then immediately try to build my project again.  For proof of concept, my 40GB BD-50 project just built last night after getting this error yesterday afternoon.
    If any of your assets are not transcoded before you begin this process, transcode them all, then start this process over again from step one.  Clearing the cache does not clear the transcodes.
    I hope this helps someone.  I was not looking forward to completely re-authoring my project, which I've been working on (on and off) for a few months.

  • ERROR MESSAGE: Blu-Ray Object: Export File Not Found

    What does this mean? I keep getting it during the build process.
    Obviously the file is there and can be imported and played in AE or Premeire. It is an uncompressed 1280x720 avi at 23.97fps. My burner is an LG GGW - H20L.
    Any insight on this is appreciated.

    I had the same problem and changed the preset from MPEG-2 to H.264 and about 20 hours later (on a quad core machine) had a working Blu-Ray disk.

  • Class object in other files not found on solaris

    hi,
    I am trying to compile a Java program on Solaris 8 machine with JDK1.4.2_02
    the program "AAA.java" creates objects of classes "BBB.java" and "CCC.java"
    All these files are in the same folder "DDD". I haven't included them in a package "DDD".
    Same program compiles and runs properly on Windows with the same JDK.
    I have JDK\bin folder in PATH. Also, I have added a varaible CLASSPATH=<path of folder DDD> in "/.profile" on solaris where all other system varaibles are stored.
    When I am in folder "DDD" and run "javac AAA.java" , it gives me
    AAA.java:14: cannot resolve symbol
    symbol : class BBB
    location: class AAA
    BBB obj = new BBB();
    AAA.java:20: cannot resolve symbol
    symbol : class CCC
    location: class AAA
    CCC obj2 = new CCC();
    Can any one throw some light on it ?
    Regards,
    Suraj

    Hi,
    Thanks for your replies.
    I tried both the solutions i.e. removing the CLASSPATH variable and adding . directory in CLASSPATH. Both are working.
    Now that the program is starts well, I am getting runtime problem something like
    Exception in thread "main" java.lang.IllegalAccessError: java.util.Calendar.getTimeInMillis()
    at BBB.GetExpiringAccount(Compiled Code)
    at AAA.main(AAA.java:15)
    I looked into J2SE specifications for java.lang.IllegalAccessException and it says :
    An IllegalAccessException is thrown when an application tries to reflectively create an instance (other than an array), set or get a field, or invoke a method, but the currently executing method does not have access to the definition of the specified class, field, method or constructor.
    Now, I am running this AAA.java program on Solaris 8 with root as user. Why should I get this kind of error ?
    Regards,
    Suraj

  • Error Exporting - File Not Found - due to Summary Information Title

    I downloaded the vbnet_win_SimplePreviewReport and modified it slightly in order to duplicate the export problem I'm having.  I'm using Crystal Reports 2008 in VB.NET.
    I opened the World Sales report and edited the Summary Info (Crystal Reports > Report > Summary Info) - by changing the Title from "World Sales Report" to "World Sales / Report". 
    when you Run the application and press the Export button you will get an exception.  From what I can tell the Title of the report is used to populate the file name in the dialog that is presented.  When the title contains a character that is not allowed by a filename you get an exception.
    I have a client with a number of reports and many of them contain the "/" in their Summary Info - they display this as the Title on their report.  I've created my own export button to test with and before calling CrystalReportViewer1.ExportReport() - I've changed the Title to be an empty string --- nothing works.  I always get an exception.  The only thing I can do is actually edit the report and change the summary info title - which I don't believe is something the client should be restricted to on what goes here. 
    Does anyone have any thoughts or know what I could do in order to leave the client data as is and still export without errors?
    Thanks.
    Star Myers

    Hello, Star;
    You are correct. Crystal Reports is using the Report Title by default as the filename on export.
    There are options. When exporting from the viewer you can change the filename without changing the underlying report.
    You can set an appropriate filename using code to export. In that case you might want to create your own export button with code behind.
    You can change the Summary Field "Report Title" in code before passing it to the viewer without changing the original underlying report.
    crReportDocument.SummaryInfo.ReportTitle = "World Sales Report 2008"
    CrystalReportViewer.ReportSource = crReportDocument
    You cannot use a character that Windows will not accept in a filename.
    Elaine

  • File not found error after restore the sitecollection

    Hi,
    I backed up a MOSS sitecollection using "stsadm -o backup" and then restored the same file in the other machine/server. No problems while creating backup and doing restores . But after restore is successfull and try to open the site ..it is giving me
    an error "File not found".Any idea?

    Hey Anikota,
    That's usually caused by a Master Page url error.  Open the site in SPD and then open the default.aspx page.  If you see an error regarding the Master Page in the design view then go to the code view and manually correct the Maste Page URL.
    I hope that helps!
    Tom Molskow SharePoint Architect - If I solved the issue please propose my reply as the answer - Thanks!

  • I am having a terrible time trying to convert my Quick Time file to an AVI file to use in a powerpoint presentation.  Any suggestions?  I am getting Error .43 file not found?

    I am having a terrible time trying to convert my QT file to an AVI file so I can use in PowerPoint.  I am getting Error 43 File not Found, any suggestions?

    Hi Jenna,
    The error your getting suggests a file path problem.
    How are you embedding the movie in PP and where is the movie file located relative to the PP file? Are you getting this error within PP when the slide containing the embedded video is displayed?
    If you embed a movie and then move it or change its name then PP will generate this error.
    Alastair.

  • Lib_I_dbg_gen.so.1 =     (file not found)

    Does anybody know, where the library lib_I_dbg_gen.so.1 is located?
    AN error occurs when trying to build perl modules via make:
    ld.so.1: /opt/SUNWspro/prod/bin/acomp: fatal: lib_I_dbg_gen.so.1: open failed: No such file or directory
    cc: Fatal error in /opt/SUNWspro/prod/bin/acomp : Killed
    *** Error code 9
    make: Fatal error: Command failed for target `BitVector.o'
    make: Fatal error: Command failed for target `BitVector.o'
    # ldd /opt/SUNWspro/prod/bin/acomp
    lib_I_dbg_gen.so.1 => (file not found)
    Any hint is appreciated!

    That library is part of the compiler distribution and should be located in <install-dir>/SUNWspro/prod/lib
    If the file is missing, something is wrong with the product installation. It might not have been installed correctly, it might have been clobbered somehow, or someone might have tried to install a new compiler release on top of an old compiler release.
    I recommend completely uninstalling Sun Studio, then installing it again using the product installer. Be sure that different compiler releases are installed in different base directories.

  • Launch Wine programs from menu: FIle not Found

    I have installed eMule with wine, and get the "File not found" message when running it from the menu.
    This was discussed in THIS thread, but none of the possible solutions work for me
    Original:
    env WINEPREFIX="/home/daerunarch/.wine" wine C:\\windows\\command\\start.exe /Unix /home/daerunarch/.wine/dosdevices/c:/users/Public/Start\ Menu/Programs/eMule/eMule.lnk
    Doesn't work
    Edited the menu entry with alacarte:
    wine 'C:\Program Files\eMule\emule.exe'
    doesn't work
    wine '.wine/drive_c/Program Files/eMule/emule.exe'
    doesnt' work
    wine "/home/username/.wine/drive_c/Program Files/eMule/emule.exe"
    doesn't work
    wine "/home/username/.local/share/applications/wine/Programs/eMule/eMule.desktop"
    dosen't work
    Also all the previous begining with "env WINEPREFIX=" instead of "wine". Nothing worked o_0 What should I try now?
    Last edited by Daerun (2011-02-13 23:36:46)

    Null, the problem is not running from gnome menu. I can make it run from console, and it shows these messages, just in case there's some hint here:
    wine '.wine/drive_c/Program Files/eMule/emule.exe'
    wine: cannot find L"C:\\windows\\system32\\winemenubuilder.exe"
    err:wineboot:ProcessRunKeys Error running cmd L"C:\\windows\\system32\\winemenubuilder.exe -a -r" (2)
    fixme:heap:HeapSetInformation (nil) 1 (nil) 0
    fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),4,3,(nil),0,(nil)) - stub!
    err:ole:CoGetClassObject class {5c63c1ad-3956-4ff8-8486-40034758315b} not registered
    err:ole:CoGetClassObject class {5c63c1ad-3956-4ff8-8486-40034758315b} not registered
    err:ole:create_server class {5c63c1ad-3956-4ff8-8486-40034758315b} not registered
    fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
    err:ole:CoGetClassObject no class object {5c63c1ad-3956-4ff8-8486-40034758315b} could be created for context 0x17
    err:winediag:WSASocketW Failed to create a socket of type SOCK_RAW, this requires special permissions.
    err:winediag:IcmpCreateFile Failed to use ICMP (network ping), this requires special permissions.
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033c914
    fixme:richedit:ME_HandleMessage EM_GETLANGOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETLANGOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
    fixme:richedit:ME_HandleMessage EM_GETLANGOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETLANGOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
    fixme:richedit:ME_HandleMessage EM_GETLANGOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETLANGOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
    fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
    fixme:shell:IAutoComplete2_fnInit ACO_FILTERPREFIXES not supported
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033ca34
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033ca38
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033ca4c
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033ca1c
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033ca1c
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033ca1c
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033ca1c
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033ca1c
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033ca48
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033ca48
    fixme:shell:IAutoComplete2_fnInit ACO_FILTERPREFIXES not supported
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033c9e8
    err:listview:LISTVIEW_WindowProc unknown msg 108a wp=00000000 lp=0033c9e8
    fixme:richedit:ME_HandleMessage EM_GETLANGOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETLANGOPTIONS: stub
    fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
    Karol, that command didn't do anything for me...
    Turvyc, I know about aMule and have used it, but stuck to eMule because of some features it didn't have. If I can't run eMule I might as well return to aMule, as I know how to migrate configurations.

  • File Not Found Error When Rendering Motion Menu

    Hi there.
    I'm attempting to render a motion menu and keep getting the error "file not found". All of the necessary files are available and no specific missing file is mentioned.
    The background video is a .m2v, and there is a .wav audio file too. They are 42 seconds long.
    I tried other Encore projects and 2 others are doing the same thing, or coming up with a 'General Error'.
    I have cleaned the Database in the Media Cache. I have uninstalled and reinstalled Encore. There are no updates available.
    Any suggestions?
    Thanks,
    David

    Yeah, it would have taken me quite a while to redo the menus completely!  So I was very thankful for the save to menu template option.
    When I (not recently, thank goodness!) have a project I suspect of corruption, I create a new project, and just "import as menu" from the old menu subdirectory. The method you used deletes the  menus, so exporting the menus helps.
    Mac OS 10.6.8
    That's Snow Leopard, right?
    Actually, I'm not really sure about Encore terminology (this was my first project), but the only motion I have in my menus is the line that appears under the button text when that button is highlighted.  At one point I had the photo buttons (for videos) set to animate, but I removed that option.
    A highlight is just a highlight, not "motion." Animated buttons, when rendered as the menu, are actually a video background, so that was a motion menu.
    All 30 slideshows are actually individual video timelines.  They were created and exported from Photosho Lightroom 3.
    In Encore terminology, those are just videos - many Encore users choose to do slideshows as videos.
    I had originally tried creating each one as a slideshow from within Encore, but I was DEEPLY dismayed by how slow Encore became, evetually locking up at least once per hour.  It was ridiculous, even taking into account the fact that it is not a 64-bit program.  I planned to leave 2 of the songs as Encore slideshows (Lightroom can't do Pan/Zoom), but in the end I had to replace them with mp4s because the slideshows just would not play.  Really, it was about 11 wasted days plus 4 productive days to get me through the project!
    Encore has a variety of problems with slideshows, but I suspect from your description that you were using very large images. Scaling them down a bit can improve performance.

  • Blu-ray Object: "Sept-Nov_2008", Error: "invalid format", Code: "14", Note: "ERROR: This stream does

    I am trying to transcode a self contained FCP quicktime movie file and I get the message - Blu-ray Object: "Sept-Nov_2008", Error: "invalid format", Code: "14",
    Note: "ERROR: This stream doesn't include Picture timing SEI, Unit Offset = 785835706". I am going to use quicktime pro 7 to import  a quicktime movie instead of FCP self contained file into encore. But if anybody has any suggestions, please let me know. I have read about wrong field orders but I am using a custom preset with the field order set to upper (odd) - since I am using a Apple ProRes 422 (proxy) for the FCP sequence.

    This thread might be helpful:
    http://adobe.hosted.jivesoftware.com/message/3460426
    -Ramesh

  • "File not found" error when I try to render an animated menu (on mac) Encore CS4

    I'm making a dvd with at least 2 animated menus. It means that I have a 1 movie in the background of each menu. Over my background, I have 3 thumbnail buttons which contain a small piece of movie animated movie too. When I try to to view my menus, in order to see the animation in the background and in the thumbnails I need to render the animation through File - Render - Motion menus.
    The problem is that it works for the first menu but then when I continue my navigation to the second menu that has animation in background and thumbnails too, if I choose Render Motion menus,after 3/4 of the rendering it says "file not found" even if all the files are well in place in their folders.
    Does anyone would have an idea of how to resolve this stupid problem that prevents me to burn my project on a DVD since the same errors will appear during the burning process (I use a mac with Encore CS4). Is it a bug? What are the solutions? Thanks for answering.
    Steven.

    SteveDVD,
    The use of the .WMV was because that was part of the Library .EM template. I would not anticipate problems with other formats, so long as they are supported and the same for all of your Menus in the Project.
    If you have done several Motion Menu Renderings, you might want to clear Encore's Media Cache, just in case it is still referencing previous Render files.
    And yes, the re-Importation should yield the same result as Linking/re-Linking.
    Unfortunately, I do not have CS4, so I can't test this for you. There do seem to be a few real Bugs in the various CS4 programs, and maybe this is one?
    That "File Not Found" rings a bell in my feeble brain. Seems that there was a post on that, but I do not remember it being related to Motion Menus. Maybe search will yield something of use.
    Good luck,
    Hunt

  • Getting 'File not found' error while using server object model code

    Hi,
    I am using server object model code to pull list data in a console application. My machine has standalone installation of SP 2010. I am getting error 'File Not Found', however the same operation is working fine with client object model code.
    Code I am using:
    string strURL=http://servername/sites/sitename;
    SPSite siteObj=new SPSite (strURL); //getting error here.
    I have already checked the below,
    1. Framework being used is 3.5.
    2. I have proper access to site.
    3. Running visual studio as admin.
    Any help is much appreciated.
    thanks
    Tarique
    thanks and regards Tarique Aslam

    Hello Tarique ,
    Couple of pints need to check:
    1. User running the console application needs to have at least read permission to the SharePoint databases
    2. Set application by changing the "Platform target:" option on the "Build" to "Any CPU"
    Also refer this similar thread:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/2a419663-c6bc-4f6f-841b-75aeb9dd053d/spsite-file-not-found
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Performance Point Dashboard - Show Details - Export to Excel - 404 FILE NOT FOUND

    We are receiving an error when we want to drill down to the details of a report. We see the details but when we try to Export to Excel we get a file not found error.
    Both the aspx files are there in the 15/_Layouts folder.
    http://MySharepointServer/sites/PerformancePoint/_layouts/15/PPSWebParts/DrillThrough.aspx works. I see the details here and export to excel option
    When I click export to Excel I get to below page and get the file not found error
    http://MySharepointServer/_layouts/15/PPSWebParts/DrillThroughOfficeExport.aspx
    See Attached Screenshots using the link below
    https://www.evernote.com/shard/s433/sh/a6b7e4f7-babb-457b-addd-4c4fc7f57cc9/a6681814ad2ff11d21a45fd3f2bd8b08
    Thanks in advance.
    Sunhil

    Hi! Rebecca,
    Thanks for helping out. Please see the error details
    System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002), StackTrace:
        at Microsoft.SharePoint.Utilities.SPUtilityInternal.Send404(HttpContext context) 
        at Microsoft.SharePoint.WebControls.UnsecuredLayoutsPageBase.OnPreInit(EventArgs e) 
        at Microsoft.SharePoint.WebControls.LayoutsPageBase.OnPreInit(EventArgs e) 
        at Microsoft.PerformancePoint.Scorecards.WebControls.DrillThrough15.OnPreInit(EventArgs e) 
        at System.Web.UI.Page.PerformPreInit() 
    Exception trying get context compatibility level: System.IO.FileNotFoundException: The site http://MySharepointServer:80/_layouts/15/PPSWebParts/DrillThroughOfficeExport.aspx could not be found in the Web application SPWebApplication Name=SharePoint - 80. 
        at Microsoft.SharePoint.SPSite.LookupSiteInfo(SPFarm farm, Boolean contextSite, Boolean swapSchemeForPathBasedSites, Uri& requestUri, Boolean& lookupRequiredContext, Guid& applicationId, Guid& contentDatabaseId, Guid& siteId,
    Guid& siteSubscriptionId, SPUrlZone& zone, String& serverRelativeUrl, Boolean& hostHeaderIsSiteName, Boolean& appWebRequest, String& appHostHeaderRedirectDomain, String& appSiteDomainPrefix, String& subscriptionName, String&
    appSiteDomainId, Uri& primaryUri) 
        at Microsoft.SharePoint.ApplicationRuntim...
    Thanks,
    Sunhil
    Sunhil

  • Very Very Urgnet -- export to pdf error -- File not found

    Hi to all,
    I have a major problem while exporting pdf files at runtime
    Using VB 6.0 and Crystal Reports 8.5, I am able to generate the required report. 
    While exporting to the pdf, I need to save the files without any user interaction.
    I have tried using the exportoptions, but it gives error
    Dim appl As New CRAXDRT.Application
    Dim rep As CRAXDRT.Report
    Private Sub Command1_Click()
         reppath="sf_details.rpt"
         pdfpath="c:\test2.pdf"
         Set rep = appl.OpenReport(reppath, 1)
         rep.ExportOptions.DiskFileName = pdfpath
         rep.ExportOptions.DestinationType = crEDTDiskFile
         rep.ExportOptions.FormatType = crEFTPortableDocFormat
         rep.Export False
    End Sub
    "File not found" at this line --> rep.Export False
    Secondly, fonts dont seem to appear the same as compared in the report viewer and the exported pdfs.
    Any help will be highly appreciated.
    Thanks and Regards,

    Post your development questions to the Legacy Developers forum

Maybe you are looking for