Edge (Not Responding) during publish

I have been working on a project in Edge Animate and am now all of a sudden unable to publish. Each time I go to publish I get the (Not Responding ) alert and the application widow dims. I had been successfuly publishing with this same docment earlier in the week. but now it just sits there. Any ideas?
I did notice another anomly and that is the syntax checker in the code window is insistng that there is an unexpexted token '<' in my code and that is just not the case.
Anyone else having htis issue(s)?

Here is the document.compostion.ready that edge says has an error
// Show an Element.
//  (sym.$("name") resolves an Edge Animate element name to a DOM
//  element that can be used with jQuery)
sym.$("Module1-pict").show();
var element=sym.$("chapterListModule-1");element.html('<ul class="chapterList" id="accordion"> \
         <li><a href="#" onclick="jwplayer().seek(0);"> Introduction </a> \
          </li> \
          <li><a href="#" onclick="jwplayer().seek(20);">2-10: Case Examples </a> \
              <ul class="subChapterList"> \
                   <li><a href="#" onclick="jwplayer().seek(40);">Slide 3</a> </li> \
                   <li><a href="#" onclick="jwplayer().seek(60);">Slide 4</a> </li> \
                   <li><a href="#" onclick="jwplayer().seek(80);">Slide 5</a> </li> \
                   <li><a href="#" onclick="jwplayer().seek(100);">Slide 6</a> </li> \
                   <li><a href="#" onclick="jwplayer().seek(125);">Slide 7</a> </li> \
                   <li><a href="#" onclick="jwplayer().seek(150);">Slide 8 </a> </li> \
                   <li><a href="#" onclick="jwplayer().seek(175);">Slide 9 </a> </li> \
                   <li><a href="#" onclick="jwplayer().seek(200);">Slide 10 </a> </li> \
                  </ul> \
              </li> \
              <li><a href="#" onclick="jwplayer().seek(225);"> 11-13: SBIRT Defined</a> \
              <ul class="subChapterList"> \
                   <li><a href="#" onclick="jwplayer().seek(250);">Slide 12</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(300);">Slide 13</a></li> \
                  </ul> \
              </li> \
             <li><a href="#" onclick="jwplayer().seek(350);"> 14-19: Unhealthy aclcohal use </a> \
              <ul class="subChapterList"> \
                   <li><a href="#" onclick="jwplayer().seek(375);">Slide 15</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(400);">Slide 16</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(425);">Slide 17</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(450);">Slide 18</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(475);">Slide 19</a></li> \
                  </ul> \
              </li> \
              <li> \
             <a href="#" onclick="jwplayer().seek(500);"> 20-23: Evidence behind SBIRT</a> \
              <ul class="subChapterList"> \
                   <li><a href="#" onclick="jwplayer().seek(550);">Slide 21</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(600);">Slide 22</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(625);">Slide 23</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(650);">Slide 24</a></li> \
                  </ul> \
              </li> \
                   <li> \
             <a href="#" onclick="jwplayer().seek(700);"> 24-27: Missed opportunities</a> \
              <ul class="subChapterList"> \
                   <li><a href="#" onclick="jwplayer().seek(750);">Slide 26</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(800);">Slide 27</a></li> \
                  </ul> \
              </li> \
                   <li> \
             <a href="#" onclick="jwplayer().seek(850);"> 29-33: Overcoming barriers</a> \
              <ul class="subChapterList"> \
                   <li><a href="#" onclick="jwplayer().seek(900);">Slide 30</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(950);">Slide 31</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1000);">Slide 32</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1050);">Slide 33</a></li> \
                  </ul> \
              </li> \
                   <li> \
             <a href="#" onclick="jwplayer().seek(1100);"> 35-40: Zones of use</a> \
              <ul class="subChapterList"> \
                   <li><a href="#" onclick="jwplayer().seek(1125);">Slide 36</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1150);">Slide 37</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1175);">Slide 38</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1200);">Slide 39</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1225);">Slide 40</a></li> \
                  </ul> \
              </li> \
              <li> \
             <a href="#" onclick="jwplayer().seek(1250);"> 41-44: Screening instruments</a> \
              <ul class="subChapterList"> \
                   <li><a href="#" onclick="jwplayer().seek(1300);">Slide 42</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1325);">Slide 43</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1350);">Slide 44</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1400);">Video</a></li> \
                  </ul> \
              </li> \
              <li> \
             <a href="#" onclick="jwplayer().seek(1450);"> 45-51: Annual screen</a> \
              <ul class="subChapterList"> \
                   <li><a href="#" onclick="jwplayer().seek(1475);">Slide 46</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1500);">Slide 47</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1525);">Slide 48</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1550);">Slide 49</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1575);">Slide 50</a></li> \
                    <li><a href="#" onclick="jwplayer().seek(1600);">Slide 51</a></li> \
                  </ul> \
              </li> \
              <li> \
             <a href="#" onclick="jwplayer().seek(1675);"> 52-53: Full screens</a> \
              <ul class="subChapterList"> \
                   <li><a href="#" onclick="jwplayer().seek(1700);">Slide 53</a></li> \
                  </ul> \
              </li> \
              <li> \
             <a href="#" onclick="jwplayer().seek(1725);"> 54-60: Audit</a> \
              <ul class="subChapterList"> \
                   <li><a href="#" onclick="jwplayer().seek(1750);">Slide 55</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1800);">Slide 56</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1825);">Slide 57</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1850);">Slide 58</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1875);">Slide 59</a></li> \
                    <li><a href="#" onclick="jwplayer().seek(1900);">Slide 60</a></li> \
                  </ul> \
              </li> \
              <li> \
             <a href="#" onclick="jwplayer().seek(1950);"> 60-64:DAST</a> \
              <ul class="subChapterList"> \
                   <li><a href="#" onclick="jwplayer().seek(1975);">Slide 62</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(2000);">Slide 63</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(2050);">Slide 64</a></li> \
                  </ul> \
              </li> \
              <li> \
             <a href="#" onclick="jwplayer().seek(2100);"> 65-66:Drug use</a> \
              <ul class="subChapterList"> \
                   <li><a href="#" onclick="jwplayer().seek(2150);">Slide 66</a></li> \
                  </ul> \
              </li> \
              <li> \
             <a href="#" onclick="jwplayer().seek(2200);"> 67-68: Scores and zones</a> \
              <ul class="subChapterList"> \
                   <li><a href="#" onclick="jwplayer().seek(2250);">Slide 68</a></li> \
                  </ul> \
              </li> \
              <li> \
             <a href="#" onclick="jwplayer().seek(2270);"> 69: Conclusion</a> \
              </li> \
              </ul> \
         var element2=sym.$("chapterListModule-2");element2.html('<ul id="accordion2"> \
         <li><a href="#" onclick="jwplayer().seek(0);"> Introduction </a> </li> \
           <li><a href="#" onclick="jwplayer().seek(106);"> 2-4: Communication styles </a> \
              <ul class="subChapterList" title="First Set"> \
                   <li><a href="#" onclick="jwplayer().seek(158);">Slide 3</a> </li> \
                   <li><a href="#" onclick="jwplayer().seek(287);">Slide 4</a> </li> \
                   <li><a href="#" onclick="jwplayer().seek(353);">Slide 5</a> </li> \
                   </ul> \
                   </li> \
           <li><a href="#" onclick="jwplayer() .seek(400);">6-11: Brief interventions </a> \
               <ul class= "subChapterList"> \
                   <li><a href="#" onclick="jwplayer().seek(475);">Slide 7</a> </li> \
                   <li><a href="#" onclick="jwplayer().seek(613);">Slide 8</a> </li> \
                   <li><a href="#" onclick="jwplayer().seek(748);">Slide 9</a> </li> \
                     <li><a href="#" onclick="jwplayer().seek(858);">Slide 10</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(987);">Slide 11</a></li> \
                  </ul> \
              </li> \
              <li> \
              <a href="#"  onclick="jwplayer() .seek(1020);">12-13: Rediness ruler </a> \
              <ul class="subChapterList"> \
                   <li><a href="#" onclick="jwplayer().seek(1060);">Slide 13 </a></li> \
                  </ul> \
              </li> \
             <li> \
             <a href="#"  onclick="jwplayer().seek(1400);"> 14-20: Stages of change </a> \
              <ul class="subChapterList"> \
                <li><a href="#" onclick="jwplayer().seek(1090);">Slide 12</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1100);">Slide 13</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1200);">Slide 14</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1300);">Slide 15</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1350);">Slide 16</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1400);">Slide 17</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1450);">Slide 18</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1500);">Slide 19</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1550);">Slide 20</a></li> \
                   </ul> \
              </li> \
               <li> \
             <a href="#" onclick="jwplayer().seek(1600);"> 21-23: Recommendations </a> \
              <ul class="subChapterList"> \
                <li><a href="#" onclick="jwplayer().seek(1650);">Slide 22</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1700);">Slide 23</a></li> \
                   </ul> \
              </li> \
              <li> \
             <a href="#" onclick="jwplayer().seek(1750);"> 24-26: Making the referral </a> \
              <ul class="subChapterList"> \
                <li><a href="#" onclick="jwplayer().seek(1650);">Slide 25</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1700);">Slide 26</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(1750);">Video </a></li> \
                   </ul> \
              </li> \
               <li> \
             <a href="#" onclick="jwplayer().seek(1800);"> 27-29: Meds for dependece</a> \
              <ul class="subChapterList"> \
                <li><a href="#" onclick="jwplayer().seek(1900);">Slide 28</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(2000);">Slide 29</a></li> \
                   </ul> \
              </li> \
              <li> \
             <a href="#" onclick="jwplayer().seek(2100);"> 29-33: Role play practice</a> \
              <ul class="subChapterList"> \
                <li><a href="#" onclick="jwplayer().seek(2200);">Slide 31</a></li> \
                 <li><a href="#" onclick="jwplayer().seek(2210);">Video</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(2220);">Slide 32</a></li> \
                   <li><a href="#" onclick="jwplayer().seek(2230);">Slide 33</a></li> \
                   </ul> \
              </li> \
              <li> \
             <a href="#" onclick="jwplayer().seek(2240);"> 34: Conclusion</a> \
              </li> \
              </ul> ');
$("<link rel='stylesheet' type='text/css' href='SBIRT-plyr.css'>").appendTo("#Stage");
$('#accordion > li > a , #accordion2 > li > a').click(function(){
    if ($(this).attr('class') != 'active'){
      $('#accordion li ul').slideUp();
      $(this).next().slideToggle();
      $('#accordion li a').removeClass('active');
      $(this).addClass('active');

Similar Messages

  • Adobe edge application not responding during publish

    I dont know why but all of a sudden my file wont publish, or at least I dont think it is because I get the death wheel for a solid 10-15 minutes then give up and force quit the program. It was publishing before, but I dont know if this is just a huge upload or what? Please help..

    How do I post the file? Nothing in particular, i just hadn't touched the file in a few days and then added a bunch of new animations/image files to it. I thought maybe it was just taking a long time to update the new changes but im not sure.

  • Not responding during publish

    Hi
    I've got a few animations, that have published previously, but after a bit more work, I've gone to re-publish and the program hangs (beachballing) resulting in me force-quiting the program and the files not published.
    Is there anything I can try to get these published?
    v3.0.0 running on MacOS 10.9.1
    Thanks
    Wayne

    Hang on publish seems to be because of the malformed object in the code panel for composition ready event.
    Rectifying it should not hang the application on publish.Here is the rectified code
    // insert code to be run when the composition is fully loaded here
    sym.$('Stage').css({"background-image": "url('images/back.png')", "margin":"0 auto"});
    Anyhow thanks for the hang bug.I have logged it for the team and hopefully will get fixed in next Animate update.

  • My Mac does not respond during login

    I am using OS 10.5.2
    My iMac does not respond during login. After the desktop and dock are shown, the ball (cursor) keep rotating. I can do nothing except moving the cursor. All application including finder do not respond. Is there any solution?
    Thank you very much.

    Hi. Try doing a safe boot. Press the Shift button while turning on the computer. If you encounter the same issue, boot from the install disk (insert the disk that came with your computer and boot your computer while holding the C key) and repair the disk and disk permissions. Hope this helps

  • Illustrator CS5 not responding during rendering

    Hi,
    I have a strange problem that I don't understand, maybe someone can help me?
    I run Illustrator CS5 on a win7 64bits / i7 / 8 Go RAM / ATI Radeon HD 5470 and each time I want to apply a simple 3D effect (3D rotation), AI is freezing during the rendering... The aim is to do a disco ball by revolution of a half circle with a map art for the disco ball faces. Everything is OK until I try to change the disco ball perspective axis! Illustrator is not responding anymore and win7 ask me for closing the program.
    I have already try different issues without success:
    - change the scratch disk
    - improve the performance : closing all running applications, simplify win7 display settings (disable aero,...), clean/defrag the disk, the register and memory, define a swap up to 24 Go
    - ramdisk dedicated to readyboost, scratch disk of AI and swap
    It usually freezes after 50% progression, with the optimized performance it goes sometimes until 90%...
    Thank you in advance!

    You simply have too many blend steps and it's running out of memory. Expand the "More" section to control that.
    Mylenium

  • Computer not responding during migration assist

    I bought a 27" iMac and have been trying to use migration assist to transfer my files and settings over from my 17" MacBook Pro with little success.  The iMac recognizes the MacBook and the confirmation code pops up on both but once the migration begins, the iMac has a message pop up that says the MacBook is not responding, even though it has a message saying that the iMac is ready. 
    I've tried searching other posts here but can't seem to find any with the same issue.  Any suggestions would be appreciated.
    Thanks.

    Well, I was following the instructions as they were presented on the screen.  As I mentioned, things seemed to progress normally, the two computers seemed to be communicating but then the message that the MBP was not responding would pop up and I would be forced to quit the migration.
    I had tried both FW 800 and ethernet connections to no avail.  After updating the iMac, I am running Mountain Lion on both machines and had consulted Pondini's guide prior to posting here.  I also opened up all the sharing options I could find on both computers thinking that would help. I'll take a closer look at Pondini's guide and see if that provides some answers.
    Thanks.

  • FF30.0 "not responding" during QUIT process. Maybe script problem...

    After several minutes, it becomes "not responding" and then after several more minutes it ceases to be "not responding" but takes several more minutes to display an "unresponsive script" message. I killed the script, then several minutes more before finally quitting.
    Any way to make scripts stop running SOONER?
    THIS:
    https://support.mozilla.org/en-US/kb/warning-unresponsive-script
    talks about making the script run longer & then setting back down to default time; but does not say WHAT the default value is, nor does it say if you can safely REDUCE that value so a script is stopped sooner.
    Is there any way to prevent scripts from running in the background for more than a specified amount of time? Its useful to have stuff load and sometimes refresh in the background, but not when they cause FF to slow down.
    I am using Session Manager to save the session. Wonder if it causes each tab to reload before allowing it to quit, and this might be a reason for a script to start running again, and maybe get stuck? That seems to be the one and only Add-On that saves stuff and allows you to choose what to reload next time.
    Hardware Acceleration is OFF. Mac OSX 10.6.8
    Extensions are set to activate when necessary, not automatically.
    Posting this via Safari

    CONSOLE LOG:
    6/14/14 2:11:14 PM [0x0-0x1a01a].org.mozilla.firefox[182] Background starting...
    6/14/14 2:11:28 PM Firewall[72] 33300 Deny ICMP:8.0 192.168.1.1 192.168.1.2 in via en1
    6/14/14 2:11:50 PM Firewall[72] 33300 Deny ICMP:8.0 192.168.1.1 192.168.1.2 in via en1
    6/14/14 2:12:11 PM Firewall[72] 33300 Deny ICMP:8.0 192.168.1.1 192.168.1.2 in via en1
    6/14/14 2:12:33 PM Firewall[72] 33300 Deny ICMP:8.0 192.168.1.1 192.168.1.2 in via en1
    6/14/14 2:12:55 PM Firewall[72] 33300 Deny ICMP:8.0 192.168.1.1 192.168.1.2 in via en1
    6/14/14 2:13:17 PM Firewall[72] 33300 Deny ICMP:8.0 192.168.1.1 192.168.1.2 in via en1
    6/14/14 2:13:38 PM Firewall[72] 33300 Deny ICMP:8.0 192.168.1.1 192.168.1.2 in via en1
    6/14/14 2:13:50 PM Firewall[72] Stealth Mode connection attempt to TCP 192.168.1.2:49249 from 192.0.72.3:80
    6/14/14 2:13:50 PM Firewall[72] Stealth Mode connection attempt to TCP 192.168.1.2:49247 from 192.0.72.3:80
    6/14/14 2:13:52 PM Firewall[72] Stealth Mode connection attempt to TCP 192.168.1.2:49249 from 192.0.72.3:80
    6/14/14 2:13:52 PM Firewall[72] Stealth Mode connection attempt to TCP 192.168.1.2:49247 from 192.0.72.3:80
    6/14/14 2:13:56 PM Firewall[72] Stealth Mode connection attempt to TCP 192.168.1.2:49249 from 192.0.72.3:80
    6/14/14 2:13:56 PM Firewall[72] Stealth Mode connection attempt to TCP 192.168.1.2:49247 from 192.0.72.3:80
    6/14/14 2:14:00 PM Firewall[72] 33300 Deny ICMP:8.0 192.168.1.1 192.168.1.2 in via en1
    6/14/14 2:14:04 PM Firewall[72] Stealth Mode connection attempt to UDP 192.168.1.2:52028 from 4.2.2.3:53
    6/14/14 2:14:04 PM Firewall[72] Stealth Mode connection attempt to TCP 192.168.1.2:49247 from 192.0.72.3:80
    6/14/14 2:14:04 PM Firewall[72] Stealth Mode connection attempt to TCP 192.168.1.2:49249 from 192.0.72.3:80
    6/14/14 2:14:09 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x17f123000, protections were read-write
    6/14/14 2:14:12 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x185892000, protections were read-write
    6/14/14 2:14:13 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x185892000, protections were read-write
    6/14/14 2:14:14 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x185892000, protections were read-write
    6/14/14 2:14:22 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x185894000, protections were read-write
    6/14/14 2:14:22 PM Firewall[72] 33300 Deny ICMP:8.0 192.168.1.1 192.168.1.2 in via en1
    6/14/14 2:14:25 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x185896000, protections were read-write
    6/14/14 2:14:26 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x185896000, protections were read-write
    6/14/14 2:14:29 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x185897000, protections were read-write
    6/14/14 2:14:30 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x185896000, protections were read-write
    6/14/14 2:14:36 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155e3d000, protections were read-write
    6/14/14 2:14:37 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155e3d000, protections were read-write
    6/14/14 2:14:40 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eb2000, protections were read-write
    6/14/14 2:14:41 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eb2000, protections were read-write
    6/14/14 2:14:44 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eb4000, protections were read-write
    6/14/14 2:14:44 PM Firewall[72] 33300 Deny ICMP:8.0 192.168.1.1 192.168.1.2 in via en1
    6/14/14 2:14:45 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eb4000, protections were read-write
    6/14/14 2:14:46 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eb4000, protections were read-write
    6/14/14 2:14:48 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eb5000, protections were read-write
    6/14/14 2:14:49 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eb5000, protections were read-write
    6/14/14 2:14:50 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eb5000, protections were read-write
    6/14/14 2:14:53 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eb5000, protections were read-write
    6/14/14 2:14:54 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eb5000, protections were read-write
    6/14/14 2:14:57 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eb6000, protections were read-write
    6/14/14 2:14:58 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eb6000, protections were read-write
    6/14/14 2:14:59 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eb6000, protections were read-write
    6/14/14 2:15:03 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eb7000, protections were read-write
    6/14/14 2:15:06 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eb8000, protections were read-write
    6/14/14 2:15:06 PM Firewall[72] 33300 Deny ICMP:8.0 192.168.1.1 192.168.1.2 in via en1
    6/14/14 2:15:07 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eb8000, protections were read-write
    6/14/14 2:15:10 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eba000, protections were read-write
    6/14/14 2:15:11 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eb9000, protections were read-write
    6/14/14 2:15:12 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eb9000, protections were read-write
    6/14/14 2:15:14 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eba000, protections were read-write
    6/14/14 2:15:15 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155ebb000, protections were read-write
    6/14/14 2:15:16 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155eba000, protections were read-write
    6/14/14 2:15:17 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155e3c000, protections were read-write
    6/14/14 2:15:19 PM Firewall[72] Stealth Mode connection attempt to TCP 192.168.1.2:49324 from 192.0.72.3:80
    6/14/14 2:15:21 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155e3e000, protections were read-write
    6/14/14 2:15:21 PM Firewall[72] Stealth Mode connection attempt to TCP 192.168.1.2:49324 from 192.0.72.3:80
    6/14/14 2:15:22 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155e3e000, protections were read-write
    6/14/14 2:15:24 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155ebe000, protections were read-write
    6/14/14 2:15:25 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155ebe000, protections were read-write
    6/14/14 2:15:25 PM Firewall[72] Stealth Mode connection attempt to TCP 192.168.1.2:49324 from 192.0.72.3:80
    6/14/14 2:15:26 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x128b93000, protections were read-write
    6/14/14 2:15:27 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155ebe000, protections were read-write
    6/14/14 2:15:27 PM Firewall[72] 33300 Deny ICMP:8.0 192.168.1.1 192.168.1.2 in via en1
    6/14/14 2:15:28 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x155ebe000, protections were read-write
    6/14/14 2:15:30 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x128b93000, protections were read-write
    6/14/14 2:15:31 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x128b93000, protections were read-write
    6/14/14 2:15:32 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x128b93000, protections were read-write
    6/14/14 2:15:33 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x128b94000, protections were read-write
    6/14/14 2:15:33 PM Firewall[72] Stealth Mode connection attempt to TCP 192.168.1.2:49324 from 192.0.72.3:80
    6/14/14 2:15:35 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x128b94000, protections were read-write
    6/14/14 2:15:35 PM Firewall[72] Stealth Mode connection attempt to UDP 192.168.1.2:50214 from 199.224.127.78:53
    6/14/14 2:15:36 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x128b94000, protections were read-write
    6/14/14 2:15:37 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x128b94000, protections were read-write
    6/14/14 2:15:42 PM kernel Data/Stack execution not permitted: firefox[pid 182] at virtual address 0x128b95000, protections were read-write

  • Audio not synching during publish

    Hello everyone. I'm working in Captivate 4, (purchased, not
    trial). I'm relatively new user, but have been working intensely
    for about a month developing my tutorial.
    My project previews correctly, (entire file is 117 slides, 9
    minutes long.)
    However, after publishing to an AVI file, the audio does not
    match up with the video - the audio playback is slightly slower,
    and after 2 minutes, has lapped the slide.
    I tried different publish settings, but have not found
    anything to work, although changing some settings have improved the
    output somewhat.
    Does anyone have any suggestions for me?
    This file will be published on YouTube. This is a
    demonstration video only.
    My audio was developed using text to speech, (so no music
    quality sound is required) and each slide has one audio file per
    slide, (nothing embedded.)
    Settings I chose were:
    Video Format: MJPEG Compressor (tried Indeo, but syncing was
    worse)
    Audio: PCM (only choice)
    Encoding: FM Radio (64) and 11.025 KHz Frequency
    Encoding Speed 5
    I restarted, and do not have any other program actively
    running (except Kasperski)
    We recently reformatted the hard drive on this machine, took
    every program off, defragmented, so the system is very lean and
    clean.
    Added more memory, so now we have 3 GIG of memory.
    Running XP, the only installed programs are MS Office,
    Kasperski, and Captivate.
    Any help would be greatly appreciated!
    Thanks!

    Sorry everyone, I posted this in the wrong forum.
    I reposted this in Captivate - General Discussion, titled
    Audio not synching when published.
    I did not know how to delete this post. Thanks!

  • My USB Apple Aluminum Keyboard is not responding during Bootcamp Install!

    I am going crazy, I have had the worst experience with this Bootcamp install which is supposed to be so easy, resulting in Apple replacing my MAC pro, and I still can't get it to work on the new machine.
    My first problem was using a Windows XP Pro disk, which resulted in my continually getting a black screen saying "no bootable device, press any key to restart." I ran into this problem because I overlooked the instructions to use a USB keyboard and mouse, I was using the wireless. This process resulted in Apple replaceing my MAC Pro because some how my start-up files dissappered and the MAC geniuses couldn't even reformat my drive.
    After recieving the new MAC Pro, I tried to run the Boot Camp install, using the same Windows XP Pro Disk, but now with a wired USB Apple Aluminum Keyboard and USB might mouse. I was still running into the same problem, after windows finished the Install and restarted a black screen would appear "no bootable device..." After searching many forums I found that for some reason Windows XP Professional disk skip the step where you would format the drive you partioned for Windows. I found in a forum a way to address this problem by going in DOS and entering commands to tell Windows to format the drive. I was not comfortable doing this, so I thought I would take an easyier route and get a Windows XP Home edition.
    All windows versions I used were OEM, but they were all full installs (fancy hologram CD) w/Service Pack to and certificates of authenticity**
    I thought great now everything should go smoothly, I have Windows XP Home Edition w/SP2, I have a USB wired apple aluminum keyboard, and I have a USB wired might mouse. This has not been the case.
    After I complete the Bootcamp process on my Leopard operating system and Windows XP completes loading all the file prior to begin the Install, the Windows XP Installation asks to press "Enter" to begin Install. This is the point now I can't get past, because I get no response from my keyboard. I tried every USB port on my CPU and still no response when I reach this step in the Windows Installation. I am becoming very disgruntle with Apple because the AppleCare, which I pay for, and the MAC genius will not help me with this problem because it is during the Windows Install. Please help before I flip out.

    That worked after using a generic DELL PC keyboard no extra keys. Apple hustled me into buying a wired keyboard, because I had only ordered the wireless keyboard.
    Thanks

  • FCP not responding during compression

    The last few times I 've tried to use Compressor w/ FCP, I get about 95% complete and then it freezes. FCP won't respond and I have to do a Force Quit. I do this everyday and this is the first time I've had this problem. I need to have this working again. Anyone have any thoughts on this?

    Here's a place to start: check to see if your computer is running out of:
    1. Disk space - Do you have enough free space on ALL the disks for this?
    2. RAM - Its not usual to run out of RAM unless you are tight on system disk space and the virtual ram hits a ceiling
    3. Patience - Perhaps the piece is just too banal? Compressor can't take it anymore and just gets up and leaves?
    Or, it could be a corrupted file/render at that point in the timeline. - Try deleting the renders in that area and running it again.
    more information please.
    x

  • Itunes 10 freezing/not responding during music playback

    Pretty musch as the title suggests.  I might get through a few songs but eventually itunes stops responding and i have to kill it via the task manager.  Simply playing back music.  I just updated to the latest version and it's still happening.  Not sure what to do

    Check out this Apple article -> iTunes: Troubleshooting issues with third-party iTunes plug-ins
    Does iTunes launch and run normally after removing any plug-ins that were installed?

  • Space Bar not responding during editting

    Under normal circumstances when editting in the timeline, my reporters use the spacebar to play and pause/stop the timeline. There has been some issues of late where the space bar seems to not be working, and requires two or three pushes before it plays or pauses the video in the timeline. The video being rendered does not affect it one way or the other, and it is not constant. It can happen at any time, and often doesn't affect a reporter, or will affect a reporter non-stop (both occured today). For the record, yes I have checked the keyboard and it is not the problem. The spacebar works fine for normal use, its just PPro that has the problem.
    Specs: I have four identical edit bays. Each has a Dual Core 2.5 Ghz Pentium  processor, 3.0 gbs of ram, a single sata drive split into two partitions  (system 30 gb and video 470 gb). I am running up to date PPro 5.0.2,  freshly installed on virgin drives. I have two of the bays with the most up to date 64 bit  manufacturer video and audio drivers, and two bays with Windows 7  automatically installed video and audio drivers. The problem is the same  in all four bays.
    Help?

    Your problem is that your systems are below minimum requirements, with some serious setup faults.
    This is harsh:
    1. A single disk is below minimum requirements. You need at least two physical 7200 RPM SATA disks
    2. Never partition a disk. It will only increase wear and tear and slow down performance.
    3. You likely never tuned your system. Look here: Adobe Forums: Guide for installing and tuning a Vista... This also applies to Win7.
    4. Your dual core CPU is absolutely bare minimum for DV material, but anything more will grind to a halt.
    5. 3 GB RAM is not enough.
    You are in for a serious upgrade of your systems.
    First Harm, I do want to say thank you and that I realize you are trying to help. But, budget is a major issue, and the likelyhood of upgrading soon is non-existant. So what can we do to work within the specs I have? I had not done all of the steps in the tune up, but yes most of them I had, specifically I had not installed Ccleaner, and I had not turned off all of the windows add ons as yet - both will be fixed soon. Our editting needs are pretty minimal to be honest, which is part of why its so frustrating that PPro is being so cantankerous. Cut in and out of five or ten clips, add in a voice over track, and once in a great while a cross fade between two clips or fade out audio (using the pen tool), export to mpeg, and we're done. Our longest package is 4 minutes and that's most of a news block (segment between commercials - we have a 30 minutes news show, so you can imagine most are in the 1:30 to 2 minute range).
    function(){return A.apply(null,[this].concat($A(arguments)))}
    Someone is sure to comment on that.  I wanted to jump in first and say that while the idea of using a single partitioned hard drive isn't a good one, doing so is highly unlikely to be the cause of this particular issue.
    Thanks for the reply. Yeah, I knew about someone would say something eventually, but given that it works most of the time, and only freezes up occasionally, like you I find it unlikely that this is the issue. I'm not saying it won't contribute to it (I know it can). The sad part of all this is I can't get it to replicate the space bar freeze up for me, and while I experience it when I go into the bays for the reporters, I have no idea what they have done up until that point in order to troubleshoot what they are doing wrong. I can and have run an install at the same time as editting video and not had a single slow down whatsoever, while several reporters have issues running PPro and notepad. One is running her yahoo mail in IE, and I think that is one of the problems she runs into (given how resource hoggy IE can be - especially on yahoo's webmail interface), but that's one person, not all of them.

  • Macbook not responding during bootup

    When I went o wake my Macbook from sleep this morning, the sleep light was solid and the screen was dark. When I pressed keys, nothing happened so I had to force shut it down.
    When I went to turn it back on the hard drive clicked 4 times after the normal boot up noise, and the screen stayed white. After a few seconds a picture of a folder with a question mark started flashing on the screen. I tried turning it on again, but it was the same. I even reset the SMC, and it was no different
    I haven't found any fixes for this and nothing I did would make it boot up differently.

    Then take a look at this Apple article and see if anything will work for you.
    http://docs.info.apple.com/article.html?artnum=307005
    If not, you will probably need to reinstall Leopard....

  • IChat freezing and not responding during video chats!

    I'll start a video chat, and then about 20-30 seconds in, the chat will freeze, and iChat will become completely unresponsive. Then, I have to force quit it, start it back up, and only run into the same problem again! Any help would be greatly appreciated!

    I see you post this same solution to many people. I have tried it to no avail. I am having the exact same problem with the video going out about 30 seconds after the chat starts, then the app freezes if I try to do anything. I spent 30 minutes on the phone with Apple Care troubleshooting it today.
    I'm starting to think my ISP is the root of the problem (Cox). http://www.canyouseeme.org - also says that it cannot see my computer on port 16402 (which is what I understand iChat tries to use in Leopard).
    Even if setting a bandwidth limit of 500Kbps worked for me I would still be unsatisfied, as I don't understand why I should have to limit the quality of my chat when I have a connection capable of 15Mbps down /1.5Mbps up.

  • IPhoto not responding when trying to rebuild permissions library

    I did the latest OS upgrade about a month ago now and nothing has been good with my iMac since.
    Please help!!! iPhoto not responding during photo library permissions repair process. Cannot get access to 10 years of family photos. This process is systematically erasing my four childrens childhoods from my picture library.

    Seriously, how can anyone help you with that amount of information?
    There are 9 different versions of iPhoto and they run on 10 different versions of the Operating System. The tricks and tips for dealing with issues vary depending on the version of iPhoto and the version of the OS. So to get help you need to give as much information as you can. Include things like:
    - What version of iPhoto.
    - What version of the Operating System.
    - Details. As full a description of the problem as you can. For example, if you have a problem with exporting, then explain by describing how you are trying to export, and so on.
    - History: Is this going on long? Has anything been installed or deleted? - Are there error messages?
    - What steps have you tried already to solve the issue.
    - Anything unusual about your set up? Or how you use iPhoto?
    Anything else you can think of that might help someone understand the problem you have.

Maybe you are looking for

  • How can I enable SuperFetch?

    Hi, I downloaded Java from Java.com (free download) to be able to open a file I received as email attachment. After the download something happened to my laptop pc (Windows 7). I received pop up messages that said something like "Your computer got in

  • How setup my iPad with my epson printer

    how  setup my epson printer with my ipad

  • Will print in black only

    Status check confirms that the ink level is all good but when I try to print it says the printer is out of color ink and must print is black only. It was fine yesterday so I tried to restore but that didn't help. Rebooted computer and printer but tha

  • New to dreamweaver 8

    Hi guys I am new to dreamweaver and working on my church website. I have read over and over and still can not get my links connected from home page to the other pages. Any suggestion on how to do this? Champagne

  • New parameter report symbol configuration

    What is the end to end process of creating new report symbol .Do I have to create separate function module and assign in the configuration .