Jre.exe priviliged exception erros

When I attempt to install the J2EE SDK version 1.3.1 on Windows NT 4 I keep getting a jre.exe priviliged exception error.
�The exception Privileged instruction (0xc0000096) occurred in the application at location 0x00010106�
Does anyone know what this problem is ?
I also get this when installing on the CAS-COM bridge.

There are a not properly execution with JIT Compiler Library (symcjit.dll) and Pentium 4 processor systems.
For more information search "symcjit.dll" in Java Foruns or Microsoft Suppor or access directly http://www.intel.com/support/processors/pentium4/issues.htm
Good luck.
Cali - Brasil

Similar Messages

  • JavaTutor.3.x  error -jre.exe has encountered a problem

    What transpires�
    1. I click on the JavaTutor.3.x shortcut which was installed by courseware supplied by Sun Microsystems through EDS University
    2. Within a second or two, the error message box appears, and states: "jre.exe has encountered a problem and needs to close. We are sorry for the inconvenience. If you were in the middle of something, the information you were working on might be lost. For more information about this error, click here"
    3. When I "click here", the Error signature box appears containing the following information:
    AppName: jre.exe
    AppVer: 0.0.0.0
    ModName: unknown
    ModVer: 0.0.0.0
    Offset: 00010100
    4. This same dialogue box has the followng option: "To view technical information about this error report, click here." When I "click here" the following information appears:
    Exception Information
    Code: 0xc0000005
    Flags: 0x00000000
    Record: 0x00000000000000000
    Address: 0x0000000000010100
    System Information:
    Windows NT 5.1 Build: 2600
    CPU Vendor Code: 00FD0094 - 30024678 - 00000001
    CPU Version: 00000F27
    CPU Feature Code: BFEBF9FF
    CPU AMD Feature Code: 00E9E850
    Thoughts?
    -clark gordon

    I too, am having the same issues as posted above. Here is what I have learned:
    1) The software runs fine on a P3 1GHz system. (WinXPpro)
    2) The software runs fine on a Celeron 500MHz system. (WinXPpro)
    3) The software does not run on a P4 1.8 system (Win2K)
    4) The software does not run on a P4 2.8 laptop (WinXPpro)
    5) On the systems that the software fails to run (P4s), the script changes above do not help.
    I am not much of a 'coder', but I am wondering if the software is trying to write to a memory location (L2, maybe) table that was writable on pre-P4 processors, but is not writable on P4's. Please forgive if I am totally off the mark here. Again, I am not much of a programmer.
    I am counting on all of us teaming the solution for this. Please update this thread if you find a fix.
    spider51

  • Where can I find the lastest JRE.EXE?

    Hello everybody,
    As far as I understand the JRE.EXE program is a part of Java Runtime Environment. I have installed JRE 1.3.1._01, but there is no one. Please, tell me, where can I find this programm?
    Thanks a million.
    =Yours respectfully Mike

    It was replaced with java and javaw.

  • What is the solution of  non-oracle exception erro 100501

    what is the solution of non-oracle exception erro 100501

    I'm guessing that the TRUE parameter in My_Alert causes the procedure to raise a form_trigger_failure. In that case you could do this:
    Declare
      A number(10);
    Begin
      SELECT Sif_Code
      INTO A
      FROM Pro_Stp_Rcp_Item
      WHERE Sif_Code = :Pro_Stp_Rcp_Item.Sif_Code
      AND Rou_Code = :Routes.Rou_Code;
      My_Alert('Item Code Already Registered',1,TRUE);
    Exception
      When form_trigger_failure then
        raise;
      When No_Data_Found Then null;
      When Too_Many_Rows
        Then My_Alert('Item Code Already Registered',1,TRUE);
      When Others
        Then My_Alert(Sqlerrm||' - '||sqlcode,1,TRUE);
    End;As Steve says, the problem is really caused by When Others here. I've got no problem with trapping "Others" but in forms you might be better off having a generic catch-all in the on-error trigger.

  • Error in jre.exe

    Hi Friends,
    What could be the reason, for the application error jre.exe and message is "The instruction at "0x4f7f4cc" referenced memory at "0x00000011". The memory could not be "read".
    This message is displayed by Windows NT machine when we are entering data in one of our application screens.
    Version of JRE is JRE 1.1.6.
    Same application is working properly in Windows 9X and 2000 platforms.
    Can any body through light on this.
    Regards

    Does it happen with 1.1.8? As far as I know 1.1.6 is no longer available. However generally downloads are for NT/win9x and should not have a problem running on either of machines .( Maybe NT version requires some patches for 1.1.6 ).

  • Java.exe error - Exception in thread "main" java.lang.NoClassDefFoundError:

    I've just started to take on java, and some examples from my learning source
    show the
    javac.exe fileincluded.java
    to
    java.exe fileincluded
    method. Although I can compile fine, when I go to run I get a java.exe error - Exception in thread "main" java.lang.NoClassDefFoundError:.
    I thought it was an environment variable problem as I'm running win xp.
    I've gotten the bin directory included, and I've previously had visual studio .net installed
    so the INCLUDE and LIB variables are set to those directories. I've tried to attach the java /lib and /bin directories by ";C:\PROGRAM FILES\JAVA\JDK1.5.0_02\LIB" etc,
    and that didn't work. What can I do to fix this problem?

    I get the I/O exception while reading: D:\Java\HelloApplet (The system cannot find the file specified). I have previously compiled HelloApplet.java into HelloApplet.class using javac.exe
    the two include statements in the sample HelloApplet I'm using are
    import java.applet.*;
    import java.awt.*;
    I also have a ComponentEventTest.java file which I've made into a class with these two
    include statements:
    import java.awt.*;
    import java.awt.event.*;
    I can however compile .java files which have no include statements.
    I take it that my classpath is not set correctly. Like I said earlier, I'm using winxp
    and trying to set the classpath variable under system. I have tried under user too. The path names I've tried setting are C:\Program Files\Java\jdk1.5.0_02\, C:\Program Files\Java\jdk1.5.0_02\lib, C:\Program Files\Java\jdk1.5.0_02\include, and C:\Program Files\Java\jdk1.5.0_02\;C:\Program Files\Java\jdk1.5.0_02\lib;C:\Program Files\Java\jdk1.5.0_02\include.
    How can I correct this? If it's possible, I would like to set a variable in windows
    versus having to type extra commands at the command prompt everytime I try
    to run a java class with java.exe. Any help would be much appreciated

  • Forms6i - problem with jre.exe

    I have a problem with installation of Forms6i.
    I have processor Celeron 1700 and Windows XP.
    I have installed Forms6i, but when I try to run Oracle Net8 Easy Config
    there is an error with jre.exe and program close.
    I have installed Patch 10 but the error is continually present.
    I don't know what I can do.
    I know, that it is probably the processor's fault.
    It's very important to me.
    If somebody knows what to do, please mail me: [email protected]

    Forms6i is not yet certified on XP. See Re: required query for this requirement
    Regards
    Grant Ronald
    Forms Product Management

  • Jre.exe error

    I have pantium 4 system and win98 os, so when ever i start my webserver it shows "jre.exe illigle function",
    any one help me, how to solve this problem?
    Hameed

    Hi,
    which version of jre are you using? some earlier version JRE may have problem with pentium 4 system. (try using JRE 1.2.2_007 or later).

  • Was Win98 w/jre.exe (1.1x) Now WinXP w/java2 (jre1.4.1)

    Script is nolonger executing when using c:\Program Files\Java\j2re1.4.1\bin\java.exe. Was using c:\Program Files\JAVASOFT\JRE\1.1\bin\jre.exe. Is there another VM that I should be using with java 2? This is the error message I get when running program:
    # HotSpot Virtual Machine Error, Internal Error
    # Please report this error at
    # http://java.sun.com/cgi-bin/bugreport.cgi
    # Java VM: Java HotSpot(TM) Client VM (1.4.1-b21 mixed mode)
    # Error ID: 5448524541442C4F43414C33544F524147450E435050003A
    C:\Program Files\RIMS\ClaimRules>
    Really appreciate any assistance I can get with this.
    Thanks

    I'm running 1.4.1-b21 on 98se (Intel P3) without problems. Suggest that you deinstall and then download and install a new copy.

  • ITunes 6.0.3.5 installer crashed - IDriver.exe Unhandled exception

    Just downloaded and attempted to install iTunes 6.0.3.5 on Windows XP Media Center Edition. installer crashed, IDriver.exe. Anyone else seeing this. Some details below.
    Unhandled exception at 0x77511029 in IDriver.exe: 0xC0000005: Access violation reading location 0x0000005c.
    ole32.dll!77511029()
    ole32.dll!77511002()
    ole32.dll!7751138f()
    ole32.dll!77510052()
    ole32.dll!7750fe4b()
    ole32.dll!7750d878()
    ole32.dll!7750d7e5()
    ole32.dll!7750d95f()
    rpcrt4.dll!77ef3ae8()
    ole32.dll!77510332()
    ole32.dll!775101c3()
    rpcrt4.dll!77e9d4e5()
    ntdll.dll!7c91056d()
    ole32.dll!774fd3d0()
    ole32.dll!774fe39c()
    ole32.dll!7752962e()
    ole32.dll!77601a25()
    ole32.dll!7752fd56()
    ole32.dll!7752fee4()
    ole32.dll!774fee88()
    user32.dll!77d51042()
    IDriver.exe!0044b476()
    IDriver.exe!00468ed1()
    IDriver.exe!004699c8()
    kernel32.dll!7c816d4f()
    kernel32.dll!7c8399f3()

    hi Madam!
    hmmm. i couldn't turn up anything specific at event ID:
    http://www.eventid.net/display.asp?eventid=26&eventno=2271&source=Application%20 Popup&phase=1
    (i'm not a subscriber, so i can't follow up their "M" links ... not that there was anything specific to the IDriver.exe anyway.)
    hmmmm. if you
    b do
    start running into problems, and you've got the time, it may be worth getting an install log to the moderators:
    Gayle B, "If you are experiencing installation issues...", 06:20pm Oct 12, 2005 CDT
    still at the early stage of troubleshooting these, i'm afraid, so i can't give you much more feedback than this. maybe keep checking in every day or so to check on any developments?
    love, b

  • There are many jre exe files: what are the differences and which I choose?

    Having some problems, that I will describe in another message, I was looking for the latest jre.
    I saw that on www.java.com there is 6 update 1, whereas on www.sun.com there is already 6 update 2. So, I would like to know when an update is made available on www.java.com and through automatic updates?
    Also, I saw different names, and I would like to understand in an exact way what are the differences:
    jre-6-windows-i586.exe;
    jre-6-windows-i586-iftw.exe;
    jre-6u1-windows-i586-p-s.exe;
    jre-6u1-windows-i586-p-iftw.exe;
    jre-6u2-windows-i586-p.exe;
    jre-6u2-windows-i586-p-iftw.exe;
    I understand that te iftw part means the it is a small download, only the setup module. But why there are some files that end with "-p", some with "-p-s", sm with "-i586"?
    Thank You
    Rodolfo Giovanninetti

    The question mark icon on the dlls indicates that LabVIEW is unsure of
    the location of the DLL, or is unable to locate the DLL on your
    system.  This can happen if the DLLs do not exist, or if the "Call
    Library Function Node" just specifies the name of the dll, and not the
    entire path to the dll.  IVI and Instrument driver VIs will
    typically not supply the entire path to the DLL, whch would cause the
    question mark icon to appear.
    If your application is working properly, then you should ignore the
    question mark in the dependencies list.  If your application is
    broken because the DLLs cannot be found, they are installed with the
    following drivers:
    ivi.dll is installed with the IVI compliance package, which is available at the following link:
    Drivers and Updates: IVI Compliance Package
    You should also install the latest version of NI-VISA, which is required by the IVI Compliance Package:
    Drivers and Updates: NI-VISA
    ag3325b_32.dll is installed with the your instrument's IVI driver, which can be found below:
    Agilent 3325b Instrument Driver
    Jason S.
    Applications Engineer
    National Instruments

  • Windows Server Essentials Email Service Won't Start SharedServiceHost.exe Unhandled exception from operation

    Gday Everyone,
    Two weeks ago we installed a new Server 2012 R2 with the Essentials Experience role. It was fully patched at time of deployment. We enabled O365 integration and password sync was working fine last week. This morning I went to the Dash Board to add a new
    user and after clicking the O365 tab all fields show "Not available".
    The system event log shows
    "The Windows Server Essentials Email Service service terminated unexpectedly.  It has done this 3 time(s)."
    The application event log shows the following.
    System.InvalidOperationException: Nullable object must have a value.
       at Microsoft.WindowsServerSolutions.O365Integration.BecWebServiceAdapter.<GetSubscriptions>b__37(Subscription sub)
       at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
       at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
       at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
       at Microsoft.WindowsServerSolutions.O365Integration.BecWebServiceAdapter.<>c__DisplayClass32.<GetCompanyInfo>b__30(AccountSkuDetails s)
       at System.Linq.Enumerable.WhereSelectArrayIterator`2.MoveNext()
       at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
       at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
       at Microsoft.WindowsServerSolutions.O365Integration.BecWebServiceAdapter.GetCompanyInfo()
       at Microsoft.WindowsServerSolutions.O365Integration.O365ManagementCore.QueryO365Information()
       at Microsoft.WindowsServerSolutions.Common.ProviderFramework.ProviderBase`1.InvokeOperation[TResult](String operationName, Func`1 func)
       at Microsoft.WindowsServerSolutions.O365Integration.O365ManagementProvider.InvokeOperationWrapperAsyncWithLocalAdminPrivilege[TResult](String operationName, Func`1 func)
       at SyncInvokeQueryO365Information(Object , Object[] , Object[] )
       at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
       at Microsoft.WindowsServerSolutions.Common.ProviderFramework.Internal.ExceptionScreener._ScreenForExceptions(GeneralInvoker invokeMe, Object instance, Object[] inputs, Object[]& outputs)
    Stack:
       at System.Environment.FailFast(System.String, System.Exception)
       at Microsoft.WindowsServerSolutions.Common.ProviderFramework.Internal.ExceptionScreener._ScreenForExceptions(GeneralInvoker, System.Object, System.Object[], System.Object[] ByRef)
       at Microsoft.WindowsServerSolutions.Common.ProviderFramework.Internal.ExceptionScreener.Invoke(System.Object, System.Object[], System.Object[] ByRef)
       at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(System.ServiceModel.Dispatcher.MessageRpc ByRef)
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(System.ServiceModel.Dispatcher.MessageRpc ByRef)
       at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage31(System.ServiceModel.Dispatcher.MessageRpc ByRef)
       at System.ServiceModel.Dispatcher.MessageRpc.Process(Boolean)
       at System.ServiceModel.Dispatcher.ChannelHandler.DispatchAndReleasePump(System.ServiceModel.Channels.RequestContext, Boolean, System.ServiceModel.OperationContext)
       at System.ServiceModel.Dispatcher.ChannelHandler.HandleRequest(System.ServiceModel.Channels.RequestContext, System.ServiceModel.OperationContext)
       at System.ServiceModel.Dispatcher.ChannelHandler.AsyncMessagePump(System.IAsyncResult)
       at System.Runtime.Fx+AsyncThunk.UnhandledExceptionFrame(System.IAsyncResult)
       at Microsoft.WindowsServerSolutions.Common.ProviderFramework.Internal.AsyncResult`1[[Microsoft.WindowsServerSolutions.Common.ProviderFramework.Internal.InputChannelRequeuer`1+TryReceiveResult[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral,
    PublicKeyToken=b77a5c561934e089]], Sku, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]].Complete(Boolean, System.Func`1<TryReceiveResult<System.__Canon>>)
       at Microsoft.WindowsServerSolutions.Common.ProviderFramework.Internal.CoalescingAsyncResult`1[[Microsoft.WindowsServerSolutions.Common.ProviderFramework.Internal.InputChannelRequeuer`1+TryReceiveResult[[System.__Canon, mscorlib, Version=4.0.0.0,
    Culture=neutral, PublicKeyToken=b77a5c561934e089]], Sku, Version=6.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]._MyCallback(System.IAsyncResult)
       at System.Runtime.AsyncResult.Complete(Boolean)
       at System.ServiceModel.Channels.TransportDuplexSessionChannel+TryReceiveAsyncResult.OnReceive(System.IAsyncResult)
       at System.Runtime.Fx+AsyncThunk.UnhandledExceptionFrame(System.IAsyncResult)
       at System.Runtime.AsyncResult.Complete(Boolean)
       at System.ServiceModel.Channels.SynchronizedMessageSource+ReceiveAsyncResult.OnReceiveComplete(System.Object)
       at System.ServiceModel.Channels.SessionConnectionReader.OnAsyncReadComplete(System.Object)
       at System.Runtime.Fx+AsyncThunk.UnhandledExceptionFrame(System.IAsyncResult)
       at System.Net.LazyAsyncResult.Complete(IntPtr)
       at System.Net.Security.NegotiateStream.ProcessFrameBody(Int32, Byte[], Int32, Int32, System.Net.AsyncProtocolRequest)
       at System.Net.Security.NegotiateStream.ReadCallback(System.Net.AsyncProtocolRequest)
       at System.Net.FixedSizeReader.CheckCompletionBeforeNextRead(Int32)
       at System.Net.FixedSizeReader.ReadCallback(System.IAsyncResult)
       at System.Runtime.AsyncResult.Complete(Boolean)
       at System.ServiceModel.Channels.ConnectionStream+IOAsyncResult.OnAsyncIOComplete(System.Object)
       at System.ServiceModel.Channels.SocketConnection.OnReceiveAsync(System.Object, System.Net.Sockets.SocketAsyncEventArgs)
       at System.Net.Sockets.SocketAsyncEventArgs.FinishOperationSuccess(System.Net.Sockets.SocketError, Int32, System.Net.Sockets.SocketFlags)
       at System.Net.Sockets.SocketAsyncEventArgs.CompletionPortCallback(UInt32, UInt32, System.Threading.NativeOverlapped*)
       at System.Threading._IOCompletionCallback.PerformIOCompletionCallback(UInt32, UInt32, System.Threading.NativeOverlapped*)
    The only thing we did a few days ago was enable the Azure Backup integration. I am not sure if this broke the O365 integration as I didn't go back to the O365 tab in the dashboard after installing the Azure backup.
    I have spent a considerable amount of time on google, however, majority of the posts talk about Update 1 which disables the password sync service. I have checked and all services are started with exception of Windows Server Essentials Email Service (WseEmailSvc).
    The Azure Backup module is working fine and the registry location HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Server\Productivity seems to hold the correct configuration information throughout the various keys.
    I am at a loss as to how to proceed with this issue? I have checked but there are no pending updates and I have attempted a server reboot numerous times.
    Would appreciate external input if you have seen this issue before or know where we can look to further establish what is going on.
    Cheers,
    Chiper

    I have a similar if not identical situation - I'm currently migrating from WS2012 Essentials to WS2012 R2 Standard w/Essentials role installed. The 'wseemailsvc' service continues to fail over and over, and I am unable to manage O365 accounts from within
    the Essentials dashboard on the R2 server. 
    System Event Log:
    Error 7031 - The Windows Server Essentials Email Service service terminated unexpectedly ... [repeats twice]
    Error 7034 - The Windows Server Essentials Email Service service terminated unexpectedly. It has done this 3 time(s)
    Application Event Log:
    Source:        .NET Runtime
    Date:          2015-04-20 08:27:28
    Event ID:      1026
    Task Category: None
    Level:         Error
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name=".NET Runtime" />
    <EventID Qualifiers="0">1026</EventID>
    <Level>2</Level>
    <Task>0</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2015-04-20T14:27:28.000000000Z" />
    <EventRecordID>21137</EventRecordID>
    <Channel>Application</Channel>
    <Computer>redacted</Computer>
    <Security />
    </System>
    <EventData>
    <Data>Application: SharedServiceHost.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.UnauthorizedAccessException
    Stack:
    at System.DirectoryServices.Interop.UnsafeNativeMethods+IAds.SetInfo()
    at System.DirectoryServices.DirectoryEntry.CommitChanges()
    at Microsoft.WindowsServerSolutions.MailService.ActiveDirectoryHelper+&lt;&gt;c__DisplayClass3.&lt;SetLocalUserPrincipleName&gt;b__1()
    at Microsoft.WindowsServerSolutions.MailService.ActiveDirectoryHelper.InvokeOperationImpersonateWrapper(System.Action)
    at Microsoft.WindowsServerSolutions.O365Integration.UpdateO365IntegrationDataTask.CleanUpMappingData(Microsoft.WindowsServerSolutions.O365Integration.O365User[])
    at Microsoft.WindowsServerSolutions.O365Integration.UpdateO365IntegrationDataTask.Run()
    at Microsoft.WindowsServerSolutions.O365Integration.BackgroundTask.TimerCallback(System.Object)
    at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
    at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
    at System.Threading.TimerQueueTimer.CallCallback()
    at System.Threading.TimerQueueTimer.Fire()
    at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
    at System.Threading.ThreadPoolWorkQueue.Dispatch()
    </Data>
    </EventData>
    </Event>
    This error is followed immediately by:
    Source:        Application Error
    Date:          2015-04-20 08:27:28
    Event ID:      1000
    Task Category: (100)
    Level:         Error
    Keywords:      Classic
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    <System>
    <Provider Name="Application Error" />
    <EventID Qualifiers="0">1000</EventID>
    <Level>2</Level>
    <Task>100</Task>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2015-04-20T14:27:28.000000000Z" />
    <EventRecordID>21138</EventRecordID>
    <Channel>Application</Channel>
    <Computer>redacted</Computer>
    <Security />
    </System>
    <EventData>
    <Data>SharedServiceHost.exe</Data>
    <Data>6.3.9600.16384</Data>
    <Data>5215ca62</Data>
    <Data>KERNELBASE.dll</Data>
    <Data>6.3.9600.17415</Data>
    <Data>54505737</Data>
    <Data>e0434352</Data>
    <Data>0000000000008b9c</Data>
    <Data>20e4</Data>
    <Data>01d07b761ad593b2</Data>
    <Data>C:\Windows\System32\Essentials\SharedServiceHost.exe</Data>
    <Data>C:\Windows\system32\KERNELBASE.dll</Data>
    <Data>5f028783-e769-11e4-80c4-00155d10040b</Data>
    <Data>
    </Data>
    <Data>
    </Data>
    </EventData>
    </Event>
    Any assistance with this would be greatly appreciated!
    mcbundus

  • Blackberrylink.exe [6652] exception while backingup contacts

    Hello,
    I am having the following error while taking the backup of the contacts/ syncing the contacts .
    "Unhandled microsoft .net framework exception occured in Blackberrylink.exe [6652] "
    You help will be appreciated.

    What is your computer OS ?

  • The registration program InetReg.exe crashes: Exception occurs while creating thr

    Hi
    I could not complete the registration because the registrationprogram InetReg.exe crashes.
    The error is is displayed in a small dialog right after it has detected the soundcard: Exception occurs while creating thread.
    What is the problem? How do I find out what the problem is? How do I fix it's

    I have been mailing with Creatives technical support about this and other problems.
    It seems like they do not know what is causing them. They simply did the usual turn a lot of stuff off procedure in order to find out if something ruined the installation of the software. I have tried these things, and it didn't solve any of the problems with the software except that it finally enabled me to install one of the software modules that otherwise could not be installed.
    Try to search in Creatives forums for post from me, if you want to know more details.
    I have a feeling that I have to reinstall Windows XP again and install the Creative software on this clean installation of Windows. I think the problem is that some of the other software is in conflict with Creatives software, but Creative apparently do not know what that software is and neither do I
    Creative should investigate this.

  • KMODE EXCEPTION ERRO

    My HP 430 ProBook Laptop was working well with Windows 8 until I opted for Windows 8.1 and that is where the problem started. Whenever i plug in the power cable, the screen turns blue displaying a statement i.e. ".....KMODE Exception error not handled....".
    When I reboot the PC while on power, the problem still persists. When i unplug the power cable and reboot the PC, the windows will function normally. What is most likely to be the problem? Kindly help.

    Hi!
    To be certain of the problem, please upload the dmp-files located under "C:\Windows\Minidump" and share with us, these files will contain the information needed to fully find the root cause of the problem.
    Without having the dumps, the most likely issue is that there is some software from HP that isn't 100% supported, my best guess is the power-management tool that is shipped with the computer. Try and update this software to the latest version released or
    uninstall it to see if this helps.
    Best regards
    Andreas Molin
    Andreas Molin | Site: www.guidestomicrosoft.com | Twitter: andreas_molin

Maybe you are looking for

  • Cross-company code correspondence

    Hello I am trying to run a cross company code correspondace using F.27. 1) I have flagged my correspondance as cross company. 2) Then I have assigned for correspondence company B to company A Company C to company A 3) I have configured my corresponde

  • Adding Custom Fields in Standard View - How to save data to Table

    Dear Experts, One View is having UI elements from a standard table /RPM/ITEM_D. Added 2 custom fields in this table using enhacement. Now enhanced that standard View and added these 2 custom fields. When I am saving the application, these 2 fields va

  • How to plot 2 signal in the same graph but different frequency?

    Hi!! I have 2 sensor, motion and EMG.. I want to plot both of the signal (after processing) in the graph (real-time).. The frequency of motion sensor is 128 Hz and for EMG sensor 800 Hz.. When I'm trying to plot (motion and emg) in the same graph, th

  • Process modelling : Design patterns & Best Practices

    Hi Could some one please suggest/share any technical information or documents tha's related to 'Process modelling - Design Patterns & Best Practices' Thanks in Advance Santosh K. Edited by: Santosh539 on Jul 29, 2010 4:07 PM

  • Installing AIR application - Error 3003

    Hi All, We're trying to install an AIR application onto a test PC with Windows XP. The XP user account does not have admin rights. We have granted, however, the ability for that user to create files and folders under the C:\Program Files\ directory w