Page 1 of 1

2.1.0.3rc2 breaks the web for me.

Posted: Mon Apr 18, 2011 5:11 am
by KWierso
When 2.1.0.3rc2 got installed, a lot of things broke for me. Clicking on a link in Gmail to a MozillaZine thread opened up a tab for MozillaZine, but it never loaded the page at all. Clicking on the link to this NoScript forum from noscript.net's homepage did the same thing. And it was happening elsewhere, too.

Disabled NoScript and this issue went away.

My about:support info:

Code: Select all

  Application Basics

        Name
        Firefox

        Version
        6.0a1

        User Agent
        Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0a1) Gecko/20110417 Firefox/6.0a1

        Profile Directory

          Open Containing Folder

        Enabled Plugins

          about:plugins

        Build Configuration

          about:buildconfig

  Extensions

        Name

        Version

        Enabled

        ID

        Adblock Plus
        1.3.7a.2973
        true
        {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}

        Add-on Builder Helper
        0.0.19
        true
        jid0-t3eeRQgGANLCH9c50lPqcTDuNng@jetpack

        Add-on Compatibility Reporter
        0.8.3
        true
        compatibility@addons.mozilla.org

        Bugzilla Tweaks
        1.9
        true
        jid0-qBnIpLfDFa4LpdrjhAC6vBqN20Q@jetpack

        DOM Inspector
        2.0.9
        true
        inspector@mozilla.org

        Echofon
        2.0b3
        true
        twitternotifier@naan.net

        Element Hiding Helper for Adblock Plus
        1.1.2a.320
        true
        elemhidehelper@adblockplus.org

        Firebug
        1.7X.0b4
        true
        firebug@software.joehewitt.com

        Github tweaks for Bugzilla
        1.2
        true
        jid0-AWShpy08txla2QGDYvv5bed4sjs@jetpack

        Greasemonkey
        0.9.1
        true
        {e4a8a97b-f2ed-450b-b12d-ee082ba24781}

        MozillaZine tabindex fixer
        1
        true
        jid0-lXpZRnBrFtVST10n3WsGSgyYJfc@jetpack

        Reload non-pinned tabs
        0.1
        true
        jid0-jN01TJ8FTwsbdcew5hJaqyQu9IM@jetpack

        RSS Icon In Awesombar
        1.4
        true
        rssicon@jasnapaka.com

        RT Site Extender
        1.3.0.20110411
        true
        rtse-nightly@shawnwilsher.com

        Status-4-Evar
        2011.04.06.18
        true
        status4evar@caligonstudios.com

        Stratiform
        1.1
        true
        Stratiform@SoapySpew

        Stylish
        1.1.1
        true
        {46551EC9-40F0-4e47-8E18-8E5CF550CFB8}

        NoScript
        2.1.0.3rc2
        true
        {73a6fe31-595d-460b-a920-fcc0f8843232}

  Graphics

        Adapter Description
        ATI Radeon HD 5700 Series

        Vendor ID
        1002

        Device ID
        68b8

        Adapter RAM
        1024

        Adapter Drivers
        aticfx64 aticfx64 aticfx64 aticfx32 aticfx32 aticfx32 atiumd64 atidxx64 atidxx64 atiumdag atidxx32 atidxx32 atiumdva atiumd6a atitmm64

        Driver Version
        8.821.0.0

        Driver Date
        1-26-2011

        Direct2D Enabled
        true

        DirectWrite Enabled
        true (6.1.7601.17563, font cache n/a)

        WebGL Renderer
        Google Inc. -- ANGLE -- OpenGL ES 2.0 (ANGLE 0.0.0.611)

        GPU Accelerated Windows
        1/1 Direct3D 10
I haven't tried a profile with JUST NoScript yet, I'll do that next and report back.

Re: 2.1.0.3rc2 breaks the web for me.

Posted: Mon Apr 18, 2011 5:30 am
by KWierso
I can't recreate this in a new profile, but I still see this if the only enabled extension in my main profile is NoScript.

Error that's logged to console whenever I attempt to load a page and it fails:

Code: Select all

Error: rw is undefined
Source File: chrome://noscript/content/Main.js
Line: 3911

Re: 2.1.0.3rc2 breaks the web for me.

Posted: Mon Apr 18, 2011 6:02 am
by KWierso
So I narrowed this down to my profile's prefs.js file.

And I narrowed it down even further:
With NoScript 2.1.0.3rc2 installed, if the following line is in my prefs.js file, I experience the problems I posted above:

user_pref("include-paths", "H:\\sdk10b4\nC:\\Users\\admin\\Desktop\\test");

Removing this line from prefs.js makes everything load correctly.

No clue why this is happening, though...