Access violation using snapshot for Firefox 1.0

I'm trying to snapshot Firefox but I get an error: "Access violation at
address 1000B64B. Read of address 00000000"
I've snapshotted Firefox before (older versions) without any trouble but
I've tried 1.0 on different machines and as different users without any
success. Any idea as to why this is happening or possible workarounds? It's
only happening with Firefox 1.0.
Environment details: Windows 2000SP4, Novell client 4.9SP1a, ZfD 3.2,
NetWare 5.1
Thanks in advance.
Michael

See - http://support.novell.com/cgi-bin/se...?/10095571.htm
Try deleting the values before doing the snapshot.
Readding them via a REG file may be possible.
Michael Steigman wrote:
> Hmmm. Hadn't considered that. I've had bad luck with Netscape in the past
> when the profiles were on the server (lots of writes to the history file
> causing performance hiccups) but I'd be willing to try it, though I'd still
> like to figure out this issue. Are you running Firefox in that manner? Any
> particular suggestions?
>
> "Deyan Stoykov" <[email protected]> wrote in message
> news:%[email protected]...
> > Michael, this won't help you directly with your problem, but why are you
> > taking a snapshot of Firefox in the first place? Firefox works just fine
> > when installed on a file server and it doesn't depend on any registry
> > settings or locally installed files.
> >
> > Deyan
> >
> > Michael Steigman wrote:
> >> Just to follow up, I've tried with the /SLOW switch using both the
> >> version of snapshot on my server and the version that came with ZfD 3.2
> >> SP3 dated 3/1/2004 without any luck. Any other suggestions? The TID you
> >> sent says " ZFD401_IR5.EXE contains the ZENworks 6.5 version of
> >> Snappshot, but only has the resource (NLS) files for English." but I
> >> cannot figure out which files to use - there isn't anything that matches
> >> a "snap*" search in that archive other than the snapin folders.
> >>
> >> Thanks again.
> >>
> >> Michael
> >>
> >> "Craig Wilson" <[email protected]> wrote in message
> >> news:[email protected]...
> >>
> >>>Perhaps trying the ZFD6.5 version of snapshot could help.....
> >>>
> >>>1) Saving Fils locally and running snapshot with the /SLOW option could
> >>>help.
> >>>
> >>>http://support.novell.com/cgi-bin/se...?/10095150.htm
> >>>
> >>>Michael Steigman wrote:
> >>>
> >>>
> >>>>I'm trying to snapshot Firefox but I get an error: "Access violation at
> >>>>address 1000B64B. Read of address 00000000"
> >>>>
> >>>>I've snapshotted Firefox before (older versions) without any trouble but
> >>>>I've tried 1.0 on different machines and as different users without any
> >>>>success. Any idea as to why this is happening or possible workarounds?
> >>>>It's
> >>>>only happening with Firefox 1.0.
> >>>>
> >>>>Environment details: Windows 2000SP4, Novell client 4.9SP1a, ZfD 3.2,
> >>>>NetWare 5.1
> >>>>
> >>>>Thanks in advance.
> >>>>
> >>>>Michael

Similar Messages

  • How to use Websocket for Firefox for Mobile Android Addon

    I am trying to write a simple firefox mobile addon that talks with my server side code using Websocket.
    I have my code working for Desktop Firefox Addon but I am having difficulty with one for Firefox mobile.
    function connectToServer(aWindow) {
    var ws = new MozWebSocket("ws://ipaddress:8887"); // LINE 20
    // var ws = new WebSocket("ws://ipaddress:8887");
    ws.onopen = function() {
    showToastMsg(aWindow, 'Sending');
    ws.send('data');
    ws.onmessage = function (evt) {
    showToastMsg(aWindow, 'Display')
    ws.onclose = function() {
    I have tried both MozWebSocket and WebSocket, but both of them gives me error similar to the following :
    > E/GeckoConsole(15569): [JavaScript Error: "ReferenceError: MozWebSocket is not defined" {file: "resource://gre/modules/XPIProvider.jsm -> jar:file:///data/data/org.mozilla.firefox/files/mozilla/sq4c77hi.default/extensions/[email protected]!/bootstrap.js" line: 20}]
    Anyone know what I need to import or do to be able to reference WebSocket?
    I just want to send data back and forth from my Firefox Android addon with my server side code using websocket. Any suggestions?
    I am just confused because I have this setup running on Firefox Desktop Addon with very similar code.
    I have a short code written at https://bitbucket.org/ykim320/kayo. The desktop firefox extension works fine. But I have having trouble getting mobile version of addon to send message and connect to server. If you have anyway you can connect to the server using firefox mobile addon any pointers will be appreciated. Thank you again.
    Any help would be very appreciated thank you!

    Ask your Problem in Addons developer forum
    *https://forums.mozilla.org/addons/

  • Firefox says I need plugin updates Plugins are listed as Netscape plugins am I supposed to use these for Firefox

    Firefox says my plugins need updating. When I look at the plugin update page it says these
    are Netscape plugins. Do I need to use these with Firefox? I have 3.6 installed.
    == This happened ==
    Just once or twice
    == Today

    Your plugins list shows outdated plugin(s) with known security and stability risks.
    # Java Plug-in 1.5.0_06 for Netscape Navigator (DLL Helper)
    Update the [[Java]] plugin to the latest version.
    See http://java.sun.com/javase/downloads/index.jsp#jdk (you need JRE)

  • Why can't i use persona for firefox sync?

    Is there any planned support for using Persona in firefox sync?

    *[https://wiki.mozilla.org/Identity/Firefox_Accounts#Can_I_use_Persona_to_log_in_to_my_Firefox_Account.3F]
    Persona frequently asked questions: [http://identity.mozilla.com/]
    See this part:
    <blockquote>Each project addresses very different needs. Persona is designed to be a dead simple email verification tool, while Firefox Accounts is a full-fledged, persistent account system. By developing them separately, we’re able to keep each project lean and focused on its own use cases.</blockquote>

  • Exception access violation using jlong instead of jint

    Hi,
    I hope you can help me.
    I'm using Java5 under Windows XP and I'm developing under Eclipse.
    I try to use an "old" c-Application accesed via JNI.
    Status Quo is that, I have access to the c-side, over my JNI-conform DLL. My current task is to translate the c-side structs to java-objects. This also works, but only with limitation.
    Calling methods bidirectional is working, manipulation a java-object is like a walk on an warm and sunny Saturday afternoon.
    But I'm not able to use all possible parameters (for now I have tried to use jobject, jstring, jint, jboolean, jlong).
    The first problem I had, were using Strings as parameters, but this now I deal with the loopway over java/lang/object (using java/lang/String results in an access_violation).
    The next problem, and the harder one, is, that I cannot use the type long or jlong.
    int (jint) is no problem, with int all works fine, but if I change the environment, creating and using long, I allways get an the access_violation shown below.
    Is there anything, I need to know?
    working c-side-code:
    jobject someObject;
    jint anIntegerValue;
    anIntegerValue =5;               
    jmethodID mid3 = (*env)->GetMethodID(env, cl, "initReturnSomeObject", "(ILjava/lang/Object;)Ljava/lang/Object;");
                   if(mid3 == (jmethodID)0) printf("\ndooofes MethodName4!\n");
                             else {
                                  const char* myParams;
                                  myParams = "ooooohwow!!!";
                                  someObject = (*env)->CallObjectMethod(env, jobj, mid3,
                                             anIntegerValue, (*env)->NewStringUTF(env, myParams));
                             }wokring java-side-code
    public Object initReturnSomeObject(int i, Object obj) {
              String s = (String)obj;
              System.out.println("String: "+s+"\nInteger: "+i);
              some = new SomeObject(s,i);
              if(some==null) System.out.println("Some is not yet initialized, FEAR!!!!\n");
              else System.out.println("Yoh, I'm soooo many good!! \nSome:\nString: "+some.getS1()+"\nInt: "+some.getI1()+"\n");
              return (Object)some;
    so, und this code, doesn't work. you can see, the changes are dramatically!! ;)
    sorry for my sarcasm. I do not know, why it doesn't work.
    jlong aLongValue;
    aLongValue = 2;
    jmethodID mid3 = (*env)->GetMethodID(env, cl, "initReturnSomeObject", "(JLjava/lang/Object;)Ljava/lang/Object;");
                   if(mid3 == (jmethodID)0) printf("\ndooofes MethodName4!\n");
                             else {
                                  const char* myParams;
                                     myParams = "ooooohwow!!!";
                                  someObject = (*env)->CallObjectMethod(env, jobj, mid3,
                                            aLongValue, (*env)->NewStringUTF(env, myParams));
         public Object initReturnSomeObject(long i, Object obj) {
              String s = (String)obj;
              System.out.println("String: "+s+"\nInteger: "+i+"\nLong: ");
              some = new SomeObject(s,(int)i);
              if(some==null) System.out.println("Some is not yet initialized, FEAR!!!!\n");
              else System.out.println("Yoh, I'm soooo many good!! \nSome:\nString: "+some.getS1()+"\nInt: "+some.getI1()+"\n");
              return (Object)some;
    # An unexpected error has been detected by Java Runtime Environment:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d942975, pid=1784, tid=1648
    # Java VM: Java HotSpot(TM) Client VM (1.6.0_03-b05 mixed mode, sharing)
    # Problematic frame:
    # V  [jvm.dll+0x182975]
    # An error report file with more information is saved as hs_err_pid1784.log
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    #do you need some other informations or details? something out of the log-file? ok, i have to take the bus, so sorry for uncomplete informations or sentences ;)
    till later.

    Hi,
    I'm quite sure, the signature is correct. For failure check, yesterday I ran javap to check the signature, but I do also mean, that I changed the signature afterwards for several time. And, it works ;) at least the way, using Integer.
    Trying to use java/lang/String everytime I got the Error, that the method could not be found - this is the part, I was wrong in my description. So the error-Message is a different one.
    Belonging to the question for assumptions I made... it's difficult. I'm quite new to JNI, so, I don't know, what I can assume to do. The Method call seems to be a kind of reflection-mechanism. So I assume that the behaviour is similar. But reflection I'm not very firm, either ^^.
    What I do assume is, that the parameter-value J fits to the java-type jlong. But a work around on this, I will try today. getting the jlong into an char* or using long instead of jlong or using Ljava/lang/Long; or a casted Long as Ljava/lang/Object; ...
    I'm anxious to the ideas, I will have, bypassing this point. if there is no way, I will write a file, send a email or something like this ;)
    Thx for thinking about my problem jschel!! It's great not to be alone.
    John

  • I can't reach the firefox home page, I'm stuck on the tutorials, and I need to access my flash settings for firefox mobile. What do I do?

    Basically I need to reach my firefox settings, so that I can automatically enable flash for every website. But I can't reach the settings, and every route that involves firefox leads me back to a tutorial -_-. I really need help.

    Yeah, what phones model you used ?
    To enables flash in firefox for android
    # just go to Menu > More > Setting
    # Tap Plugins in the Content section. The Plugins context menu appears.
    # To enable Flash to play for all websites by default, tap Enabled.
    # To disable plugins for all websites, tap Disabled.
    I am sorry if i am wrong, please let us know your problem :D

  • 802.1x access points using ISE for trigger

                       We are deploying AP's with 802.1x ports. We do not want ot have static AP ports. When plugged into a switch port with 802.1x configured the AP does not kick up the smart port trigger. How do I link the trigger from ISE to send the response for the trigger on the swutch to reconfigure the switchport for an AP?
    thanks,

    Hello,
    Please check this link for "802.1x using Cisco ISE", it may help you in this.
    https://supportforums.cisco.com/docs/DOC-29409

  • Can we use GPO for FireFox 3.6.8 on windows 7 systems

    Our GPO's control our firefox settings on windows xp systems but not windows 7 64 bit.

    See this -
    https://support.mozilla.com/en-US/kb/Firefox+crashes

  • Access Violation in SQRDB3.dll Updating Rdb Table

    I am getting an access violation using "Oracle Rdb Driver" when I attempt to update an Rdb table.
    The error is at location 4C25745 in SQRDB3.dll.
    The update works OK using "Oracle ODBC Driver for Rdb"
    I am using version 3.0.1.3
    Is there a new version of SQRDB3?

    I am getting an access violation using "Oracle Rdb Driver" when I attempt to update an Rdb table.
    The error is at location 4C25745 in SQRDB3.dll.
    The update works OK using "Oracle ODBC Driver for Rdb"
    I am using version 3.0.1.3
    Is there a new version of SQRDB3?

  • How do i create a header that can be seen by seo for firefox?

    So I've tried to make a bunch of different headers in iweb but they never actually publish as headers but as something different. When I run SEO for firefox it never detects any headers in my entire page. Is there a way to create a true header in iweb?

    no, the headers, here's a picture of the headers on this page. When I use SEO for Firefox, it sees them on every other page but never on my iweb sites.
    Quickpost this image to Myspace, Digg, Facebook, and others!

  • I get an Invalid Certificate notice when I try to access my https site for my printer. The serial number is the same as used by another certificate. In IE I was able to proceed to this address, but Firefox won't give me that option

    I get an Invalid Certificate notice when I try to access my https site for my printer. The serial number is the same as used by another certificate. In IE I was able to proceed to this address, but Firefox won't give me that option

    Hello,
    Thanks for contacting Mozilla Support!
    Many site issues can be caused by corrupt cookies or cache. In order to try to fix these problems, the first step is to clear both cookies and the cache.
    Note: ''This will temporarily log you out of all sites you're logged in to.''
    To clear cache and cookies do the following:
    #Go to Firefox > History > Clear recent history or (if no Firefox button is shown) go to Tools > Clear recent history.
    #Under "Time range to clear", select "Everything".
    #Now, click the arrow next to Details to toggle the Details list active.
    #From the details list, check ''Cache'' and ''Cookies'' and uncheck everything else.
    #Now click the ''Clear now'' button.
    Further information can be found in the [[Clear your cache, history and other personal information in Firefox]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • A site I need for consulting purposes requires an add-on known as "Intranet for Firefox". When one accepts the add-on installation, a return message is displayed claiming that it cannot be found. At this point, I have to use IE to access the site.

    A site I need for consulting purposes (http://www.aegtelecom.com.pt/) requires an add-on known as “Intranet for Firefox”. When one accepts the add-on installation, a return message is displayed claiming that it cannot be found. At this point, I have to use IE to access the site. However, being a steadfast Firefox user, I would prefer to use Firefox for this purpose.

    http://www.aegtelecom.com.pt/contactos <br />
    Have you tried contacting that web site's support department for help with that issue? <br />
    If that web site can't find the add-on it says is needed, they need to fix that problem with their servers.
    Or you can try using IE Tab2 to run IE in a Firefox tab. <br />
    https://addons.mozilla.org/en-US/firefox/addon/92382

  • My DVR security sofware that I access remotely uses a "dvr .ocx" file....when I try it in Firefox , either the latest non beta (3.6.1.5) or the new beta version (4.0 rc) it will NOT work as it says the plugin is missing... it works in IE 8,but not IE9...

    My machine is Top of the range (my Company builds them so it had better be :) )
    Amd 1100t , 8gb ram , Windows 7 64 bit etc, etc...
    The is not a hardware problem , but a software problem with FF...Any help would be appreciated as I hate using IE 8 for anything at all :( but I have to keep it on my machines just to run my remote security cameras at my Computer shop ???
    Original question...as question length is limited ...not very bright that limit by the way :(
    "My DVR security sofware that I access remotely uses a "dvr .ocx" file....when I try it in Firefox , either the latest non beta (3.6.1.5) or the new beta version (4.0 rc) it will NOT work as it says the plugin is missing... it works in IE 8 (unfortunately) but not IE9...
    As I own a Computer company I am fairly computer literate but cannot find a plugin that allows this to work in Firefox.... but I would have expected it to work in the new Firefox :(
    All the best, Brett :)

    The longer this thread continues, the more ancillary comments you throw in that aren't directly pertinent to your problem with your DVR software not working with Firefox 4.0. Sorry, I don't intend to continue with this discussion.
    I do agree that ''something'' needs to be done better with regards to plugins for Firefox, but I do disagree with you as to whose responsibility that ''something'' is.

  • Is there a way to create a password for Firefox so Firefox is denied access to the internet without this password?

    Is there a way to create a password for Firefox to deny Firefox access to the internet?

    There is the Profile Password extension, but it is easily bypassed by using the Firefox SafeMode.
    http://nic-nac-project.de/~kaosmos/profilepassword-en.html#PPFF
    Another thing you can do is to set your Homepage to a website that you have a password logon saved for and use the Master Password feature. It won't completely stop someone else from using the internet but it will slow them down or make it appear they need a password for access.
    https://support.mozilla.com/en-US/kb/Protecting+stored+passwords+using+a+master+password

  • As of 2 months ago, I cannot fully access Facebook using either Safari or Firefox browsers. I have a Mac G5 running OSX 10.5.8, Safari 5.0.6 and Firefox 3.6.28. Does anyone have any sugesstions on how I can resolve this?

    As of 2 months ago, I cannot fully access Facebook using either Safari or Firefox browsers. I have a Mac G5 running OSX 10.5.8, Safari 5.0.6 and Firefox 3.6.28. Does anyone have any suggestions on how I can resolve this?

    Aha, a PPC Mac!
    The last really supported Flash for PPC was 10.1.102.64, but if it's for like Facebook or such, people have been fooling FB to think they have a later version installed.
    Texas Mac Man's Flash hack/post...
    https://discussions.apple.com/thread/3599648?tstart=0
    Flash player 11.1 hack on PowerPC - https://discussions.apple.com/message/16990862
    See in each Browser which version of Flash it thinks it has...
    http://kb2.adobe.com/cps/155/tn_15507.html

Maybe you are looking for

  • MacBook Pro 2.2GHz SR freezing

    My MacBook Pro 15" (Santa Rosa chipset) freezes occasionally. At first I thought it was a problem when connecting an external display, but it happens even when I have not hooked anything to the DVI port. The freezes occur in plain OS X (not a game or

  • How do i upload music from my itunes account to my iphone ?

    how do i upload music from my itunes account to my iphone ?

  • Early watch report: Update of Frontend Release recommended

    Anybody knows what file/object that is checked for the correct release in BI frontend check in the Earlywatch report ? We are running GUI 7.10 on the PC´s checked but still the report says something like: PC Name     Current Frontend Rel. Current Fro

  • Expiry of Purchase info record reminder

    Hi All, Is anyone aware about if it is possible to set some kind of reminder with a lead time, with respect to tht expiry of Purchase info record price in Material management Regards Vivek

  • Auto-kill Widgets when Aperure fires up

    While widgets can be very useful being only a mouse swish away, they do tend to use machine resources even when not exposed. I use the quitDock widget that kills all widgets thus freeing more resources for Aperture. Is there a way of running quitDock