Great in simulator - crazy after build

I'm putting together a simple dvd. I used templates for menus. The main menu has a drop zone that I converted to a button and another simple button. The other menus are index templates that use the chapter tracks in my video. Everything works great in the simulator. But after I build it, things get crazy in the DVD Player on my computer. All I get is a black screen except for the button that has been designated as the start button. When I run the cursor over the screen and happen to roll over a button, the buttons show up as rollovers. If I click on the buttons the correct video plays. What do you think is going on?
Thanks.

I have experienced something very similar. Very strange. I don't know why it happened to my specific project... But I found out that the problem (in this particular case) was solved by changing the overlay colours...! It seemed to me, that there was some kind of conflict between the overlay colour and a similar colour in my background menu file. Very strange. Hope you manage to solve the problem...

Similar Messages

  • Script Works In Simulator, Fails After Project Build

    I have a DSP3 project that consists basically of the following:
    One menu with 5 buttons.
    5 tracks
    I wrote a script that uses SPRM8 to determine which button was last used and to display that button when the user returns to the menu.
    The script works fine when run in the Simulator. The last button used is always displayed. After building the project and testing it in DVD Player I find it doesn’t work. I burnt the project to a DVD+RW and tested in an actual DVD Player desk, but as expected it didn’t work.
    Works in Simulator, but not after being built.
    Can anyone suggest something I’ve either overlooked, or have gotten wrong?

    The question is, the script works in the DSP3 simulator, but not after the build.
    That's what I'm trying to figure out.
    Thanks Karen.
    I'm trying to set up the DVD so that you can jump back to the menu from any point in the track, and from any track, and still have the last active button displayed. And without going to the end of the track.
    Would your suggestion do this?
    Thanks Hal.
    What follows is the best I can do.
    Script "Button-Return" {
    Name "Button-Return"
    ObjectType "Script"
    SelectedState 0
    CommandsUsed 0
    CommandsFree 120
    ScriptCommandArray "ScriptCommandFolder" {
    Name "ScriptCommandFolder"
    ObjectType "Script Command Array"
    SelectedState 0
    ChildObjectType "Script Command"
    ScriptCommand "Script Command 1" {
    Name "Script Command 1"
    ObjectType "Script Command"
    Size 0
    Duration 0
    SelectedState 0
    Comment ""
    CommandType Set GPRM
    OperatorType mov
    Argument1 RegisterCell "GPRM 0"
    Script2ndArgumentType SPRM
    Script2ndArgumentSPRMRegister SPRM 8
    Script2ndArgumentSpecialValue Current Item
    Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndArgumentImmediateValue 0
    Script2ndArgumentItemID notSet
    Compare 0
    CompareArgument1 RegisterCell "GPRM 0"
    Script2ndCompareArgumentType Immediate
    Script2ndCompareArgumentSPRMRegister SPRM 0
    Script2ndCompareArgumentSpecialValue Current Item
    Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndCompareArgumentImmediateValue 0
    Script2ndCompareArgumentItemID notSet
    CompareOperatorType =
    ScriptTarget notSet
    GotoTarget 1
    SubtitleEnabled 0
    SubtitleValue 1
    SubtitleVisible 0
    SubtitleGPRM RegisterCell "GPRM 0"
    AudioEnabled 0
    AudioValue 1
    AudioGPRM RegisterCell "GPRM 0"
    AngleEnabled 0
    AngleValue 1
    AngleGPRM RegisterCell "GPRM 0"
    SetSystemIsImmediate 1
    ButtonIndex 0
    GPRMTarget 0
    CounterMode 0
    ParentalLevel 0
    ScriptCommand "Script Command 2" {
    Name "Script Command 2"
    ObjectType "Script Command"
    Size 0
    Duration 0
    SelectedState 0
    Comment ""
    CommandType Jump
    OperatorType mov
    Argument1 RegisterCell "GPRM 0"
    Script2ndArgumentType GPRM
    Script2ndArgumentSPRMRegister SPRM 0
    Script2ndArgumentSpecialValue Current Item
    Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndArgumentImmediateValue 0
    Script2ndArgumentItemID notSet
    Compare 1
    CompareArgument1 RegisterCell "GPRM 0"
    Script2ndCompareArgumentType Immediate
    Script2ndCompareArgumentSPRMRegister SPRM 0
    Script2ndCompareArgumentSpecialValue Current Item
    Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndCompareArgumentImmediateValue 1024
    Script2ndCompareArgumentItemID notSet
    CompareOperatorType <=
    ScriptTarget Button "001" of Menu "DW-Menu"
    GotoTarget 1
    SubtitleEnabled 0
    SubtitleValue 1
    SubtitleVisible 0
    SubtitleGPRM RegisterCell "GPRM 0"
    AudioEnabled 0
    AudioValue 1
    AudioGPRM RegisterCell "GPRM 0"
    AngleEnabled 0
    AngleValue 1
    AngleGPRM RegisterCell "GPRM 0"
    SetSystemIsImmediate 1
    ButtonIndex 0
    GPRMTarget 0
    CounterMode 0
    ParentalLevel 0
    ScriptCommand "Script Command 3" {
    Name "Script Command 3"
    ObjectType "Script Command"
    Size 0
    Duration 0
    SelectedState 0
    Comment ""
    CommandType Jump
    OperatorType mov
    Argument1 RegisterCell "GPRM 0"
    Script2ndArgumentType GPRM
    Script2ndArgumentSPRMRegister SPRM 0
    Script2ndArgumentSpecialValue Current Item
    Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndArgumentImmediateValue 0
    Script2ndArgumentItemID notSet
    Compare 1
    CompareArgument1 RegisterCell "GPRM 0"
    Script2ndCompareArgumentType Immediate
    Script2ndCompareArgumentSPRMRegister SPRM 0
    Script2ndCompareArgumentSpecialValue Current Item
    Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndCompareArgumentImmediateValue 2048
    Script2ndCompareArgumentItemID notSet
    CompareOperatorType =
    ScriptTarget Button "002" of Menu "DW-Menu"
    GotoTarget 1
    SubtitleEnabled 0
    SubtitleValue 1
    SubtitleVisible 0
    SubtitleGPRM RegisterCell "GPRM 0"
    AudioEnabled 0
    AudioValue 1
    AudioGPRM RegisterCell "GPRM 0"
    AngleEnabled 0
    AngleValue 1
    AngleGPRM RegisterCell "GPRM 0"
    SetSystemIsImmediate 1
    ButtonIndex 0
    GPRMTarget 0
    CounterMode 0
    ParentalLevel 0
    ScriptCommand "Script Command 4" {
    Name "Script Command 4"
    ObjectType "Script Command"
    Size 0
    Duration 0
    SelectedState 0
    Comment ""
    CommandType Jump
    OperatorType mov
    Argument1 RegisterCell "GPRM 0"
    Script2ndArgumentType GPRM
    Script2ndArgumentSPRMRegister SPRM 0
    Script2ndArgumentSpecialValue Current Item
    Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndArgumentImmediateValue 0
    Script2ndArgumentItemID notSet
    Compare 1
    CompareArgument1 RegisterCell "GPRM 0"
    Script2ndCompareArgumentType Immediate
    Script2ndCompareArgumentSPRMRegister SPRM 0
    Script2ndCompareArgumentSpecialValue Current Item
    Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndCompareArgumentImmediateValue 3072
    Script2ndCompareArgumentItemID notSet
    CompareOperatorType =
    ScriptTarget Button "003" of Menu "DW-Menu"
    GotoTarget 1
    SubtitleEnabled 0
    SubtitleValue 1
    SubtitleVisible 0
    SubtitleGPRM RegisterCell "GPRM 0"
    AudioEnabled 0
    AudioValue 1
    AudioGPRM RegisterCell "GPRM 0"
    AngleEnabled 0
    AngleValue 1
    AngleGPRM RegisterCell "GPRM 0"
    SetSystemIsImmediate 1
    ButtonIndex 0
    GPRMTarget 0
    CounterMode 0
    ParentalLevel 0
    ScriptCommand "Script Command 5" {
    Name "Script Command 5"
    ObjectType "Script Command"
    Size 0
    Duration 0
    SelectedState 0
    Comment ""
    CommandType Jump
    OperatorType mov
    Argument1 RegisterCell "GPRM 0"
    Script2ndArgumentType GPRM
    Script2ndArgumentSPRMRegister SPRM 0
    Script2ndArgumentSpecialValue Current Item
    Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndArgumentImmediateValue 0
    Script2ndArgumentItemID notSet
    Compare 1
    CompareArgument1 RegisterCell "GPRM 0"
    Script2ndCompareArgumentType Immediate
    Script2ndCompareArgumentSPRMRegister SPRM 0
    Script2ndCompareArgumentSpecialValue Current Item
    Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndCompareArgumentImmediateValue 4096
    Script2ndCompareArgumentItemID notSet
    CompareOperatorType =
    ScriptTarget Button "004" of Menu "DW-Menu"
    GotoTarget 1
    SubtitleEnabled 0
    SubtitleValue 1
    SubtitleVisible 0
    SubtitleGPRM RegisterCell "GPRM 0"
    AudioEnabled 0
    AudioValue 1
    AudioGPRM RegisterCell "GPRM 0"
    AngleEnabled 0
    AngleValue 1
    AngleGPRM RegisterCell "GPRM 0"
    SetSystemIsImmediate 1
    ButtonIndex 0
    GPRMTarget 0
    CounterMode 0
    ParentalLevel 0
    ScriptCommand "Script Command 6" {
    Name "Script Command 6"
    ObjectType "Script Command"
    Size 0
    Duration 0
    SelectedState 0
    Comment ""
    CommandType Jump
    OperatorType mov
    Argument1 RegisterCell "GPRM 0"
    Script2ndArgumentType GPRM
    Script2ndArgumentSPRMRegister SPRM 0
    Script2ndArgumentSpecialValue Current Item
    Script2ndArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndArgumentImmediateValue 0
    Script2ndArgumentItemID notSet
    Compare 1
    CompareArgument1 RegisterCell "GPRM 0"
    Script2ndCompareArgumentType Immediate
    Script2ndCompareArgumentSPRMRegister SPRM 0
    Script2ndCompareArgumentSpecialValue Current Item
    Script2ndCompareArgumentGPRMRegister RegisterCell "GPRM 0"
    Script2ndCompareArgumentImmediateValue 5120
    Script2ndCompareArgumentItemID notSet
    CompareOperatorType =
    ScriptTarget Button "005" of Menu "DW-Menu"
    GotoTarget 1
    SubtitleEnabled 0
    SubtitleValue 1
    SubtitleVisible 0
    SubtitleGPRM RegisterCell "GPRM 0"
    AudioEnabled 0
    AudioValue 1
    AudioGPRM RegisterCell "GPRM 0"
    AngleEnabled 0
    AngleValue 1
    AngleGPRM RegisterCell "GPRM 0"
    SetSystemIsImmediate 1
    ButtonIndex 0
    GPRMTarget 0
    CounterMode 0
    ParentalLevel 0
    ViewInfo "ViewInfo" {
    Name "ViewInfo"
    ObjectType "View Info"
    SelectedState 0
    ViewInfoPosition (X:300 Y:-220)
    ViewInfoSize (X:0 Y:0)
    ViewInfoColor 0
    ViewInfoGroup notSet
    ViewThumbframeTime 0
    ViewInfoAttentionLevel 0
    ViewInfoIsSet 1
    }

  • Menu colors shift after build

    OK, so my menus look good in DVDSP, and in the simulator. However, after building, when tested in the DVD Player, they look "washed out". Everything is lighter, less saturated...
    I don't have any fancy broadcast standard video equipment here... but I'm watching DVD Player on the same monitor that I'm using to create the DVDSP project - I'm not that worried (yet) that the color is "accurate" in some way, I just want the DVD Player to look the same as the simulator - are there some settings I need to play with?
    The video content itself does not seem to have a color shift from the simulator - only the menus. I did not make the menus (I mean the elements), I bought some Templates from a company that produces DVDSP Template Packs and loaded them into DVDSP.
    I'm somewhat familiar with the whole issue of color spaces and gamuts etc., but I don't really see any settings in DVDSP to manage this.

    I managed to fix this issue, here's what I did in case anyone else has this problem.
    The issue was that the DVD template I purchased has a motion background, and when you apply the template to a menu (for example), it adds the a QuickTime movie for the background. The fact that DVDSP was rendering the .mov into a .m2v during the build is what caused the color shift.
    I took the .mov background file, and ran it through Compressor to turn it into a .m2v file (with the same preset I used on all my other video), and then imported that asset and applied it to all the menus. After build, no more color shift.

  • Print VI front panel to file does not work after building executable.

    I am using a property and invoke node to print the front panel of my VI to an HTML file.  It works fine in the development mode. After Building the application, this subvi will no longer
    print the front panel.  Is there some special files that included in the build??

    You can use the Report Generation VIs to generate the HTML report.  Specifically, you could use Append Front Panel Image to Report.vi and Save Report to File.vi to save the image of the panel to an HTML report.
    Check out the examples in examples\reports to get a better idea how to use these VIs if you've never used them before.
    Good luck,
    -D
    Darren Nattinger, CLA
    LabVIEW Artisan and Nugget Penman

  • MS office report function does not work after building the appication

    I use the MS office report function  with a custom excel template my application.
    It works properly in de developstate, but after building the application it does not work .
    I use office 2000  and Windows XP

    jmq wrote:
    I use the MS office report function  with a custom excel template my application.
    It works properly in de developstate, but after building the application it does not work .
    What error message if any did you get? It could be a couple things:
    1. Did you include the Report Toolkit's dynamic vis in the app's build process?
    Ref: Error 7 when Running an .EXE Using VIs from Report Generation Toolkit for MS Office
    2. How are you giving the path to you custom template, as a relative or an absolute path? The path will be different for the .exe. You have to strip twice.
    Ref: Why Can't My Executable Load My Included File When I Use Relative Path Encoding?
    =====================================================
    Fading out. " ... J. Arthur Rank on gong."

  • Buttons moved after building - how to prevent this?

    Hello,
    I used Adobe Encore (CS4) to make an interactive video. I imported my vids, which were made with other software, 480 x 360, connected them, add some buttons, and build the whole thing. I chose medium quality, the same resolution, Flash DVD and F4L. After building, my interactive vid was working perfectly, except for one thing: the buttons I made in Photoshop were smaller and out of place (but still working though). Does anyone have some experiences with this? How can I use the same resolutions (the vid can't be too big) but keep the buttons in place? Thanks for helping!!
    Greetings from the Netherlands!

    Thanks
    You can see the problem in the first post (Attachment : image.gif). This is the printed page... all the SPACES are replaced by "è". When I control this incorrect page in Acrobat Pro, all the controls are OK, but a new line about encoding appear In the Times-Roman Font (Attachment Sans-titre-2.jpg in yellow)
    I think this is an encoding problem. But I can't control all the fonts for all the pages, if controls are ok
    Yes, I always make an ads' copy in PDF X-1a:2001 when i receive the ads before insert them with Indesign.
    Best Regards,
    John

  • Slow update of shared variables on RT (cRIO) after building exe

    Hi,
    I've been struggling with this for the past few days.  I am having a problem with slow updating of shared variables on my RT project....but only after building the application into exe's.
    The application consists of an RT target (cRIO 9073) sampling inputs at a rate of 1sec.  I have a host PC running the front panel that updates with the new acquired values from the cRIO.  These values are communicated via shared variables.
    Once the cRIO samples the inputs, it writes the values to the shared variables, and then flags the data as 'ready to be read' using a boolean shared variable flag.  The hostPC polls this boolean shared variable and updates the indicators on the front panel accordingly.  
    Now, this worked fine during development, but as soon as I built the RT exe and host exe's, it stopped working properly and the shared variables ended up being updated very slowly, roughly 2-3sec update time.
    To give you some more background:
    I am running the Labview 2010 v10.0.
    I am deploying the shared variable library on the RT device (as the system must work even without the hostPC).  I have checked that its deploying using Distributed System Manager, as well as deploying it into the support directory on the cRIO and not the exe itself. 
    I have also disabled all firewalls and my antivirus, plus made sure that the IP's and subnets are correct and its DNS Server address is set to 0.0.0.0.
    There are 25 shared variables all in all, but over half of those are config values only used once or twice at startup.  Some are arrays, plus I dont have any buffering and none of them are configured as RT FIFO's either.
    The available memory on the cRIO is about 15MB minimum.
    What strikes me is that it works fine before building exe's and its not like the cRIO code is processor intensive, its idleing 95% of the time.

    Thats exactly what I'm saying, it takes 2-3seconds to update the values.
    I have tried taking out the polling on the PC side, and registered an event on the changing of that shared variable and that doesn't do anything to change the slow update time.  Even if I stop the PC, and just monitor the shared variables in DSM it updates slowly.
    I also tried utilising the "flush shared variables" vi to try to force the update....that does nothing.
    I wire all the error nodes religously. Still no luck.
    Its very strange, I'm not too sure whats happening here.  These things should be able to update in 10ms. 

  • WRT54G3G: Going crazy after a day

    Hello,
    my WRT54G3G is going crazy after about a day. Ping times to it vary from 1ms to 30s with lots of packet losses. With kismet and wireshark I found that the device invents clients (only Cisco clients! ) and sends them "IEEE 802.11 Null function (No data)" frames. What's going on?
    IEEE 802.11 Null function (No data), Flags: ....R.FT I could provide the wireshark dump, if needed.
    Thanks,
    Markus

    Press and hold the reset button for 60 seconds...Release the reset button...Unplug the power cable from your router, wait for 30 seconds and re-connect the power cable...Now re-configure your router...It should resolve the problem.

  • Install iphone simulator and interface builder

    I have purchase new mac book pro . I got xcode in media but how can i install iphone simulator and interface builder..
    some body can give me link for that.....
    thanks in advance..

    Sorry, false alarm...10.5.3 failed to install properly prior to updating to beta 6 and as a result the SDK itself didn't install.

  • Classpath reset after building

    Hello,
    I am facing a problem while building entreprise portal.
    The file .classpath is well defined before the build. After building, many lines are removed from the file!
    Of course, the build failed because it miss .jar files....
    Could you help me or explain me why ?
    I really need to build this application.
    Thank you in advance.
    Nick

    Hello Robin,
    This is the same behavior with NWDS 2.0....
    I really don't know why my .classpath is totaly edited... Do you know if a special customizing in NWDS could do that ? (a default classpath for example).
    EDIT:
    The error is talking about a variant ? What's this ?
    ERROR: xxxx: Build failed for xxxx.com/xxxx(MyComponents) in variant "default":
    Nick
    Edited by: P. Nicolas on May 10, 2011 6:56 PM

  • Slow Datasockets after building with AppBuilder 6.0 !?

    Hi all. Just a question to see if anyone knows why Im having probs. I
    have two programs, one sends data through datasockets to the other (Both
    on the same machine). While they are un-compiled, the data being displayed
    on the "Receiving" VI is nice & smooth. However, after building with AppBuilder
    6, the data updates are jurky and slow - still accurate, but not as smooth
    at the uncompiled version. Does anyone have any ideas to fix this problem!??!
    Thanx in advance for any help! =)

    I had the same problem with my bold when I downloaded to OS6. When I clicked on a App it would take forever to load. I downloaded OS6 AGAIN from my Desktop Manager and now it works perfectly. Hope this helps....

  • After build exe file . the config.ini file change the path

    i have config.ini in my proj 
    after build exe file i get that error
    Error 7 occurred at Open VI Reference in Open Config.vi->Start Main.vi.
    VI Path: C:\IRP Burn SW\Labview Proj\EXE Build\SWDL.exe\IRP Burn SW\Labview Proj\configuration.vi
    in my proj configuration file locat in : C:\IRP Burn SW\Labview Proj\Config File\config.ini
    how can i solved this problem ? 

    http://digital.ni.com/public.nsf/allkb/FD7DE8BC8FFC256C862565F4006BE363

  • Cannot Play DVD After Build in Encore CS6

    After building a DVD with Encore on my client's system, it will not play on any computer.  When clicking PLAY on the disk drive from Explorer, it returns the error "This file does not have a program associated with it for performing this action..."  I can play the VOB files with VLC player, but the DVD will not play.
    I do not have a DVD player to test. 

    When clicking PLAY on the disk drive from Explorer, it returns the error "This file does not have a program associated with it for performing this action..." 
    A DVD plays fine with VLC on my laptop. Sometimes there is no dvd decoder, but the message you are getting should not be an issue with VLC installed.
    Try opening VLC. then Media -> Open Disk; do you see the disk?

  • After building index is crawler deletes the data from crawl db?

    HI
    how the search service crawl component works,
    each time after building index is crawler deletes the data from crawl db
    adil

    Hi Adil,
    Index Database is usually called Crawl Database.
    I found a series of articles which goes through what these components are, how they work together, and how to provision them:
    http://blogs.msdn.com/b/russmax/archive/2010/04/16/search-2010-architecture-and-scale-part-1-crawl.aspx
    http://blogs.msdn.com/b/russmax/archive/2010/04/23/search-2010-architecture-and-scale-part-2-query.aspx
    SharePoint Server 2010 Enterprise Search Evaluation Guide:
    https://www.microsoft.com/en-us/download/details.aspx?id=24189
    Regards,
    Rebecca Tu
    TechNet Community Support

  • Problem in deployment of ISA B2B after building the app using ant buildtool

    Hi
    I've a problem with building ISA B2B App after modification.
    I've ISAWAC640SP11 and ant buildtool to build the application.
    I've setup a customer project in NWDS.
    I've build the application using build tool but when i try to deploy it
    on SAP J2EE 6.4 using SDM i get a weird message stating
    <b>"com.sap.sdm.util.sduread.IllFormattedSduFileException: The archive must be deployed with a 6.20 SDM, which has a SDM-SDA compatible version 1 or greater."</b>
    Does anyone know what is the exact proecess to build the application in
    SAP J2EE 6.4.
    Do we have to use the ant build tool or we can directly build the app using NWDS
    default build process ?
    Also can some one suggest me to setup a customer project for extension and
    modification of ISA B2B 640 on NWDS and SAP J2EE 6.4....
    Thanks & Regards
    Sandeep Solanki

    Guys please help  !!!
    atleast gimme some idea or suggestions.. !!!
    Regards
    Sandeep

Maybe you are looking for

  • A 'ghost' photo in my camera roll

    Good afternoon, today I was connecting my iPhone 6 (iOS 8.2) to my PC (Windows 8.1) to import pictures from the camera roll. When I checked the DCIM folder on the PC there was a sub-folder containing a photo that I took 1 year ago. In that period I h

  • Embedding .swf in PDF files

    Hello there, has anyone experience embedding swf files in a PDF document? I managed to create a document from a HTML file wich has a  swf movie inside, but i get only a  green square poligon. I'm using Adobe Reader 9.2.0 under windows xp thanks for y

  • Clueless as to whether I can do this or not in a program like Numbers

    Before I begin - my disclaimer... I have very little training in this area, and am completely clueless whether this can even be done. I am trying to consider whether we will be able to create our own charting system in a medical clinic.  In beginning

  • How use NT authentication to automatically logon NT user?

    that is, using IIS as web server, how to allow a user to be logged on to a webapp without having them have to enter their NT username and password via basic or form-based login? How can the webapp access the NT username and domain info from the reque

  • LightDM: How to stop non-graphical applications on session logout?

    Hi all, I'm currently moving from XDM to LightDM and have a hard time figuring out how to clean up after myself when my session ends. Here's the problem: I start two non-graphical applications in ~/.xprofile offlineimap ssh-agent I want to cleanly ki