Applect socket code reconnecting after I close it, but how

Hi people. I�m making a client / server socket program and Im also using a lot of DHTML and JavaScript.
Here is my problem:
I use applets that you cant see because all their purpose is is to communicate with teh server using sockets. When I want to close the connection I want to applet to die and be removed from the body of the DOM object in the browser. The applets sit in <div>'s. When I close the connection to the server and remove the div that the applet is sittin on, in FF its ok, but in IE, the applet code stops, disconnects, but then reconnects. Anyone know what thr problem is.
Thanks

Do you have Logitech Gaming software installed?  If so, go to the software to disable Media Applet plug in.

Similar Messages

  • My computer freezes when I try to log in to You Tube and is still "running" after I close it. How can I go back to my the previous version of Firefox?

    After downloading Firefox 4 Beta, my personal website does not display as it used to. The text is now aligned left when it was centered. Also, when I try to log in to You Tube, everything freezes. I have to use the computer task manager to close the browser. When I try to open Firefox again, I get a message stating it is still running and I must close it or re-start my computer to open Firefox again.
    I would like to return to the previous version of Firefox.

    You can get duplicate installation disks from Apple Customer Service.  You will have to provide them with the MBP serial number and there is a charge,
    Another option is to purchase the Snow Leopard retail disk from the Apple online store:
    http://store.apple.com/us/product/MC573Z/A/mac-os-x-106-snow-leopard
    Either option should allow you to install an OSX.
    Ciao.

  • Windows 7 won't shut down after I close firefox, but if I sign on to internet explorer and then shut down windoes 7 will shut down properly. Whats up?

    Latlely when I attempt to shut down my Hp Pavilion dv6 3230 us Laptop it goes through the normal process I believe, however, the screen shows "shutting down" but it will show the screen forever until I plug out the power supply. All of the keys and combinations of keys are inoperable including the mouse.
    If I sign on to Internet Explorer after I sign out of Firefox, and then sign out of Internet Explorer the Laptop will shut down successfully.

    Firefox Hang at exit
    https://support.mozilla.com/en-US/kb/Firefox%20hangs#w_hang-at-exit
    Check and tell if its working.

  • [svn:osmf:] 17552: Stream reconnect feature code changes after code review.

    Revision: 17552
    Revision: 17552
    Author:   [email protected]
    Date:     2010-09-01 16:20:33 -0700 (Wed, 01 Sep 2010)
    Log Message:
    Stream reconnect feature code changes after code review. Changes to the Akamai plugin to ensure it works well with stream reconnect. Unit tests modified to avoid stream reconnect when the feature is not being tested. New unit tests added to TestNetLoader for the stream reconnect feature.
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.actionScriptProperties
        osmf/trunk/framework/OSMF/org/osmf/elements/LightweightVideoElement.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetConnectionFactory.as
        osmf/trunk/framework/OSMF/org/osmf/net/NetLoader.as
        osmf/trunk/framework/OSMF/org/osmf/net/dvr/DVRCastNetLoader.as
        osmf/trunk/framework/OSMFTest/org/osmf/elements/TestAudioElement.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/TestPluginInfo.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/pluginClasses/CreateOnLoadPluginInfo.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/pluginClasses/SimpleVideoImagePluginInfo.as
        osmf/trunk/framework/OSMFTest/org/osmf/media/pluginClasses/SimpleVideoPluginInfo.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/TestNetLoader.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/dvr/TestDVRCastNetLoader.as
        osmf/trunk/framework/OSMFTest/org/osmf/net/dvr/TestDVRCastSupport.as
        osmf/trunk/framework/OSMFTest/org/osmf/utils/NetFactory.as
        osmf/trunk/libs/testing/NetMocker/.actionScriptProperties
        osmf/trunk/libs/testing/NetMocker/org/osmf/netmocker/MockNetLoader.as
        osmf/trunk/libs/testing/NetMocker/org/osmf/netmocker/MockRTMPDynamicStreamingNetLoader.as
        osmf/trunk/plugins/samples/AkamaiBasicStreamingPlugin/.actionScriptProperties
        osmf/trunk/plugins/samples/AkamaiBasicStreamingPlugin/com/akamai/osmf/net/AkamaiNetConnec tion.as
        osmf/trunk/plugins/samples/AkamaiBasicStreamingPlugin/com/akamai/osmf/net/AkamaiNetLoader .as

    Many thanks for the fast reply.
    I've got a follow up question.
    What will happen if I modify the reconnect Code in the OSMF Netloader Class as recommended and then load multiple third party OSMF plugins,
    which may have included the origin OSMF version of the Netloader class.
    Which one will be used at runtime?
    Thanks in advance!

  • EA2 - Issues with Reconnection after DB restart

    The support for lost connections in SQL Developer (ie if the DB is shutdown and then restarted) is improving, but there are still some problems.
    EA2 JDK 1.6.0_04
    Basic connection types
    Don't save passwords on connections
    In the SQL Worksheet, most things work well - the first attempt at running a query as a statement after the DB restart gives a "No more data to read from socket" error, but after that (or maybe another repeat of the error), queries work fine when run as statements. Note that this does not prompt for the password, even though I have not saved passwords on my connection.
    However, it appears that you can no longer run as script. Also, the DBMS Output tab no works - even enabling/disabling dbms output doesn't produce the "set serveroutput on/off" lines in the output.
    Worse for the navigator pane - it's connection never seems to be reconnected. Each attempt at accessing data through the navigator pane returns a "Connection Closed Vendor Code 17008" error.
    Obviously the workaround is to disconnect and then reconnect (which could close certain windows based on preferences), but if we can detect the lost connection and reconnect for the SQL Worksheet connection, can we do the same for the navigator connection? Also, if the fix is separate from reconnecting the navigator connection, can we improve the handling of the reconnect in the worksheet so that running as scripts and DBMS Output work as well?
    theFurryOne

    Yes, lost connections have been one of the most annoying problems in sqldev: a cascade of exceptions (like when entering preferences) and having to close the connection manually (although it's obviously closed already), which makes you lose opened windows.
    I understand not all situations can be accounted for (at least it's obvious it'll take a long time to enumerate them), which justifies the need for a manual reconnect option. As we tried asking this on various occasions (Exchange, forum and Kris' blog), but judging from the states on the requests this won't get addressed, I've added a specific new one: http://htmldb.oracle.com/pls/otn/f?p=42626:39:2998242762554303::NO::P39_ID:10421. To all who ever had problems with this, please vote this feature in!
    Thanks,
    K.

  • Calling DbEnv- remove after DbEnv- close results in a segmentation fault

    I have two classes of database files: definitions that change slowly, and instances that are transient and change quickly.
    What I'm trying to do is this:
    close databases, environment
    back up files
    remove instance databases
    open new environment, existing definitions and create new instances
    This keeps returning ENOENT errors, but not consistently. The results are unpredictable and will sometimes hang. It seems to me that this is due to something in the environment not being cleared correctly. So I tried adding a remove after a close, and I get a regular and consistent segment fault as the unwrap function in cxx_env.cpp returns a NULL environment.
    This behaviour is consistent in versions 4.3, 4.5, and 4.7 on Solaris 10 and RHEL 5.
    So my question is twofold: Is there a better way to do what I'm tying to do, on that will work reliably, and shouldn't the remove operation work, even if ther's nothing to remove? I've had this problem for quite some time so any pointers would be appreciated.
    TIA,
    Dave

    Sorry. I had a major attack of the stupids. I was using old code that unlinked the underlying files instead of using a db->remove. It works much better now.

  • Force code execute when user closes OOB lightswitch app using the windows close red X

    I've created a lightswitch app using Forms Authentication.  If the user closes the application using the window close red 'X', I need to update a custom user profile table.  Is this possible?

    I use this code and it works!
    I handle the closing event of the user and I break it, execute my code ed after closing the application.
    Under you see the code that I use in my application.vb :
    Public Class Uscita
    ' Dichiara un evento per la classe
    Public Event Event1()
    ' Definisce un metodo per richiamare l'evento
    Sub CausaEvento()
    RaiseEvent Event1()
    End Sub
    End Class
    Protected Sub EsceAPP()
    Dim Obj As New Uscita
    AddHandler Obj.Event1, AddressOf Me.EventoUscita
    ' Provoca l'esecuzione dell'evento
    Obj.CausaEvento()
    End Sub
    Sub Eventouscita()
    Dispatchers.Main.BeginInvoke(Sub()
    RemoveHandler _mainWindowClose.Closing, AddressOf MainWindow_Closing
    System.Windows.Application.Current.MainWindow.Close()
    End Sub)
    End Sub
    Private Sub Application_loggedin()
    Try
    Dispatchers.Main.BeginInvoke(Sub()
    _mainWindowClose = System.Windows.Application.Current.MainWindow
    AddHandler _mainWindowClose.Closing, AddressOf MainWindow_Closing
    End Sub)
    Catch ex As Exception
    MessageBox.Show(ex.Message)
    End Try
    End Sub
    Private Sub MainWindow_Closing(ByVal sender As Object, ByVal e As ClosingEventArgs)
    If MessageBox.Show("Vuoi Veramente uscire?", "Conferma", MessageBoxOption.OkCancel) = Windows.MessageBoxResult.Cancel Then
    'Elimina l'uscita utente
    e.Cancel = True
    Else
    'Interrompe momentaneamente l'uscita dell'utente per eseguire l'aggiornamento della tabella utenti loggati
    e.Cancel = True
    'Aggiorna la tabella utenti loggati ed esce dall'applicativo
    Me.Details.Dispatcher.BeginInvoke(Sub()
    Dim ws = CreateDataWorkspace()
    Dim query = ws.ApplicationData.UtentiLoggatis.Where(Function(c) c.UserName = Me.User.FullName).FirstOrDefault
    query.OnLineImage = MyImageHelper.GetImageByName("RedLight.png")
    query.OnLIne = "OFF"
    query.Logout = Now
    ws.ApplicationData.SaveChanges()
    'Chiama la routine per uscire dall'applicazione
    EsceAPP()
    End Sub)
    End If
    End Sub

  • After SocketChannel.close, must call Selector.wakeup

    When I am reading from a tcp socket using NIO channels & selectors, I have the following problem when I go to close the channel.
    If I close the channel in the thread where I called selector.select(), then the channel is closed and the client application gets the event that the channel was closed.
    However, if I do the reading in a seperate thread, after calling channel.close(), I must call selector.wakeup() or the socket is not closed.
    Any idea what is going on?
    thanks - dave

    The main point of NIO is that you don't need multiple threads to read and write multiple sockets. You can use multiple threads, but it complicates things. After you close a channel you must let the select run one more time, this is the reason that I try to close channels from the thread that is running the select. You probably already have a queue of runnables to process interestOps and register in the select thread. You should use that for the close activity as well.
    I've posted a lot of topics on NIO, that cover this and other tricks of using NIO. Here are the most useful.
    Taming the NIO Circus, NIO Server Example, NIO Client Example

  • Installed new HD on Mid-2009 MBP, installed Mavericks, now getting "error code -50" after being on for a while.

    So I had the stock 320gb drive that came with my machine. It started crashing, so I pre-empted the loss of data and installed a spare Western Digital 500gb Scorpio Blue drive, installed Mavericks, and restored my data. Almost immediately I began having sporadic issues with the machine being unable to write to the disk, giving me "error code -50" after being on for about a day or so. I usually just restart and it will work for another day or so, but this is getting very tedious, and I'm a bit worried it might be straining the machine, since I can only hard restart (holding power button) when this happens. Usually, right after restarting, I repair the disk permissions, and this seems to fix things.
    Is this maybe a bad OS install? Maybe I should back up and try it all again? Or is there a software issue I'm not seeing a solution for anywhere? Most people who are getting the "error code -50" messages seem to be getting them on external drives. Is it just a compatibility issue and I need to seek a new drive?

    Thank you for the tips!
    OGELTHORPE wrote:
    I would check to see if the WD HDD has its own Sudden Motion Sensor.  If so, it may be coming in conflict with the one in the Mac.  If that is the case, I suggest disabling the SMS in the Mac.
    WD5000BEVT does indeed have it's own protection:
    ShockGuard™ - Leading-edge ShockGuard technology combines firmware and hardware advancements to protect the drive mechanics and platter surface to meet the highest combined shock tolerance specifications required for mobile and notebook applications.
    Source: http://www.wdc.com/en/company/pressroom/releases/?release=3cd471a1-66be-46ba-9f6 7-e15298b0f8a0
    Even though I read about it I had not touched any SMS settings in OS X since I did not have any problems before. I disabled SMS in Mac, let's see now.
    Melophage wrote:
    this could be indicative of a faulty internal SATA cable. /.../
    Reteep,
    you could try the same thing as well.
    In my case I doubt it is the problem because it worked fine before Mavericks, although forcing restart may have done something. I hope disabling SMS helped.

  • Magic Mouse won't reconnect after Lion upgrade

    Okay, I'll lay this out as quickly and consisely as possible.
    I've searched every post and site I can find and tried everything suggested, and still no luck.
    I have Mac Pro with an external bluetooth dongle, Magic Mouse, and I have just upgraded to OSX 10.7 Lion.
    My Magic Mouse has always reconnected flawlessly to my machine after booting or waking, but after upgrading to Lion, it refuses to re-pair after booting or waking.  In bluetooth preferences, I can see in the Devices pane that "Steven's Mouse" is disconnected, but every couple of seconds this will flash green and show "Connected" - but only for a half second - and then it's back to "Not Connected".
    I've set BT setup assistant to open on startup, and only when I have manually deleted and re-paired my Magic Mouse using the keyboard does the Magic Mouse connect.
    Then sleep and wake and I'm back to square one.
    I have:
    Restarted after trashing every bluetooth .plist file (~/Library/Preferences and also HD/Library/Preferences) - and bluetooth drivers
    Sone several SMC Resets
    Zapped my PRAM
    Made my mouse a 'Favorite'
    Deleted and re-paired it more times than I can count
    Turned the mouse on and off
    Clicked it
    Double-clicked it
    Kept clicking it
    Turned it on and off
    Triple-checked the batteries
    Tested my mouse with another machine running SL
    Tested another mouse with my machine
    - All with no luck whatsoever.  I'm about down to writing a suicide note or something!!!
    Any help would be appreciated.
    Steven
    (BTW I'm 100% sure the issue is within the Lion system somewhere - not my hardware.

    Hi, I had the same problem but it's fixed now.  It seems that the order you turn mouse and bluetooth off and on makes the difference.  This is what worked on my macbook pro (eventually!):
    turn off bluetooth and mouse.  Turn on bluetooth.  Open system preferences.  Open mouse. It starts searching. then Turn on mouse.  Hey presto! (and much to my surprise) it found it.
    It also worked if I left the mouse on, and turned it off and on after opening the mouse in system preferences and it had started searching.  But if, for example, I turned on the mouse before opening system preferences,it was no go.
    There is another issue:  I (like I suspect a lot of people) switch between lion and snow leopard (Macbook Pro and Mac Mini respectively), and every time it has to be paired manually. I have found I have to use the entire process shown above with both OSs.
    Also, the mouse has to be paired to Lion at every startup.  I never have to re-pair the mouse with Snow leopard on startup (unless it's been paired to Lion in the meantime!). 
    I hope that some of this might help someone, even just a little.

  • Windows 7 brightness reverts back, wifi takes long to reconnect after sleep

    Hi fellow members,
    My brightness setting keeps reverting to max. I have tried setting via power manager and also from control panel.I can adjust but when the computer restarts, the brightnes reverts to max. It started happeing around a month ago. I didn't have these issues until about 2 months ago. I have had my x301 for over an year without issues.
    Another issue I have been experiencing is that wifi takes a long time to reconnect after sleep. About 5 minutes. This is also a new issue.
    I have the latest BIOS, latest power manager, all drivers are upto date. Here are the specs.
    ThinkPad X301, 4GB, 13.3in 1440x900 LCD, Intel 4500MHD,  Intel 802.11agn wireless, Bluetooth, 1Gb Ethernet, UltraNav,
    Win7 Pro 32, Service Pack 1
    Intel WiFi Link 5100 AGN
    Driver Date: 8/3/2011
    Driver Version 14.2.0.10
    Video Card
    Mobile Intel(R) 4 Series Express Chipset Family
    Video Card Chip Type
    Mobile Intel(R) 4 Series Express Chipset Family
    Video Card Memory
    1.26 GB
    Video Card BIOS
    Intel Video BIOS
    Driver
    c:\windows\system32\drivers\igdkmd32.sys
    Driver Version
    8.15.10.2555, 10-13-2011
    Mobile Intel(R) 4 Series Express Chipset Family
    Driver
    c:\windows\system32\drivers\igdkmd32.sys
    Driver Version
    8.15.10.2555, 10-13-2011
    BIOS
    Vendor
    LENOVO
    Release Date
    12/10/2010
    BIOS Version String
    6EET54WW (3.14 )
    ROM Size
    8.00 MB

    Check in the Windows power profile for the brightness issue. Windows will apply it's own at boot, then Power Manager will override, which leads to a momentary discrepancy.
    W520: i7-2720QM, Q2000M at 1080/688/1376, 21GB RAM, 500GB + 750GB HDD, FHD screen
    X61T: L7500, 3GB RAM, 500GB HDD, XGA screen, Ultrabase
    Y3P: 5Y70, 8GB RAM, 256GB SSD, QHD+ screen

  • AnyConnect client reconnects after 1 minute

    AnyConnect client reconnects after 1 minute; WHY
    version 3.1.02026
    ASA:asa911-k8.bin
    [25-4-2013 8:16:11] Establishing VPN session...
    [25-4-2013 8:16:11] Checking for profile updates...
    [25-4-2013 8:16:11] Checking for product updates...
    [25-4-2013 8:16:11] Checking for customization updates...
    [25-4-2013 8:16:11] Performing any required updates...
    [25-4-2013 8:16:12] Establishing VPN session...
    [25-4-2013 8:16:12] Establishing VPN - Initiating connection...
    [25-4-2013 8:16:12] Establishing VPN - Examining system...
    [25-4-2013 8:16:12] Establishing VPN - Activating VPN adapter...
    [25-4-2013 8:16:15] Establishing VPN - Configuring system...
    [25-4-2013 8:16:16] Establishing VPN...
    [25-4-2013 8:16:16] Connected to my.vpn.com.
    [25-4-2013 8:16:16] Connected to my.vpn.com.
    [25-4-2013 8:17:19] Reconnecting to my.vpn.com...
    [25-4-2013 8:17:19] Establishing VPN - Examining system...
    [25-4-2013 8:17:24] Establishing VPN - Activating VPN adapter...
    [25-4-2013 8:17:25] Establishing VPN - Configuring system...
    [25-4-2013 8:17:25] Establishing VPN...
    [25-4-2013 8:17:25] Connected to my.vpn.com.
    [25-4-2013 8:17:25] Reconnecting to my.vpn.com...
    [25-4-2013 8:17:25] Establishing VPN - Examining system...
    [25-4-2013 8:17:25] Establishing VPN - Activating VPN adapter...
    [25-4-2013 8:17:25] Establishing VPN - Configuring system...
    [25-4-2013 8:17:25] Establishing VPN...
    [25-4-2013 8:17:25] Connected to my.vpn.com.
    [25-4-2013 8:16:11] Establishing VPN session...
    [25-4-2013 8:16:11] Checking for profile updates...
    [25-4-2013 8:16:11] Checking for product updates...
    [25-4-2013 8:16:11] Checking for customization updates...
    [25-4-2013 8:16:11] Performing any required updates...
    [25-4-2013 8:16:12] Establishing VPN session...
    [25-4-2013 8:16:12] Establishing VPN - Initiating connection...
    [25-4-2013 8:16:12] Establishing VPN - Examining system...
    [25-4-2013 8:16:12] Establishing VPN - Activating VPN adapter...
    [25-4-2013 8:16:15] Establishing VPN - Configuring system...
    [25-4-2013 8:16:16] Establishing VPN...
    [25-4-2013 8:16:16] Connected to my.vpn.com.
    [25-4-2013 8:16:16] Connected to my.vpn.com.
    [25-4-2013 8:17:19] Reconnecting to my.vpn.com...
    [25-4-2013 8:17:19] Establishing VPN - Examining system...
    [25-4-2013 8:17:24] Establishing VPN - Activating VPN adapter...
    [25-4-2013 8:17:25] Establishing VPN - Configuring system...
    [25-4-2013 8:17:25] Establishing VPN...
    [25-4-2013 8:17:25] Connected to my.vpn.com.
    [25-4-2013 8:17:25] Reconnecting to my.vpn.com...
    [25-4-2013 8:17:25] Establishing VPN - Examining system...
    [25-4-2013 8:17:25] Establishing VPN - Activating VPN adapter...
    [25-4-2013 8:17:25] Establishing VPN - Configuring system...
    [25-4-2013 8:17:25] Establishing VPN...
    [25-4-2013 8:17:25] Connected to my.vpn.com.

    Hello Michael,
    The problem here is because we cannot succesfully establish a DTLS tunnel. This could happen because:
    - DTLS is blocked somewhere in the path
    - A non-default DTLS port is being used
    If DTLS is blocked in the middle the issue is because as of ASA Release 9.x and AnyConnect Release 3.x, an optimization has been introduced in the form of distinct Maximum Transition Units (MTUs) that are negotiated for TLS/DTLS between the client/ASA. Previously, the client derived a rough estimate MTU which covered both TLS/DTLS and was obviously less than optimal. Now, the ASA computes the encapsulation overhead for both TLS/DTLS and derives the MTU values accordingly.
    As long as DTLS is enabled, the client applies the DTLS MTU (in this case 1418) on the VPN adapter (which is enabled before the DTLS tunnel is established and is needed for routes/filters enforcement), to ensure optimum performance. If the DTLS tunnel cannot be established or it is dropped at some point, the client fails over to TLS and adjusts the MTU on the virtual adapter (VA) to the TLS MTU value (this requires a session level reconnect).
    In order to eliminate this visible transition of DTLS > TLS,  you can configure a separate tunnel group for TLS only access for users that have trouble with the establishment of the DTLS tunnel (such as due to firewall restrictions).
    1. The best option is to set the AnyConnect MTU value to be lower than the TLS MTU, which is then negotiated.
    group-policy ac_users_group attributes
    webvpn
      anyconnect mtu 1300
    This makes TLS and DTLS MTU values equal. Reconnections are not seen in this case.
    2. The second option is to allow fragmentation.
    group-policy ac_users_group attributes
    webvpn
      anyconnect ssl df-bit-ignore enable
    With fragmentation, large packets (whose size exceeds the MTU value) can be fragmented and sent through the TLS tunnel.
    3. The third option is to set the Maximum Segment Size (MSS) to 1460 as follows:
    sysopt conn tcpmss 1460
    In this case, the TLS MTU will be 1427 (RC4/SHA1) which is larger than the DTLS MTU 1418 (AES/SHA1/LZS). This should resolve the issue with TCP from the ASA to the AnyConnect client (thanks to MSS), but large UDP traffic from the ASA to the AnyConnect client might suffer from this as it will be dropped by the AnyConnect client due to the lower AnyConnect client MTU 1418. If sysopt conn tcpmss is modified, it might affect other features such as LAN-to-LAN (L2L) IPSec VPN tunnels.
    If DTLS is not blocked in the middle another potential cause for the DTLS failure that DTLS is configured on a non-default port after the WebVPN is enabled (for example, when the webvpn enable outside command is entered). This is due to Cisco bug ID CSCuh61321 and has been seen in Release 9.x where the ASA pushes the non-default port to the client, but continues to listen to the default port. Consequently, the DTLS is not built and AnyConnect reconnects.
    The workaround for this problem is:
    Disable the WebVPN.
    Enter the DTLS port.
    Enable the WebVPN.
    Regards,
    -Gustavo Medina

  • CS2, I loved it but now after a computer death and a new install on a new PC the registration program won't take the code and continually needs to bee registered, how do I fix it without buying a new version.

    Some time back I was in college and purchased a copy of CS2, I loved it but now after a computer death and a new install on a new PC the registration program won't take the code and continually needs to bee registered, how do I fix it without buying a new version.

    Oh, for Pete's sake, folks!  The forum FAQs state very clearly that posters should always perform a forum search BEFORE POSTING.
    This question has been asked and answered here ad nauseam here.  I'll bet there are dozens of such questions here in the last few months.
    How To Get Help Quickly
    Before you Post:
    Firstly - have you really checked the 'help' option in the program? Many problems can be solved far faster by getting the answer from the Help File.
    Secondly - check the Forum FAQ folder. There's advice there on many common questions and problems
    Thirdly - use the 'Knowledgebase Search' option near the top of this page. Or you can click here to go to the relevant page and enter your search words there - or just search for 'Photoshop' there to see summaries of all the relevant items.

  • Premiere Pro & After Effects close after a few seconds after the startup?

    Hi,
    I bought Creative Cloud yesterday and everything installed just fine. I haven't tried all Apps yet, but so far Premiere Pro and After Effects close after a few seconds after the startup. There is no dialogue or error window of any kind, the programs just shut down automatically.
    The weird thing is that I had the trial before, but also uninstalled it, but then the apps worked just fine.
    I searched the forum but couldn't find anyone with the exact same issue. I hope someone can help me out.
    My notebook specs:
    Windows 7 Home Premium 64-bit
    Intel Core i7-3610QM
    CPU 2.30 GHz
    RAM 6 GB
    Graphics card: nVidia Geforce GT 630M - 2 GB

    >assigning my nVidia card as the main driver for Premiere Pro (instead of the standard card)
    You MAY need to turn off the onboard graphics "chip" in BIOS
    -http://helpx.adobe.com/premiere-pro/kb/error---preludevideo-play-modules.html
    -http://forums.adobe.com/thread/1001579
    -Use BIOS http://forums.adobe.com/thread/1019004?tstart=0
    -link to why http://forums.adobe.com/message/4685328
    -http://www.anandtech.com/show/4839/mobile-gpu-faceoff-amd-dynamic-switchable-graphics-vs-n vidia-optimus-technology/2

  • CC app manager update  failed with error code 50 after reaching about 35%

    Trying to update the CC app manager. The update is always very slow  (I have ATT DSL, lowest level) and I usually terminate it after an hour or so. Today I let it run and it failed with error code 50 after reaching about 35%. Any ideas?

    Update to my original post. I read through some of the suggestions that I found in other threads for fixing this problem, and it appears that this has been an ongoing issue. Numerous fixes have been suggested, some very convoluted, difficult, and involved, including those that came from the customer support folks.  I passed on those as this should be something simple. How Adobe manages to let updating of their own software turn into an ongoing problem is beyond me and sort of defeats the purpose of subscribing. I then noticed that a simple fix had been suggested a few times, so I tried that.
    The user suggested fix that worked for me was:
    1) Restarted computer (Asus Windows 7 i3 machine for me) in Safe Mode with Networking. Logged into my separate Admin account just in case.
    2) Started the creative cloud desktop app.
    3) The app said it needed to be updated. I hit the update button.
    4) Update started and proceeded slowly as it had in many previous failed attempts (I have ATT DSL at the slowest level, but it is not dial-up). Within about 30 min, the update succeeded.
    5) Restarted computer in normal mode.
    6) The creative cloud desktop app now did not say it needs to be updated, and I can update my other apps normally. Have not updated LR or PS yet, but plan to try. If that fails, I may try doing it in the Safe Mode with Networking.
    So, that was relatively painless and much much simpler than many of the other suggestions I saw. Do not know if it will work for everyone, but I wanted to post the fix that worked for me. Thank you very much to the 2 or 3 users who had suggested this fix earlier (sorry, I did not write down your IDs, but the threads can be found by searching for creative cloud desktop update fail error code 50). Hope this saves some people a lot of time.

Maybe you are looking for

  • Cannot mount external USB drive with FDisk_partition_scheme

    Due to some recent mac issues in my lab, we updated one of the computers to Maverick 10.9.4 from Snow Leopard 10.6.8 yesterday. Anyhow, this seems to have erased the ability of the mac to read or mount several identical USB drives with the NTFS forma

  • How to use the rescue and recovery, and the product recovery discs ?

    Hi everyone, I've just recently became a new owner of a T61, and really enjoying it. I haven't had a chance yet to test-drive the lenovo phone support, as I have not yet screwed anything up that bad that required their help. I did try a clean factory

  • MXF export flagged as "out of disk space" - never finishes

    Have an AVC-INTRA project which has a motion jpeg sequence in it.  When I attempt to export the entire sequence as MXF - avc-intra 100 the export through media encoder stops between 50 and 65% and a message comes up by windows indicating that an appl

  • Mac not reading RAID drives

    I have been having problems with my ATA VideoRaid drive of sometimes the computer not recogning it and not mounting it to the desktop or finder. I go to the system profiler, and it recognizes it there. It is connected through a SCSI cable connection.

  • Flash player not working in some places.

    I'm experiencing several problems with flash related applications. Videos on facebook won't play, after they load i get an error saying; "the video you requested could not be loaded". However youtube works like normal, and when i go to the download f