Webgl app i use running on win7/linux crashes now in ffox linux v21. what broke?

I get a complete crash when a tab containing a "sampler2d" source texture is displayed in the webGL app I write code for and use. The same app runs fine in windows 7 firefox v21, and in linux chrome.
Can I regress back a version of firefox so that I can work?

Thank you, FredMcD... One shot, worked perfectly. Chose the MSI over the EXE installation.
It'll be good getting back to using Firefox ... chrome is rather a pain in the arse...!

Similar Messages

  • Publishing to Azure Web App when using nuget "Microsoft.SqlServer.Types" crashes WebDeploy

    I have a project where I use "Microsoft.SqlServer.Types" that loads an assembly manually as part of the package.
    The problem arises when I publish this via Visual Studio. I get an error that the file is already in use from WebDeploy. This is probably because of how the assemblies are loaded or something that makes them locked.
    Repro steps:
    Create an ASP.NET web and add nuget package "Microsoft.SqlServer.Types" and make sure you load the assembly using the provided ReadMe.txt in your App_Start.
    Deploy to Azure Web App.
    Deplay again when the app is up and running - you'll get the error.
    Does WebDeploy have an option for shutting down the site when updating or something like that? This error also apply to any WebJobs that also use the "Microsoft.SqlServer.Types" package.

    there is a way to take the site down during publishing please read through this blog post 
    http://blogs.msdn.com/b/webdev/archive/2013/10/30/web-publishing-updates-for-app-offline-and-usechecksum.aspx
    please read the part about appoffline
    Thanks, Hosam

  • Windows 7 Pro SP1 ships with IE11. I need IE8 that used to run on Win7 - what choices do I have?

    Hi all,
    The reason for this post is our need for IE8 for compliance with company requirements (web apps of a big and cumbersome company that will only run on IE8).
    We received a non hand manageable number of brand new dell aio 9020 machines with Win7 Pro SP1 and need to downgrade to IE8.
    The official microsoft download site features IE8 for Vista, Server 2008, XP and not for Win 7. None works on Win 7.
    I would like an official IE8 setup that runs on Win7 as it used to
    in the initial versions for sure. Other requirement is that it should be in italian localization, but though important I consider it secondary.
    The expensive solutions are to reinstall machines with Win7 off an old version of Win 7 (where to find old Win7 setup disc, how to use current license shipped with the PC's?)
    A creative idea I had was to try to extract IE8 form "Internet Explorer Application Compatibility VPC Image" by pulling any dependency / dll ecc but I assume the result might not work. How, if viable is yet a question and it would only be in english.
    I am here asking anyone or better official MS people, what solutions there are.
    The end result must be an actual IE8 running.
    Grateful for help - even pointing to another section or place to ask for this kind of support,
    GG
    PS happy new year!

    Hi all,
    I found a solution that I will share in case someone else is seeking this answer.
    I did not try the solution provided here http://support.microsoft.com/kb/2579295
    I instead disabled the windows functionality (not sure wether necessary, will test and edit this)
    Dism /online /disable-feature /FeatureName:"Internet-Explorer-Optional-amd64"
    ;FYI dism /online /get-features - for a list of windows features to enable or disable
    Probably unnecessary to disable anyway but worth sharing dism for other potentially interested users.
    Then I uninstalled updates of IE and from IE11 I found IE8 (the base of Win7)
    ; FYI dism /online /get-packages /format:table > updates.txt - then read IE related and uninstall as follows
    DISM.exe /Online /Remove-Package /PackageName:Microsoft-Windows-IE-Hyphenation-Parent-Package-English~31bf3856ad364e35~~~11.2.9412.0 /quiet /norestart
    DISM.exe /Online /Remove-Package /PackageName:Microsoft-Windows-IE-Spelling-Parent-Package-English~31bf3856ad364e35~~~11.2.9412.0 /quiet /norestart
    DISM.exe /Online /Remove-Package /PackageName:Microsoft-Windows-InternetExplorer-LanguagePack~31bf3856ad364e35~amd64~de-DE~11.2.9600.16428 /quiet /norestart
    DISM.exe /Online /Remove-Package /PackageName:Microsoft-Windows-InternetExplorer-LanguagePack~31bf3856ad364e35~amd64~fr-FR~11.2.9600.16428 /quiet /norestart
    DISM.exe /Online /Remove-Package /PackageName:Microsoft-Windows-InternetExplorer-LanguagePack~31bf3856ad364e35~amd64~it-IT~11.2.9600.16428 /quiet /norestart
    DISM.exe /Online /Remove-Package /PackageName:Microsoft-Windows-InternetExplorer-LanguagePack~31bf3856ad364e35~amd64~nl-NL~11.2.9600.16428 /quiet /norestart
    DISM.exe /Online /Remove-Package /PackageName:Microsoft-Windows-InternetExplorer-Package-TopLevel~31bf3856ad364e35~amd64~~11.2.9600.16428 /quiet /norestart
    Restart and find IE8 :-)
    For other debloaters or second hand customizers (sysprep is an option, not on all scenarios like OEM installs and no specific concerns)
    @echo Clean up PC - wmic product get name to know names of other packages
    wmic product where name="Dell Digital Delivery" call uninstall /nointeractive
    wmic product where name="Adobe Reader XI  MUI" call uninstall /nointeractive
    wmic product where name="Dell Protected Workspace" call uninstall /nointeractive
    wmic product where name="DELL OSD" call uninstall /nointeractive
    I also had some McAfee unrequested software the command line of which I intercepted through procexp
    ;remove McAfee SecurityCenter Manually - will integrate with more automated way
    "C:\Program Files\McAfee\MSC\mcuihost.exe" /body:misp://MSCJsRes.dll::uninstall.html /id:uninstall
    ;mcafee shared c runtime
    MsiExec.exe /x {EF79C448-6946-4D71-8134-03407888C054} /qn

  • Run SGEN in linux while Importing transports from AIX app serevrs

    Hi
    We have multiple AIX and Linux app servers for SAP NW 2004s/SCM 5.0 systems. We completed SGEN in AIX app servers. We need to import more than 300 transports. Can we run SGEN on Linux app servers (we will remove LINUX app servers from SMLG to prevent user logon from LINUX app servers) while we importing transports from AIX app servers? Will it be any impact with REPOSRC/REPOLOAD or Object locking?
    Thanks
    Dilip

    Yes We do run SGEN both servers. and it takes double the time. My question is can we run SGEN on Linux while importing transports using AIX app servers. So this way we can gain sometime durinng our Mock Cutover timeline.

  • I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build.  The same call works fine when running on the device

    I have a production mobile Flex app that uses RemoteObject calls for all data access, and it's working well, except for a new remote call I just added that only fails when running with a release build. The same call works fine when running on the device (iPhone) using debug build. When running with a release build, the result handler is never called (nor is the fault handler called). Viewing the BlazeDS logs in debug mode, the call is received and send back with data. I've narrowed it down to what seems to be a data size issue.
    I have targeted one specific data call that returns in the String value a string length of 44kb, which fails in the release build (result or fault handler never called), but the result handler is called as expected in debug build. When I do not populate the String value (in server side Java code) on the object (just set it empty string), the result handler is then called, and the object is returned (release build).
    The custom object being returned in the call is a very a simple object, with getters/setters for simple types boolean, int, String, and one org.23c.dom.Document type. This same object type is used on other other RemoteObject calls (different data) and works fine (release and debug builds). I originally was returning as a Document, but, just to make sure this wasn't the problem, changed the value to be returned to a String, just to rule out XML/Dom issues in serialization.
    I don't understand 1) why the release build vs. debug build behavior is different for a RemoteObject call, 2) why the calls work in debug build when sending over a somewhat large (but, not unreasonable) amount of data in a String object, but not in release build.
    I have't tried to find out exactly where the failure point in size is, but, not sure that's even relevant, since 44kb isn't an unreasonable size to expect.
    By turning on the Debug mode in BlazeDS, I can see the object and it's attributes being serialized and everything looks good there. The calls are received and processed appropriately in BlazeDS for both debug and release build testing.
    Anyone have an idea on other things to try to debug/resolve this?
    Platform testing is BlazeDS 4, Flashbuilder 4.7, Websphere 8 server, iPhone (iOS 7.1.2). Tried using multiple Flex SDK's 4.12 to the latest 4.13, with no change in behavior.
    Thanks!

    After a week's worth of debugging, I found the issue.
    The Java type returned from the call was defined as ArrayList.  Changing it to List resolved the problem.
    I'm not sure why ArrayList isn't a valid return type, I've been looking at the Adobe docs, and still can't see why this isn't valid.  And, why it works in Debug mode and not in Release build is even stranger.  Maybe someone can shed some light on the logic here to me.

  • Looking for a drum loop app that will run in the background. What are you using?

    Looking for a drum loop app that will run in the background. Suggestions? What are you using? I tried Loopseque and I like it, but I can't make it run once I switch apps. Help please.

        That's definitely strange, kzmidge. I want a working phone in your hands though. I noticed you mentioned you received the suggestion to complete a reset. Did you already do that? Is it working again? Are you receiving an error message?
    If you hesitated a little longer to complete the reset, you can try to place your phone into Safe Mode http://vz.to/rxg0ii and see if you can access mobile sites from your browser. This mode will stop 3rd party applications from running, so you won't be able to use the apps you mentioned but we may be able to narrow down the trouble in Safe Mode. If the mobile sites work, that means the trouble may be in a recently downloaded application and you may be able to avoid the reset my uninstalling some of your more recently installed applications. If it's still giving you trouble, the reset http://vz.to/18wzOCi is the next best step.
    JenniferH_VZW
    Follow us on Twitter www.twitter.com/vzwsupport

  • Looking for a stopwatch app that can run on iPod Touch 2nd Gen (using ios 4.2.1), do any exist?

    Looking for a stopwatch app that can run on iPod Touch 2nd Gen (using ios 4.2.1), do any exist?

    To more easily find compatible apps:
    iOSSearch - search the iTunes store for compatible apps.
    Apple Club - filter apps by iOS version.
    Starting when iOS 7 was released, Apple now allows downloading the last compatible version of some apps (iOS 4.2.1 and later only)
    App Store: Downloading Older Versions of Apps on iOS - Apple Club
    App Store: Install the latest compatible version of an app
    You first have to download the non-compatible version on your computer. Then when you try to purchase the version on your iPod you will be offered a compatible version if one exists.

  • I downloaded and installed Lion on an external hard drive using my laptop which is running Snow Leopard I have now decided that I want to install Lion on my Laptop, but when I go to the App store and click on my purchases it will not download

    I downloaded and installed Lion on an external hard drive using my laptop which is running Snow Leopard I have now decided that I want to install Lion on my Laptop, but when I go to the App store and click on my purchases it will not download again

    Thanks Dirk,
                         Tried your suggestion various ways but it had no effect the download button was still greyed out and the install button would not activate will keep trying to find a solution. I dont want to boot from the external hard drive that has Lion on mainly because it is a usb HD and the connection to my wireless modem slows the connection rate and downloading would take about ten hours

  • I have downloaded whats app/brave temple run but using netsafe card. well now it shows 1.98$ is pending , though m trying with new netsafe card to pay it is showing error saying Pls select valid method for payment. i used same method as i did earlier

    i have downloaded whats app/brave temple run but using netsafe card. well now it shows 1.98$ is pending , though m trying with new netsafe card to pay it is showing error saying Pls select valid method for payment. i used same method as i did earlier

    I have recently started having this problem in PSE8. The Adobe workaround
    did work, but I don't fancy having to re register each time I use it.
    What I have discovered is that it's nothing to do with the image metadata as it occurs before any image is opened.
    It SEEMS to only occur if you use file/open with to open an image in the editor - IE start PSE with that command.
    If you close elements down, and start it using programs/PSE/Elements (or your desktop shortcut) - the panorama feature magically works.
    Each time I've opened the editor 'automatically' using image/open with, it seems to create the problem.
    Hope this helps

  • How to run .jar on linux & how to create .jar file using java?

    hi, may i know how to run .jar on linux & how to create .jar file using java? Can u provide the steps on doing it.
    thanks in advance.

    Look at the manual page for jar:
    # man jar
    Also you can run them by doing:
    # java -jar Prog.jar

  • I'm using Siebel 7 eBusiness app for doing SRs on Win7, IE8 and I could no longer navigate back and forth. I got navigator.SWE_historyKeys.1378453334294' is null or not an object. Does anyone know how to solve this problem?

    I'm using Siebel 7 eBusiness app for doing SRs on Win7, IE8 and I could no longer navigate back and forth. I got navigator.SWE_historyKeys.1378453334294' is null or not an object. Does anyone know how to solve this problem?

    Looks like you have to upgrade to at least 7.8.2.16.
    See the Release Notes of 7.8.2.16 and search for "SWE_historyKeys".
    Maintenance Release Guide, Siebel CRM version 7.8 (Doc ID 560646.1)

  • HT2090 hello, my eyesight issue happens occasionally, from time to time i run multiple apps that use the isight camera. when i close each app the isight camera's green light is still active. When that happens the only way to stop the isight camera is to r

    hello, my eyesight issue happens occasionally, from time to time i run multiple apps that use the isight camera. when i close each app the isight camera's green light is still active. When that happens the only way to stop the isight camera is to reboot.
    Is there a way to use activity monitor to identify and kill the process controlling the isight? My apologies in advance if this sounds windows (task manager) like.
    Thanks

    tqtclipper wrote:
    hello, my eyesight issue happens occasionally, from time to time i run multiple apps that use the isight camera...
    http://support.apple.
    com/kb/HT2411: Your camera can be used by only one application at a time.
    (Over time, Apple has changed the built-in camera's name on newer Macs from "iSight" to "FaceTime" and then to "FaceTime HD."  Regardless of the name of your Mac's built-in camera, the same info and troubleshooting applies.)
    tqtclipper wrote:
    ... Is there a way to use activity monitor to identify and kill the process controlling the isight? ...
    http://support.apple.
    com/kb/PH5147:  You can quit any process you can see in those listed in the window that opens when you use Activity Mornitor's 
         Window >
    Activity Monitor
    menu command.
    Message was edited by: EZ Jim
    Mac OSX 10.8.3

  • I am using ipod touch 4g 8 gb, with ios6 software. It is getting very very slow even after i reinstalled the software. Apps like temple run 2 and subway surfers are getting stuck and it is very very slow.My ipod has 2.6 gb free space.

    I am using ipod touch 4g 8 gb, with ios6 software. It is getting very very slow even after i reinstalled the software. Apps like temple run 2 and subway surfers are getting stuck and it is very very slow.My ipod has 2.6 gb free space. What is the problem. I am not getting to know. Even after i reinstalled these apps it is still getting stuck and it is very very slow. Is this what i get after paying so much money for ipod. Is this what i get very poor perfomance.

    Periodically double click the home button and close all the apps in the recently used dock. Then power off and then back on the iPod. This frees up memory. The 4G only has 256 MB of memory.
    Next
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Restore from backup. See:                                                
    iOS: How to back up                                                                                     
    - Restore to factory settings/new iOS device.             

  • HT4623 How do I close apps that are running in the background.  If you double click button you used to be able to press and hold for the "x" to come up to allow you to close, but now I can't .

    How do I close apps that are running in the background.  You used to double press the button, and then press and hold to allow the "x" to come up, so you could close them down.

    Close all apps in multi-task window
    1. Double tap the home button to bring up the multi-tasking view
    2. Swipe the app's windows upwards to close
    3. The app will fly off the screen

  • I am using windows 8 pro in my laptop, when i try to install icloud 3.1 its giving me a error message " this app cant be run , check the version " what should i do now ?

    i am using windows 8 pro in my laptop, when i try to install icloud 3.1 its giving me a error message " this app cant be run , check the version " what should i do now ?

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

Maybe you are looking for

  • How do I delete a video from my iPhone if it only shows in desktop iMovie?

    As subject, really - somehow I've got a 3m37s video on my iPhone 4S which will ONLY show up in iMovie on the Mac when I go to import other clips. I cannot see it in Camera Roll on the phone, or in iMovie on the phone, or in any of the other photo / v

  • How to store the data of a file into an ArrayList?

    Hi! everyone. I want to know if I have a File, and the data in the file are type int, type String... And I have a ArrayList which is of type Question How do I store the data of that file into the ArrayList I tried to use the while loop(use the hasNex

  • Fill the custom fields of backend PO from bid invitation

    Hi all, From bid invitation I am generating a purchase order. A PO is getting created in the backend. But when I save the PO in the backend it gives an error because a custom field (created in both backend PO and bid invitation) is mandatory for crea

  • Unimplemented method error in Date

    I am using jDev 3.0. In the entity objects set and get methods, for a date attribute, i am trying to use the functions like getCurrentDate(), diffInMonths() etc. The code is getting compiled, but when i test the application module, i get the error "U

  • Update sales opportunities with DTW

    Hi Experts, I am trying to update sales opportunities with DTW but get the error below even with a file as simple as: RecordKEy;SequentialNo;OpportunityName RecordKEy;SequentialNo;OpportunityName 1;17803;Anything 2;17892;Anything 3;17894;Anything The