FRM-47013 error: Cannot add parameter P LEVEL to Parameter List REPDATA: pa

Hello! I am using Forms 6i and get the above error-FRM-47013 error: Cannot add parameter P LEVEL to Parameter List REPDATA: parameter with this name exists. when clicking on the Run Report button on a parameter form. I have googled and I'm doing everything I know to do, but cannot get rid of the error. Any help is greatly appreciated! I only have 3 months Oracle experience coming from a VB/C# background.
Here's my code that is on the Run Report Program Unit on the parameter form:
PROCEDURE run_report IS
pl_id ParamList;
pl_name VARCHAR2(10) := 'repdata';
v_rep_num number;
hold_where_clause varchar2(2000);
charFY                                                  varchar2(4);
the_connect varchar2(10);
CharAlertText          varchar2(300); --Alert message text
     NumAlertVal      number; --Alert prompt 
begin
     if :CONTROL.BEGINNING_FISCAL_YEAR is null or :CONTROL.ENDING_FISCAL_YEAR is null then
                    CharAlertText := 'You must enter Beginning and Ending Fiscal Years before running this report!';
                    set_alert_button_property('ALERT_1',ALERT_BUTTON1,LABEL,'Ok'); --alert value equals 88
                    set_alert_property('ALERT_1',title,'No Year');
                    set_alert_property('ALERT_1',alert_message_text,CharAlertText);
                    NumAlertVal :=show_alert('ALERT_1');
                    raise form_trigger_failure;
     end if;
     if :CONTROL.BEGINNING_FISCAL_YEAR > :CONTROL.ENDING_FISCAL_YEAR then
                    CharAlertText := 'You must enter an Ending Year Fiscal Year greater than or equal to Beginning Year!';
                    set_alert_button_property('ALERT_1',ALERT_BUTTON1,LABEL,'Ok'); --alert value equals 88
                    set_alert_property('ALERT_1',title,'Invalid Year');
                    set_alert_property('ALERT_1',alert_message_text,CharAlertText);
                    NumAlertVal :=show_alert('ALERT_1');
                    raise form_trigger_failure;
     end if;
--This section creates system identified parameter list.      
BEGIN
pl_id := Get_Parameter_List(pl_name);
IF Not Id_Null(pl_id) THEN
Destroy_Parameter_List(pl_name);
--pl_id := Create_Parameter_List(pl_name);
--IF Id_Null(pl_id) THEN
--Message('Error creating parameter list '||pl_name);
--RAISE Form_Trigger_Failure;
--END IF;
END IF;
pl_id := Create_Parameter_List(pl_name);
Add_parameter(pl_id,'P_LEVEL',text_parameter,:control.hierarchy);
IF Id_Null(pl_id) THEN
Message('Error creating parameter list '||pl_name);
RAISE Form_Trigger_Failure;
END IF;
END;
--End section that creates parameter list.
BEGIN
-- This will get the next sequence number from the database to make the
-- report file name unique
select ombil.report_seq.nextval
into v_rep_num
from dual;
exception when no_data_found then
display_error_text(203,'S','N');
raise form_trigger_failure;
END;
If :control.hierarchy = 1 then
hold_where_clause := ' ';
elsif :control.hierarchy = 2 then
     hold_where_clause := ' AND DIV.ID = ' || :control.division_poplist ||' ';
elsif :control.hierarchy = 3 then
hold_where_clause := ' AND DIST.ID = ' || :control.district_poplist ||' ';
elsif :control.hierarchy = 4 then
          hold_where_clause := ' AND PS.ID = ' || :control.psite_poplist ||' ';
elsif :control.hierarchy = 5 then
hold_where_clause := ' AND PS.ID IN ' || :CONTROL.MULTI_PROJECT_SITES ||' ';
end if;
--charFY := 'where to_char(MP.fiscal_year, ''RRRR'') = to_char(:CONTROL.FISCAL_YEAR, ''RRRR'')';
Add_Parameter(pl_id,'PARAMFORM',TEXT_PARAMETER,'NO');
Add_Parameter(pl_id,'DESTYPE',TEXT_PARAMETER,'FILE');
Add_Parameter(pl_id,'DESNAME',TEXT_PARAMETER,:global.cur_reports_path||to_char(v_rep_num)||'.'||:control.format);
Add_parameter(pl_id,'P_WHERE',text_parameter,hold_where_clause);
Add_parameter(pl_id,'P_FY_BEGIN',text_parameter, to_char(:CONTROL.BEGINNING_FISCAL_YEAR, 'DD-MON-YYYY'));
Add_parameter(pl_id,'P_FY_END',text_parameter, to_char(:CONTROL.ENDING_FISCAL_YEAR, 'DD-MON-YYYY'));
--Add_parameter(pl_id,'P_LEVEL',text_parameter,:control.hierarchy); 
/*if :control.format = 'CSV' then
Add_Parameter(pl_id,'DESFORMAT',TEXT_PARAMETER,'DELIMITED');
          Add_Parameter(pl_id,'DELIMITER',TEXT_PARAMETER,',');
                    run_product(REPORTS,'es_adm_mit_percent_csv.rep',SYNCHRONOUS,RUNTIME,FILESYSTEM,pl_id,NULL);
else */
          --Add_parameter(pl_id,'P_LEVEL',text_parameter,:control.hierarchy);
Add_Parameter(pl_id,'DESFORMAT',TEXT_PARAMETER,:control.format);
     --end if;
run_product(REPORTS,'es_fish_mit_reqs.rep',SYNCHRONOUS,RUNTIME,FILESYSTEM,pl_id,NULL);
--Destroy_Parameter_List(pl_id);
web.show_document(:global.cur_reports_url||to_char(v_rep_num)||'.'||:control.format,'_SELF');
exception when others then
display_error_text(202,'S','N');
end;
Edited by: [email protected] on Feb 27, 2009 6:35 AM

A coworker figured out that the switchboard data input form was pointed at the wrong executable file. I knew there wasn't anything wrong with my code! I'll remember this one next time!
Edited by: [email protected] on Feb 27, 2009 12:24 PM

Similar Messages

  • FRM-47001: Cannot create parameter list aamir : list with this name exists.

    Sir I use parameter list in my form whose name aamir first time when I call report system give result right but second time I call report then system give this error
    FRM-47001: Cannot create parameter list aamir : list with this name exists.
    Please give me idea how I get print view second time
    Thank
    aamir

    Hello aamir,
    Use the following to delete existing parameter.
    DECLARE pl_id ParamList;
    BEGIN
    pl_id := Get_Parameter_List('tempdata');
    IF NOT Id_Null(pl_id) THEN
    Destroy_Parameter_List(pl_id);
    END IF;
    END;
    Cheers,
    Suresh

  • Cannot publish iMovie project paramerr: error in user parameter list

    When trying to publish imovie project, getting message:
    Unable to prepare project for publishing.
    The project could not be prepared for publishing because an error occurred. (ParamErr: error in user parameter list)
    Can anyone help explain what to do?  My first project.
    Thanks!
    Rick

    Hi
    Error -50 paramErr  Error in user parameter list
    Can there be any external hard disks - if so How is/are it/they formatted ? Must be Mac OS Extended (hfs) if used for Video.
    UNIX/DOS/FAT32/Mac OS Exchange - works for most but not for VIDEO.
    What this means in Your situation is above me.
    • free space on internal boot hard disk? How much ?
    Video codec
    • streamingDV, AIC etc. (not .avi, .mp4, .m4v, .wmv etc as they are containers not codecs)
    Pictures
    • in what format ? .jpg, .bmp, .tif, else ?
    Audio
    • from where/what format ? iTunes, .avi, .mp3, .aiff, else ?
    The "com.apple.iMovie.plist" file
    Many users has not observed that there are TWO libraries.
    • Library - at root level
    • Library - in user/account folder - THIS IS THE ONE to look into
    from Luke Burns
    I fixed the problem.. but it was very, very strange. I had a very long section for credits and set the line spacing to 1.0.. for some reason this caused it. I removed it, and it worked fine. I put it back, and I couldn't preview or play the video.
    I don't know why that could cause that big of a problem, but it did..
    Klaus1
    You need more free space on your hard drive.
    jonorparkerjon
    After phone support from apple I ended up creating a new project and adding all 117 clips back in individually till I found out what clips flagged and would not allow me to export. I had 3 I deleted and replaced and everything works now 1hr after tedious work....
    Where do Your material come from
    • Camera
    • External hard disk
    • USB-memory
    And all are connected so that iMovie can find it ?
    Yours Bengt W

  • Error occured in deployment step 'Add Solution': Error: Cannot add the specified assembly to the global assembly cache

    hi,
    I have created a separate project which contains a class which has some generic methods- its a Utility class.[ its a  class library project ]
    I added this dll into my SharePoint project's wsp package [package--> advanced-->add assembly project from output ]  [ SP 2013/ VS 2012]
    So till yesterday everything was working fine, its has successfully deployed in the GAC.
    But today when I tried to deploy my solution I got this error
    "Error occured in deployment step 'Add Solution': Error: Cannot add the specified assembly to the global assembly cache" .
      I closed the  VS and did iisreset , and uninstalled dll using powershell . and i  went to package removed the dll from the wsp package and deployed again.
    Now when i added  the  dll into this package again, it failed to deploy.
    can anyone tell ,  why this is happening. i have not done any changes in the dll yesterday or today.
    suddenly , it  started behavin stranegly. 

    Use the power shell command to delete dll
    http://www.c-sharpcorner.com/uploadfile/anavijai/how-to-install-or-uninstall-dll-in-gac-using-powershell/

  • FRM-40010 error: Cannot read from .... .fmx

    FRM-40010 error: Cannot read from ......... .fmx
    Hi everyone,
    In my formsweb.cfg file, i have an entry
    [iapp]
    userid=login/login@db
    form=Invlogin.fmx
    I attempted to launch my application from the desktop by clicking an icon that points to the URL
    http://myapp:8888/forms90/f90servlet?config=iapp
    and i received a FRM-40010: "Cannot read from Invlogin.fmx" error.
    When i moved the file Invlogin.fmx from my development folder to the
    C:\Ora9iDS\forms90 folder, the form is displayed.
    What's going on and how do i get the f90servlet to look in a particular location and not just C:\Ora9iDS\forms90 as it appears to be doing.
    I have included the path to my development folder in the FORMS90_PATH setting both in the registry and in the default.env file but no luck.
    Thanks.

    Stephen,
    does your development folder has a name with a blank in it (or one of the parent directories?). If yes then locate it in a path with no blanks. There is a know problem with blanks in path names.
    Frank

  • Error in user parameter list!!!

    I have been trying to upload a video on to youtube from imovie and everytime i hit publish, a box comes up that says:
    Unable to prepare project for publishing.
    The project could not be prepared for publishing because an error occurred. (Error in user parameter list)
    I have no idea what this means, nor do i know what to do to fix it. I have searched everywhere online for an explanation and each is either completely confusing or doesn't apply to my situation. I cannot export the movie in any form either, except when i go to export it, there isn't an error message it just doesn't do anything.
    PLEASE PLEASE HELP AS I NEED TO UPLOAD THIS VIDEO AND I AM ON A VERY TIGHT DEADLINE!!!!!!

    Hi
    Error -50 paramErr  Error in user parameter list
    Can there be any external hard disks - if so How is/are it/they formatted ? Must be Mac OS Extended (hfs) if used for Video.
    UNIX/DOS/FAT32/Mac OS Exchange - works for most but not for VIDEO.
    What this means in Your situation is above me.
    • free space on internal boot hard disk? How much ?
    Pictures
    • in what format ? .jpg, .bmp, .tif, else ?
    Audio
    • from where/what format ? iTunes, .avi, .mp3, .aiff, else ?
    The "com.apple.iMovie.plist" file
    Many users has not observed that there are TWO libraries.
    • Library - at root level
    • Library - in user/account folder - THIS IS THE ONE to look into
    from Luke Burns
    I fixed the problem.. but it was very, very strange. I had a very long section for credits and set the line spacing to 1.0.. for some reason this caused it. I removed it, and it worked fine. I put it back, and I couldn't preview or play the video.
    I don't know why that could cause that big of a problem, but it did..
    Klaus1
    You need more free space on your hard drive.
    jonorparkerjon
    After phone support from apple I ended up creating a new project and adding all 117 clips back in individually till I found out what clips flagged and would not allow me to export. I had 3 I deleted and replaced and everything works now 1hr after tedious work....
    Where do Your material come from
    • Camera
    • External hard disk
    • USB-memory
    And all are connected so that iMovie can find it ?
    Can also be a working - way around.
    NEW INFO from: Apple Geek 0819
    • First, you do need to relaunch iMovie.
    • Second, rather than opening the movie you want to export, you right-click on it and select export in the Project Gallery.
    • This obviates the need for iMovie to load your project into memory, and allows it to commit all of the computer’s memory to the rendering task.
    Yours Bengt W

  • HT2479 Ok so imovie 11 won't let me export my movie anywhere, no matter what it seems. all it says is he project could not be prepared for publishing because an error occurred. (ParamErr: error in user parameter list).

    Any help would help.

    Hi
    Error -50 paramErr  - Error in user parameter list
    Can there be any external hard disks - if so How is/are it/they formatted ?
    Must be Mac OS Extended (hfs) if used for Video.
    UNIX/DOS/FAT32/Mac OS Exchange - works for most but not for VIDEO.
    • free space on internal boot hard disk? How much ?
    Video codec
    • streamingDV, AIC etc. (not .avi, .mp4, .m4v, .wmv etc as they are containers not codecs)
    Pictures
    • in what format ? .jpg, .bmp, .tif, else ?
    Audio
    • from where/what format ? iTunes, .avi, .mp3, .aiff, else ?
    Corrupted preference file: The "com.apple.iMovie.plist" file - trash it
    Many users has not observed that there are TWO libraries.
    • Library - at root level
    • Library - in user/account folder - THIS IS THE ONE to look into
    from Luke Burns
    I fixed the problem.. but it was very, very strange. I had a very long section for credits and set the line spacing to 1.0.. for some reason this caused it. I removed it, and it worked fine. I put it back, and I couldn't preview or play the video.
    I don't know why that could cause that big of a problem, but it did..
    Klaus1
    You need more free space on your hard drive.
    Where do Your material come from
    • Camera
    • External hard disk
    • USB-memory
    And all are connected so that iMovie can find it ?
    from: jonorparkerjon
    After phone support from apple I ended up creating a new project and adding all 117 clips back in individually till I found out what clips flagged and would not allow me to export. I had 3 I deleted and replaced and everything works now 1hr after tedious work....
    from Karsten S
    Shorter clips than 1,5 sec might be one of the culptrits
    Bengt cont.
    Set-Up might differ
    • Mac OS - most probably X.7 or more
    • iMovie version - more than iM'11 v. 9.0.4
    Action taken
    • Finalizing project - I never do as I never understood the gain to do so
    • Share as HD to iDVD - never give any gain but if it works the resulting DVD is less quality than if SD-quality was shared
    fps - set
    •  I only use PAL (25fps
    Yours Bengt W

  • What does "error in user parameter list" mean? how do i fix it?

    Can't burn my movies to iDVD because this message keeps showing up "Unable to prepare project for publishing". The project could not be prepared for publishing because an error occurred. Error in user parameter list. Please tell me how to fix this.

    The first thing I test to do when iMovie doesn't behave as it should is to trash the preference file.
    It's a very common way to try to solve problems with Applications that has problems.
    Reg iMovie that file is named as one or more of these
    com.apple.iMovie.plist
    com.apple.iMovie3.plist
    com.apple.iMovie7.plist
    com.apple.iMovie8.plist
    com.apple.iMovie9.plist
    com.apple.iMovieApp.plist
    Not always all of them are present - but many can be
    I also trash
    com.apple.iApps.plist
    and clean out the Cache folder
    All of them are in a folder named Library - BUT as there are more than one - most people chose the wrong one.
    The obvious one is Library on Root level - first window that opens when You open Your Start-Up Hard Disk.
    AND - that is the wrong one
    The one to find is the one in Your User Account folder - and in Mac OS X.7 and so on - it is HIDDEN.
    Easiest way to find the correct one is to go up to the top row Menu (Apple symbol to the top Left hand corner of screen) and here go to the right to GO and keep Option-key DOWN and it will Show You the correct Library.
    Now - here find the folder Preferences to move out the com.apple.xxxxxx files to the desktop WHEN APPLICATION IS NOT RUNNING ! IMPORTANT !
    then find the folder named Caches - here too - try to identify the cache files that are connected to the application - and move them too to desktop.
    Now try to run Your application e.g. iMovie
    There is an easier way to test if this is the real problem by
    • Goto Apple menu and down to System preferences
    • Select Accounts
    • Click on the Plus sign and create a new user e.g. test1
    • Apple menu - and down to Log out
    • Now log into the new user test1
    • Now see if application runs as intended
    If so - then the problem to 99% is in the Pref or Cache files.
    Yours Bengt W

  • ParamErr: error in user parameter list

    I am trying to finalize an iMovie11 project, and I get this error message: The project could not be prepared for publishing because an error occurred. (ParamErr: error in user parameter list).
    I rebooted and relaunched iMovie to no effect.  What does this mean?
    L

    Hi
    Error -50 paramErr  Error in user parameter list
    Can there be any external hard disks - if so How is/are it/they formatted ? Must be Mac OS Extended (hfs) if used for Video.
    UNIX/DOS/FAT32/Mac OS Exchange - works for most but not for VIDEO.
    What this means in Your situation is above me.
    • free space on internal boot hard disk? How much ?
    Video codec
    • streamingDV, AIC etc. (not .avi, .mp4, .m4v, .wmv etc as they are containers not codecs)
    Pictures
    • in what format ? .jpg, .bmp, .tif, else ?
    Audio
    • from where/what format ? iTunes, .avi, .mp3, .aiff, else ?
    The "com.apple.iMovie.plist" file
    Many users has not observed that there are TWO libraries.
    • Library - at root level
    • Library - in user/account folder - THIS IS THE ONE to look into
    from Luke Burns
    I fixed the problem.. but it was very, very strange. I had a very long section for credits and set the line spacing to 1.0.. for some reason this caused it. I removed it, and it worked fine. I put it back, and I couldn't preview or play the video.
    I don't know why that could cause that big of a problem, but it did..
    Klaus1
    You need more free space on your hard drive.
    jonorparkerjon
    After phone support from apple I ended up creating a new project and adding all 117 clips back in individually till I found out what clips flagged and would not allow me to export. I had 3 I deleted and replaced and everything works now 1hr after tedious work....
    Where do Your material come from
    • Camera
    • External hard disk
    • USB-memory
    And all are connected so that iMovie can find it ?
    Yours Bengt W

  • Error in user parameter list when I try to export my imovie project

    Please help!  iMovie cannot export this particular movie project, which is 14 minutes and 40 seconds.  It will export for several minutes, then give the following error message:
    Unable to prepare project for publishing.
    The project could not be prepared for publishing because an error occurred. (Error in user parameter list)
    What the heck?  I have iMovie 9.0.4, OSX 10.7.3
    Thank you!!!

    My latest attempt to export resulted in this crash and crash report:
    Date/Time:       2012-02-22 08:42:00 -0800
    OS Version:      10.7.3 (Build 11D50)
    Architecture:    x86_64
    Report Version:  9
    Command:         iMovie
    Path:            /Applications/iMovie.app/Contents/MacOS/iMovie
    Version:         9.0.4 (1635)
    Build Version:   2
    Project Name:    iMovieApp
    Source Version:  16350000
    App Item ID:     408981434
    App External ID: 3919357
    Parent:          launchd [172]
    PID:             2402
    Event:           hang
    Duration:        0.32s
    Steps:           4 (100ms sampling interval)
    Pageins:         1
    Pageouts:        0
    Process:         iMovie [2402]
    Path:            /Applications/iMovie.app/Contents/MacOS/iMovie
    Architecture:    i386
    UID:             501
      Thread 0x1df3d    
      User stack:
        4 ??? (in iMovie) [0x2a6e]
          4 ??? (in iMovie) [0x31b3]
            4 NSApplicationMain + 1054 (in AppKit) [0x9b1a4261]
              4 -[NSApplication run] + 1007 (in AppKit) [0x9af106d5]
                4 ??? (in iMovie) [0x46e9e]
                  4 -[NSApplication sendEvent:] + 4788 (in AppKit) [0x9af7f0e7]
                    4 -[NSWindow sendEvent:] + 7533 (in AppKit) [0x9afe6ca5]
                      4 -[NSControl mouseDown:] + 943 (in AppKit) [0x9b01dcf3]
                        4 -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 501 (in AppKit) [0x9b0a2551]
                          4 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2295 (in AppKit) [0x9b01f2b0]
                            4 -[NSCell _sendActionFrom:] + 160 (in AppKit) [0x9b01fef3]
                              4 -[NSControl sendAction:to:] + 102 (in AppKit) [0x9b01fff0]
                                4 ??? (in iMovie) [0x44eee]
                                  4 -[NSApplication sendAction:to:from:] + 232 (in AppKit) [0x9b020113]
                                    4 -[NSObject performSelector:withObject:] + 65 (in CoreFoundation) [0x9ba39de1]
                                      4 -[NSSavePanel ok:] + 464 (in AppKit) [0x9b4bd155]
                                        4 -[NSSavePanel dismissWindow:] + 154 (in AppKit) [0x9b4bb4ed]
                                          4 ??? (in iMovie) [0x41440]
                                            4 -[NSApplication endSheet:returnCode:] + 337 (in AppKit) [0x9b1e35d2]
                                              4 -[NSSavePanel _didEndSheet:returnCode:contextInfo:] + 317 (in AppKit) [0x9b4be693]
                                                4 ??? (in iMovie) [0x18c064]
                                                  4 ??? (in iMovie) [0xfaead]
                                                    4 ??? (in iMovie) [0x18fb66]
                                                      4 ??? (in iMovie) [0x18f351]
                                                        4 ??? (in iMovie) [0x6f200]
                                                          4 ??? (in iMovie) [0x6fb02]
                                                            4 MovieExportFromProceduresToDataRef + 49 (in QuickTime) [0x946910d4]
                                                              4 CallComponentDispatch + 29 (in CarbonCore) [0x999854a6]
                                                                4 CallComponent + 223 (in CarbonCore) [0x9998545d]
                                                                  4 SpitMovieComponentDispatch + 95 (in QuickTimeComponents) [0x93efdfb3]
                                                                    4 CallComponentFunctionWithStorageProcInfo + 30 (in CarbonCore) [0x99a0f47d]
                                                                      4 _ZL38CallComponentFunctionCommonWithStoragePPcP19ComponentParametersPFlvEm + 45 (in CarbonCore) [0x99a0f43d]
                                                                        4 callComponentStorage_444 + 32 (in CarbonCore) [0x99960546]
                                                                          4 ??? (in QuickTimeComponents) [0x93f006f6]
                                                                            4 ??? (in QuickTimeComponents) [0x93f19c53]
                                                                              4 ??? (in QuickTimeComponents) [0x93f18db3]
                                                                                4 ??? (in QuickTimeComponents) [0x93f18c85]
                                                                                  4 ??? (in iMovie) [0x6d981]
                                                                                    4 ??? (in iMovie) [0x6de2b]
                                                                                       4 ??? (in iMovie) [0x607c9]
                                                                                         4 MoviesTask_priv + 91 (in QuickTime) [0x944e1495]
                                                                                           4 TaskMovie_priv + 3712 (in QuickTime) [0x944d36c0]
                                                                                             4 MediaMoviesTask + 61 (in QuickTime) [0x944d4580]
                                                                                               4 CallComponentDispatch + 29 (in CarbonCore) [0x999854a6]
                                                                                                 4 CallComponent + 223 (in CarbonCore) [0x9998545d]
                                                                                                   4 Video2ComponentDispatch + 95 (in QuickTimeComponents) [0x93ccf252]
                                                                                                     4 CallComponentFunctionWithStorageProcInfo + 30 (in CarbonCore) [0x99a0f47d]
                                                                                                       4 _ZL38CallComponentFunctionCommonWithStoragePPcP19ComponentParametersPFlvEm + 45 (in CarbonCore) [0x99a0f43d]
                                                                                                         4 callComponentStorage_44444 + 47 (in CarbonCore) [0x99960869]
                                                                                                           4 ??? (in QuickTimeComponents) [0x93cd1938]
                                                                                                             4 ??? (in QuickTimeComponents) [0x93cde7df]
                                                                                                               4 ??? (in QuickTimeComponents) [0x93cdc9cb]
                                                                                                                 4 ??? (in QuickTimeComponents) [0x93cdbae7]
                                                                                                                   2 ??? (in QuickTimeComponents) [0x93cdb5a0]
                                                                                                                     2 ??? (in QuickTimeComponents) [0x9428a757]
                                                                                                                       2 CallComponentDispatch + 29 (in CarbonCore) [0x999854a6]
                                                                                                                         2 CallComponent + 223 (in CarbonCore) [0x9998545d]
                                                                                                                           2 SDH_ComponentDispatch + 95 (in QuickTimeComponents) [0x93cb95bf]
                                                                                                                             2 CallComponentFunctionWithStorageProcInfo + 30 (in CarbonCore) [0x99a0f47d]
                                                                                                                               2 _ZL38CallComponentFunctionCommonWithStoragePPcP19ComponentParametersPFlvEm + 45 (in CarbonCore) [0x99a0f43d]
                                                                                                                                 2 callComponentStorage_4 + 15 (in CarbonCore) [0x999602c4]
                                                                                                                                   2 ??? (in QuickTimeComponents) [0x93cbcebf]
                                                                                                                                     2 QTIdleManagerSetNextIdleTimeNever + 22 (in QuickTime) [0x944c3861]
                                                                                                                                       2 QTIdleManagerSetNextIdleTimeNever_priv + 72 (in QuickTime) [0x944c38b4]
                                                                                                                                         1 QTIdleManagerSetNextIdleTime_priv + 172 (in QuickTime) [0x944ac177]
                                                                                                                                           1 pthread_mutex_unlock + 320 (in libsystem_c.dylib) [0x96341c4c]
                                                                                                                                         1 QTIdleManagerSetNextIdleTime_priv + 49 (in QuickTime) [0x944ac0fc]
                                                                                                                                           1 QTMLGrabMutex + 41 (in QuickTime) [0x94485262]
                                                                                                                                             1 pthread_mutex_lock + 704 (in libsystem_c.dylib) [0x963416f6]
                                                                                                                   2 ??? (in QuickTimeComponents) [0x93cdb5a5]
                                                                                                                     2 swtch_pri + 10 (in libsystem_kernel.dylib) [0x97232cfa]
      Kernel stack:
        3 hndl_allintrs + 290 (in mach_kernel) [0xffffff80002d7bd2]
          3 interrupt + 192 (in mach_kernel) [0xffffff80002c2790]
            3 lapic_interrupt + 121 (in mach_kernel) [0xffffff80002c7859]
              3 cpu_signal_handler + 172 (in mach_kernel) [0xffffff80002c970c]
                3 sync_iss_to_iks + 118 (in mach_kernel) [0xffffff80002c1bc6]
        1 hndl_mach_scall + 213 (in mach_kernel) [0xffffff80002d8015]
      Thread 0x1df4e      DispatchQueue 1701273966
      User stack:
        4 _dispatch_mgr_thread + 53 (in libdispatch.dylib) [0x959ca6a7]
          4 __select_nocancel + 10 (in libsystem_kernel.dylib) [0x97234b5e]
      Kernel stack:
        4 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
      Thread 0x1e107    
      User stack:
        4 thread_start + 34 (in libsystem_c.dylib) [0x963466de]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x96342ed9]
            4 _ZN3AVSL27AVCVideoServicesThreadStartEPNS_28AVCVideoServicesThreadParamsE + 254 (in FWAVCPrivate) [0xf84763]
              4 CFRunLoopRun + 129 (in CoreFoundation) [0x9b9eb1a1]
                4 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x9b9da47c]
                  4 __CFRunLoopRun + 1428 (in CoreFoundation) [0x9b9dada4]
                    4 __CFRunLoopServiceMachPort + 170 (in CoreFoundation) [0x9b9d1c7a]
                      4 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x97232c22]
      Kernel stack:
        4 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1e4a0    
      User stack:
        4 thread_start + 34 (in libsystem_c.dylib) [0x963466de]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x96342ed9]
            4 __select + 10 (in libsystem_kernel.dylib) [0x97234b42]
      Kernel stack:
        4 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
      Thread 0x1e4dd    
      User stack:
        4 thread_start + 34 (in libsystem_c.dylib) [0x963466de]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x96342ed9]
            4 ??? (in QuickTimeComponents) [0x93cbebe6]
              4 TSWaitOnSemaphoreRelative + 24 (in CarbonCore) [0x9995bf76]
                4 TSWaitOnSemaphoreCommon + 490 (in CarbonCore) [0x9995c165]
                  4 TSWaitOnConditionTimedRelative + 178 (in CarbonCore) [0x9995c3ef]
                    4 pthread_cond_timedwait_relative_np + 47 (in libsystem_c.dylib) [0x96346f7b]
                      4 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9723483e]
      Kernel stack:
        4 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          4 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            4 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f149]
              4 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7d3]
                4 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  4 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    4 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x1e54a    
      User stack:
        4 thread_start + 34 (in libsystem_c.dylib) [0x963466de]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x96342ed9]
            4 ??? (in QuickTimeComponents) [0x94199e43]
              4 ??? (in QuickTimeComponents) [0x93d2ed0d]
                4 semaphore_wait_trap + 10 (in libsystem_kernel.dylib) [0x97232c5e]
      Kernel stack:
        4 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff80002345c0]
      Thread 0x1e59c    
      User stack:
        4 pthread_cond_timedwait$UNIX2003 + 70 (in libsystem_c.dylib) [0x962f73e0]
          4 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9723483e]
      Kernel stack:
        4 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          4 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            4 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f149]
              4 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7d3]
                4 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  4 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    4 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x1e5e9    
      User stack:
        4 thread_start + 34 (in libsystem_c.dylib) [0x963466de]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x96342ed9]
            4 ??? (in QuickTimeComponents) [0x93de0b7d]
              4 pthread_cond_wait + 48 (in libsystem_c.dylib) [0x962ee82a]
                4 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9723483e]
      Kernel stack:
        4 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          4 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            4 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f149]
              4 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7d3]
                4 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  4 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    4 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x1e5ea    
      User stack:
        4 thread_start + 34 (in libsystem_c.dylib) [0x963466de]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x96342ed9]
            4 ??? (in QuickTimeComponents) [0x93de0b7d]
              4 pthread_cond_wait + 48 (in libsystem_c.dylib) [0x962ee82a]
                4 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9723483e]
      Kernel stack:
        4 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          4 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            4 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f149]
              4 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7d3]
                4 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  4 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    4 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x1e5eb    
      User stack:
        4 thread_start + 34 (in libsystem_c.dylib) [0x963466de]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x96342ed9]
            4 ??? (in QuickTimeComponents) [0x93de0b7d]
              4 pthread_cond_wait + 48 (in libsystem_c.dylib) [0x962ee82a]
                4 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9723483e]
      Kernel stack:
        4 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002d7f39]
          4 unix_syscall + 472 (in mach_kernel) [0xffffff80005ca448]
            4 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059f149]
              4 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a7d3]
                4 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                  4 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                    4 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x21689    
      User stack:
        4 thread_start + 34 (in libsystem_c.dylib) [0x963466de]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x96342ed9]
            4 ??? (in QuickTimeH264.scalar) [0x69a9bedb]
              4 semaphore_wait_trap + 10 (in libsystem_kernel.dylib) [0x97232c5e]
      Kernel stack:
        4 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff80002345c0]
      Thread 0x2168a    
      User stack:
        4 thread_start + 34 (in libsystem_c.dylib) [0x963466de]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x96342ed9]
            4 ??? (in QuickTimeH264.scalar) [0x69a9bedb]
              4 semaphore_wait_trap + 10 (in libsystem_kernel.dylib) [0x97232c5e]
      Kernel stack:
        4 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff80002345c0]
      Thread 0x2168b    
      User stack:
        4 thread_start + 34 (in libsystem_c.dylib) [0x963466de]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x96342ed9]
            4 ??? (in QuickTimeH264.scalar) [0x69a9bedb]
              4 semaphore_wait_trap + 10 (in libsystem_kernel.dylib) [0x97232c5e]
      Kernel stack:
        4 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff80002345c0]
      Thread 0x22325    
      User stack:
        4 start_wqthread + 30 (in libsystem_c.dylib) [0x963466fe]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x9723502e]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Thread 0x32738    
      User stack:
        4 start_wqthread + 30 (in libsystem_c.dylib) [0x963466fe]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x9723502e]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Binary Images:
          0x1000 -   0x441feb  com.apple.iMovieApp 9.0.4 (1635) <677756C9-3E33-AE1B-EAF8-6A78D6C9DD37> /Applications/iMovie.app/Contents/MacOS/iMovie
        0xf80000 -   0xfb0ff7  com.apple.FWAVCPrivate 52.47 (47) <8E724EF3-79D6-3B0D-8A57-6E13DA3EACB5> /System/Library/PrivateFrameworks/FWAVCPrivate.framework/FWAVCPrivate
      0x69800000 - 0x69b8dfe3  QuickTimeH264.scalar ??? (???) <DBBBB79F-0E6B-3623-8BF8-261019F511ED> /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.scalar
      0x936d2000 - 0x94422feb  com.apple.QuickTimeComponents.component 7.7.1 (2315) <1826E4DB-15C2-3495-A278-A17ADEDB0A62> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
      0x94482000 - 0x94707fe3  com.apple.QuickTime 7.7.1 (2315) <E6249041-B569-3A96-897F-E84B1C057948> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
      0x959c9000 - 0x959d7fff  libdispatch.dylib ??? (???) <B50C62AD-0B5B-34C3-A491-ECFD72ED505E> /usr/lib/system/libdispatch.dylib
      0x962e6000 - 0x963b1fff  libsystem_c.dylib ??? (???) <1B0A12B3-DAFA-31E2-8F82-E98D620E4D72> /usr/lib/system/libsystem_c.dylib
      0x9721c000 - 0x9723aff7  libsystem_kernel.dylib ??? (???) <D32C2E9C-8184-3FAF-8694-99FC619FC71B> /usr/lib/system/libsystem_kernel.dylib
      0x9991e000 - 0x99c20fff  com.apple.CoreServices.CarbonCore 960.20 (960.20) <E6300673-A013-3A91-BB1A-DD793B857E16> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
      0x9af0b000 - 0x9b99eff6  com.apple.AppKit 6.7.3 (1138.32) <008E7C05-C20C-344A-B51C-4A2441372785> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
      0x9b99f000 - 0x9bb76fff  com.apple.CoreFoundation 6.7.1 (635.19) <3A07EDA3-F460-3971-BFCB-AFE9A11F74F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         AirPort Base Station Agent [218]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    Architecture:    x86_64
    UID:             501
      Thread 0x1155       DispatchQueue 1
      User stack:
        4 ??? (in AirPort Base Station Agent) [0x1045f8654]
          4 ??? (in AirPort Base Station Agent) [0x104609353]
            4 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8d0a938f]
              4 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8d099676]
                4 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8d099e64]
                  4 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8d0916fc]
                    4 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8349267a]
      Kernel stack:
        4 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1174       DispatchQueue 2
      User stack:
        4 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a40014e]
          4 kevent + 10 (in libsystem_kernel.dylib) [0x7fff834947e6]
      Kernel stack:
        4 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d10]
      Thread 0x117e     
      User stack:
        4 thread_start + 13 (in libsystem_c.dylib) [0x7fff8c735b75]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8c7328bf]
            4 __select + 10 (in libsystem_kernel.dylib) [0x7fff83493df2]
      Kernel stack:
        4 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
      Binary Images:
             0x1045f7000 -        0x10460efff  com.apple.AirPortBaseStationAgent 1.5.5 (155.7) <4B2DADB0-223B-32AA-9438-30FBEA0A8FE6> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
          0x7fff8347d000 -     0x7fff8349dfff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8a3fe000 -     0x7fff8a40cfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8c6e4000 -     0x7fff8c7c1fef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff8d061000 -     0x7fff8d235fff  com.apple.CoreFoundation 6.7.1 (635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         airportd [2788]
    Path:            /usr/libexec/airportd
    Architecture:    x86_64
    UID:             0
      Thread 0x32894    
      User stack:
        4 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8c735b85]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff83494192]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Thread 0x32895      DispatchQueue 2
      User stack:
        4 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a40014e]
          4 kevent + 10 (in libsystem_kernel.dylib) [0x7fff834947e6]
      Kernel stack:
        4 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d10]
      Thread 0x32896      DispatchQueue 6
      User stack:
        4 _dispatch_sig_thread + 45 (in libdispatch.dylib) [0x7fff8a402954]
          4 __sigsuspend_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff83494022]
      Kernel stack:
        4 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
      Thread 0x32897    
      User stack:
        4 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8c735b85]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff83494192]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Thread 0x328ae    
      User stack:
        4 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8c735b85]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff83494192]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Thread 0x328af    
      User stack:
        4 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8c735b85]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff83494192]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Binary Images:
             0x10a8d6000 -        0x10a90efff  airportd ??? (???) <229F3A9D-B095-3B7D-932E-28F9586C7FD1> /usr/libexec/airportd
          0x7fff8347d000 -     0x7fff8349dfff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8a3fe000 -     0x7fff8a40cfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8c6e4000 -     0x7fff8c7c1fef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
    Process:         AppleSpell [206]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    UID:             501
      Thread 0x113b       DispatchQueue 1
      User stack:
        4 ??? (in AppleSpell) [0x10ee66a7c]
          4 ??? (in AppleSpell) [0x10ee66d2e]
            4 -[NSSpellServer run] + 74 (in Foundation) [0x7fff85d54c66]
              4 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8d0a938f]
                4 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8d099676]
                  4 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8d099e64]
                    4 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8d0916fc]
                      4 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8349267a]
      Kernel stack:
        4 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x113f       DispatchQueue 2
      User stack:
        4 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a40014e]
          4 kevent + 10 (in libsystem_kernel.dylib) [0x7fff834947e6]
      Kernel stack:
        4 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d10]
      Binary Images:
             0x10ee65000 -        0x10ef21ff7  com.apple.AppleSpell 1.7.1 (131.1) <A994D9F1-C4D8-3361-B0F4-112A7BAED8BD> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff8347d000 -     0x7fff8349dfff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff85bf8000 -     0x7fff85f11ff7  com.apple.Foundation 6.7.1 (833.24) <6D4E6F93-64EF-3D41-AE80-2BB10E2E6323> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8a3fe000 -     0x7fff8a40cfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8d061000 -     0x7fff8d235fff  com.apple.CoreFoundation 6.7.1 (635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         ARDAgent [209]
    Path:            /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent
    Architecture:    x86_64
    UID:             501
      Thread 0x114c       DispatchQueue 1
      User stack:
        4 ??? (in ARDAgent) [0x10966b924]
          4 ??? (in ARDAgent) [0x10966ba9c]
            4 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8d0a938f]
              4 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8d099676]
                4 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8d099e64]
                  4 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8d0916fc]
                    4 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8349267a]
      Kernel stack:
        4 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1161       DispatchQueue 2
      User stack:
        4 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a40014e]
          4 kevent + 10 (in libsystem_kernel.dylib) [0x7fff834947e6]
      Kernel stack:
        4 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d10]
      Thread 0x1190     
      User stack:
        4 thread_start + 13 (in libsystem_c.dylib) [0x7fff8c735b75]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8c7328bf]
            4 PrivateMPEntryPoint + 58 (in CarbonCore) [0x7fff8c8b2e36]
              4 kevent + 10 (in libsystem_kernel.dylib) [0x7fff834947e6]
      Kernel stack:
        4 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d10]
      Thread 0x1191     
      User stack:
        4 thread_start + 13 (in libsystem_c.dylib) [0x7fff8c735b75]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8c7328bf]
            4 PrivateMPEntryPoint + 58 (in CarbonCore) [0x7fff8c8b2e36]
              4 __recvfrom + 10 (in libsystem_kernel.dylib) [0x7fff83493d7a]
      Kernel stack:
        4 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8363]
          4 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005caa7b]
            4 recvfrom_nocancel + 248 (in mach_kernel) [0xffffff8000586608]
              4 shutdown + 495 (in mach_kernel) [0xffffff8000585edf]
                4 soreceive + 5591 (in mach_kernel) [0xffffff800057fbb7]
                  4 sbwait + 171 (in mach_kernel) [0xffffff800058428b]
                    4 msleep + 119 (in mach_kernel) [0xffffff8000552a27]
                      4 wakeup + 267 (in mach_kernel) [0xffffff80005523cb]
                        4 lck_mtx_sleep + 74 (in mach_kernel) [0xffffff8000227e6a]
                          4 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f39b]
                            4 thread_continue + 1661 (in mach_kernel) [0xffffff800022f11d]
                              4 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Binary Images:
             0x10966a000 -        0x10972ffff  com.apple.RemoteDesktopAgent 3.5.2 (3.5.2) <9990876B-F973-31E7-80A4-CB93667C9F65> /System/Library/CoreServices/RemoteManagement/ARDAgent.app/Contents/MacOS/ARDAg ent
          0x7fff8347d000 -     0x7fff8349dfff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8a3fe000 -     0x7fff8a40cfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8c6e4000 -     0x7fff8c7c1fef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff8c829000 -     0x7fff8cb45ff7  com.apple.CoreServices.CarbonCore 960.20 (960.20) <C45CA09E-8867-3D67-BB2E-48D2E6B0D78C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
          0x7fff8d061000 -     0x7fff8d235fff  com.apple.CoreFoundation 6.7.1 (635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         autofsd [80]
    Path:            /usr/libexec/autofsd
    Architecture:    x86_64
    UID:             0
      Thread 0x29d        DispatchQueue 2
      User stack:
        4 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a40014e]
          4 kevent + 10 (in libsystem_kernel.dylib) [0x7fff834947e6]
      Kernel stack:
        4 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d10]
      Thread 0x29e        DispatchQueue 6
      User stack:
        4 _dispatch_sig_thread + 45 (in libdispatch.dylib) [0x7fff8a402954]
          4 __sigsuspend_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff83494022]
      Kernel stack:
        4 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
      Binary Images:
             0x10eaca000 -        0x10eacbfff  autofsd ??? (???) <A02D5E70-1BB1-30ED-A699-375CB0CCE901> /usr/libexec/autofsd
          0x7fff8347d000 -     0x7fff8349dfff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8a3fe000 -     0x7fff8a40cfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
    Process:         blued [22]
    Path:            /usr/sbin/blued
    Architecture:    x86_64
    UID:             0
      Thread 0x14e        DispatchQueue 1
      User stack:
        4 ??? (in blued) [0x10d9ffe78]
          4 ??? (in blued) [0x10da356af]
            4 -[NSRunLoop(NSRunLoop) run] + 62 (in Foundation) [0x7fff85c03e8b]
              4 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff85c03f9f]
                4 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8d099676]
                  4 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8d099e64]
                    4 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8d0916fc]
                      4 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8349267a]
      Kernel stack:
        4 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x155        DispatchQueue 2
      User stack:
        4 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a40014e]
          4 kevent + 10 (in libsystem_kernel.dylib) [0x7fff834947e6]
      Kernel stack:
        4 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d10]
      Thread 0x1f8      
      User stack:
        4 thread_start + 13 (in libsystem_c.dylib) [0x7fff8c735b75]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8c7328bf]
            4 __select + 10 (in libsystem_kernel.dylib) [0x7fff83493df2]
      Kernel stack:
        4 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
      Binary Images:
             0x10d9fe000 -        0x10dab3fff  blued ??? (???) <85D33825-1A68-3F2C-A78D-6B9E43F3DCA9> /usr/sbin/blued
          0x7fff8347d000 -     0x7fff8349dfff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff85bf8000 -     0x7fff85f11ff7  com.apple.Foundation 6.7.1 (833.24) <6D4E6F93-64EF-3D41-AE80-2BB10E2E6323> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8a3fe000 -     0x7fff8a40cfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8c6e4000 -     0x7fff8c7c1fef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff8d061000 -     0x7fff8d235fff  com.apple.CoreFoundation 6.7.1 (635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         com.apple.dock.extra [202]
    Path:            /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra .xpc/Contents/MacOS/com.apple.dock.extra
    Architecture:    x86_64
    UID:             501
      Thread 0x10de       DispatchQueue 1
      User stack:
        4 ??? (in com.apple.dock.extra) [0x100365974]
          4 xpc_service_main + 448 (in XPCService) [0x7fff86ef55ed]
            4 NSApplicationMain + 867 (in AppKit) [0x7fff8628bb88]
              4 -[NSApplication run] + 470 (in AppKit) [0x7fff8600d19d]
                4 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff86010861]
                  4 _DPSNextEvent + 659 (in AppKit) [0x7fff86010f5d]
                    4 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff892fd456]
                      4 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff892fd5c9]
                        4 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff892f631f]
                          4 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8d099676]
                            4 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8d099e64]
                              4 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8d0916fc]
                                4 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8349267a]
      Kernel stack:
        4 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1105       DispatchQueue 2
      User stack:
        4 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a40014e]
          4 kevent + 10 (in libsystem_kernel.dylib) [0x7fff834947e6]
      Kernel stack:
        4 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537d10]
      Thread 0x32993    
      User stack:
        4 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8c735b85]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff83494192]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Thread 0x32994    
      User stack:
      Kernel stack:
        4 workqueue_exit + 1088 (in mach_kernel) [0xffffff80005a1450]
      Binary Images:
             0x100364000 -        0x100368fff  com.apple.dock.extra 1.0 (1) <A3B7E3DB-E53E-32E4-83F6-6CFF99B13BB1> /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra .xpc/Contents/MacOS/com.apple.dock.extra
          0x7fff8347d000 -     0x7fff8349dfff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff86008000 -     0x7fff86c0cfff  com.apple.AppKit 6.7.3 (1138.32) <A9EB81C6-C519-3F29-89F1-42C3E8930281> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff86ef3000 -     0x7fff86efaff7  com.apple.XPCService 1.3 (1) <4C0AE300-9325-3950-A132-1562C03B05CE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
          0x7fff892f4000 -     0x7fff8961eff7  com.apple.HIToolbox 1.8 (???) <D6A0D513-4893-35B4-9FFE-865FF419F2C2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff8a3fe000 -     0x7fff8a40cfff  libdispatch.dylib ??? (???) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
          0x7fff8c6e4000 -     0x7fff8c7c1fef  libsystem_c.dylib ??? (???) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
          0x7fff8d061000 -     0x7fff8d235fff  com.apple.CoreFoundation 6.7.1 (635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         configd [16]
    Path:            /usr/libexec/configd
    Architecture:    x86_64
    UID:             0
      Thread 0x113        DispatchQueue 1
      User stack:
        4 ??? (in configd) [0x105bdafcc]
          4 ??? (in configd) [0x105bdb783]
            4 ??? (in configd) [0x105bdc088]
              4 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8d099676]
                4 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8d099e64]
                  4 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8d0916fc]
                    4 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8349267a]
      Kernel stack:
        4 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x120        DispatchQueue 2
      User stack:
        4 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8a40014e]
          4 __select_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff83493e06]
      Kernel stack:
        4 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
      Thread 0x122      
      User stack:
        4 thread_start + 13 (in libsystem_c.dylib) [0x7fff8c735b75]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8c7328bf]
            4 ??? (in configd) [0x105bdca66]
              4 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8d0a938f]
                4 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8d099676]
                  4 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8d099e64]
                    4 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8d0916fc]
                      4 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8349267a]
      Kernel stack:
        4 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x135      
      User stack:
        4 thread_start + 13 (in libsystem_c.dylib) [0x7fff8c735b75]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8c7328bf]
            4 ??? (in configd) [0x105be73dd]
              4 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8d0a938f]
                4 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8d099676]
                  4 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8d099e64]
                    4 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8d0916fc]
                      4 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8349267a]
      Kernel stack:
        4 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1c4      
      User stack:
        4 thread_start + 13 (in libsystem_c.dylib) [0x7fff8c735b75]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8c7328bf]
            4 __select + 10 (in libsystem_kernel.dylib) [0x7fff83493df2]
      Kernel stack:
        4 wakeup + 992 (in mach_kernel) [0xffffff80005526a0]
      Thread 0x1c5      
      User stack:
        4 thread_start + 13 (in libsystem_c.dylib) [0x7fff8c735b75]
          4 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8c7328bf]
            4 pppcntl_run_thread + 2194 (in PPPController) [0x10601a142]
              4 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8d0a938f]
                4 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff8d099676]
                  4 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff8d099e64]
                    4 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff8d0916fc]
                      4 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8349267a]
      Kernel stack:
        4 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x32890    
      User stack:
        4 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8c735b85]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff83494192]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Thread 0x32891    
      User stack:
        4 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8c735b85]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff83494192]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Thread 0x328b0    
      User stack:
        4 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8c735b85]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff83494192]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Thread 0x328b1    
      User stack:
        4 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8c735b85]
          4 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff83494192]
      Kernel stack:
        4 workqueue_exit + 1616 (in mach_kernel) [0xffffff80005a1660]
      Binary Images:
             0x105bda000 -        0x105c03ff7  configd ??? (???) <2F1DBCF7-E9C0-348D-B806-1AA71E536A84> /usr/libexec/configd
             0x10600c000 -        0x10604bfff  com.apple.SystemConfiguration.PPPController 1.7 (1.7) <E9A5AB07-EF72-34E2-9742-112AEB9C98AE> /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPCont roller
          0x7fff8347d000 -     0x7

  • This pops up when exporting in iMovie "Unable to prepare project for publishing: The project could not be prepared for publishing because an error occurred. (ParamErr: error in user parameter list)" I have turned off my Time Machine in terminal.

    This pops up when exporting in iMovie "Unable to prepare project for publishing: The project could not be prepared for publishing because an error occurred. (ParamErr: error in user parameter list)" I have turned off my Time Machine in terminal yet it remains. What do I do, I need your help PLEASE.

    Hi
    Error -50 paramErr  Error in user parameter list
    Can there be any external hard disks - if so How is/are it/they formatted ? Must be Mac OS Extended (hfs) if used for Video.
    UNIX/DOS/FAT32/Mac OS Exchange - works for most but not for VIDEO.
    What this means in Your situation is above me.
    • free space on internal boot hard disk? How much ?
    Video codec
    • streamingDV, AIC etc. (not .avi, .mp4, .m4v, .wmv etc as they are containers not codecs)
    Pictures
    • in what format ? .jpg, .bmp, .tif, else ?
    Audio
    • from where/what format ? iTunes, .avi, .mp3, .aiff, else ?
    The "com.apple.iMovie.plist" file
    Many users has not observed that there are TWO libraries.
    • Library - at root level
    • Library - in user/account folder - THIS IS THE ONE to look into
    from Luke Burns
    I fixed the problem.. but it was very, very strange. I had a very long section for credits and set the line spacing to 1.0.. for some reason this caused it. I removed it, and it worked fine. I put it back, and I couldn't preview or play the video.
    I don't know why that could cause that big of a problem, but it did..
    Klaus1
    You need more free space on your hard drive.
    jonorparkerjon
    After phone support from apple I ended up creating a new project and adding all 117 clips back in individually till I found out what clips flagged and would not allow me to export. I had 3 I deleted and replaced and everything works now 1hr after tedious work....
    Where do Your material come from
    • Camera
    • External hard disk
    • USB-memory
    And all are connected so that iMovie can find it ?
    Yours Bengt W

  • When sharing iMovie11 project  with iDVD inmediately message 'the project could not be prepared for publishing because an error occurred (Error in user parameter list).  Finalize issue?

    When sharing my 60 minutes iMovie project with iDVD inmediately message 'The project could not be prepared for publishing because an error  occurred (Error in user parameter list)' appears. Could not find the user parameter list, so I've no more info about this error.
    Option File - Finalize Project gives inmediately the same errormessage.
    Also option Share - Media Browser - Large/Medium/Mobile give the same errormessage.
    Please advise, thank you!

    Additional info: trying to write to internal disk (268 GB Free out of 499 GB)
    Please advise, alko80

  • Im trying to share a project to idvd and gettingThe project could not be prepared for publishing because an error occurred. (Error in user parameter list) what does this mean

    I've been trying to burn my projects in imovie to dvd's and i keep getting the forllowing error message "UNABLE TO PRPARE PROJECT FOR PUBLISHING"
    "The Project could not be prepared for publishing because an error occured (Error in user parameter list)
    Does anyone know why this is happening and what I can do to fix it?
    Thanks!!

    Can you give more details?   What exactly is the entire error message text?  there should be an error number too.   Are you trying to finalize this to an external disk?

  • I keep getting this message from Imovie: Unable to prepare project for publishing. The project could not be prepared for publishing because an error occurred. (Error in user parameter list)

    I keep getting this message from Imovie:
    Unable to prepare project for publishing. The project could not be prepared for publishing because an error occurred. (Error in user parameter list)

    Bartirn,
    I called Apple under my Mac support contract.  They were completely unfamiliar with the error you and I were encountering.   Updating to 10.8.5 didn't help.
    I'm stopping my TimeCapsule while I perform these tasks, but I don't know yet if I have a consistent work-around.
    B

  • What is  (ParamErr: error in user parameter list)

    I get the following error message when I try to send my imovie '11 project to iDvd:
    Unable to prepare project for publishing. The project could not be prepared for publishing because an error occurred. (ParamErr: error in user parameter list)
    Anybody know why?

    There may be more than one cause for this error, but in most cases the project to be published includes short clips of less than about 1.5 seconds duration.
    Duplicate the project. From the duplicate, delete the short clips and try to publish. If that doesn't solve the problem, see the post by Didorx in this thread.

Maybe you are looking for

  • Safari keeps crashing when scrolling

    Dear Apple Community, I am having a serious problem with my Safari right now. After I installed the 5.1 update yesterday (yes I know…it took me quite some time. I just was too lazy to reboot my MBP ) it keeps crashing……as soon as I try to scroll on a

  • Setting Image Path

    Hi, Merry Easter to All of You!.. i am facing a problem in setting the dynamic image path in crystal report the path is stored in Database field,and physical images are stored in a folder the path specified is relative path and works fine when the re

  • How can I link from one flash document to another with buttons?

    Hi, From the question above, you can tell that I'm very new to flash, especially with scripting. Total noob. I watched my instructor's videos and I'm still stumped. He didn't explain it very well. For starters, I am using Flash CS6, but I clicked on

  • Need more fields  to be displayed on a single page in BEx Web

    HI All, I have developed a query in BEx Designer. This quer has 15 fields. When i execute the query in BEx Web, it displays all the results. The problem here is that it displays only 4 fields data on a single page. I need to click on the next button

  • How do I get rid of the hightlighting of part of the url?

    Part of the address (mozilla.com from https://support.mozilla.com/en-US/questions/new?product=desktop&category=d4 etc) is highlighted. Why? It feels like riding a bike with safety wheels. This "feature" needs to become optional. I want to see the who