Serious issues building application(s)

I've been trying to build an application but cannot get it to execute without giving very vague errors
The simplest example of an exe with the problem is one including a numeric control, the Mean.vi from NI_AALBase.lvlib and a numeric indicator for the result.
My first attempt, before including Mean.vi as a dynamic/support vi gives the message:
"missing subvi NI_AALBase.lvlib:Mean.vi in viname.vi" (viname being the name of the vi I built
Once included in the source files dynamic & support section the message 'helpfully' becomes:
"The VI is not executable. The full Development Version of labview is required to fix the errors."
As with other instances of this on the forums the VI is perfectly OK on the machine it was built with.
I'm dead certain that  it is associated with the VIs from NI_AALBase.lvlib and NI_AALPro.lvlib as there is a duplicate 'helpful' message for each instance of any of them in the VI.
What are these messages caused by and how do I solve them?
I have checked that the dll is included in the support folder for the build, and i've even tried copying the dll and the raw vis + vilibs  into the correct relative locations on the pc i'm attempting to install onto.
I'm completely stumped so any help (or documentation?) would be greatly appreciated!
My labview is 8.2.1 
Cheers
Dan
Solved!
Go to Solution.

I tried all options and none of them fixed the problem.
As you said the simple VI was 9Mb with the bottom option.
I still get the same error for each compile:
"The VI is not executable. The full Development Version of labview is required to fix the errors."
Once again I've included mean.vi in the dymanic/support section in source files
just in case:
The PC i'm installing on has an older version of the runtime env installed as well as 8.2.1.
Is it possible that is interfering?
The older version is required to support other programs which cannot be recompiled.
thanks
Dan

Similar Messages

  • Why does Build Application vi work in development environment but not in executable; error 1025

    Hello,
    I have an application ("A") that I am trying to build using another application ("BuildA").
    I can create an application for A manually from its project using the Build Specification, and it works fine (A.exe).
    Also, when I run BuildA.vi in the development environment it calls the "Build.vi" correctly and again builds application A.exe just fine.
    Then, when I make BuildA an application (manually) and run BuildA.exe, I would expect it to also create A.exe just like BuildA.vi did in the development environment.
    However, it fails with the error:
    Code: 1025
    Open VI Reference in NI_App_Builder_API.lvlib:Build (path).vi->BuildA.vi<APPEND>
    VI Path: <b>C:\TEMP\AppBuild\BuildA\vi.lib\AppBuilder\BuildTarget.vi</b>
    I noticed this thread , which looks like a similar problem, but no conclusion was reached.
    Why does BuildA.vi work fine in the LabVIEW environment, but the application BuildA.exe does not work?  All paths are hard-coded, so it shouldn't be a path issue.
    Thanks,
    -john
    Solved!
    Go to Solution.
    Attachments:
    AppBuild.zip ‏175 KB

    Interesting code.  I'm curious how you came to decide 324ms in your while loop, and 58 in the other, and then 5136ms at the end.  In any case I suspect this has to do with this line of text in the help of the Build.vi.
    If you plan to run a build specification on the LabVIEW Run-Time Engine, do not include the Build VI in any of the VIs for the build specification.
    I don't fully know what this means but it might be why it isn't working.
    The Build.vi opens all Context (application instances) and then looks for the one named "NI.LV.MxLvProvider".  This I assume is a application instance NI uses to build applications.  It then uses this and opens some other VIs in this instance for the building.  The error you are getting is "Application Reference is invalid" meaning it couldn't find the NI.LV.MxLvProvider instance it needs to build.  Again I believe this maybe because you are in a run-time environment and that instance doesn't exist there.
    At the end of the day I'm guessing since Application Builder is not free, NI probably doesn't include it in the Run-Time engine, which is free.  So you can't build the way you want.  You could have and EXE running in the run-time open an instance in the development, then run your VI from there if you must make this an EXE.  It maybe easier to just edit the BuildA.vi to have a "Run When Opened" so that you double click the VI and it runs which behaves like an EXE sorta.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • How to pass custom cookie from report builder application to SSRS Custom Security Extension?

    We want to implement SSRS in SaaS model. We implemented Custom Security extension in order to authenticate users from other application. When user enters username/password, i would like to authenticate the user in other application and it will return some data which can be used for autherization. I am expecting the same set of data will be accessible during all autherization calls.
    Currently we are implementing this in Report Builder application. I couldn't able to persist the information in cookie. Report builder removes all the cookies exceprt one cookie which is used by report server.Is there any way to share the information in all reportbuilder autherization calls in same session?

    if you have your own data extension, you can using
    HttpContext.Current.Application.Add("yourkey",
    yourdata);
    to save your data, but the issue I met it the key, I cannot find a key depended on report builder. If I use username, if the user open 2 report builder, both of them will get the same key and same data, but at this case the data should be different.
    I hope it will help you.

  • Build Application Error

    I am consistently getting an Error 26071 when I try to build my application to make an .EXE.  I am usling LV6.1, and Application Builder for it.  The app. works just fine from within LV itself.  There are no errors.
    Specifically, the error message is "Error 26071 occurred at Build Application.vi >> Dist Call Create Installer.vi >> Win Install Create.vi >> Win Install Add Files.vi >> MSI DK Add Shortcut.vi", with possible reasons stated as "Windows GetCommError:  The hex value if the code us x65D7".
    This code used to build just fine before I added some code using the Winevent.llb library, retrieved from NI.  I had done a mass recompile on it and my code, just in case there was LV version compatibility issues.  I also copied the specific vi's from Winevent into my library and did another mass compile, to no avail.  I am using VISA serial port vi's (the GetCommError made me think this might be related).
    Any ideas on what I'm doing wrong or what I'm missing?
    Jeff

    Check out this knowledge base here and let me know if that helps solve your issue.
    Tyler H.
    National Instruments

  • Issue Tracking Application

    Can someone please help.
    I have been through Chapter 10 of the 2 Day Play Application Express Developer Guide 2.1, "How to Build and Deploy an Issue Tracking Application".
    At run time when I select the Delete button, the confirmation box appears. Selecting Yes gives this error:
    Contact your application administrator.
    Error ERR-1016 Application "108" Page "0" not found (requested language="en-us")
    OK
    Can I change this to return to the original Issues page 6?
    Thanks
    Pat.

    Pat,
    Yes, you should be able to change this. Look for the branch that is associated with the Delete button.
    Sergio

  • Error 1003 when loading subpanel VI in build application (VI not executable)

    Error 1003 loading subpanel VI in build application (VI not executable). I referenced all supanel VI callers in my build app. What am I missing?

    Thanks for your reply!! I tried a few things I found online including the article you posted...this unfortunately did not solve my problem. Through some trial and error process I found the issue was with my build properties in the advanced section shown below.
    I had to check LabVIEW8.x file layout to allow the subpanel VI to load into my main app. I didn't think to check this cuz my code was developed in version 2010. I'm guesssing some of the callers where originally created in older versions and needed the the LabVIEW8 file layout, even though all my source code is compiled in version 10. If you think I might be wrong on this assumption let me know.
    P

  • Error in XML form builder application

    Hi SDN,
    I have created a form builder application. I am able to create items from the application. But when i try to edit or delete the item...From the edit option if I try to save or preview or cancel or reset ....it is throwing the following error message
    Runtime Error
    An exception occured while processing the request.
    Additional information: Exception during PageProcessorComponent.doContent()
    Exception ID = a0d623c1-d35e-2b10-8ab7-f6c10479e59b
    How to rectify the following issue....
    Regards,
    Ganesh N

    Hi,
    I have also encountered this problem the first time I did XML form builder.
    A simple restart of my portal solved the problem.
    Fabien.

  • Unable to find the App Builder application

    Not sure if I'm having the same issue but after selecting "Create App"  I get the following error.
    An error has occurred while launching the DPS App Builder application.
    Failed to find DPS App Builder application.
    Any takers?

    Download it from http://digitalpublishing.acrobat.com/. Log in and click on "DPS App Builder" in the top left.
    Neil

  • I m unable to execute a Imaqdx.vi present in Imaqdx.llb Which does nt allowing me 2 build application Options

    Following error message has been generated while building application   Error 1502 occurred at AB_Source_VI.lvclass:Close_Reference.vi -> AB_Build.lvclassave.vi -> AB_Build.lvclass:Copy_Files.vi -> AB_Application.lvclass:Copy_Files.vi -> AB_EXE.lvclass:Copy_Files.vi -> AB_Build.lvclass:Build.vi -> AB_Application.lvclass:Build.vi -> AB_EXE.lvclass:Build.vi -> AB_Engine_Build.vi -> AB_Build_Invoke.vi -> AB_Build_Invoke.vi.ProxyCaller  
    How can I Resolve this problem

    CAR 328824 has been filed to address this issue in a future release. In the meantime, make sure that the option "Remove unused members of project libraries" is enabled in the build specifications, under Additional Exclusions. That should fix the issue.
    -Christophe

  • I m unable to execute a Imaqdx.vi present in Imaqdx.llb Which does nt allowing me 2 build application

    Following error message has been generated while building application
    Error 1502 occurred at AB_Source_VI.lvclass:Close_Reference.vi -> AB_Build.lvclassave.vi -> AB_Build.lvclass:Copy_Files.vi -> AB_Application.lvclass:Copy_Files.vi -> AB_EXE.lvclass:Copy_Files.vi -> AB_Build.lvclass:Build.vi -> AB_Application.lvclass:Build.vi -> AB_EXE.lvclass:Build.vi -> AB_Engine_Build.vi -> AB_Build_Invoke.vi -> AB_Build_Invoke.vi.ProxyCaller
    How can I Resolve this problem

    CAR 328824 has been filed to address this issue in a future release. In the meantime, make sure that the option "Remove unused members of project libraries" is enabled in the build specifications, under Additional Exclusions. That should fix the issue.
    -Christophe

  • Serious issues with "Mingler"

    There are many articles about "Mingler", but I cannot believe that Apple does not solve this serious issue/bug. It can really take down your laptop: memory, CPU and battery. What can I do to make this come up in front of Apple, as a serious enough issue for them to address?

    6/13/13 9:27:04.039 PM Mingler[2047]: [0x7ffeb3403800] |ISDException|Error| *** SyncServices Exception
    Type                 : ISDSQLiteTimeoutReachedException
    Reason               : error executing 'pragma synchronous=normal': 5 (database is locked)
    Database Path        : <unknown>
    Database Access Mode : Locked
    Open SQLite Files    :
              */Library/Application Support/SyncServices/Local/TFSM/com.apple.Calendars/data.syncdb
              */Library/Application Support/SyncServices/Local/clientdata/1e11da60e580da2b947cd4f732856f1fe48006c7/ recordids.synciddb
    Stack Trace          :
              0   SyncServices                        0x00007fff83ad904c _ISDSQLiteBlowOut + 1107
              1   SyncServices                        0x00007fff83a3b480 sqliteExecuteWithCallbackAndOptions + 556
              2   SyncServices                        0x00007fff83a3b229 -[ISDDatabase(SqliteHelpers) execute:] + 207
              3   SyncServices                        0x00007fff83a3aebb -[ISDDatabase openDatabaseAtPath:] + 260
              4   SyncServices                        0x00007fff83a3ad33 -[ISDDatabase initWithDatabaseAtPath:] + 156
              5   SyncServices                        0x00007fff83a4f231 -[ISDRecordIdMapDatabase initDatabaseAtPath:] + 166
              6   SyncServices                        0x00007fff83a4f050 -[ISDSqliteRecordIdMapper initRecordIdMapperInDataDirectory:] + 174
              7   SyncServices                        0x00007fff83a4ef75 +[ISDSqliteRecordIdMapper recordIdMapperInDataDirectory:] + 230
              8   SyncServices                        0x00007fff83a4ee22 -[ISDClientState recordIdMapper] + 60
              9   Mingler                             0x0000000103b040a7 Mingler + 77991
              10  Mingler                             0x0000000103b04ed3 Mingler + 81619
              11  Mingler                             0x0000000103b03ed8 Mingler + 77528
              12  Mingler                             0x0000000103af371f Mingler + 10015
              13  Foundation                          0x00007fff8e35dcd2 __NSThread__main__ + 1345
              14  libsystem_c.dylib                   0x00007fff830e77a2 _pthread_start + 327
              15  libsystem_c.dylib                   0x00007fff830d41e1 thread_start + 13
    6/13/13 9:27:04.041 PM Mingler[2047]: [0x7ffeb3403800] |ISDDatabase|Error| Failed to open database at path /Users/dcazacu/Library/Application Support/SyncServices/Local/clientdata/1e11da60e580da2b947cd4f732856f1fe48006c7/ recordids.synciddb. Reason:
    *** SyncServices Exception
    Type                 : ISDSQLiteTimeoutReachedException
    Reason               : error executing 'pragma synchronous=normal': 5 (database is locked)
    Database Path        : <unknown>
    Database Access Mode : Locked
    Open SQLite Files    :
              */Library/Application Support/SyncServices/Local/TFSM/com.apple.Calendars/data.syncdb
              */Library/Application Support/SyncServices/Local/clientdata/1e11da60e580da2b947cd4f732856f1fe48006c7/ recordids.synciddb
    Stack Trace          :
              0   SyncServices                        0x00007fff83ad904c _ISDSQLiteBlowOut + 1107
              1   SyncServices                        0x00007fff83a3b480 sqliteExecuteWithCallbackAndOptions + 556
              2   SyncServices                        0x00007fff83a3b229 -[ISDDatabase(SqliteHelpers) execute:] + 207
              3   SyncServices                        0x00007fff83a3aebb -[ISDDatabase openDatabaseAtPath:] + 260
              4   SyncServices                        0x00007fff83a3ad33 -[ISDDatabase initWithDatabaseAtPath:] + 156
              5   SyncServices                        0x00007fff83a4f231 -[ISDRecordIdMapDatabase initDatabaseAtPath:] + 166
              6   SyncServices                        0x00007fff83a4f050 -[ISDSqliteRecordIdMapper initRecordIdMapperInDataDirectory:] + 174
              7   SyncServices                        0x00007fff83a4ef75 +[ISDSqliteRecordIdMapper recordIdMapperInDataDirectory:] + 230
              8   SyncServices                        0x00007fff83a4ee22 -[ISDClientState recordIdMapper] + 60
              9   Mingler                             0x0000000103b040a7 Mingler + 77991
              10  Mingler                             0x0000000103b04ed3 Mingler + 81619
              11  Mingler                             0x0000000103b03ed8 Mingler + 77528
              12  Mingler                             0x0000000103af371f Mingler + 10015
              13  Foundation                          0x00007fff8e35dcd2 __NSThread__main__ + 1345
              14  libsystem_c.dylib                   0x00007fff830e77a2 _pthread_start + 327
              15  libsystem_c.dylib                   0x00007fff830d41e1 thread_start + 13
    6/13/13 9:27:04.186 PM SyncServer[2044]: [0x7ffee2c0bdf0] |Server|Warning| Mingler finished because it encountered an exception: *** SyncServices Exception
    Type                 : ISDSQLiteTimeoutReachedException
    Reason               : error executing 'pragma synchronous=normal': 5 (database is locked)
    Database Path        : <unknown>
    Database Access Mode : Locked
    Open SQLite Files    :
              */Library/Application Support/SyncServices/Local/TFSM/com.apple.Calendars/data.syncdb
              */Library/Application Support/SyncServices/Local/clientdata/1e11da60e580da2b947cd4f732856f1fe48006c7/ recordids.synciddb
    Stack Trace          :
              0   SyncServices                        0x00007fff83ad904c _ISDSQLiteBlowOut + 1107
              1   SyncServices                        0x00007fff83a3b480 sqliteExecuteWithCallbackAndOptions + 556
              2   SyncServices                        0x00007fff83a3b229 -[ISDDatabase(SqliteHelpers) execute:] + 207
              3   SyncServices                        0x00007fff83a3aebb -[ISDDatabase openDatabaseAtPath:] + 260
              4   SyncServices                        0x00007fff83a3ad33 -[ISDDatabase initWithDatabaseAtPath:] + 156
              5   SyncServices                        0x00007fff83a4f231 -[ISDRecordIdMapDatabase initDatabaseAtPath:] + 166
              6   SyncServices                        0x00007fff83a4f050 -[ISDSqliteRecordIdMapper initRecordIdMapperInDataDirectory:] + 174
              7   SyncServices                        0x00007fff83a4ef75 +[ISDSqliteRecordIdMapper recordIdMapperInDataDirectory:] + 230
              8   SyncServices                        0x00007fff83a4ee22 -[ISDClientState recordIdMapper] + 60
              9   Mingler                             0x0000000103b040a7 Mingler + 77991
              10  Mingler                             0x0000000103b04ed3 Mingler + 81619
              11  Mingler                             0x0000000103b03ed8 Mingler + 77528
              12  Mingler                             0x0000000103af371f Mingler + 10015
              13  Foundation                          0x00007fff8e35dcd2 __NSThread__main__ + 1345
              14  libsystem_c.dylib                   0x00007fff830e77a2 _pthread_start + 327
              15  libsystem_c.dylib                   0x00007fff830d41e1 thread_start + 13
    6/13/13 9:27:04.197 PM iCalExternalSync[2042]: [0x7fcdd9c0e580] |ISyncSession|Warning| com.apple.iCal: transitioning to cancel - session cancelled by server: SyncServer failed to merge the changes from some clients: ISDSQLiteTimeoutReachedException *** SyncServices Exception
    Type                 : ISDSQLiteTimeoutReachedException
    Reason               : error executing 'pragma synchronous=normal': 5 (database is locked)
    Database Path        : <unknown>
    Database Access Mode : Locked
    Open SQLite Files    :
              */Library/Application Support/SyncServices/Local/TFSM/com.apple.Calendars/data.syncdb
              */Library/Application Support/SyncServices/Local/clientdata/1e11da60e580da2b947cd4f732856f1fe48006c7/ recordids.synciddb
    Stack Trace          :
              0   SyncServices                        0x00007fff83ad904c _ISDSQLiteBlowOut + 1107
              1   SyncServices                        0x00007fff83a3b480 sqliteExecuteWithCallbackAndOptions + 556
              2   SyncServices                        0x00007fff83a3b229 -[ISDDatabase(SqliteHelpers) execute:] + 207
              3   SyncServices                        0x00007fff83a3aebb -[ISDDatabase openDatabaseAtPath:] + 260
              4   SyncServices                        0x00007fff83a3ad33 -[ISDDatabase initWithDatabaseAtPath:] + 156
              5   SyncServices                        0x00007fff83a4f231 -[ISDRecordIdMapDatabase initDatabaseAtPath:] + 166
              6   SyncServices                        0x00007fff83a4f050 -[ISDSqliteRecordIdMapper initRecordIdMapperInDataDirectory:] + 174
              7   SyncServices                        0x00007fff83a4ef75 +[ISDSqliteRecordIdMapper recordIdMapperInDataDirectory:] + 230
              8   SyncServices                        0x00007fff83a4ee22 -[ISDClientState recordIdMapper] + 60
              9   Mingler                             0x0000000103b040a7 Mingler + 77991
              10  Mingler                             0x0000000103b04ed3 Mingler + 81619
              11  Mingler                             0x0000000103b03ed8 Mingler + 77528
              12  Mingler                             0x0000000103af371f Mingler + 10015
              13  Foundation                          0x00007fff8e35dcd2 __NSThread__main__ + 1345
              14  libsystem_c.dylib                   0x00007fff830e77a2 _pthread_start + 327
              15  libsystem_c.dylib                   0x00007fff830d41e1 thread_start + 13
    6/13/13 9:27:04.199 PM iCalExternalSync[2042]: [ICalExternalSync ]The sync server failed to let client Calendar pull changes
    6/13/13 9:27:15.534 PM SyncServer[2044]: [0x7ffee2c0bdf0] |SyncPlan|Warning| Mingle failed for clients com.apple.iCal
    6/13/13 9:27:15.629 PM syncuid[2052]: [0x7ff0aa40c690] |SSUID|Warning| Database was copied to /Users/dcazacu/Library/Application Support/SyncServices/Local.Thu-2013-06-13-21-27-04 and rebuilt. Reason:
    *** SyncServices Exception
    Type                 : ISDSQLiteTimeoutReachedException
    Reason               : error executing 'pragma synchronous=normal': 5 (database is locked)
    Database Path        : <unknown>
    Database Access Mode : Locked
    Open SQLite Files    :
              */Library/Application Support/SyncServices/Local/TFSM/com.apple.Calendars/data.syncdb
              */Library/Application Support/SyncServices/Local/clientdata/1e11da60e580da2b947cd4f732856f1fe48006c7/ recordids.synciddb
    Stack Trace          :
              0   SyncServices                        0x00007fff83ad904c _ISDSQLiteBlowOut + 1107
              1   SyncServices                        0x00007fff83a3b480 sqliteExecuteWithCallbackAndOptions + 556
              2   SyncServices                        0x00007fff83a3b229 -[ISDDatabase(SqliteHelpers) execute:] + 207
              3   SyncServices                        0x00007fff83a3aebb -[ISDDatabase openDatabaseAtPath:] + 260
              4   SyncServices                        0x00007fff83a3ad33 -[ISDDatabase initWithDatabaseAtPath:] + 156
              5   SyncServices                        0x00007fff83a4f231 -[ISDRecordIdMapDatabase initDatabaseAtPath:] + 166
              6   SyncServices                        0x00007fff83a4f050 -[ISDSqliteRecordIdMapper initRecordIdMapperInDataDirectory:] + 174
              7   SyncServices                        0x00007fff83a4ef75 +[ISDSqliteRecordIdMapper recordIdMapperInDataDirectory:] + 230
              8   SyncServices                        0x00007fff83a4ee22 -[ISDClientState recordIdMapper] + 60
              9   Mingler                             0x0000000103b040a7 Mingler + 77991
              10  Mingler                             0x0000000103b04ed3 Mingler + 81619
              11  Mingler                             0x0000000103b03ed8 Mingler + 77528
              12  Mingler                             0x0000000103af371f Mingler + 10015
              13  Foundation                          0x00007fff8e35dcd2 __NSThread__main__ + 1345
              14  libsystem_c.dylib                   0x00007fff830e77a2 _pthread_start + 327
              15  libsystem_c.dylib                   0x00007fff830d41e1 thread_start + 13
    6/13/13 9:27:15.839 PM SyncServer[2044]: [0x7ffee2c0bdf0] |Server|Warning| lost connection 0x7ffee3c02e00 to com.apple.iCal
    6/13/13 9:28:16.988 PM SyncServicesAgent[316]: [0x4423ab0] |ISyncSessionDriver|Error| Caught top level exception: Session <ISyncConcreteSession: 0x8512690> cancelled. lost connection to SyncServer Stack trace: (0x9895be7f 0x9285252e 0x9895bd31 0xb14da 0xc6c76 0x161aa2 0x15d768 0x15d815 0x945107c8 0x9451074b 0x96c865b7 0x96c70d4e)
    6/13/13 9:29:18.539 PM mdworker[2057]: Unable to talk to lsboxd
    6/13/13 9:29:18.661 PM sandboxd[2058]: ([2057]) mdworker(2057) deny mach-lookup com.apple.ls.boxd
    6/13/13 9:29:19.000 PM kernel[0]: Sandbox: sandboxd(2058) deny mach-lookup com.apple.coresymbolicationd
    6/13/13 9:30:52.479 PM com.apple.usbmuxd[60]: _heartbeat_failed heartbeat detected detach for device 0x72-192.168.1.10:0!
    6/13/13 9:35:14.817 PM com.apple.usbmuxd[60]: _heartbeat_failed heartbeat detected detach for device 0x73-192.168.1.3:0!
    6/13/13 9:37:20.188 PM mdworker[2070]: Unable to talk to lsboxd
    6/13/13 9:37:20.309 PM sandboxd[2071]: ([2070]) mdworker(2070) deny mach-lookup com.apple.ls.boxd
    6/13/13 9:37:20.000 PM kernel[0]: Sandbox: sandboxd(2071) deny mach-lookup com.apple.coresymbolicationd
    6/13/13 9:38:29.713 PM com.apple.usbmuxd[60]: _heartbeat_failed heartbeat detected detach for device 0x74-192.168.1.3:0!
    6/13/13 9:39:21.481 PM mdworker[2074]: Unable to talk to lsboxd
    6/13/13 9:39:21.601 PM sandboxd[2075]: ([2074]) mdworker(2074) deny mach-lookup com.apple.ls.boxd

  • Serious issue related to activation/deactivation and reinstall

    Got a serious issue going one. I had deactivated my Premiere Pro CS6 install on my main system while I was traveling and activated the install on my laptop. When I returned, I deactivated the laptop and re-activated the main system again. Any AVCHD clips that were already there were recognized, but if I tried importing any new ones, I'd get the "Unsupported compression type" error. Realizing that this is usually an activation issue, I tried to deactivate so that I could reactivate, but the Deactivate selection was grayed out. So, I uninstalled and ran the clean up tool. Then re-installed from the Cloud and activated. I could then import new AVCHD media without the "Unsupported compression type" error, however, now the project I was working on opens, but nothing will play - neither in the Timeline or the Source Monitor. Hitting "Play" does nothing. I can move the CTI along the Timeline but the initial frame that is in the Program Monitor stays the same. Furthermore, when I try to Save, the program hangs, forcing me to end Premiere from the Task Manager.
    Now, after several time opening the project, all AVCHD(.MTS) media is offline, and cannot be imported due to the  "Unsupported compression type" error. I have all of the media files backed up to an external drive, so I copied some of the backed up verisons of the .MTS files over to my onboard media RAID, and still get the error. HOWEVER...when I link the offline clips to the backed up versions of the files on the external drive, they import correctly.  Keep in mind, this isn't happening with all projects, only one.
    Here's what I've tried as possible remedies...
    - Created an empty project and imported the working project into it - same thing happens in the new project
    - Created an empty project and imported individual sequences from the bad one. This works, however, one of the sequences in the bad version doesn't appear in the list of sequences when importing, providing a clue as to where the problem lies.
    - Trashed preferences
    - Cleaned Media Cache Database
    - Deleted all Previews
    I'm at an impasse. Any suggestions would be greatly appreciated.
    Steve Brame
    creative illusions Productions

    OK...looks like the issue is settled. I tried installing PPro from the Cloud to another machine. After install I noticed that Application Manager was showing that an update was available for PPro. Hadn't gotten any other noices about that down in the status bar like I usually do, just the entry inside App Manager. So I updated the new machine. Then opened the errant project, and it seemed to be working properly, so I saved it back out with a different filename and took it back over to the main editing machine. Same issue was still there. So, I checked Application Manager on the main system, and voila, there was the update notice. So, I installed the update, and the project works like a charm now.

  • Non-English characters not displaying correctly - Serious Issue

    My corporate email is on a Lotus Domino server with Lotus Traveler installed.
    I have set my PlayBook (with OS 2) up to syncronize with the corporate email trough Active Sync (see http://alturl.com/qh3nn), which works perfectly.
    I have however noticed that in some emails special non-english characters are displayed correctly but in some emails special non-english characters are displayed as a black diamond with a question mark inside.
    This is of course a serious issue as most non English speaking countries use some special characters.
    When trying to understand this problem how can I analyse the emails and see what character set is being used?
    And of course better; has someone solved this?

    I am having the same problem. Is there any update available?

  • I am having some serious issues with firefox, i can't print anything because it is stuck on fax and I can't use any of the drop down menus on any site

    I am having some serious issues with firefox to the point of choosing another search engine. I can't print anything because it is stuck on fax and won't let me change it to my printer when i do try to select my printer it jumps right back to fax. The drop down menus do not work on any of the sites I go to. For example when purchasing clothes and you have to choose a size from a drop down menu I can't do it when I click on the drop down menu it doesn't work at all. I don't have a virus I ran my virus protector and no viruses are present. I don't have any suspicious issues going on with my computer so there has to be something in Firefox that is causing my issues. I tried internet explorer and I don't have any issues there. I hope you can help me because I love Firefox and would really like to continue to use it.

    Lots of issues there, main one getting fcpx going again, try deleting the preferences using the utility deveoped by these guys.
    http://www.digitalrebellion.com
    Try deleting your render files and re-rendering the project.
    Start with these and let us know how you go.
    Tony

  • I am having serious issues trying to alter my old iCloud account with an old non-functioning email to my new apple id with a new email address. The message keeps coming up on all my apple products with my old email (which is not available anymore).

    I am having serious issues trying to alter my old iCloud account with an old non-functioning email to my new apple id with a new email address. The message keeps coming up on all my apple products with my old email (which is not available anymore).

    I have the same problem - it is maddening. I rely on this iPad for work so this is not just an annoyance! The above solutions of changing the appleid on the device or on the website do not work.
    The old email address no longer exists - I haven't used it in a year probably and I no longer have the account.  I logged into the appleid website and there is no trace of the old email address so there is nothing that can be deleted or changed there.  On the iPad there is no trace of the old email address so nothing can be deleted there either. I have updated the iPad software and the same problem comes right back.  Every 2 seconds I am asked to log in using the old non-existent email.  The device is currently useless.
    The only recent change to anything was the addition of an Apple TV device, which was set up using the correct login and password.
    Does anyone have any ideas? The iPad has been backed up to the iCloud so presumably it now won't recognize the current iCloud account? So restoring may notbe an option?

Maybe you are looking for