Broken Preloader

The Preloader doesn't seem to work in Captivate 6. I'm using the default loading.gif with a Preloader Percent setting of 2% (we've used with perfect success for months in Captivate 5.5). When the file is published, it can take several minutes depending on the connection speed for the file to start. It seems like it's loading the entire file regardless of the Preloader settings. This is very different than files published in Captivate 5.5 that would start right up within seconds.
We are doing pretty standard courses with graphics, slides, and audio.
What has changed with the preloader to cause this type of behavior?

If you upgraded the course to Captivate 6 from version 5.5 the project may still be looking for the preloader in the old location under the Cp 5.5 install directory.
Open your project and look at the path that is currently set for the preloader in the Preferences > Project > Start and End section.  If it is still pointing to the Cp 5.5 location, change it to point to the preloaders in Cp 6.

Similar Messages

  • Applet stalls or loads slowly at preload

    I'm currently working on setting up my a fairly complex flash
    forms with a lot of tabs and validation. I have to say that it
    really only loads smoothly one out of 4 times. The other times, I
    run into issues when it says "initializing" or "Loading library".
    Furthermore, it almost always stops at the library at 40%. In
    short, there are handful of things going on in the preloader that
    either lock it up or make it take close to a minute to load.
    The actual application laods great once it loads and I don't
    think people will mind waiting for a "long time" ... 10, 15... as
    long as I can tell them that it WILL load. However, I think these
    delays are very long and give the impression that they never will
    load at all. Usually, if I just keep on refreshing, then eventually
    it will load perfectly without a problem one of the times.
    I've been doing a lot of seraching and most of the time I
    just find people complaining about slow load times. However, I need
    to find a solution. I'm going to go ahead and post a link to the
    actual form and then a link to a text file that will show the code.
    Please help!
    Page Link:
    http://www.firstheartland.com/Coldfusion/leadersClubHELP.cfm
    Source File:
    http://www.firstheartland.com/Coldfusion/leadersClubHELP.txt
    [email protected]

    The map module is broken for many users of LR on OS X 10.10 (Yosemite).   See this thread in the official Adobe feedback forum: Lightroom: Issue with Map module in OS X 10.10 (Yosemite).

  • Preloader for sound files

    I don't know where to begin this task. I have a program that
    plays mp3 files off of a cast that is on a CD-Rom (The entire
    program must be run from the CD). So before each piece, the CD
    drive has to spin up and load the next piece which makes for this
    great delay. How would I go about showing a little animation (not
    necessarily are real % loaded preloader) while this delay takes
    place? So while the cd is spinning up and the piece is loading the
    user will see something happening rather than thinking something is
    broken. The program plays the pieces in order. So when one is
    finished it moves on to the next, or the user may choose which
    piece to listen to (and watch). Of course, when I run the program
    with files on my hard drive there is no delay, but I don't want the
    user to install anything on his hard drive.
    Any suggestions?

    > I'm experiencing errors, but I don't think the file is
    ever accessed.
    Again, what does the error message say?
    > The one you recommended is only for Mac
    > and I need an Xtra that works on both platforms.
    No, there is a Windows version of the xtra in the archive,
    but you need
    to use Stuffit to uncompress/extract it
    > Here is my .ini file emptyfile.ini
    > [empty]
    > empty=nothing
    >
    > Then in the StartMovie script I have
    > --keeps CD spinning
    > t = timeout().new("CD_Spin_Up", 5000, #mAccessCD, 0)
    >
    > on mAccessCD
    put "accessing CD drive"
    > tList = baReadini("Empty", "Empty", "not", the
    moviePath&"emptyfile.ini" )
    > end
    >
    > How can I tell if this file is being read.
    By examining the result of the 'read' command.
    I have added a line to the handler above. If you can open a
    run-time
    message window (_player.debugPlaybackEnabled = 1) then you
    can examine
    output. If you never see the message "accessing CD drive"
    then the
    handler isn't being called and your problem lies elsewhere.
    Are you sure the #startMovie handler is in a #movie script,
    not a #score
    or #parent script?

  • Preloader for Feedrequest()

    New to Flex but could not find solution to this after
    searching for a few hours - both here and on the web.
    My flex app sends a feed request for dynamically created XML
    based on a passed in user var - While this is happening, I want to
    show a "Loading" message instead of an empty dataGrid. I'm
    concerned that my users will see the empty grid and think
    somethings broken instead of realizing it might take more than 5
    milli-seconds for the data to load up.
    If anyone has any advice or links or sample code - it'd be
    appreciated. I have had zero success using the preloader in the
    application tag as the app loads quickly...
    Thanks!
    Pt

    I don't think you can put a pre-loader on streaming video.
    Although I'm not an expert. I would suggest a couple things though.
    1. That quicktime is way to large. If you expect anyone to
    wait for it, you're probably expecting too much. I've been waiting
    for 5min now and nothing.
    Solution: Have a smaller version of the file, and a link to
    the high rez. That way, they get something, and can "download" the
    high rez if desired.
    2. You said you wanted to keep the QT higher resolution.
    Well, Flash was built for internet bandwidth. You could convert to
    FLV while maintaining high resolution. Do some testing and go with
    what looks the best.
    You could also mess with the frame rate. Cut the frames in
    half, while maintaining resolution, and change audio to mono. That
    should cut your file size down quite a bit.
    3. If the above solutions don't work for you, try a having it
    load in the background. You could have the site load first, and set
    the parameters of the FLV playback to "Autoplay = False"

  • Status bar for multiple preloaded levels (kglad are you there?)

    OK, ive been building a site for about a month now and slowly piecing it together- so far ive managed to get all my various different levels loading and unloading the way i want them to, but now id like a little status bar to load on screen as my multiple levels are loaded in the background.
    The way ive been accomplishing this without the load bar is like so:
    on first frame of main movie
    loadMovieNum("dl_web.swf", 3);
    loadMovieNum("dl_illustration.swf", 4);
    loadMovieNum("dl_retouching.swf", 5);
    (the first frame of each of those movies has a stop function on it)
    And i have buttons on the main movie that make each of those levels visible and play.
    NOW, ive just created a movie clip ive named "bar" which is a thin rectangle, and i would like to have that movie clip load lengthways as my multiple levels are loaded in the background. So, my question is how do i accomplish this? I've looked all over and it seems like all the good preload tutorials are loading into movieclips whereas i am loading into levels.
    Right now my site is technically working, but there will be pauses for people with slower internet connections and i need my bar graphic to pop up so they dont think they are dealing with a broken site....

    that code should be in a frame (like 1), that plays once.  the playhead should not return to that frame.
    oops, we also need:
    loadMovieNum("test.swf", 3);
    loadMovieNum("dl_illustration.swf",  4);
    loadMovieNum("dl_retouching.swf", 5);
    preloadI=setInterval(preloadF,200);
    function  preloadF(){
    var  bl:Number=0;
    var  bt:Number=0;
    if(_level3.getBytesTotal()>0){
    bl+=_level3.getBytesLoaded();
    bt+=_level3.getBytesTotal();
    if(_level4.getBytesTotal()>0){
    bl+=_level4.getBytesLoaded();
    bt+=_level4.getBytesTotal();
    if(_level5.getBytesTotal()>0){
    bl+=_level5.getBytesLoaded();
    bt+=_level5.getBytesTotal();
    if(bt>0){
    bar._xscale  = 100*bl/bt;  //<- adjust this to suit your needs.
    if(bl>0&&bl>=bt&&_level3.getBytesLoaded()>0&&_level4.getBytesLoaded()>0&&_level5.getBytesL oaded()>0){
    clearInterval(preloadI);

  • Preloading in templates

    i posted previously, but was not very clear. I originally
    used preloads for the many rollover images in my site. I want to
    remove them now, however every time I open a template, the <body
    onload="..."> keeps reappearing. I am using library items and
    have removed the preloads from them. I have tried removing them
    from the code manually and using the tag inspector. But they keep
    reappearing... very frustrating.
    http://www.boyerrv.com
    is the site, but you will probably need the templates... let
    me know.

    > I am using
    > library items and have removed the preloads from them.
    If you have preloads in a library item, then you have a
    broken library item.
    Well formed library items do not (MUST not) contain
    <html>, <head>, or
    <body> tags, thus there is no place to 'hang' a
    preload.
    To remove the preloads from the pages, you MUST remove them
    from the
    template page (why even bother though?). Open the template,
    click on the
    <body> shown on the QuickTag Selector bar at the bottom
    of the document
    window, open the behaviors panel with this body tag selected,
    and select
    "Preload Images" in the Behaviors panel. Click the "-" on the
    behaviors
    panel, and the behavior will be gone.
    By the way, this is the same response I gave to you the first
    time you
    posted this question (more or less).
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "RVs in Erie, PA" <[email protected]> wrote
    in message
    news:ec2kbn$3go$[email protected]..
    >i posted previously, but was not very clear. I originally
    used preloads for
    >the
    > many rollover images in my site. I want to remove them
    now, however every
    > time
    > I open a template, the <body onload="..."> keeps
    reappearing. I am using
    > library items and have removed the preloads from them. I
    have tried
    > removing
    > them from the code manually and using the tag inspector.
    But they keep
    > reappearing... very frustrating.
    >
    >
    http://www.boyerrv.com
    > is the site, but you will probably need the templates...
    let me know.
    >

  • Layer suddenly gets broken in GL CS2

    GL is behaving really buggy on my MacPro (OS 10.4.11). I have a page with only one layer. I've set up a dhtml timeline and everything is working fine. Until I close that page or GL crashes. When I reopen the page the layer in the layer inspector palette and the dhtml timeline is gone. However, it's still in the source code and I all the content on that layer is still there. And when I do a preview in a browser (Safari 3/FF 3) everything works fine. First I thought it was because of GL crashed on me that I rebuild the layer and it's content again. But I found out it also happens when I just close the file. The permissions on machine are fine and I also did a PRAM and emptied the GL cache. So what's going on here? It's a new template page and I want to be absolutely sure of before I start making dozens of pages out of a broken template.

    Hi Michael, thanks for your response. Syntax check says: "no errors detected". Even with the dhtml timeline empty but working and a blank layer inspector palette. GL behaves so buggy that even closing a html page causes GL to crash. So working under these conditions is quite a nightmare.
    I don't have much 3rd party actions or scripts installed. I only have
    Actions:
    Lightbox action
    MindPalette > Multi preload
    Extended scripts
    SpamBlocker
    Google Sitemaps
    SaveAndRestore
    Jscript Plugin
    jquery-lightbox-0.5
    None of these are used in this project yet. When finished I would like to use Google Siemaps on a few pages but that's not a strong demand.
    I did some searching on the net about this issue but could not find more than that GL is sensitive to font problems and to installing CS2 after CS3. In my case I did install GL CS2 after installing CS3 but GL is the only CS2 app on this machine. I do have a slight font problem on this machine but that has to do with my Suitcase database file. I don't have double fonts floating around and have Suitcase to manage my system fonts and the fonts needed for Office 2008. I'd rather figure out what could be the problem than just re installing GL and hope for the best.

  • To preload or not to preload, that is the question

    We will be adding a flash movie to our website. The movie
    will be 30-45 seconds in legnth not really sure on the file size
    yet but it will include some actual video footage. Is it better to
    just let the movie stream, pre-load the entire movie, or is it
    possible to preload part of the movie. Our target audience is B2B
    so a majority of our users will be on braodband connections.
    Thanks,
    Jeremy

    i would recommend reading some of the design center's
    articles that specificaly discuss flash video
    best practices:
    http://www.adobe.com/devnet/flashcom/articles/flv_bestpractices.html
    http://www.adobe.com/devnet/flash/articles/flv_encoding.html
    http://www.adobe.com/devnet/flash/articles/encoding_video.html
    http://www.adobe.com/devnet/flash/articles/flash8_bestpractices_06.html
    http://www.adobe.com/devnet/flash/articles/encoding_video_02.html
    i personally dont have any real-world experiences to help you
    so best to read up on all there is to
    know.
    hope this helps.
    --> Adobe Certified Expert *ACE*
    --> www.mudbubble.com
    --> www.keyframer.com
    bigj99012 wrote:
    > Here's what were looking at. Having a video of the owner
    walking out on to the
    > web page and giving a little spiel about the company.
    Looking at about 30-45
    > sec clip. It's not really anything that could be broken
    down into pieces. Whats
    > the best practice for video and flash these days. While
    I'm sure most all of
    > our target audience will be on broadband, I'm not so
    sure they will all have
    > the latest version of flash player. Techniques I am
    familiar with are embedding
    > the video directly into flash and I've also made video
    into flv and loaded
    > externally. In you opinion what would my best option be.
    Whats the safest
    > version of flash player to use for a corporate audience?
    >
    > Thanks
    > Jeremy
    >

  • Preloader to estimate time for a function to finish?

    Hello. I'm building an AIR project that uses images stored locally to perform some calculations using their bitmapData. In this app I browse my hard drive via an application menu command I created, select an image (using FileReference) and it loads. When it finishes loading, the calculations take place and the image is added to the stage. The larger the image, the longer this takes.
    So far, so good.
    I added a preloader to check the FileReference loading time and another for the loadBytes method I use later to be able to use the bitmapData. What surprised me was that both theses processes were very fast, but with larger images they were taking a long time to be added to the stage. Some tracing and commenting later, I discovered the culprit was one of the calculations I was doing, involving pixel counts. So my question is, is there any way to create a preloader for this function?
    Thank you.

    there is but it's not as easy as normal preloading.
    you can break your code into smaller chunks, each of which completes and allows a stage update.  here's a sample from a book being published later this year:
    Loop types that execute from start to end before anything updates on stage include do-loops, for-loops and while loops. They cannot be used to animate objects because no matter what code you use to execute the loop and no matter what you do to (try and) slow it down, it will still execute from start to finish before anything changes on stage. They are appropriately used for rapid execution of code.
    There is never a situation when you should intentionally slow these loops. However, there are situations when you might want to break these loops into more than one chunk so the stage can update between each chunk.
    Chunks
    For example, if you have a for-loop that takes 10 seconds to execute, your game will appear to freeze for 10 seconds after this loop starts. Nothing will update on stage and nothing will respond to user input. Either you should warn your user before starting that loop or you should break that loop into several smaller chunks that allow visual updates to the user so they do not think your game is broken.
    For example, this for-loop that adds odd numbers (and shows the first m odd numbers sum to m*m) freezes my Flash Player for about 9 seconds.
    var i:Number;
    var n:Number=3000000000;
    var s:Number=0;
    var startI:Number=1;
    var endI:Number=n
    var startTime:int=getTimer();
    for (i=startI; i<endI; i+=2) {
           s+=i;
    // 9 seconds
    trace((getTimer()-startTime)/1000,s,n*n/4,s-n*n/4);
    The following technique shows how to break this (and any other for-loop) into chunks that allow the Flash Player to update every second.
    var i:Number;
    var n:Number=3000000000;
    var s:Number=0;
    var startTime:int=getTimer();
    // This is the number chunks into which the previous for-loop will broken. If the // previous for-loop took about 9 seconds, using 10 chunks means there will be updates // about every 0.9 seconds.
    var chunks:int=10;
    var startI:Number=1;
    var endI:Number=n/chunks;
    var t:Timer=new Timer(100,1);
    t.addEventListener(TimerEvent.TIMER,f);
    f();
    function f(e:Event=null):void {
           for (i=startI; i<endI; i+=2) {
                  s+=i;
           trace("stage update",startI,endI,s);
           if (endI<n) {
                  t.reset();
                  t.start();
           } else {
                  trace((getTimer()-startTime)/1000,s,n*n/4,s-n*n/4);
           startI+=n/chunks;
           endI+=n/chunks;

  • Preloading SWFs

    I have a project which, due to the large number of PNG files,
    I have broken up into several smaller SWFs. I have so far
    successfully managed to get them all to play in sequence using the
    Load External Movieclip behaviour on the last frame of
    each, so that it starts playing the first SWF and then
    successively loads the next and then the next.
    Now the problem: this project is NOT for playback on the
    Internet, but rather will be used as a presentation. So I assumed
    that using the Load External Movieclip would give smooth playback
    as I don't have to take bandwidth into account.
    However, each time a new Movieclip has to load, there is a
    lag... if it is playing off a CD-ROM, the CD starts spinning again,
    if it is on the local hard drive the lag is less but still
    noticeable.
    So how can I avoid this? Do I need to make a preloader for
    this? Or can I put some ActionScript in the first movie which will
    preload all the subsequent SWFs without needing to make a
    preloader/progress bar?
    And please in any answers, be as obtuse as possible... I'm
    very, very new with AS!
    Cheers
    Rabaab

    "Rabaab_m" <[email protected]> wrote in
    message news:e4kf2b$hh$[email protected]..
    > However, each time a new Movieclip has to load, there is
    a lag... if it is
    > playing off a CD-ROM, the CD starts spinning again, if
    it is on the local hard
    > drive the lag is less but still noticeable.
    >
    > So how can I avoid this? Do I need to make a preloader
    for this? Or can I
    > put some ActionScript in the first movie which will
    preload all the subsequent
    > SWFs without needing to make a preloader/progress bar?
    >
    > And please in any answers, be as obtuse as possible...
    I'm very, very new with
    > AS!
    >
    > Cheers
    > Rabaab
    Under those conditions you can load everything right in the
    beginning and just wait for everything to load up. That puts all
    the
    loading lag up front in one lump without spreading the lag
    through the whole presentation. Since it's loading locally you
    don't
    have to worry about the wait.
    Since you would be loading everything, you don't want
    everything to show, just parts of it. To do that you can either set
    visibility to off for movieclips that you load into or
    position out of view or the option that I like.. Make all the
    external swfs
    have a blank frame 1 and a stop command. When you want to
    hide them, move them to frame 1. When you want to show them, move
    them
    to frame 2 and play. Each swf can have it's own preloader
    that does nothing more than set a flag variable to notify the main
    swf
    that it is loaded.
    Details if you need it.
    tralfaz

  • Problem with Preloader in my Flash AS2 Game

    I have been using this tutorial to make a preloader:
    http://www.republicofcode.com/tutori.../preloader_bc/
    I have run into one problem though.
    When I simulate the download, it just shows the background color of the game while it loads, and when it finished loading, it shows the loading screen fully loaded. I have followed the tutorial exactly, except added my file names into the AS2 code.
    Here is the ActionScript in Frame 1 I have for the preloader:
    if (_root.getBytesTotal() != _root.getBytesLoaded()){
    stopAndGoto(1);
    preloaderBar._xscale=(_root.getBytesLoaded()/_root.getBytesTotal())*100;
    loaderTxt.text=Math.round((_root.getBytesLoaded()/_root.getBytesTotal())*100)+"%";
    Any hints or answers to what i'm doing wrong?
    Thanks, MrA615.

    Your description of what you've done and the code you show does not match what the tutorial says to do and what code to use... (there is no stopAndGoTo() function in Flash).
    Right-click the second frame on the upper layer labeled Actions and select Actions. Copy and paste the code below to make our preloader functional.
    if (_root.getBytesTotal() != _root.getBytesLoaded()){
    gotoAndPlay(1);
    bar_mc._xscale=(_root.getBytesLoaded()/_root.getBytesTotal())*100;
    loader_txt.text=Math.round((_root.getBytesLoaded()/_root.getBytesTotal())*100)+"%";

  • Jackd + guitar: "timeouts and broken pipes"

    Hi friends! I'm trying to pass my electric guitar via any rack/effects (like Guitarix or Creox) with no luck. I've got this sound card:
    01:06.0 Multimedia audio controller: Creative Labs [SB Live! Value] EMU10k1X
    01:06.1 Input device controller: Creative Labs [SB Live! Value] Input device controller
    I try with QJackCtl and invoking jackd from the terminal with any luck.
    jackd -d alsa -C -P
    jackd 0.121.3
    Copyright 2001-2009 Paul Davis, Stephane Letz, Jack O'Quinn, Torben Hohn and others.
    jackd comes with ABSOLUTELY NO WARRANTY
    This is free software, and you are welcome to redistribute it
    under certain conditions; see the file COPYING for details
    could not open driver .so '/usr/lib/jack/jack_net.so': libcelt0.so.2: cannot open shared object file: No such file or directory
    could not open driver .so '/usr/lib/jack/jack_firewire.so': libffado.so.2: cannot open shared object file: No such file or directory
    JACK compiled with System V SHM support.
    loading driver ..
    creating alsa driver ... hw:0|hw:0|1024|2|48000|0|0|nomon|swmeter|-|32bit
    control device hw:0
    configuring for 48000Hz, period = 1024 frames (21.3 ms), buffer = 2 periods
    ALSA: final selected sample format for capture: 16bit little-endian
    ALSA: use 2 periods for capture
    ALSA: final selected sample format for playback: 16bit little-endian
    ALSA: use 2 periods for playback
    jackd watchdog: timeout - killing jackd
    [gabo@machina ~]$
    This is the output from QJackCtl:
    00:12:07.126 Client deactivated.
    00:12:07.130 JACK is being forced...
    cannot read server event (Success)
    cannot continue execution of the processing graph (Bad file descriptor)
    zombified - calling shutdown handler
    cannot send request type 7 to server
    cannot read result for request type 7 from server (Broken pipe)
    cannot send request type 7 to server
    cannot read result for request type 7 from server (Broken pipe)
    00:12:07.339 JACK was stopped with exit status=1.
    I can hear my guitar and record with Audacity, but when jackd enter into the escenario everything blows up. I read that nowadays almost any sound card will work with QJackCtl with the default options. I play with the parameters and sometimes jack refuse to start. With the default options on i can make it run, but i get no sound of the racks or guitar effects processors neither the guitar tuners that use jack takes the sound from the guitar. My line input is in capture via alsamixer, but still no luck. Any clue on this? I'm skipping steps?
    Thanks in advance.
    iamgabo

    Hi!
    groups && cat /proc/asound/cards && cat ~/.asoundrc && cat '/etc/security/limits.d/audio.conf' && jackd -v
    adm disk lp wheel http network video audio optical storage power users polkitd vboxusers wireshark kismet
    0 [Live ]: EMU10K1X - Dell Sound Blaster Live!
    Dell Sound Blaster Live! at 0xcc00 irq 17
    #pcm.upmix71 {
    #type upmix
    #slave.pcm "surround71"
    #delay 15
    #channels 8
    pcm.!default {
    type hw
    card 0
    ctl.!default {
    type hw
    card 0
    # convert alsa API over jack API
    # use it with
    # % aplay foo.wav
    # use this as default
    pcm.!default {
    type plug
    slave { pcm "jack" }
    ctl.mixer0 {
    type hw
    card 1
    # pcm type jack
    pcm.jack {
    type jack
    playback_ports {
    0 system:playback_1
    1 system:playback_2
    capture_ports {
    0 system:capture_1
    1 system:capture_2
    cat: /etc/security/limits.d/audio.conf: No such file or directory
    I have a file called 99-audio.conf
    cat /etc/security/limits.d/99-audio.conf
    @audio - rtprio 99
    @audio - memlock unlimited
    Also i've seen some guys changing this file too:
    cat /etc/security/limits.conf
    # /etc/security/limits.conf
    #Each line describes a limit for a user in the form:
    #<domain> <type> <item> <value>
    #Where:
    #<domain> can be:
    # - an user name
    # - a group name, with @group syntax
    # - the wildcard *, for default entry
    # - the wildcard %, can be also used with %group syntax,
    # for maxlogin limit
    #<type> can have the two values:
    # - "soft" for enforcing the soft limits
    # - "hard" for enforcing hard limits
    #<item> can be one of the following:
    # - core - limits the core file size (KB)
    # - data - max data size (KB)
    # - fsize - maximum filesize (KB)
    # - memlock - max locked-in-memory address space (KB)
    # - nofile - max number of open files
    # - rss - max resident set size (KB)
    # - stack - max stack size (KB)
    # - cpu - max CPU time (MIN)
    # - nproc - max number of processes
    # - as - address space limit (KB)
    # - maxlogins - max number of logins for this user
    # - maxsyslogins - max number of logins on the system
    # - priority - the priority to run user process with
    # - locks - max number of file locks the user can hold
    # - sigpending - max number of pending signals
    # - msgqueue - max memory used by POSIX message queues (bytes)
    # - nice - max nice priority allowed to raise to values: [-20, 19]
    # - rtprio - max realtime priority
    #<domain> <type> <item> <value>
    #* soft core 0
    #* hard rss 10000
    #@student hard nproc 20
    #@faculty soft nproc 20
    #@faculty hard nproc 50
    #ftp hard nproc 0
    #@student - maxlogins 4
    * - rtprio 0
    * - nice 0
    @audio - rtprio 65
    @audio - nice -10
    @audio - memlock unlimited
    jackd 0.121.3
    There are the snaps for QJackCtl
    Also, checkout this stuff that i've recorded with audacity, only from the line and nothing else
    http://ompldr.org/vZ3A2eg
    Thanks!
    Last edited by iamgabo (2012-12-15 02:21:08)

  • HT1688 I have a damaged I-Phone and I need the contents of my calendar off of it. I did not have Mobile me at the time.  Can I swap out the sim card from the broken phone to a new phone and recover this calendar?

    I have an older I-Phone (3G) that for some reason the body of the phone has split in two.  This phone was a business phone and it had a lot of important information on it. I have a second phone that is also a 3G.  On the broken phone there is a lot of important information that I need in my calendar. Im not worried about anything else but the calendar.  I didn't have the Mobile Me account at that time or I would be having this problem. Does anybody know if I can ust switch out the sim cards. I just need to recover the old calendar, so im hoping that the calendar will transfer when I switch the sim card into the good 3G. If that doesn't work does anybody know of anyway that I can retrieve this information off of this phone?

    Nothing is stored on the sim card on an iPhone.  If you backed up to your computer the backup will contain your calendar events.  Otherwise, if your phone isn't functioning there is no way to back up or extract your calendar at this point.

  • HT1384 My lock screen/power button on my iPod Touch is broken, and I need some assistance.

    As the title suggests, I can not use the lock screen/power button on my iPod Touch, it is broken. I can use Adaptive Touch to turn the screen on and off at will, and also turn my device off. But if I turn it off, I don't know how to get it to turn back on. Could I just plug it into a charger and turn it back on, or would I need to plug it into my computer? Please help, in a few days I won't have access to it for 9 weeks, I need immediate help.

    If you power off the iPod, it will turn back on if you connect it to a charger like a wall charger or a computer. I just checked with a charging source to confirm. I knew it did it with a computer.

  • Error during 10.8.2 Update - Appstore and iTunes Broken

    Hi Guys,
    I hope you can help me with this one.
    I just installed the 10.8.2 update trough App Store, then it asked me to restart my computer... During the restart some error message appeared saying that the installation could not be completed due to an unexpected error, and then restarted my computer automatically.
    The problem is, now both my App Store and iTunes are broken, here are the details of the error message I get when I try to launch App Store either normally or using the Apple > Software Update menu option:
    Process:         App Store [419]
    Path:            /Applications/App Store.app/Contents/MacOS/App Store
    Identifier:      com.apple.appstore
    Version:         1.2.1 (129.7)
    Build Info:      Firenze-129007000000000~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [157]
    User ID:         501
    Date/Time:       2012-09-20 15:09:21.308 -0300
    OS Version:      Mac OS X 10.8.1 (12B19)
    Report Version:  10
    Interval Since Last Report:          1063564 sec
    Crashes Since Last Report:           1
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                      877BB7B8-8322-4C71-BEFF-67D640D02852
    Crashed Thread:  0
    Exception Type:  EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Application Specific Information:
    dyld: launch, loading dependent libraries
    Dyld Error Message:
      Library not loaded: /System/Library/PrivateFrameworks/CoreRecognition.framework/Versions/A/CoreReco gnition
      Referenced from: /Applications/App Store.app/Contents/MacOS/App Store
      Reason: image not found
    Binary Images:
           0x107a22000 -        0x107aa2fff  com.apple.appstore (1.2.1 - 129.7) <31AAF1C2-2BE9-393B-ABFD-6D869F72E909> /Applications/App Store.app/Contents/MacOS/App Store
        0x7fff67622000 -     0x7fff6765693f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
    Model: MacBook6,1, BootROM MB61.00C8.B00, 2 processors, Intel Core 2 Duo, 2.26 GHz, 8 GB, SMC 1.51f53
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1067 MHz, 0x0198, 0x393930353432382D3032302E4130304C4620
    Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1067 MHz, 0x0198, 0x393930353432382D3032302E4130304C4620
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.81.21)
    Bluetooth: Version 4.0.9f8 10405, 2 service, 18 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: KINGSTON SV100S264G, 64,02 GB
    Serial ATA Device: Hitachi HTS545025B9SA02, 250,06 GB
    USB Device: Samsung S2 Portable, 0x04e8  (Samsung Electronics Co., Ltd.), 0x1f05, 0x24100000 / 3
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0x24400000 / 2
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0x06130000 / 5
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0x04600000 / 2
    I appreciate if you could help me,
    Best Regards,
    Dante Araujo

    I had this problem too.
    Go to http://support.apple.com/kb/DL1580
    Download the update manually and install. Worked on my MBP15 retina.
    Regards
    Chris

Maybe you are looking for

  • The definition of the READ RFC to the managed system could not be found. Pl

    Hi there, i try to setup a managed system on our Solution manager for E2E Analysis... but the Setup gave me a sort of errors The definition of the READ RFC to the managed system could not be found. Please make sure to run the RFC creation assistant i

  • Upgrading Emac 700

    Hi guys i wanted to upgrade my Emac 700 motherboard, processor etc. Can it be done and where? I live in the UK. Thanks. Lee

  • 8800 SERIES....​NO MSN?

    i just bought my daughter a used 8830 world edition blackberry. She had the 8330 curve but it died. So I call telus and get the phone activated and she can make calls and texts etc... She had the social plan with the curve and they transfered the pla

  • Reg. Update_allowed Property

    I have set one item's update_allowed property false. I am not able to edit the value. That is OK. BUT I CAN EDIT THAT ITEM'S VALUE THROU FORMS TRIGGER. I want to know , what the Update_allowed property realy means? I am using Forms 9.0.2.7.0.

  • Putting Songs From iPod onto New Macbook Pro

    I am trying to put the approximately 75 gb of music that is on my ipod onto my new Macbook Pro. My Powerbook died unexpectedly and took all my music with it. So now all I have is my little external hd, aka ipod. I've looked online for help with confu