Skip to main content
brilliant_Jubilee0D44
Inspiring
March 5, 2018
Answered

Bridge CS6 causes internet disconnection

  • March 5, 2018
  • 2 replies
  • 2379 views

I'm running a legitimate copy of Adobe Design Standard CS6 on a Windows 10 HP laptop.

Whenever I open Bridge it utterly kills my internet connection on my machine within 10 - 20 seconds. This lasts as long as Bridge is running - no browser or email client can connect outside.

When I exit Bridge, the connection comes back eventually by itself but may take a few minutes. It makes no difference if I already have another Adobe product open at the time or not (Illustrator or Photoshop etc), they do not kill the connection ever, it's only when Bridge opens that the troubles start. I have run this suite on another machine previously with no troubles.

I have:

  • Closed all other software
  • Cleared the cache
  • Uninstalled and then re-installed CS6 suite
  • Run the troubleshooter on Windows internet connections - no issues found
  • Ensured Bridge is ticked for Firewall access in Kaspersky Internet Security 2018

What am I missing here?

This topic has been closed for replies.
Correct answer brilliant_Jubilee0D44

I doubt it.

Those scripts just call api from other application and and are not

hardware based.

//###########################################

//# AddMenuItemHDR2

//###########################################

function AddMenuItemHDR2() {

}

AddMenuItemHDR2.prototype.run = function()

{

    if ( !this.canRun() )

        return false;

    MenuElement.create( "menu", company, "-after submenu/Cache",

menuID_menubar );

    var hdr2_alertCommand_menubar = MenuElement.create( "command",

hdr2_entry_merging, "at the end of " + menuID_menubar,

hdr2_menuID_menubar_command1 );

    hdr2_alertCommand_menubar.onSelect = function( m ) {

        if ( ! ( OpenInPhotoshopHDR2( "merge" ) ) ) alert(

hdr2_error_merging );

    }

    var hdr2_alertCommand2_menubar = MenuElement.create( "command",

hdr2_entry_tonemapping, "at the end of " + menuID_menubar,

hdr2_menuID_menubar_command2 );

    hdr2_alertCommand2_menubar.onSelect = function( m ) {

        if ( !( OpenInPhotoshopHDR2( "tone" ) ) ) alert(

hdr2_error_tonemapping );

    }

    return true;

}

AddMenuItemHDR2.prototype.canRun = function() {

    if ( BridgeTalk.appName == "bridge" ) {

        if ( ( MenuElement.find( menuID_menubar ) ) && (

MenuElement.find( hdr2_menuID_menubar_command1 ) ) && (

MenuElement.find( hdr2_menuID_menubar_command2 ) ) ) {

            return false;

        }

        return true;

    }

    return false;

}

if ( typeof( AddMenuItemHDR2_unitTest ) == "undefined" ) {

    new AddMenuItemHDR2().run();

}

Worth checking though.

Might be worth also having him check to see if there is a update for his

wifi interface.


jbm007 v.poth

  • Wifi drivers have been rolled back, uninstalled, reinstalled and also updated with  Windows versions and when that did nothing, the original vendor versions - did nothing to help also.
  • There are no startup scripts running - all disabled.
  • There no VPNs installed on the machine

To get me functional again I'm now running XnView. It works well, and, with GhostView installed I can view and launch .ai files, and use ftp without closing the app, which has been my main concern about Bridge crashing out the wifi.

In a month or two when I have the house wiring and cabling upgraded I'm going to just run from an ethernet cable and go back to Bridge (if XnView works out long term I may not have to).

Thanks for looking into it all - much appreciated.

2 replies

Participant
April 11, 2018

just to let you know.  I have this problem as well, on my cheap as dirt HP laptop with Win10.  It was driving me crazy.  I'm fairly computer saavy, and I went through all the HP troubleshooting, windows troubleshooting, driver updates, etc and everything kept telling me the connection to the router was OK, but connection to outside wasn't.  Yet all other devices in the house had no issues, and my Google Wifi router status was all green with 57Mbps connection to the outside world.

Quite by accident I noticed that when I quit Bridge the internet came back.  Replicated a couple of times.  So, problem solved, uninstalled Bridge.

I have PS, LR, LRCC, but NOT Bridge all installed on another (Dell) computer with Win10, never have an issue.  The HP computer only has Bridge from the suite of apps, and it kills the internet every time.

brilliant_Jubilee0D44
Inspiring
April 11, 2018

Hey, thanks for that reveal, nice to know I wasn't crazy - much appreciated. Seems HP have a design problem in some areas.

They're not the only ones in my history - my older Samsung laptop, while being assessed as perfectly fit for the Win 10 upgrade would continuously crash out at the last minute of install and revert back to Win 7 saying there was an 'error'. Seems the stock wi fi card was the cause, I replaced that with an Atheros and lo - success.

Participant
November 26, 2019

I'm having this same issue. Couldn't quite beleive it was caused by bridge at forst because that didn;t seem to make any sense. I even switched out my wifi adapter twice. but sure enough it always happens exactly as you describe it whenever I open bridge. So strange!

jbm007
Community Expert
Community Expert
March 5, 2018

Try closing Kaspersky software for 10 minutes, run Bridge and the see if you loose Internet connectivity.

brilliant_Jubilee0D44
Inspiring
March 6, 2018

Thanks but no go there. I've actually completely uninstalled Kaspersky and gone with the default Windows Defender to see if it makes any difference - Bridge still knocks the wi-fi completely out, will not allow a reconnect.

The ethernet is not affected however, Bridge works like a charm with that, it's only on wi-fi...

jbm007
Community Expert
Community Expert
March 6, 2018

You are the first person ever that I know of that has that issue.

Never heard of this issue and unless there is a driver conflict somehow don't even know how it it could happen.

Did it happen with older versions of Bridge?

Can you R-click the Bridge icon and select "trouble shoot compatibility" ?

Jim