[Crash] Plugin without intl support on intl OS

(I apologize if this is the wrong place - I'm new here)
Platform: Windows XP SP2; tested with Mozilla Firefox (1.0) and Microsoft Internet Explorer (6.0).
Java Plugin version: Java Plug-in 1.5.0_01 for Netscape Navigator
java version "1.5.0_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08)
Java HotSpot(TM) Client VM (build 1.5.0_01-b08, mixed mode, sharing)
These steps seem to crash the browser when the Java Plugin is started:
1. Install the JRE:
1.1 Select Custom install
1.2 Do not install internationalization support
2. Set computer to have non-US (or maybe non-Latin?) locale - I had Japanese
3. Go to a page with a Java applet in the browser.
4. Browser dies.
Basically, if you don't install the intl support but use an OS that requires one, the plugin crashes, bringing down the browser. Using something that actually exists would probably help a lot.
For step 2, using Microsoft's AppLocale also triggers the bug (so one would not need so many reboots to test)
The hs_err_pid####.log file, for reference:
# An unexpected error has been detected by HotSpot Virtual Machine:
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d6c1f6c, pid=3468, tid=3228
# Java VM: Java HotSpot(TM) Client VM (1.5.0_01-b08 mixed mode)
# Problematic frame:
# V [jvm.dll+0x81f6c]
--------------- T H R E A D ---------------
Current thread (0x02a11370): JavaThread "main" [_thread_in_vm, id=3228]
siginfo: ExceptionCode=0xc0000005, reading address 0x00000008
[snip]
Stack: [0x00040000,0x00140000), sp=0x0013686c, free space=986k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
V [jvm.dll+0x81f6c]
C [java.dll+0x4c0c]
C [java.dll+0x540c]
C [java.dll+0x54a5]
C [java.dll+0x18b9]
j java.lang.ClassLoader$NativeLibrary.load(Ljava/lang/String;)V+0
j java.lang.ClassLoader.loadLibrary0(Ljava/lang/Class;Ljava/io/File;)Z+300
j java.lang.ClassLoader.loadLibrary(Ljava/lang/Class;Ljava/lang/String;Z)V+48
j java.lang.Runtime.load0(Ljava/lang/Class;Ljava/lang/String;)V+57
j java.lang.System.load(Ljava/lang/String;)V+7
v ~StubRoutines::call_stub
V [jvm.dll+0x8176e]
V [jvm.dll+0xd481d]
V [jvm.dll+0x8163f]
V [jvm.dll+0x88634]
C [jpishare.dll+0x4380]
C [jpishare.dll+0x1eb2]
C [jpiexp32.dll+0x5744]
C [npjpi150_01.dll+0x1abf]
[snip]

Yes, I realized that not installing intl support for an intl system probably was dumb. :) I was doing it to avoid getting the localized control panel applet. (Only the plugin is broken; I can run Java-based apps fine without the intl support)
Just thought that it would probably be a good idea to not crash.

Similar Messages

  • How to run a Plugin, without opening Adobe indesign

    Hi,
    Does anyone know how to run a plugin as a service or something like that...
    What i want to do is,
        I have written a plugin that can read texts from indd files & save them as .txt files.
    now i want to put indd files in to a folder & once a new file comes to the folder, read that new file automatically  and save as txt.
    for that I want to run the plugin, without opening the indd file.
    I hope CS6 SDK support to do that.
    Please let me know if anyone has any idea...
    Thanks.

    Hi Menan,
    Thank you very much for your reply...
    I'll explain you what my requirement is,
    My final goal is to run the Indesign application(including my plugin) in a server &  put all indd files in to a location(ex.folder) &
    once an indd file comes to that folder it'll be automatically read by Indesign application & save the extracted data in a separate location(ex.another folder) as tex files. then human interaction is not needed...
    My precsent problem is,
           Can I read an indd file, without opening indd file in Indesign application (may be giving a path to a indd files included folder or some way like that).
    Currently,
      first i open the Indesign Application -> Open the indd file(intended to be read) -> Run my plugin.
    Now I Get the document with,
    IDocument* document = Utils<ILayoutUIUtils>()->GetFrontDocument();
    But what I want is,
    while the Indesign application is running on a PC, if an indd file comes to a given location(folder) it to be read automaticaly without opening my pluging.
    To do that My idea is,
      * Any time when the Indesign apllication is opend my plugin should automatically start running,
    * once a new file comes to a given location(folder) plugin shoud be automatically triggered & read the file.
    Please help me with your ideas..
    Thanks.

  • Is there any way to install a plugin without admin rights on windows 7

    Hi all,
    I've developed a plugin for adobe indesign cs5. I was able to install my plugin(by creating .msi file) into indesign plugins folder, when extension manager is opened as administrator.
    I just want to know, if I can install the plugin without admin rights.
    FYI: My plugin will add a link to File menu on menubar of the indesign application, clicking which will execute the scripts.
    Please let me know if you want any other information.
    Thanks for any ideas/support.
    Regards,
    Srikanth

    InDesign will load plugins from the path specified in the PlugInConfig.txt file in the user's InDesign preferences directory, which does not require administrative privileges. See "Using PlugInConfig.txt" on pp.12- of the "Getting Started with the Adobe InDesign CS5 Products SDK" (getting-started.pdf) in the SDK. Specifically:
    Using PlugInConfig.txt
    1. If InDesign is running, exit it.
    2. Create a text file named “PlugInConfig.txt” in the InDesign preference directory, and enter
    the following text into it:
    =Path
    NOTE: The inDesign preference folder is located in the following directory (where <locale> is a
    locale-specific subdirectory; for example, en_US for English):
    Windows XP: C:\Documents and Settings\<user>\Application Data\
    Adobe\InDesign\Version #.#\<locale>
    Windows Vista: C:\Users\<user>\AppData\Roaming\
    Adobe\InDesign\Version #.#\<locale>
    Mac OS: <user-home>/Library/Preferences/
    Adobe InDesign/Version #.#/<locale>
    3. Open the PlugInConfig.txt file in a text editor and edit the sections as desired. For example,
    the following tells InDesign to load every plug-in in the sdk folder:
    =Path
    "C:\Adobe InDesign CS5 Products SDK\build\win\debug\sdk
    NOTE: The preceding example is only for Windows. On Mac OS, use ‘:’ as the path separator.
    NOTE: You also can use a “=Exclude” tag to exclude a certain plug-in from being loaded. This
    is useful if you do not want to load everything in the “=Path” folder.
    NOTE: This is target specific. You cannot launch the release version of InDeisgn with debug
    plug-ins. It is convenient to add both debug and release paths, commenting out the  target that is not in use. For single-line comments, use “;” (semicolon).
    4. Save the PlugInConfig.txt file.
    5. Restart InDesign.
    6. Verify the set of plug-ins loaded by selecting the About Plug-ins menu.

  • [svn:osmf:] 10587: Modified the Akamai Plugin Sample app: 1) Added the new MAST plugin; 2) Added support to load the plugins as static or dynamic

    Revision: 10587
    Author:   [email protected]
    Date:     2009-09-24 18:42:35 -0700 (Thu, 24 Sep 2009)
    Log Message:
    Modified the Akamai Plugin Sample app: 1) Added the new MAST plugin; 2) Added support to load the plugins as static or dynamic
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.project
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.css
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml

    Revision: 10587
    Author:   [email protected]
    Date:     2009-09-24 18:42:35 -0700 (Thu, 24 Sep 2009)
    Log Message:
    Modified the Akamai Plugin Sample app: 1) Added the new MAST plugin; 2) Added support to load the plugins as static or dynamic
    Modified Paths:
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.actionScriptProperties
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/.project
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.css
        osmf/trunk/apps/samples/plugins/AkamaiPluginSample/src/AkamaiPluginSample.mxml

  • How do I change me security questions without phoning support

    How do I change my security questions without phoning support -South Africa

    Click here and fill out the form.
    (94813)

  • 14, like 13 and 11 still has crash plugins, making progs inoperable

    I had almost continual crashes in plugins for 11 and 13, and 14 is behaving no differently, despite a reboot.
    My skype doesn't work, nor does Dragon Naturally speaking pro and at times any online games..
    In 13, on occasions worked for games, unitil I tried to load and use Skype or DNS, when the crashes started again and it some times took several reboots before I could get games or videos, like utube, to work.
    This is a serious defect in Adobe plugins.  I have been reporting this problem on and off for 18 months.  Why hasn't it been fixed?
    I have tried uninstalling the plugins (not the latest version) and reinstalling but save for a week or so in the last week or so of , I think, 12, before 13 was installed, when Skype and DNS worked (after uninstalling Adobe reader XI and reinstalling) when it worked, the crashes have continued unabated.
    Even trying to access the site this far regularly gives me 2 crashes, plugin failure message and script failure messge.

    PS  Running Windows 7

  • How to uninstall java plugin without removing JRE completely

    how to uninstall java plugin without removing JRE completely.
    Hope someonce can help, all the documentation ive seen till now shows how to uninstall the Java plugin by completely removing the JRE.
    Also if you install JRE 1.4.1_01 and do not choose to install the browser plugin on the browers prompted ... does it not install the plugin?

    In IE
    Tools -> Internet Options -> Settings -> View Objects
    Delete the ActiveX control for the Java Plugin
    This removes the ActiveX control (plug-in) from the browser but doesn't delete the JRE.

  • Maya iff plugin doesn't support Alpha when saving

    Now that's annoying... the iff plugin doesn't support Alpha Channel when saving file! And when you open an IFF file with an alpha, generated from Maya for example, the alpha is removed and the transparent parts of the original alpha become punches out the image (so you see the grey checker in the BG).
    I hope someone from the PS team reads this and fixes it. Maya converts all textures to IFF internally before rendering and that slows you down if you have a lot of textures. I was hoping I could do this in PS myself but it looks like I will have to rely on Shake to do it.
    Anybody knows of a drag and drop software that could easily convert TIFF, JPG, TGA or other formats to IFF? I need and easy solution because I don't want to have to convert all my textures one by one.
    Robert
    PS: I posted this as a bug to Adobe...

    I can confirm that if one uses the Eraser tool in Photoshop CS5 to create 0% opacity (100% transparency), the pixel values will be set to pure white.  I have a content-aware plug-in that has to specifically avoid examining pixels if the transparency mask exists and the opacity is equal to 0.
    We can only guess that this was done to reduce saved file sizes or something.  ???  I can imagine the thinking when this was designed/implemented:  "Who'd want to maintain data that was utterly transparent?"
    Clearly someone does.
    What this pixel destruction "quirk" DOES DO, specficially, is blow away the proposal that viewing opacity in Photoshop is completely interchangeable with the maintenance of a separate alpha channel.
    I second PECourtejoie's request to make the 100% deletion non-destructive.  After all, Photoshop now maintains information outside the canvas, why not maintain it in transparent image areas as well?  And if it's compatibility you're worried about, make an Advanced option to toggle the functionality.
    Thanks.
    -Noel

  • Plugin for ExternalObject support in JavaScript

    Hello
    i have wrote a Plugin with ExternalObject support for JavaScript. This works fine on Windows.
    On Mac the Plugin loaded but the ExternalObject can't used from JavaScript.
    The JavaScript Code:
    var mylib = new ExternalObject("lib" + "/MyPlugin,pln"); //That works on Windows but not on Mac.
    If i create a framework with ExternalObject support. That can be used from JavaScript.
    But I won't separate ExternalObject suport from my Plugin to a framework. Because i init from my Plugin Java with JNI and
    i need the same access from my Plugin and the ExternalObject support to Java.
    It is possible to use my Plugin with ExternalObject support ?
    Or must I separate the ExternalObject support to a framework ?
    Best Regards
    asci

    Not sure if you've done a lot of work trying to get OData out of Office 365 / SharePoint Online or Project Online or done any Windows 8 development, but you must authenticate before you can even get TO the OData endpoints. So yes, the REST Endpoints are
    accessible by using an httpClient call from within Javascript, if in fact you can authenticate and authorize first.
    Currently this is a big pain in the backside, even if using C#, but from JavaScript it is almost impossible. Even now some of the current/popular methods for doing so can open big security holes on a Win8 machine (ie: running a claims service on your Win8
    machine locally just to authenticate to name just one).  I was hoping / am hoping that the new APIs will help with that, but I am not at all encouraged by what I am seeing and hearing so far especially since it looks like from the quote I provided above
    that they will only be available if you are using C#. As I pointed out, a large part of the Win8 App Dev community using JavaScript.
    I want to put it out there that I truly hope that the SharePoint product teams take this into consideration as they work on these new APIs and other ways to extend the SharePoint App family.
    Christine

  • Security patches without paid support contract?

    I've installed S10-u2 on an old E450, and I'm trying to get to the S10 patch cluster. I do not have a paid support contract (and don't particularly intend to get one, either). Is there a way to download the security patches for S10 without a support contract?

    If you register the machine with sun update connection using updatemanager
    but specify you don't have support contract.
    Then updatemanager and smpatch analyze/update should let you download security patches but no others.

  • IPhone connects Internet without PC support

    Hi everyone,
    I got a question need some technical support, I want to use iPhone to connect the Internet without PC support. Just just iPhone and USB Gigabit USB LAN Adapter. Is it possible?
    There is one such device:
    http://www.amazon.co.jp/PLANEX-%E3%82%AE%E3%82%AC%E3%83%93%E3%83%83%E3%83%88-USB -LAN%E3%82%A2%E3%83%80%E3%83%97%E3%82%BF-GU-1000T/dp/B00097J19K/ref=pdbxgy_e_imga
    But when I connect the iPhone with that device, iPhone can not recognize the USB device which connects with the broad band.
    If I want to connect to the Internet using this way, What should I do?
    I think I must develop the driver for this device for iPhone, is that right?
    Thanks in advance.
    Vic

    You cannot do this.

  • How do I make Firefox never use any plugins without my direct approval?

    Greetings.
    I have a problem with the way Firefox handles plugins.
    First, plugins automagically appear in the list as enabled. This is terrible, because I do not want ANYTHING to appear in my browser without my consent. I don't care, I just do not.
    Second, even if I disable them, they get automagically enabled back. And that's not trojan or virus, that's Google Update and Ubisoft Uplay - perfectly legal plugins from big companies behaving like that. Why is this ever allowed? If I disabled something, I want it to stay that way. Period.
    Third, Firefox does not allow me to delete them! I have to delete them manually.
    Is there any way to fix this? Is there a way to make Firefox NEVER discover and add to its list any plugin without my approval? Is there a way to make plugin FORVER stay disabled after I clicked "disable" on it?
    Thanks.

    I see, it's kinda stupid it was made this way, but good to hear a fix is coming.

  • Firefox 37 keeps crashing, Plugin-hang...aplication error message, & won't let me update Adobe Flash player

    Ever since I updated to Firefox 37 my Firefox has been crashing. It started only doing it periodically, then it got so that if I scrolled down a page it would close. Then it got to the point where as soon as I opened Firefox it would immediately crash every time. I ran antivirus and Super AntiSpyware and rebooted, but it only let me into Firefox, nothing would load up. They only way I am able to be on right now is through my computer's "safe mode".
    I have tried repeatedly to update Adobe Shockwave Flash Player, but when I click "run" the box disappears and nothing happens from there. It just won't update.
    I am on a Windows XP computer which, as we know, is no longer supported by Microsoft, but am I really this SOL?
    All scans say I am clean, BTW.
    I am afraid to reset Firefox because if I can't update the flash player now, who can promise me I will be able to get anything back if I reset Firefox?
    I am moments away from getting my hammer and having a meeting with my computer in the backyard, if you know what I mean. Please help.

    ''1fitcaligirl [[#question-1056975|said]]''
    <blockquote>
    Ever since I updated to Firefox 37 my Firefox has been crashing. It started only doing it periodically, then it got so that if I scrolled down a page it would close. Then it got to the point where as soon as I opened Firefox it would immediately crash every time. I ran antivirus and Super AntiSpyware and rebooted, but it only let me into Firefox, nothing would load up. They only way I am able to be on right now is through my computer's "safe mode".
    I have tried repeatedly to update Adobe Shockwave Flash Player, but when I click "run" the box disappears and nothing happens from there. It just won't update.
    I am on a Windows XP computer which, as we know, is no longer supported by Microsoft, but am I really this SOL?
    All scans say I am clean, BTW.
    I am afraid to reset Firefox because if I can't update the flash player now, who can promise me I will be able to get anything back if I reset Firefox?
    I am moments away from getting my hammer and having a meeting with my computer in the backyard, if you know what I mean. Please help.
    </blockquote>
    Thank you so much for responding. I appreciate your help very much. There are TONS of these reports without "BP" in front of them. Most all reports are without a "BP" in front of them. They take forever to load from Archives and once I do get one loaded I can't locate a "submit" tab anywhere.

  • Why does the DC installer remove Acrobat Pro XI, and all of its plugins, without warning?

    When you run the "Update" to Acrobat DC, Acrobat XI, and any plugins you are using, disappear. There is no warning. Pro XI is just simply gone.
    It is not possible to install Pro XI along side of DC. If you try, the install seems to work, but the Applications folder only contains DC.
    Also: Acrobat Pro XI does not appear in the Previous Versions list in the Creative Cloud app.
    The only way I have found to get Pro XI back is to uninstall DC, then go to the Pro XI Download page: https://creative.adobe.com/products/acrobat
    Click Download, and the CC applet will download and re-install Acrobat Pro XI. You will then need to re-install all your plugins.
    Adobe: Thank you so much for creating a massive support headache for your customers! Your ability to screw us over knows no bounds.

    Thank you very much for taking your time and answering all the itens.
    01. My description was subpar. I mean this:
    03. I did test and the number of icons it supports in each row is smaller.
    04. Are you sure this is the behavior of XI? I did edit the whole RHP creating new groups and arranging the tools accordingly to my workflow. I did not remember to not be able to remove/add a tool.
    05. The second bar is not permanent. But I understand Adobe chose to clean the UI this way and I simply prefer the other way.
    06. I still did not find the improvements. To place tools in top bar or RHP is also possible in XI. But of course I take your word and will get deeper on this.
    08. Thanks, I was thinking about a tool to search contents.
    10. I mean to dismiss definitively. Did not found a preference for this. And there is no X.
    11. It centers the window vertically no matter the exact position of the last used. Not a serious issue, but still an issue. For example: I set all windows to align to notifications. Acrobat does not:
    Acrobat is behind iTunes notification
    Front: Path Finder, back: Acrobat and InDesign behind all
    Acrobat is behind InDesign window, small difference at bottom
    Illustrator also forgets position and open aligned at top
    12. Very very big grey Open dialog under Mac OS X
    13. It does not crash under a given operation. It occurs with any PDF file and even with no file open. Since the DC install, Illustrator also begun to crash, although less frequently. An example:
    I was using 10.10.2 until some hours ago and now with the updated 10.10.3 the problem remains. I will have to do more tests trying to identify a common element or at least some clue, but the other apps, Adobe's or not, are running OK. If I get any new on this, I will keep you informed.

  • Why google toolbar and bitcomet plugin is not supporting in new versions?

    bitcomet plugin was supported in firefox 4,5 version but not supporting in new versions after that, similarily google toolbar also...

    Google is not supporting the Google Toolbar after Firefox 4.0 which is effectively saying they are not supporting it at all since it did not work properly before and Firefox 4 itself is not supported by Mozilla.
    Bit comment was probably prevented for your safety.
    '''The Google Toolbar is no longer supported by Google in Firefox 5 and up''', you may be able to get what you want from it for a limited time, the directions to install the Google Toolbar were posted before Google actually announced dropping support.
    *Enable Google Toolbar in Firefox 5<br>http://googlesystem.blogspot.com/2011/06/enable-google-toolbar-in-firefox-5.html
    *the-edmeister posted a brief evaluation of the situation<br>https://support.mozilla.com/en-US/questions/841736
    In any case you can find several alternative solutions, and you can start working on them now, see
    * "'''Using Google Toolbar features without toolbars'''" <br>http://kb.mozillazine.org/Using_Google_Toolbar_features_without_toolbars
    If this solves your problem then mark as solved, if there is an aspect that is not covered directly or through searching extensions on that page, or other searching that you can try, please indicate what is not covered and describe what it does and we will try to help you with a Firefox solution. Don't expect to see anything that is an exact replacement of a Google Toolbar feature. Likewise if you have additional solutions not covered others would likely want to hear about them.
    Summary: held hostage to the Google Toolbar add-on by Google
    :https://support.mozilla.com/en-US/questions/860628#answer-229290

Maybe you are looking for

  • My Safari doesn't work correctly

    Need help to fix safari

  • Can no longer find or use Auto Trace in Illustrator CS11

    My system was recently "upgraded" to Windows 7. Now I can no longer find the Auto Trace option in Illustrator CS 11. I see it in the preferences but cannot access it through a menu. I see "expand" but it's gray and not available. Any suggestions?

  • Click, and nothing happens 9.0.124.0

    First of all, I'm an Windows Xp user (sp2). I just formatted my computer and after I installed flash player 9.0.124.0, I can't click on things (nothing happens when I click on the flash buttons on the top part of this website: http://hero.netgame.com

  • Pictures in Jar file

    Hi ! How can I do ? I have a jar file in wich there are pictures. This jar file is located at c:/files/myjar.jar I have a JeditorPane wich manage very well HTML. I would like it to show one of my pictures placed in my jar file. I did this but it does

  • HT4527 After iTunes songs location is not found

    I was getting a message that iTunes could not find the location of songs when I tried to play them. Only purchased songs would work. I attempted to transfer iTunes file from a computer that works fine but still get the same message. How do I get iTun