Problems with Current use of Main Stage on tour as live rig.....

Set up...
•MacBook 2.2 Ghz
4 GB ram
System 10.5.2
(airport off when using MainStage)
•MOTU Ultralite connected via Firewire (and powered by AC adapter)
•M-Audio Axiom 61 Controller (connected via USB)
•M-Audio Expression Pedal
•M-Audio Sustain Pedal
•Main Stage 1.0.2
•Motion Sound Stereo Keyboard Amp
I'm using this as my live keyboard rig with the band I play keys and lap steel in (Son Volt). We've been on tour for about a month, the set up worked flawlessly until about a week ago when it started developing problems I've been unable to figure out/fix. Here is a brief description of my "Concert"...
•I have 1 Concert.
•I don't think I am using a "set", if I even know what one is, a sub set in a concert I'm guessing...I think I just have a Concert.
•There are 14 or so Patches in my Concert.
•All are culled from sounds in logic/garageband, Organs, pianos, wurlitzer, vox, rhodes, a couple variations, and one sound that has piano with a pad sound along with it. None are that complicated, though the way they react to the controllers, especially the volume pedal as they are scrolled through seems a little unpredictable.
•The problem started about a week ago....we would start our set, and I'd get into it, use a couple sounds, then I'd use the sound with the Piano and Pad stacked, this would play fine, but then, when I'd let the rig sit dormant after using that sound, when I'd come back to it after playing steel on a couple songs, the rig would produce no sound. It would also stop showing that it was receiving MIDI info, at least based on looking at the keyboard-display that shows the keys you've played as you play them. I'd switch to other sounds, move the controllers...no-go. I'd be forced to quit and re-start the program. A hassle during live performance, to say the least.
•I haven't had a lot of time to troubleshoot this, and honestly my MIDI skills are kinda weak, but here is what I tried...
•I started over, and basically made the concert over from scratch, it works fine at soundcheck or when I mess with it...but in performance it always goes down OR...even more disturbing, now it has taken to playing random notes, not even with the currently selected sound, and freezing with those notes in play, held down. They are unstoppable, even with changing the sound, and once again, a re-start is required (I have found the MUTE button on the MainStage window, but no "panic" button or the like.)
•At tonights show I had to restart twice, and that stacked sound, which I'm coming more and more to feel like is somehow the culprit, didn't even sound completely when selected before using (the piano sound only was reproduced, the "pad" sound didn't sound.
Any suggestion about what to try? Could this have something to do with running out of RAM (the MacBook is Maxed and I'm not including too many Patches in my Concert)? Conflicting controller settings? The keyboard controller itself (it seems unlikely). Some other simple set up, configuration or preference I might be unaware of? I set up my Concert with the sounds and patches available, without any consideration for any "differences" they might have, configuration or controller-wise. I just assumed I could drag em' all in there and use them no prob. Maybe I'm mistaken, but, if anyone has any good ideas or suggestions on how I might make this rig more reliable it'd be much appreciated. I LOVE the sounds, and don't want to have to (what I consider) step down to the sounds of my XP-30 or pony up for a Nord.
Thanks in advance, Mark.

Try using the application 'console' in the Utilities folder. Make sure you have both the system and console logs open from the File Menu. I resize both windows to @ 1-2 inches tall across the bottom of your screen.
If there are any USB or firewire issues. There are ways to search the logs back in time, if you know the time and date the problem occurred, look for that weeks log file (use help) search that day, or search for resets.
One other, try to keep lower speed USB devices together on one usb port. And put all the high speed devices on the other, faster with faster bus, and slow on a slower bus.
System profiler shows which usb devices are on the 'USB High-Speed Bus (faster) and USB Bus (slower)'. Check with M- Audio and MOTU for USB port speed configuration they are.
Hope it helps

Similar Messages

  • Problem with access into the main stage

    hi, how are you guys ,, i hope you fine
    here is my problem
    i have file fla called "game.fla" and there are alot of frames in the main stage  i wanna move it from
    class called "admin" in the library but how??
    i tried to this
    parent.gotoAndStop(39);
    but it doesn.t work i dont know why
    and this is the error message
    C:\Users\win7\Desktop\game1\admin1.as, Line 902 1061: Call to a possibly undefined method gotoAndStop through a reference with static type flash.display:DisplayObjectContainer.

    ahh sorry "
    I could be more help if I had some code to look at"
    here this is all the admin code
    package{
    import flash.display.MovieClip;
    import flash.events.MouseEvent;
    import flash.events.Event;
    import flash.media.Sound;
    import flash.media.SoundChannel;
    public class admin1 extends MovieClip
    var moves:Boolean;
    var points:Number;
    var SCREAMING:screaming
    var SOUNDCHANNEL:SoundChannel
    var vx:Number;
    var EATING:eating;
    var CHIDORI:chidori
    var WIND:wind;
    public function admin1(){
      addEventListener(Event.ADDED_TO_STAGE,onAddedToStage)
      public function onAddedToStage(event:Event):void
       stop()
       if (currentFrame ==20)
       gotoAndStop(1)
       WIND = new wind;
       SOUNDCHANNEL = WIND.play(0,1000)
       CHIDORI = new chidori
       EATING = new eating
       SCREAMING = new screaming
        SOUNDCHANNEL = new SoundChannel
       score.restrict = "0-9";
       burger1.enabled = false;
       fireball1.enabled = false;
       burger1.alpha = .5;
       fireball1.alpha = .5;
       points=0;
       hero1.stop();
       quizz.stop();
       animal1.stop();
       evil1.stop();
       addEventListener(Event.ENTER_FRAME, onEnterFrame);
       fireball1..addEventListener(MouseEvent.CLICK, onfireball1);
       burger1.addEventListener(MouseEvent.CLICK, onburger1);
       b1.visible = false
       b2.visible = false
       b3.visible = false
       c1.visible = false
       c2.visible = false
       c3.visible = false
       d1.visible = false
       d2.visible = false
       d3.visible = false
       e1.visible = false
       e2.visible = false
       e3.visible = false
       f1.visible = false
       f2.visible = false
       f3.visible = false
       a1.addEventListener(MouseEvent.CLICK, onmouseclicka1);
       a2.addEventListener(MouseEvent.CLICK, onmouseclicka2);
       a3.addEventListener(MouseEvent.CLICK, onmouseclicka3);
       b1.addEventListener(MouseEvent.CLICK, onmouseclickb1);
       b2.addEventListener(MouseEvent.CLICK, onmouseclickb2);
       b3.addEventListener(MouseEvent.CLICK, onmouseclickb3);
       c1.addEventListener(MouseEvent.CLICK, onmouseclickc1);
           c2.addEventListener(MouseEvent.CLICK, onmouseclickc2);
           c3.addEventListener(MouseEvent.CLICK, onmouseclickc3);
           d1.addEventListener(MouseEvent.CLICK, onmouseclickd1);
           d2.addEventListener(MouseEvent.CLICK, onmouseclickd2);
           d3.addEventListener(MouseEvent.CLICK, onmouseclickd3);
           e1.addEventListener(MouseEvent.CLICK, onmouseclicke1);
           e2.addEventListener(MouseEvent.CLICK, onmouseclicke2);
           e3.addEventListener(MouseEvent.CLICK, onmouseclicke3);
           f1.addEventListener(MouseEvent.CLICK, onmouseclickf1);
       f2.addEventListener(MouseEvent.CLICK, onmouseclickf2);
       f3.addEventListener(MouseEvent.CLICK, onmouseclickf3);
       addEventListener(Event.REMOVED_FROM_STAGE, onRemovedFromStage);
      public function onRemovedFromStage(event:Event):void
       //Remove the onEnterFrame event if
       //this object is removed from the stage
       removeEventListener(Event.ENTER_FRAME, onEnterFrame);
       removeEventListener(Event.ADDED_TO_STAGE, onAddedToStage);
       removeEventListener(Event.REMOVED_FROM_STAGE, onRemovedFromStage);
       trace("Dungeon removed");
      public function onEnterFrame(event:Event):void
       if (points == 0   ){
    fireball1.alpha = .3;
    fireball1.enabled = false;
    burger1.alpha = .3;
    burger1.enabled = false;
    if (points == 1   ){
    fireball1.alpha = .3;
    fireball1.enabled = false;
    burger1.alpha = 1;
    burger1.enabled = true;
    if (herobar.width == 80){
       hero1.gotoAndStop(1);}
    if (herobar.width == 60){
       hero1.gotoAndStop(2);}
       else if (herobar.width == 40){
       hero1.gotoAndStop(3);}
       else if (herobar.width == 20){
       hero1.gotoAndStop(4);}
       else if (herobar.width == 0){
       hero1.gotoAndStop(5);}
       if(evilbar.width == 40)
       evil1.gotoAndStop (2)
       else if (evilbar.width == 0){
       evil1.gotoAndStop(3);}
    public function onmouseclicka1 (event:MouseEvent):void
    points--
    if (points == 1 ){
      burger1.enabled = true;
    burger1.alpha = 1;
    if ( points == 2 || points == 3 || points == 4 || points == 5 || points == 6){
    burger1.enabled = true;
       fireball1.enabled = true;
       burger1.alpha = 1;
       fireball1.alpha = 1;
    else if (points==0){
    burger1.enabled = false;
       fireball1.enabled = false;
       burger1.alpha = .3;
       fireball1.alpha = .3;
    else if (points==1){
    fireball1.alpha = .3;
    fireball1.enabled = false;
    score.text = String(points);
    if (score.text < "0" ){
    score.text = "0";}
    if (points< 0){
    points = 0;
    trace(points)
    removeEventListener (MouseEvent.CLICK,onmouseclicka1)
    quizz.gotoAndStop(2);
    animal1.gotoAndStop(2);
    removeChild(a1)
    removeChild(a2)
    removeChild(a3)
    b1.visible = true
       b2.visible = true
       b3.visible = true
       herobar.width -= 20;
       play();
       SOUNDCHANNEL = CHIDORI.play();
    public function onmouseclicka2 (event:MouseEvent):void
    points++
    if (points == 1 ){
      burger1.enabled = true;
    burger1.alpha = 1;
    if ( points == 2 || points == 3 || points == 4 || points == 5 || points == 6){
    burger1.enabled = true;
       fireball1.enabled = true;
       burger1.alpha = 1;
       fireball1.alpha = 1;
    else if (points==0){
    burger1.enabled = false;
       fireball1.enabled = false;
       burger1.alpha = .3;
       fireball1.alpha = .3;
    score.text = String(points);
    if (score.text < "0" ){
    score.text = "0";}
    if (points< 0){
    points = 0;
    trace(points)
    removeEventListener (MouseEvent.CLICK,onmouseclicka2)
    quizz.gotoAndStop(2);
    animal1.gotoAndStop(2);
    removeChild(a1)
    removeChild(a2)
    removeChild(a3)
    b1.visible = true
       b2.visible = true
       b3.visible = true
       herobar.width -= 20;
       SOUNDCHANNEL = CHIDORI.play();
    public function onmouseclicka3 (event:MouseEvent):void
    points--
    if (points == 1 ){
      burger1.enabled = true;
    burger1.alpha = 1;
    if ( points == 2 || points == 3 || points == 4 || points == 5 || points == 6){
    burger1.enabled = true;
       fireball1.enabled = true;
       burger1.alpha = 1;
       fireball1.alpha = 1;
    else if (points==0){
    burger1.enabled = false;
       fireball1.enabled = false;
       burger1.alpha = .3;
       fireball1.alpha = .3;
    score.text = String(points);
    if (score.text < "0" ){
    score.text = "0";
    if (points< 0){
    points = 0;
    removeEventListener (MouseEvent.CLICK,onmouseclicka3)
    quizz.gotoAndStop(2);
    animal1.gotoAndStop(2);
    removeChild(a1)
    removeChild(a2)
    removeChild(a3)
    b1.visible = true
       b2.visible = true
       b3.visible = true
       herobar.width -= 20;
       SOUNDCHANNEL = CHIDORI.play();
    public function onmouseclickb1 (event:MouseEvent):void
    points--
    if (points == 1 ){
      burger1.enabled = true;
    burger1.alpha = 1;
    if ( points == 2 || points == 3 || points == 4 || points == 5 || points == 6){
    burger1.enabled = true;
       fireball1.enabled = true;
       burger1.alpha = 1;
       fireball1.alpha = 1;
    else if (points==0){
    burger1.enabled = false;
       fireball1.enabled = false;
       burger1.alpha = .3;
       fireball1.alpha = .3;
    else if (points==1){
    fireball1.alpha = .3;
    fireball1.enabled = false;
    score.text = String(points);
    if (score.text < "0" ){
    score.text = "0";}
    if (points< 0){
    points = 0;
    trace(points)
    quizz.frame.gotoAndStop(3);
    animal1.gotoAndStop(3);
    removeChild(b1)
    removeChild(b2)
    removeChild(b3)
    c1.visible = true
       c2.visible = true
       c3.visible = true
       herobar.width -= 20;
       SOUNDCHANNEL = CHIDORI.play();
    public function onmouseclickb2 (event:MouseEvent):void
    points++
    if (points == 1 ){
      burger1.enabled = true;
    burger1.alpha = 1;
    if ( points == 2 || points == 3 || points == 4 || points == 5 || points == 6){
    burger1.enabled = true;
       fireball1.enabled = true;
       burger1.alpha = 1;
       fireball1.alpha = 1;
    else if (points==0){
    burger1.enabled = false;
       fireball1.enabled = false;
       burger1.alpha = .3;
       fireball1.alpha = .3;
    score.text = String(points);
    if (score.text < "0" ){
    score.text = "0";}
    if (points< 0){
    points = 0;
    trace(points)
    quizz.gotoAndStop(3);
    animal1.gotoAndStop(3);
    removeChild(b1)
    removeChild(b2)
    removeChild(b3)
    c1.visible = true
       c2.visible = true
       c3.visible = true
       herobar.width -= 20;
       SOUNDCHANNEL = CHIDORI.play();
    public function onmouseclickb3 (event:MouseEvent):void
    points--
    if (points == 1 ){
      burger1.enabled = true;
    burger1.alpha = 1;
    if ( points == 2 || points == 3 || points == 4 || points == 5 || points == 6){
    burger1.enabled = true;
       fireball1.enabled = true;
       burger1.alpha = 1;
       fireball1.alpha = 1;
    else if (points==0){
    burger1.enabled = false;
       fireball1.enabled = false;
       burger1.alpha = .3;
       fireball1.alpha = .3;
    score.text = String(points);
    if (score.text < "0" ){
    score.text = "0";
    if (points< 0){
    points = 0;
    quizz.gotoAndStop(3);
    animal1.gotoAndStop(3);
    removeChild(b1)
    removeChild(b2)
    removeChild(b3)
    c1.visible = true
       c2.visible = true
       c3.visible = true
       herobar.width -= 20;
       SOUNDCHANNEL = CHIDORI.play();
    }public function onmouseclickc1 (event:MouseEvent):void
    points--
    if (points == 1 ){
      burger1.enabled = true;
    burger1.alpha = 1;
    if ( points == 2 || points == 3 || points == 4 || points == 5 || points == 6){
    burger1.enabled = true;
       fireball1.enabled = true;
       burger1.alpha = 1;
       fireball1.alpha = 1;
    else if (points==0){
    burger1.enabled = false;
       fireball1.enabled = false;
       burger1.alpha = .3;
       fireball1.alpha = .3;
    else if (points==1){
    fireball1.alpha = .3;
    fireball1.enabled = false;
    score.text = String(points);
    if (score.text < "0" ){
    score.text = "0";}
    if (points< 0){
    points = 0;
    trace(points)
    quizz.gotoAndStop(4);
    animal1.gotoAndStop(4);
    removeChild(c1)
    removeChild(c2)
    removeChild(c3)
    d1.visible = true
       d2.visible = true
       d3.visible = true
       herobar.width -= 20;
       SOUNDCHANNEL = CHIDORI.play();
    public function onmouseclickc2 (event:MouseEvent):void
    points++
    if (points == 1 ){
      burger1.enabled = true;
    burger1.alpha = 1;
    if ( points == 2 || points == 3 || points == 4 || points == 5 || points == 6){
    burger1.enabled = true;
       fireball1.enabled = true;
       burger1.alpha = 1;
       fireball1.alpha = 1;
    else if (points==0){
    burger1.enabled = false;
       fireball1.enabled = false;
       burger1.alpha = .3;
       fireball1.alpha = .3;
    score.text = String(points);
    if (score.text < "0" ){
    score.text = "0";}
    if (points< 0){
    points = 0;
    trace(points)
    quizz.gotoAndStop(4);
    animal1.gotoAndStop(4);
    removeChild(c1)
    removeChild(c2)
    removeChild(c3)
    d1.visible = true
       d2.visible = true
       d3.visible = true
       herobar.width -= 20;
       SOUNDCHANNEL = CHIDORI.play();
    public function onmouseclickc3 (event:MouseEvent):void
    points--
    if (points == 1 ){
      burger1.enabled = true;
    burger1.alpha = 1;
    if ( points == 2 || points == 3 || points == 4 || points == 5 || points == 6){
    burger1.enabled = true;
       fireball1.enabled = true;
       burger1.alpha = 1;
       fireball1.alpha = 1;
    else if (points==0){
    burger1.enabled = false;
       fireball1.enabled = false;
       burger1.alpha = .3;
       fireball1.alpha = .3;
    score.text = String(points);
    if (score.text < "0" ){
    score.text = "0";
    if (points< 0){
    points = 0;
    quizz.gotoAndStop(4);
    animal1.gotoAndStop(4);
    removeChild(c1)
    removeChild(c2)
    removeChild(c3)
    d1.visible = true
       d2.visible = true
       d3.visible = true
       herobar.width -= 20;
       SOUNDCHANNEL = CHIDORI.play();
    }public function onmouseclickd1 (event:MouseEvent):void
    points--
    if (points == 1 ){
      burger1.enabled = true;
    burger1.alpha = 1;
    if ( points == 2 || points == 3 || points == 4 || points == 5 || points == 6){
    burger1.enabled = true;
       fireball1.enabled = true;
       burger1.alpha = 1;
       fireball1.alpha = 1;
    else if (points==0){
    burger1.enabled = false;
       fireball1.enabled = false;
       burger1.alpha = .3;
       fireball1.alpha = .3;
    else if (points==1){
    fireball1.alpha = .3;
    fireball1.enabled = false;
    score.text = String(points);
    if (score.text < "0" ){
    score.text = "0";}
    if (points< 0){
    points = 0;
    trace(points)
    quizz.gotoAndStop(5);
    animal1.gotoAndStop(5);
    removeChild(d1)
    removeChild(d2)
    removeChild(d3)
    e1.visible = true
       e2.visible = true
       e3.visible = true
       herobar.width -= 20;
       SOUNDCHANNEL = CHIDORI.play();
    public function onmouseclickd2 (event:MouseEvent):void
    points++
    if (points == 1 ){
      burger1.enabled = true;
    burger1.alpha = 1;
    if ( points == 2 || points == 3 || points == 4 || points == 5 || points == 6){
    burger1.enabled = true;
       fireball1.enabled = true;
       burger1.alpha = 1;
       fireball1.alpha = 1;
    else if (points==0){
    burger1.enabled = false;
       fireball1.enabled = false;
       burger1.alpha = .3;
       fireball1.alpha = .3;
    score.text = String(points);
    if (score.text < "0" ){
    score.text = "0";}
    if (points< 0){
    points = 0;
    trace(points)
    quizz.gotoAndStop(5);
    animal1.gotoAndStop(5);
    removeChild(d1)
    removeChild(d2)
    removeChild(d3)
    e1.visible = true
       e2.visible = true
       e3.visible = true
       herobar.width -= 20;
       SOUNDCHANNEL = CHIDORI.play();
    public function onmouseclickd3 (event:MouseEvent):void
    points--
    if (points == 1 ){
      burger1.enabled = true;
    burger1.alpha = 1;
    if ( points == 2 || points == 3 || points == 4 || points == 5 || points == 6){
    burger1.enabled = true;
       fireball1.enabled = true;
       burger1.alpha = 1;
       fireball1.alpha = 1;
    else if (points==0){
    burger1.enabled = false;
       fireball1.enabled = false;
       burger1.alpha = .3;
       fireball1.alpha = .3;
    score.text = String(points);
    if (score.text < "0" ){
    score.text = "0";
    if (points< 0){
    points = 0;
    quizz.gotoAndStop(5);
    animal1.gotoAndStop(5);
    removeChild(d1)
    removeChild(d2)
    removeChild(d3)
    e1.visible = true
       e2.visible = true
       e3.visible = true
       herobar.width -= 20;
       SOUNDCHANNEL = CHIDORI.play();
    }public function onmouseclicke1 (event:MouseEvent):void
    points--
    if (points == 1 ){
      burger1.enabled = true;
    burger1.alpha = 1;
    if ( points == 2 || points == 3 || points == 4 || points == 5 || points == 6){
    burger1.enabled = true;
       fireball1.enabled = true;
       burger1.alpha = 1;
       fireball1.alpha = 1;
    else if (points==0){
    burger1.enabled = false;
       fireball1.enabled = false;
       burger1.alpha = .3;
       fireball1.alpha = .3;
    else if (points==1){
    fireball1.alpha = .3;
    fireball1.enabled = false;
    score.text = String(points);
    if (score.text < "0" ){
    score.text = "0";}
    if (points< 0){
    points = 0;
    trace(points)
    quizz.gotoAndStop(6);
    animal1.gotoAndStop(6);
    removeChild(e1)
    removeChild(e2)
    removeChild(e3)
    f1.visible = true
       f2.visible = true
       f3.visible = true
       herobar.width -= 20;
       SOUNDCHANNEL = CHIDORI.play();
    public function onmouseclicke2 (event:MouseEvent):void
    points++
    if (points == 1 ){
      burger1.enabled = true;
    burger1.alpha = 1;
    if ( points == 2 || points == 3 || points == 4 || points == 5 || points == 6){
    burger1.enabled = true;
       fireball1.enabled = true;
       burger1.alpha = 1;
       fireball1.alpha = 1;
    else if (points==0){
    burger1.enabled = false;
       fireball1.enabled = false;
       burger1.alpha = .3;
       fireball1.alpha = .3;
    score.text = String(points);
    if (score.text < "0" ){
    score.text = "0";}
    if (points< 0){
    points = 0;
    trace(points)
    quizz.gotoAndStop(6);
    animal1.gotoAndStop(6);
    removeChild(e1)
    removeChild(e2)
    removeChild(e3)
    f1.visible = true
       f2.visible = true
       f3.visible = true
       herobar.width -= 20;
       SOUNDCHANNEL = CHIDORI.play();
    public function onmouseclicke3 (event:MouseEvent):void
    points--
    if (points == 1 ){
      burger1.enabled = true;
    burger1.alpha = 1;
    if ( points == 2 || points == 3 || points == 4 || points == 5 || points == 6){
    burger1.enabled = true;
       fireball1.enabled = true;
       burger1.alpha = 1;
       fireball1.alpha = 1;
    else if (points==0){
    burger1.enabled = false;
       fireball1.enabled = false;
       burger1.alpha = .3;
       fireball1.alpha = .3;
    score.text = String(points);
    if (score.text < "0" ){
    score.text = "0";
    if (points< 0){
    points = 0;
    quizz.gotoAndStop(6);
    animal1.gotoAndStop(6);
    removeChild(e1)
    removeChild(e2)
    removeChild(e3)
    herobar.width -= 20;
    SOUNDCHANNEL = CHIDORI.play();
    public function onmouseclickf1 (event:MouseEvent):void
    points--
    if (points == 1 ){
      burger1.enabled = true;
    burger1.alpha = 1;
    if ( points == 2 || points == 3 || points == 4 || points == 5 || points == 6){
    burger1.enabled = true;
       fireball1.enabled = true;
       burger1.alpha = 1;
       fireball1.alpha = 1;
    else if (points==0){
    burger1.enabled = false;
       fireball1.enabled = false;
       burger1.alpha = .3;
       fireball1.alpha = .3;
    else if (points==1){
    fireball1.alpha = .3;
    fireball1.enabled = false;
    score.text = String(points);
    if (score.text < "0" ){
    score.text = "0";}
    if (points< 0){
    points = 0;
    trace(points)
    quizz.gotoAndStop(7);
    animal1.gotoAndStop(7);
    removeChild(f1)
    removeChild(f2)
    removeChild(f3)
    herobar.width -= 20;
    SOUNDCHANNEL = CHIDORI.play();
    public function onmouseclickf2 (event:MouseEvent):void
    points++
    if (points == 1 ){
      burger1.enabled = true;
    burger1.alpha = 1;
    if ( points == 2 || points == 3 || points == 4 || points == 5 || points == 6){
    burger1.enabled = true;
       fireball1.enabled = true;
       burger1.alpha = 1;
       fireball1.alpha = 1;
    else if (points==0){
    burger1.enabled = false;
       fireball1.enabled = false;
       burger1.alpha = .3;
       fireball1.alpha = .3;
    score.text = String(points);
    if (score.text < "0" ){
    score.text = "0";}
    if (points< 0){
    points = 0;
    trace(points)
    quizz.gotoAndStop(7);
    animal1.gotoAndStop(7);
    removeChild(f1)
    removeChild(f2)
    removeChild(f3)
    herobar.width -= 20;
    SOUNDCHANNEL = CHIDORI.play();
    public function onmouseclickf3 (event:MouseEvent):void
    points--
    if (points == 1 ){
      burger1.enabled = true;
    burger1.alpha = 1;
    if ( points == 2 || points == 3 || points == 4 || points == 5 || points == 6){
    burger1.enabled = true;
       fireball1.enabled = true;
       burger1.alpha = 1;
       fireball1.alpha = 1;
    else if (points==0){
    burger1.enabled = false;
       fireball1.enabled = false;
       burger1.alpha = .3;
       fireball1.alpha = .3;
    score.text = String(points);
    if (score.text < "0" ){
    score.text = "0";
    if (points< 0){
    points = 0;
    quizz.gotoAndStop(7);
    animal1.gotoAndStop(7);
    removeChild(f1)
    removeChild(f2)
    removeChild(f3)
    herobar.width -= 20;
    SOUNDCHANNEL = CHIDORI.play();
    public function onfireball1(event:MouseEvent):void{
    if ( points >= 2 ){
    points -= 2
    evilbar.width -=40
    SOUNDCHANNEL = SCREAMING.play();
    parent.gotoAndPlay(39)
    score.text = String(points);
    if (score.text < "0" ){
    score.text = "0";
    if (points< 0){
    points = 0;
    public function onburger1(event:MouseEvent):void{
    if (points == 1 ){
    burger1.alpha = .3;
    fireball1.alpha = .3;
    burger1.enabled = false;
    fireball1.enabled = false;
    herobar.width +=20
    SOUNDCHANNEL = EATING.play()
    points--
    if ( points >=  2 ){
    burger1.enabled = true;
       fireball1.enabled = true;
       burger1.alpha = 1;
       fireball1.alpha = 1;
       herobar.width +=20
       points--
       SOUNDCHANNEL = EATING.play()
    else if (points==0){
    burger1.enabled = false;
       fireball1.enabled = false;
       burger1.alpha = .3;
       fireball1.alpha = .3;
    if (herobar.width >= 80){
    herobar.width = 80}
    score.text = String(points);
    if (score.text < "0" ){
    score.text = "0";
    if (points< 0){
    points = 0;

  • Problems with current version of AIR. Won't load and also can't uninstall

    I have recently purchased a new Mac and loaded the most recent version of AIR but now when I try to run it I keep getting the following message
    This application requires a version of Adobe AIR which cannot be found.
    Please download the latest version of the runtime from
    http://www.adobe.com/go/getair,
    or contact the application author for an updated version.
    I am also getting this message when I try and run the uninstaller so I can I can try and re-install.
    Does anyone have any suggestions?
    Thanks.

    I had AIR 3 on my MacBook Pro before I updated it to Lion. I use AIR 3 to run McMillan Study guides Master your CDCs. when I updated my mac to lion and tried to run the application the application couldn't find AIR 3 on my mac. So I uninstalled it and tried to install it again. when I tried to install it the installer program doesn't open. please help me this program is crucial for my upgrade training. 
    From: lisachao <[email protected]>
    To: A1C PD <[email protected]>
    Sent: Monday, October 24, 2011 12:35 PM
    Subject: Problems with current version of AIR. Won't load and also can't uninstall
    Re: Problems with current version of AIR. Won't load and also can't uninstall created by lisachao in Installation Issues - View the full discussion
    Is this the error you are getting when you are installing AIR 3.0?  Or is this the error you are getting after you've already installed AIR 3.0 and attempting to run AIR applications?  If it's the latter, which applications are you trying to run?  Can you please send us your logs so that we can investigate further?  Thanks!
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/3987820#3987820
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3987820#3987820. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Installation Issues by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Problem with BAPI_CUSTOMER_CREATEFROMDATA1 using JCo on IDES

    sorry, wrong board - i opened a new post
    Problem with BAPI_CUSTOMER_CREATEFROMDATA1 using JCo on IDES
    Hello everyone,
    we are working on a student project and would like to create customers (debtors) in an SAP IDES system.
    Using the ref-customer to copy from, and some personal-data below, we get the error message
    'Internal error: External no.assignment for reference customer/customer'
    We also tried with BAPI_CUSTOMER_GETINTNUMBER, and ACCOUNTGROUP ZINT (New Internet Customer, others won't work?). But CREATEFROMDATA1 takes no CustomerNo created this way, nor it wants to create one 'internal'?
    Any suggestions? Thanks a lot for your help,
    Greetings,
    Tobias Schmidbauer
              inParams = function.getImportParameterList().getStructure(
                   "PI_COPYREFERENCE");
              inParams.setValue("0000001000", "REF_CUSTMR");
              inParams.setValue("1000", "SALESORG");
              inParams.setValue("10", "DISTR_CHAN");
              inParams.setValue("00", "DIVISION");
              inParams =function.getImportParameterList().getStructure(
                   "PI_PERSONALDATA");
              inParams.setValue("Simpson", "LASTNAME");
              inParams.setValue("Homer", "FIRSTNAME");
              inParams.setValue("Jay","MIDDLENAME");
              inParams.setValue("Springfield", "CITY");
              inParams.setValue("DE", "LANGU_P");
              inParams.setValue("DE", "LANGUP_ISO");
              inParams.setValue("DE", "COUNTRY");
              inParams.setValue("EUR", "CURRENCY");
              inParams.setValue("12345", "POSTL_COD1");
    Message was edited by: Tobias Schmidbauer

    Hello Brian,
    Thanks for your pointer. Actually The customer's reference number i was providing in the PI_COPYREFERENCE structure was a sold-to party customer and it uses external customer number assignment. When i used "New Internet Customer" (that doesnt use external assignment by default) as customer's account group, the customer was created successfully and assigned customer number was returned.
    I want to ask now how could we give a customer number in the BAPI as i am unable to find any such column in any of the tables. (Customer number is an "out" parameter so it can only return the number of created customer). Secondly, how to chnage the external assignment property of a particular account group (like sold-to party). i.e, how could we change the account group configurations through SAP GUI??
    - Umair

  • Problem with current scope forum

     I have searched my computer for trojan downloader and it was found and removed however the search said having a problem with current scope.
    Skin222

    Hello Skin222,
    Your problem is beyond the scope of support. This forum is for feedback and questions related to the current versions of the ADO.NET Entity Framework and LINQ to Entities including object-relational mapping and entity data modeling.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Problem with Java and Windows (Mainly Vista and UAC)

    Hi all,
    I am having a problem with a program that I've devoloped. The program itself is packaged as a jar and I plan to deploy it across multiple platforms eventually however right now i am only concerned about windows based systems. I have made an installer for a windows baised systems using NSIS to install the software files. I made the installer as I need several java packages to be installed so the program would work (JAI, J3D, JAI ImageIO) and I also require the program to have fileassociations on windows.
    I know that this is not what java is about, however the majority of the users will be on windows baised systems so I've decided that OS specific installers is the best option.
    During the process I have noticed that there are several key problem with java for this type of application!
    The first issue that I have come across is getting file associations to work on java. As a .jar is not an excutable it is not possible to directly associate a filetype with it in java so to overcome this I currently run the program from a .bat files and also the program requires large memory so this also allows me to run the program with -xmx. The batch file that I use is :
    <code>
    cd PATH TO PROGRAM
    start javaw -Dsun.java2d.noddraw=true -Xmn100M -Xms500M -Xmx1000M -jar "PATH TO PROGRAM\program.jar" %1 -vram 134217728
    pause;
    </code>
    Ok so all this appears to work fine and allows windows to have file associations and start the program and thats all works perfectly but this is a non-ideal solution. Has anyone got any advice on improving this?
    The next problem that I have appears to be a problem with Vista and UAC (user access control). When a user installs the program and installs the program into the program files directory I found that the program did not work and kept saying that I did not have access to the files in the current directory. This is a problem as I read and write settings files during program execution.
    On a Vista system UAC prevents file write operations into the Program Files directory unless the program has requested elevated status even if the user is a full administrator. The probem is that there appears to be no real way to achieve this under java that I'm aware of...
    Has anyone else had this probem and has a suitable solution?
    Any advice on these issues would realy be appricated.
    Regards
    Joey

    Ok so i've kinda found a solution, its not ideal but its very good. I found this program called Elevate
    A link to the site I got it was
    http://www.wintellect.com/cs/blogs/jrobbins/archive/2007/03/27/elevate-a-process-at-the-command-line-in-vista.aspx
    This program allows you start java with a UAC dialog for high access using
    Elevate java -jar myjar.jar
    This then allows you to have full access using java... I guess it could be dangerous but it does the job.

  • Problems with text using Photoshop CC on Windows 8.1

    I am using Photoshop CC on Windows 8.1.  I get  flickering on the screen as described by others.  My main problem, however,  is that when I try to use the text tool the layer goes completely black and I cannot see what I am typing or edit the text.  I have tried updating my video card driver and my monitor driver.  I have deleted the font cache file, I have tried using Photoshop without plug ins (I use Nic plug ins).  The only thing that has worked is resetting the preferences by holding down alt+control+shift keys when starting photoshop.  This allows me to enter text normally on one photograph and one only.  Once I have completed that first photograph and load another I get the black layer.  I desperately need help.  If this continues I will have to cancel my membership as I was much better off using my Photoshop Elements 11 disc.
    Any help will be very gratefully appreciated...............help seems to be very difficult to come by Adobe you make it very difficult for your customers!

    Ok,I can appreciate that I may not have given enough information.  You state that without proper system information nobody can help, but I need to know what information is needed.  You also state that I should simply turn off hardware acceleration in the perfs.  What does that mean?  How do I do that? I have tried changing the GPU Drawing Mode to basic and it didn't work.  Is this what you mean?  You may be assuming a level of knowledge I do not have. From research I have done this seems to be a problem with windows 8.1 that Adobe have been aware of for about a year.  I have followed all the online advice I have been able to find but nothing seems to be working.
    Siren2110

  • Problems with current week

    I am having problems with a YTD style measure and I don't know how to deal with it.
    I need to sum from one date - the same day each year - 1st april - to the current week. The current week is defined as the last data build date. For previous years, the cumulative is from the 1st april to the parallel week to the current week.
    There is an indicator in the database table that shows what week is the current week.
    How should I store an attribute in a hierarchy that indicates it is the current week ? As a property ?
    How would I sum from the 01st april to a current week using an attribute stored in a property in the Date dimension ?
    My Date dimension is daily and based on calendar weeks and calendar months.

    Hi ,
    Does the week is part of the hierarchy ? if so, you want to have range between two days, the 01/04 and the last day for that relevant week . Something like ..
    {[Date].[Calendar].[Day].&[20130401]:ClosingPeriod([Date].[Calendar].[Day], MyRelevantWeek)}
    You can achieve the relevant week by filtering the weeks without the right property :  Filter([Date].[Week].[Week] , [Date].[Week].CurrentMember.properties("RelevantWeek") = 1) .
    If you want to have a dynamic 1st to April for the relevant year, you'll need to build this member with the current year : strtomember("[Date].[Calendar].[Day].&["+str([Date].[Year].Currentmember.properties("key"))+"0401]")
    Hope it helps :)
    Regards, David .

  • Having a problem with creating/using a primary key on a view

    I have a problem with a primary key on a view
    I created the view and primary key as follows:
    CREATE OR REPLACE FORCE VIEW "MDD"."ROCK_LU" ("DESCRIPTION",
         UNIQUE ("DESCRIPTION") RELY DISABLE,
         CONSTRAINT "ROCK_LU_PK" PRIMARY KEY ("DESCRIPTION") RELY DISABLE) AS
    SELECT DESCRIPTION
    FROM MRMC_LU
    WHERE ROCK = 'T';
    The view with the primary key appears to have been created as there were no error messages. (The above was from the sql tab in sql developer.)
    When I try to create the foreign key on my mdd_hr table - I get an error
    /* hr_name - foreign key */
    ALTER TABLE mdd_hr add CONSTRAINT hr_name_fk FOREIGN KEY (hr_name) REFERENCES rock_lu(description);
    Error report:
    SQL Error: ORA-02270: no matching unique or primary key for this column-list.
    When I lookup the index in sql developer, rock_lu_pk is not there.
    All my other foreign keys work - but I don't understand what I am doing wrong with this one. Please help.
    glenn
    Background - as to why I want to use a view as a lookup table.
    The MRMC_LU table that the view is created from is structured like:
    DESCRIPTION - MINERAL - ROCK - MODIFIER - COMMODITY
    ANHYDRITE - T - T - T
    APLITE - T - - T
    GRAPHITE - T - - - T
    GREYWACKE - - T
    DESCRIPTION is a list of all names of minerals, rocks, modifiers and commodities. T is entered in each valid field. Often a description name is used for both a mineral and a rock or a mineral and a commodity or any other combination. Because this database is just starting up, it was more efficient to create one table that could be updated (and thereby automatically update the MINERAL_LU, ROCK_LU, MODIFIER_LY, COMMODITY_LU views) rather than create and maintain four separate but similar tables. A primary key cannot be generated for the MRMC_LU table as there are nulls in each column
    except DESCRIPTION.
    Perhaps there is a smarter way to do this?

    http://download-uk.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_85a.htm#2065512
    You can specify constraints on views and object views. You define the constraint at the view level using the out_of_line_constraint clause. You define the constraint as part of column or attribute specification using the inline_constraint clause after the appropriate alias.
    Oracle does not enforce view constraints. However, operations on views are subject to the integrity constraints defined on the underlying base tables. This means that you can enforce constraints on views through constraints on base tables.
    Restrictions on View Constraints
    View constraints are a subset of table constraints and are subject to the following restrictions:
    You can specify only unique, primary key, and foreign key constraints on views. However, you can define the view using the WITH CHECK OPTION clause, which is equivalent to specifying a check constraint for the view.
    Because view constraints are not enforced directly, you cannot specify INITIALLY DEFERRED or DEFERRABLE.
    View constraints are supported only in DISABLE NOVALIDATE mode. You must specify the keywords DISABLE NOVALIDATE when you declare the view constraint, and you cannot specify any other mode.
    You cannot specify the using_index_clause, the exceptions_clause clause, or the ON DELETE clause of the references_clause.
    You cannot define view constraints on attributes of an object column.
    Rgds.

  • Problem with sendRedirect using relative URL in WebLogic 5.1 with SP7 & 8

    I patched to SP 7 (and also 8), and the request.sendRedirect() with relative
              URL failed. The browser simply displayed "404 - Page not found".
              This problem only happens in a cluster environment attached to a web server.
              SP6 or earlier does not have such problem.
              I noticed that the latest SP always formats the URL and returns it as a full
              absolute URL to the browser. The problem is it uses the Weblogic Server host
              URL where the request is processed (not the Web Server host URL) which is
              not visible to the internet.
              Is it possibly a bug in SP?
              

    I patched to SP 7 (and also 8), and the request.sendRedirect() with relative
              URL failed. The browser simply displayed "404 - Page not found".
              This problem only happens in a cluster environment attached to a web server.
              SP6 or earlier does not have such problem.
              I noticed that the latest SP always formats the URL and returns it as a full
              absolute URL to the browser. The problem is it uses the Weblogic Server host
              URL where the request is processed (not the Web Server host URL) which is
              not visible to the internet.
              Is it possibly a bug in SP?
              

  • Problems with navigation using JSF 1.0 RI

    I have a problem with faces in that navigation simply stops working. I have a page which have prev/next buttons on it, and a cancel button. Each button is of the form
    <h:form id="viewxxx">
    <h:commandButton value="XXX" styleClass="buttonInput" action="#{somebean.doSomeAction}"/>
    </h:form>
    The code behind the next/prev button action returns "success", the cancel returns an action string which returns the user to the previous screen.
    After clicking on prev/next a few times one of two possible things happen:-
    (1) the navigation stops working (all buttons do nothing)
    (2) or after pressing a button a few times the navigation starts to work.
    I tried to simplify things to find out if my backing code was causing the problem. I included a very simple button:-
    <h:form id="view_c_getridofme">
         <h:commandButton value="Test" styleClass="buttonInput" action="success"/>
    </h:form>
    and after clicking this a few time it also breaks the navigation. So I suspect something strange is going on inside the Faces implementation.
    I checked the faces-config.xml and this is correct:
    <!-- Stay on View for page next/prev -->
    <navigation-case>
    <from-outcome>success</from-outcome>
    <to-view-id>/viewcorr.jsp</to-view-id>
    <redirect />
    </navigation-case>
    I tried (albeit briefly) MyFaces 1.0.3 and the navigation does not break although it does present some other issues for me. My preference would be to use Sun's JavaFaces implementation if possible.
    Can anyone shed light on this - why this may be happening?

    I experienced the same problem while re-submitting to the same page about 15 times via a command button (a list page that would get updated with every new submit).
    After having turned JSF logging on I discovered that my stylesheet (!) was interpreted by JSF as a Faces view (because of the /faces/-mapping before it) and that this caused the list page to be (incorrectly) added up towards the maximum of 15 views in the session. After 15 reloads JSF would remove the list page from view, re-create it, and I experienced the same problems as you described in the top post - no navigation worked.
    My stylesheet used to be:
    <link rel="STYLESHEET" type="text/css" href="../../css/foo.css">
    ... which kept the /faces/ mapping from the page containing the css reference, and made it look like a faces view to JSF.
    When I switched to:
    <link rel="STYLESHEET" type="text/css" href="/css/foo.css">
    ... the problem disappeared.
    Hope that helps all of you that have this problem. It certainly took me quite a while to figure it out!
    Mattias L

  • Problem with scrolling using my touchpad with the new Firefox update

    I just updated Firefox to 9.o.1, I run Windows 7 and I'm using a HP G62 Notebook PC. Ever since I have updated, I can no longer scroll on webpages using my touchpad. If I use an external mouse, I have no problems. I have also not had any problems with other applications, so I assume that this problem is related to the new update. Is there anything that I can do to fix this now, or will I have to wait for the next update?

    I just updated Firefox to 9.o.1, I run Windows 7 and I'm using a HP G62 Notebook PC. Ever since I have updated, I can no longer scroll on webpages using my touchpad. If I use an external mouse, I have no problems. I have also not had any problems with other applications, so I assume that this problem is related to the new update. Is there anything that I can do to fix this now, or will I have to wait for the next update?

  • Problems with output using html2fo function

    Hello,
    I have a problem with output when using html2fo function.
    My sample xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <RTECODE>
    <![CDATA[
    <table border="1">
    <tr>
    <td>row 1, cell 1</td>
    <td>row 1, cell 2</td>
    </tr>
    <tr>
    <td>row 2, cell 1</td>
    <td>row 2, cell 2</td>
    </tr>
    </table>
    ]]>
    </RTECODE>
    Can anybody explain why the rtf template output is different in pdf, rtf, excel ? It looks ok only in pdf.
    Thanks in advance.

    Check these
    http://docs.oracle.com/cd/E23943_01/bi.1111/e22254/create_rtf_tmpl.htm#CHDCEEIJ
    https://blogs.oracle.com/xmlpublisher/entry/html_in_xml_support
    If helps mark
    Edited by: Srini VEERAVALLI on Feb 25, 2013 10:04 AM

  • Problems with "new" used iPhone

    hey guys,
    i have a problem with my new iphone. i bought an iphone on ebay and now i want to use ist with my t-mobile-sim-card, but it doesn't work. First it worked, but i found out, that the iPhone was jailbreaked, so I updated it to firmware 3.1.3 to delete this jailbreak. but it doesn't work now with my simcard (it's not a prepaid) and itunes says, that the card isn't compatible. maybe someone can help me... it makes me very angry. i spend so much time to get the money for the iphone and now this ****...

    When you installed the new 3.1.3 firmware you locked the phone back with att. Previously being jailbroken and unlocked allows you to use other sim cards but now that you updated the firmware its not possible. What you can do is wait for someone to come out with a way to jailbreak the new firmware and unlock it yourself.

  • I have a problem with someone using my information on facebook. I would like to see a code i can use or password from firefox. Can I do this?

    I would like firefox to be more secure. I have trouble with someone using my facebook account. Is there a way that you can do that, or I will have to go to facebook for this?

    Remove current password and Set a strong password,[1, 2 ]Go to Facebook application Link and remove permission of all unknown untrusted application,[3 ]activate security notification via Account Settings then try
    ask Facebook help center forum for more security tips[4]
    * 1- http://www.facebook.com/help/?faq=213395615347144
    * 2- http://www.facebook.com/help/?page=227159377299846
    * 3- http://www.facebook.com/help/?page=121359044613137
    * 4- http://www.facebook.com/help/community

Maybe you are looking for