Ai acquisition external trigger rate in windows 2000/xp

I'm doing repetitive measurements of the type described in the nidaq example DAQsingleBufExtTrig.C:
iStatus = DAQ_Rate(dSampRate, iUnits, &iSampTB, &uSampInt);
iStatus = DAQ_Start(iDevice, iChan, iGain, piBuffer, ulCount, iSampTB, uSampInt);
while ((iDAQstopped != 1) && (iStatus == 0))
iStatus = DAQ_Check(iDevice, &iDAQstopped, &ulRetrieved);
When using a 100 Hz external trigger, the above code can be repeated at nearly 100 Hz on our various ni hardware (PCI E-series and a DAQCard-1200) under windows 95/98/me, using appropriate parameters. Under Windows 2000 but otherwise identical conditions, the best rep rate I can do is in the low 40s. I wouldn't have been too surprised if the roles of (2000/xp)
and (9x/me) were switched, but as it is I don't know why this is happening. Any ideas are welcome.

Hello;
As you are reconfigure the hardware at each end of the buffer, you will become system dependent. The maximum speed that you can go will vary from machine to machine even.
The way to go about that, is to set up a retriggerable Analog Input operation, which is hardware controlled. By doing that, you will become completely system independent, and will be able to run your application in any sort of machine/OS.
I'm attaching a ANSI C example that does the trick.
Hope this helps.
Filipe A.
Applications Engineer
National Instruments
Attachments:
SimulateRetriggerScan_Eseries.zip ‏5 KB

Similar Messages

  • Why do I often get blank frames while acquiring images using external trigger under Windows 7?

    I'm using Windows 7, the latest LabVIEW and IMAQdx right now. The program was developed based on the example provided by LabVIEW. Everything ran well on Windows XP using internal trigger or external trigger. But when I wanted to run the program on a desktop with Win 7, I just cannot get the images continuously using the external trigger. Although I can get the images, the blank frames showed up very often. When I chose the internal trigger, there was no problem.
    Once I thought there might be something wrong with my program. But I tried the LabVIEW example to select the internal trigger mode and external trigger mode, it had the same problem.
    Is there anyone could give me some suggestions to solve this problem?
    Thanks!

    Hi Matt,
    The images are either "all blank" or "all good".
    The hardware setup is exactly the same.
    The blank images are not acquired periodically.
    Similar results were also seen when using MAX to control the camera.
    We found a solution to this problem. But we don't know how to explain it. When we were using the 5-Hz external trigger, we thought the video mode would not affect the image acquisition and therefore we left the video mode option as default (15 fps). But when we change the video mode to 7.5 fps or 30 fps, the problem disappeared. So now if we want to get rid of the blank frames while using the external trigger, we just need to choose the video mode other than 15 fps. Interestingly, when we switch back to the XP system, the camera also acquried inconsistent blank frames if we set the video mode at 15 fps.
    Thanks again for your help.
    Hubert 

  • Msi GeForce 4 4200 frame rate locked at 60 with Windows 2000

    Lost here..... I have an MSI Geforce 4 4200 120MB Video Card slotted on an Asus A7V motherboard - AMD Thunderbird 1Ghz processor with 640mb of ram.
    There is a common problem with the Nvidia chip and Windows 2000 in regards to a lock frame rate at 60fps within games.
    I've tried several programs to fix this i.e. "Refresh Lock", "Windows 2000/XP Nvidia Refresh rate lock", "PowerStrip 3.15" and "NVFresh Tool 1.0"
    But nothing seems to work. I'm sure these program work with older Nvidia cards but not with GeForce 4.
    Any Ideas? I even turned the Vsync off and on.
    HELP!

    p-fulla, I'm not to sure about your system and Windows XP but check out these tweeking sites.
    GEFORCEZONE.COM
    http://www.geforcezone.com/
    and
    TWEAKED.NET
    http://www.tweak3d.net/
    TECHTV.COM/SCREENSAVERS
    http://www.techtv.com/screensavers/
    (A little advice: If you can, dump XP and install a copy of Windows 2000 second edition. They both have the same KERNAL but I find that Win 2000 is much more compatible for now. I give XP 2 more years before it's the OS for all. I've reinstalled 6 systems with Windows 2000 because of compatibility problems.)

  • Data-acquisition with NI 6036E DAQ card & GPIB using an external trigger

    Hi all,
    I hope somebody could give me some help with the following and answer some questions:
    Simple system description:
    Labview 6.1
    PCI-GPIB card
    6036E DAQ card
    In my system, I am using an external analog trigger signal (A) for continuous data-acquisition. Characteristics of the analog trigger signal (A) are: ~40 Hz, signal height +1.48V, triggered by rising edge (the analog trigger signal (A) could be changed to a TTL signal). Each data-acquisition is done within ~1.0 ms after the rising edge of the trigger pulse. The timing of the data-acquisition and analyzing procedure is controlled by execution in a sequence structure placed in a loop.
    Now, I connected a power meter to the system, to measure the laser power during the data-acquisition. The power meter has two options to provide the laser power data:
    a) via analog signal output (voltage corresponds to laser power in watts)
    b) via GPIB (direct output reading of laser power in watts).
    Problem:
    During a certain point in my data-acquisition sequence structure (defined by a frame), I want to use the next occuring analog trigger signal (A) to acquire 1 value from the power meter.
    How do I do this in Labview programming for the following two situations?
    a) If I connect the analog output from the power meter to an analog input channel of the 6036E DAQ card. The analog trigger (A) would be connected to a second analog input channel (In case the analog trigger signal (A) is changed to a TTL signal it would be connected to the PFI0/Trig input pin on the DAQ card).
    b) If I use the GPIB connection of the power meter. The analog trigger (A) would be connected to a second analog input channel (In case the analog trigger signal (A) is changed to a TTL signal it would be connected to the PFI0/Trig input pin on the DAQ card).
    An other possibility would be to trigger the power meter directly, so it outputs constantly power meter values at ~40 Hz. How could I than acquire 1 power meter value (at a certain time im my sequence structure) via analog input at DAQ card or GPIB?
    Additional questions:
    How do I configure the PFI0/Trig pin on the 6036E DAQ board individually as an INPUT?
    How do I use an analog trigger signal (A) as counting signal for a loop, or as an activation signal for a sequence structure which includes GPIB commands?
    It would be very nice if somebody could give me some help.
    Kind regards,
    beam

    Hi beam,
    I just want to verify that I understand your situation correctly:
    An external trigger signal (A) is wired to one of your input channels (e.g. CH0) to trigger data acquisition of a second channel (e.g. CH1). Your power meter is connected to an analog input channel, which you would like to trigger with a certain rising edge at some of your sequence structure.
    Problem:
    During a certain point in my data-acquisition sequence structure (defined by a frame), I want to use the next occuring analog trigger signal (A) to acquire 1 value from the power meter.
    How do I do this in Labview programming for the following two situations?
    a) If I connect the analog output from the power meter to an analog input channel of the 6036E DAQ card. The analog trigger (A) would be connected to a second analog input channel (In case the analog trigger signal (A) is changed to a TTL signal it would be connected to the PFI0/Trig input pin on the DAQ card).
    If a task has been configured to acquire signal from one analog channel, it's not possible to run a second analog input task or to add a second channel on the fly. You had mentioned that it's possible to read from the instrument through GPIB. Is it possible to perform a software trigger such that at a certain frame of your structure, when the trigger signal A reaches voltage "x", a GPIB command is written to your power meter to query a measurement reading?
    Additional questions:
    How do I configure the PFI0/Trig pin on the 6036E DAQ board individually as an INPUT?
    You do not need to explicitly configure the PFI0 line as an input. If you want to use it as an input such that it acts as an analog trigger, simply wire the trigger signal to this pin. When configuring the trigger in your software, specify PFI0 as the trigger source.
    How do I use an analog trigger signal (A) as counting signal for a loop, or as an activation signal for a sequence structure which includes GPIB commands?
    You can try using the Limit VI to find out when the trigger signal reaches a certain level, and count how many times this level is reached. Similarly, you can use this as the condition to execute GPIB commands.
    Hope this helps,
    Lesley

  • ACS External Windows Authentication: Pre-Windows 2000 name only works

    Hello. I have attempted to map ACS to Windows AD 2003 as an External Database. That works, but only if I authenticate using the Pre-Windows 2000 name (sometimes called the "down-level" name).
    If I use the Windows 2003 login name, I get a 529 error in the event viewer, stating the username/password is incorrect. This error appears on the Windows 2003 SP1 server running ACS.
    Curiously, if I authenticate using the down-level name, the successful event shows the same authentication package (MICROSOFT_AUTHENTICATION_PACKAGE_V1_0) and "Workstation" and "Login Process" name (CISCO).
    I cannot determine if this is an ACS or Windows problem. Any one have a clue?

    Win2003 logon name: [email protected]
    A Pre-Windows2000 name: [email protected]
    Interestingly, the down-level name will authenticate, but the "up-level" name will not.
    Here are excerpts from AUTH.log:
    Failed up-level name:
    AUTH 01/19/2006 07:52:04 I 4817 3604 Attempting authentication for Unknown User '[email protected]'
    AUTH 01/19/2006 07:52:04 I 0365 3604 External DB [NTAuthenDLL.dll]: Starting authentication for user [[email protected]]
    AUTH 01/19/2006 07:52:04 I 0365 3604 External DB [NTAuthenDLL.dll]: Attempting Windows authentication for user bob.smith
    AUTH 01/19/2006 07:52:04 E 0365 3604 External DB [NTAuthenDLL.dll]: Windows authentication FAILED (error 1326L)
    AUTH 01/19/2006 07:52:04 I 0365 3604 External DB [NTAuthenDLL.dll]: Reattempting authentication at domain COMPANY
    AUTH 01/19/2006 07:52:04 I 0365 3604 External DB [NTAuthenDLL.dll]: Attempting Windows authentication for user bob.smith
    AUTH 01/19/2006 07:52:04 E 0365 3604 External DB [NTAuthenDLL.dll]: Windows authentication FAILED (error 1326L)
    AUTH 01/19/2006 07:52:04 I 2124 3604 Unknown User '[email protected]' was not authenticated
    Passed down-level name:
    AUTH 01/19/2006 07:52:23 I 0365 3604 External DB [NTAuthenDLL.dll]: Starting authentication for user [[email protected]]
    AUTH 01/19/2006 07:52:23 I 0365 3604 External DB [NTAuthenDLL.dll]: Attempting Windows authentication for user bsmith
    AUTH 01/19/2006 07:52:23 I 0365 3604 External DB [NTAuthenDLL.dll]: Windows authentication SUCCESSFUL (by WINDC02)
    AUTH 01/19/2006 07:52:23 I 0365 3604 External DB [NTAuthenDLL.dll]: Obtaining RAS information for user bsmith from WINDC02

  • External Subscriber on Windows 2000 Pro

    We are running Zenworks for servers 6.5. I want to install the extarnal
    subscriber on a Windows 2000 Professional Workstation that acts like a
    server. I need to know if its possible and if it is, how to install it. I
    have been trying a couple of thing, but with no luck.
    Please help.

    This is curently not possible.
    Ron
    <[email protected]> wrote in message
    news:titue.1409$[email protected]..
    > We are running Zenworks for servers 6.5. I want to install the extarnal
    > subscriber on a Windows 2000 Professional Workstation that acts like a
    > server. I need to know if its possible and if it is, how to install it. I
    > have been trying a couple of thing, but with no luck.
    >
    > Please help.

  • Multiple recording of waveforms using an external trigger signal

    Dear all,
    Maybe somebody could help me with the following:
    System:
    Windows 2000,Pentium III,~800-900MHz,32-bit master PCI bus,256 MB RAM
    PCI-NI 5122 Digitizer
    PCI-GPIB card
    PCI-DAQ card
    Labview 7.1
    NI Scope 2.7
    Problem:
    I want to acquire multiple waveforms (e.g. 100) using an external TTL trigger signal of ~40Hz. I have to acquire 1 waveform per trigger signal i.e. 100 subsequent trigger signals will acquire 100 subsequent waveforms.
    After, or during the waveform acquisition (?), I have to transfer the waveforms as 100 1D-arrays from the onboard memory of the digitizer through my fitting routine (one-by-one!). The fitting routine accepts one waveform (1D-array) at the time, fits the waveform and calculates 1 fit-value per waveform. So, when I pass the acquired 100 waveforms subsequently through the fitting routine, I need to get out a 1D-array with 100 fit-values. This 1D-array with the 100 fit values will be further processed and a final value will be saved.
    This procedure will repeat itself at different points in a sequence structure. The sequence structure will be located in a loop and running for several hours!
    Please see attached program flow diagram.
    Qustions:
    1. When I want to acquire 100 waveforms using 100 subsequent trigger pulses, the attached VI (Multiple_record VI) gives me the following error message:
    ERROR
    "Possible reason(s):
    Driver Status: (Hex 0xBFFA4009)
    A previous acquisition is still in progress. If you are attempting to change an attribute, note you can only change fetch attributes while an acquisition is still in progress.
    Status Code: -1074118647
    What am I doing wrong? Is there a better and more efficient way to do this?
    2. How can I transfer the 100 waveforms from the digitizer, one-by-one as 1D-arrays, through my fitting routine? A waveform will have ~2000-3000 data pts. (DBL type). Remember: I DO NOT HAVE TO SAVE THE WAVEFORMS!
    3. Which way is faster, and more efficient (memory) for my PC system to transfer the waveforms from the onboard memory of the digitizer to the fitting routine?:
    a) Start transfer of already acquired waveforms (1D-arrays), one-by-one through the fitting routine, during the waveform acquisition process is still in progress?
    b) First, acquire the 100 waveforms (1D-arrays), store them in the onboard memory (digitizer) and then transfer them one-by-one through the fitting routine?
    4. How can I make sure that after the waveforms were transferred through the fitting routine, the onboard memory of the digitizer is EMPTY (clear waveforms which have already been fetched) and ready to repeat the waveform acquisition at a different point of the sequence structure?
    5. I do not want to display each acquired waveform because I think it will slow down the acquisition process. Instead, I want to display the last of the acquired 100 waveforms, so I can check my fit and maybe adjust the fit-parameters. How can I do that?
    I think the important thing is to perform this process in the fastest way possible with the best use of the PC resources (memory etc.) because this process will run for hours. Any suggestions?
    It would be very nice if somebody could give me some help with this.
    Kind regards,
    beam
    Attachments:
    program flow diagram.vi ‏11 KB

    The method you use to analyze your data is fine. The only thing I would watch out for is memory problems. If you keep with the numbers you gave earlier, 100 waveforms at 3000 pts/wfm, you will be transferring 2.4MBytes of data per set. This is way over the 1MByte buffer NI-SCOPE uses for data transfer. It will work, but it might be slow. If you have problems, switch to niScope Fetch WDT.vi for your acquisition and move it inside the loop. Before you call the fetch VI, set the record it will fetch by using the property node and setting Fetch->Fetch Record Number using your loop index.
    A couple of other performance tips I think you probably know. The graph inside the loop will slow you down a lot. In addition, the graph of all the data outside the loop will also take a fair amount of time (plotting 2.4MBytes of data). If you want to see just the last waveform, pop-up on the terminal going out of the loop and disable indexing so only the last waveform goes through, not all of them.
    Your analysis method should work fine. You may consider doing an I16 fetch instead of the WDT fetch you are currently using. This will reduce your memory usage by a factor of four, provided you don't immediately convert it to a double array. If your analysis is actually finding a max/min, this is faster on an integer array than a double. You can scale the integers using the numbers in the information cluster. It is much faster to scale one integer at the end than a whole array. That said, the I16 fetch is not particularly faster than the WDT fetch, just less memory. This choice will depend on your analysis.
    The min record length is the minimum number of points the device will acquire. The actual record length is different if the acquisition rate you ask for is not one of the acquisition rates the device is capable of. The acquisition rate is then coerced to the next highest rate and the record length increased so your acquisition time remains constant. This behavior is part of the IVI specification for digitizers. Using your VI as an example, you ask for 300kS/s acquisition rate and 800 data points. What you actually get is 300,300.3003 S/s and 801 data points. The sample rate is determined by an integer divisor from 100MHz, in this case 100,000,000/333. So, if you really want a certain number of data points, you need to set the sample rate to a physically realizeable one. Alternately, you can just fetch the number you want instead of all the points, realizing your sample window will be a bit shorter than you asked for.
    You are correct. To see anything in the records done, you need to delay. However, in this code, the records done output is really not doing anything. The fetch won't fetch until everything is done, so you know all is finished when your data shows up. I would just delete it. If you do want to put a delay in, wrap a sequence structure around the records done query. Add a frame before the current frame and drop a Wait (ms)delay into it. You can find this primitive in the timing and dialog palette. This is an example of when the sequence is actually useful. The delay VI has no good way of enforcing data flow, so the sequence does it.
    The way you have implemented it, you don't need to poll acquisition status. To get acquisition status, use niScope Acquisition Status.vi. You would put this in a WHILE loop before your acquire and exit the WHILE loop when the acquisition was done (or an error occurred) to proceed to the acquisition. Make sure you also put an appropriate delay in the WHILE loop or it will eat your entire processor capacity. The delay should be based on how long you expect the acquisition to take.
    You should definitely put your fetch code in a subVI if you are going to call it more than once. LabVIEW makes it easy. Select the code you need to make into a subVI, then select Edit->Create SubVI. Don't forget to put an icon and documentation in the subVI. You will thank yourself later.
    Let me know if you have any more questions...
    This account is no longer active. Contact ShadesOfGray for current posts and information.

  • How do I auire data at every third pulse of an external trigger?

    I need to aquire 2048 data points where each one is triggered by the third pulse of an external trigger (TTL). Currently I can aquire 2048 data points where each is triggered by every pulse of an external trigger but I need to be able to do this at every third trigger pulse. It seems that I can't do this simply by entering "2" into the "skip count" input of the "Additional Trig Parameters' input of the "AI Start" VI. My attempt is in the VI titled TriggerScanA.
    Further more I will need to know the actual trigger scan rate for data analysis. This is also prooving difficult since even when I am triggering off every external trigger pulse the actual scan rate only returns zeros. My attempt is i
    n the VI entitled TriggerScanB.
    Thankyou.
    Attachments:
    Trigger_Scan_VI's.llb ‏211 KB

    Greetings,
    This sounds like an interesting application. I would suggest that you use your external pulse train as a scan clock, not as a start trigger. Furthermore, since you want to acquire data every third pulse, you will need to use one of your device's counters to divide-down this signal. To accomplish this task, you will need to configure the counter for pulse train generation with an external source - your external pulse train. You will then need to choose the correct "raw counts" to generate a pulse train with a frequency that is 1/3 of that of your external signal. I would suggest that you examine the example Generate Pulse Train (DAQ-STC).vi for this purpose. Now, you can perform a finite analog input acquisition of 2048 data points u
    sing this pulse train as your scan clock. Finally, to determine the frequency of your scan clock, you will need to us your device's other counter to perform a frequency measurement of either pulse train.
    I believe that this will be your best approach to accomplishing this task. Good luck with your application.
    Spencer S.

  • Does the external trigger of the 5152 count as a second channel?

    Hi everyone,
    The PXI-5152 digitizer is listed as providing a 2GS/s sampling rate (TIS) for one channel only.  My question is whether or not the External Trigger channel counts as a "second channel" when used during data acquisition.  If so, does this cause the maximum acheivable sampling rate to drop to 1GS/s for my data channel (CH 0)?
    My experience has been that this is the case, but I lack a smoking gun which explicitly states this.  When I use the external trigger to control data acquisition on Channel 0, I'm only ever able to acheive 1GS/s.  Am I making a mistake?
    I was hoping that the trigger port would act as a simple comparator.  If not, does this imply that the external trigger channel is being sampled at 1GS/s? 
    Many thanks,
    Jimmy

    Hi Jimmy,
    The External Trigger is not digitized and therefore is not a second channel. It is appropriate to consider it like a comparator.  It can be used as an analog trigger source for the TIS acquisition on channel 0 to achieve 1 channel at 2 GS/s.  I am not sure why you are only achieving 1 GS/s.
    I recommend starting with an example program such as "Configured Acquisition".  You can navigate to this example through the Example Finder, or by using your Start Menu and navigating to All Programs>>National Instruments>>NI-SCOPE>>Examples.  Select your preferred programming environment such as LabVIEW and locate Configured Acquisition.
    Once you have the example open try the following settings to achieve 2GS/s on ch0 triggered from the external trigger input. Set the sampling rate to 2GS/s, the channel to 0, check "TIS Enabled", and ensure that Enforce Realtime is also checked.  Set the trigger type to Edge, and the trigger source to the External Trigger.
    - Jennifer O.
    Product Support Engineer - High Speed Digitizers

  • Installation problem JDK 1.5 on Windows 2000 server

    I am trying to install the new J2SE Development Kit 5.0 for Windows 32 bit on a windows server 2000 computer with sp4. When I attempt to execute the file
    I get the following result
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x036eb514, pid=1872, tid=1592
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_10-b03 mixed mode)
    # Problematic frame:
    # C [awt.dll+0xb514]
    I see that the log file refers to Hot spot client 1.4.2 - I'll post the rest of log if necessary but thought I would try asking in case the solution is clear without the full log.
    I understand JDK 5.0 can be installed on windows 2000 server with service pack 3 or 4. Any help would be appreciated.
    Thank you.

    I've checked all these possibilities:
    (1) DLL's associated with JAVA - none other than 1.5
    (2) Path makes no reference to 1.4 anywhere
    (3) No othe java programs are listed in add/remove programs
    (4) no oracle product is installed
    (5) windows 2000 registry does not contain anything obviously associated with 1.4.2
    IS any Java product included automatically with Windows 2000 Service pack 4?
    Here is the full log file text:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x036eb514, pid=928, tid=1916
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_10-b03 mixed mode)
    # Problematic frame:
    # C [awt.dll+0xb514]
    --------------- T H R E A D ---------------
    Current thread (0x02c0a160): JavaThread "AWT-EventQueue-0" [_thread_in_native, id=1916]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00006ffd
    Registers:
    EAX=0x00001bf8, EBX=0x037bf638, ECX=0x0000001d, EDX=0x0000001d
    ESP=0x03a5f460, EBP=0x081471cd, ESI=0x000000f8, EDI=0x00000004
    EIP=0x036eb514, EFLAGS=0x00010202
    Top of Stack: (sp=0x03a5f460)
    0x03a5f460: fffffffc 02c0a1fc 037ae360 00000004
    0x03a5f470: 086c0e44 ffccffff 037bf5f8 037bf5b8
    0x03a5f480: 00000000 00000000 00000000 036e1a43
    0x03a5f490: 03a60000 00000038 00000278 00000189
    0x03a5f4a0: 00000278 03a5f514 037ae360 03a5f508
    0x03a5f4b0: 02c0a160 0c14c8f8 03a5f654 0c14c8b0
    0x03a5f4c0: 02b30a48 00000004 037ae360 00000000
    0x03a5f4d0: 02bdaf98 00000004 00000017 0000027c
    Instructions: (pc=0x036eb514)
    0x036eb504: 00 00 83 e6 f8 c1 e0 05 c1 e9 03 03 c6 03 d1 45
    0x036eb514: 8a 0c 82 8b 44 24 30 88 08 40 89 44 24 30 8b 44
    Stack: [0x03a20000,0x03a60000), sp=0x03a5f460, free space=253k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [awt.dll+0xb514]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.java2d.loops.Blit.Blit(Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Ljava/awt/Composite;Lsun/java2d/pipe/Region;IIIIII)V+0
    j sun.java2d.pipe.DrawImage.blitSurfaceData(Lsun/java2d/SunGraphics2D;Lsun/java2d/SurfaceData;Lsun/java2d/SurfaceData;Lsun/java2d/loops/SurfaceType;Lsun/java2d/loops/SurfaceType;IIIIIILjava/awt/Color;)V+89
    j sun.java2d.pipe.DrawImage.renderSurfaceData(Lsun/java2d/SunGraphics2D;Lsun/java2d/SurfaceData;Ljava/awt/Color;IIIIII)V+40
    j sun.java2d.pipe.DrawImage.copyImage(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IIIIIILjava/awt/Color;)Z+58
    j sun.java2d.pipe.DrawImage.copyImage(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IILjava/awt/Color;)Z+30
    j sun.java2d.pipe.DrawImage.copyImage(Lsun/java2d/SunGraphics2D;Ljava/awt/Image;IILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z+15
    j sun.java2d.SunGraphics2D.drawImage(Ljava/awt/Image;IILjava/awt/Color;Ljava/awt/image/ImageObserver;)Z+12
    j sun.java2d.SunGraphics2D.drawImage(Ljava/awt/Image;IILjava/awt/image/ImageObserver;)Z+7
    j javax.swing.JComponent.paintWithOffscreenBuffer(Ljavax/swing/JComponent;Ljava/awt/Graphics;IIIILjava/awt/Image;)V+223
    j javax.swing.JComponent.paintDoubleBuffered(Ljavax/swing/JComponent;Ljava/awt/Component;Ljava/awt/Graphics;IIII)Z+131
    j javax.swing.JComponent.paint(Ljava/awt/Graphics;)V+208
    j java.awt.GraphicsCallback$PaintCallback.run(Ljava/awt/Component;Ljava/awt/Graphics;)V+2
    j sun.awt.SunGraphicsCallback.runOneComponent(Ljava/awt/Component;Ljava/awt/Rectangle;Ljava/awt/Graphics;Ljava/awt/Shape;I)V+155
    j sun.awt.SunGraphicsCallback.runComponents([Ljava/awt/Component;Ljava/awt/Graphics;I)V+101
    j java.awt.Container.paint(Ljava/awt/Graphics;)V+62
    j sun.awt.RepaintArea.paint(Ljava/lang/Object;Z)V+324
    j sun.awt.windows.WComponentPeer.handleEvent(Ljava/awt/AWTEvent;)V+63
    j java.awt.Component.dispatchEventImpl(Ljava/awt/AWTEvent;)V+552
    j java.awt.Container.dispatchEventImpl(Ljava/awt/AWTEvent;)V+42
    j java.awt.Window.dispatchEventImpl(Ljava/awt/AWTEvent;)V+19
    j java.awt.Component.dispatchEvent(Ljava/awt/AWTEvent;)V+2
    j java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+41
    j java.awt.EventDispatchThread.pumpOneEventForHierarchy(ILjava/awt/Component;)Z+169
    j java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+26
    j java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
    j java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
    j java.awt.EventDispatchThread.run()V+9
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x02c0a160 JavaThread "AWT-EventQueue-0" [_thread_in_native, id=1916]
    0x02ca9fc0 JavaThread "AWT-Shutdown" [_thread_blocked, id=1924]
    0x02b2e4a8 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1944]
    0x02b153e0 JavaThread "Image Fetcher 2" daemon [_thread_blocked, id=1984]
    0x02a94bd8 JavaThread "Image Fetcher 1" daemon [_thread_blocked, id=1776]
    0x02aa9da8 JavaThread "Image Fetcher 0" daemon [_thread_blocked, id=568]
    0x02a8d0d0 JavaThread "AWT-Windows" daemon [_thread_in_native, id=1276]
    0x009b9240 JavaThread "Thread-0" [_thread_in_native, id=1812]
    0x02b83db8 JavaThread "wizard.main" [_thread_blocked, id=1708]
    0x0023e378 JavaThread "CompilerThread0" daemon [_thread_blocked, id=2056]
    0x0091e130 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=2052]
    0x0091bb58 JavaThread "Finalizer" daemon [_thread_blocked, id=936]
    0x0091a780 JavaThread "Reference Handler" daemon [_thread_blocked, id=932]
    0x00236898 JavaThread "main" [_thread_blocked, id=1816]
    Other Threads:
    0x00959358 VMThread [id=1460]
    0x0095a008 WatcherThread [id=2044]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 1408K, used 474K [0x08140000, 0x082c0000, 0x085d0000)
    eden space 1280K, 29% used [0x08140000, 0x0819f868, 0x08280000)
    from space 128K, 71% used [0x082a0000, 0x082b6fb0, 0x082c0000)
    to space 128K, 0% used [0x08280000, 0x08280000, 0x082a0000)
    tenured generation total 18944K, used 3398K [0x085d0000, 0x09850000, 0x0bd40000)
    the space 18944K, 17% used [0x085d0000, 0x08921ab8, 0x08921c00, 0x09850000)
    compacting perm gen total 6144K, used 6083K [0x0bd40000, 0x0c340000, 0x0fd40000)
    the space 6144K, 99% used [0x0bd40000, 0x0c330c48, 0x0c330e00, 0x0c340000)
    Dynamic libraries:
    0x00400000 - 0x0040b000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\bin\java.exe
    0x77f80000 - 0x77ffc000      C:\WINNT\system32\ntdll.dll
    0x7c2d0000 - 0x7c335000      C:\WINNT\system32\ADVAPI32.dll
    0x7c570000 - 0x7c623000      C:\WINNT\system32\KERNEL32.dll
    0x77d30000 - 0x77da8000      C:\WINNT\system32\RPCRT4.dll
    0x78000000 - 0x78045000      C:\WINNT\system32\MSVCRT.dll
    0x08000000 - 0x0813e000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\bin\client\jvm.dll
    0x77e10000 - 0x77e79000      C:\WINNT\system32\USER32.dll
    0x77f40000 - 0x77f7c000      C:\WINNT\system32\GDI32.dll
    0x77570000 - 0x775a0000      C:\WINNT\system32\WINMM.dll
    0x10000000 - 0x10007000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\bin\hpi.dll
    0x690a0000 - 0x690ab000      C:\WINNT\system32\PSAPI.DLL
    0x007c0000 - 0x007ce000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\bin\verify.dll
    0x007d0000 - 0x007e9000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\bin\java.dll
    0x007f0000 - 0x007fe000      C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\bin\zip.dll
    0x03050000 - 0x0305f000      C:\Documents and Settings\Administrator\Local Settings\Temp\LRE4.tmp\bin\net.dll
    0x75030000 - 0x75044000      C:\WINNT\system32\WS2_32.dll
    0x75020000 - 0x75028000      C:\WINNT\system32\WS2HELP.DLL
    0x782c0000 - 0x782cc000      C:\WINNT\System32\rnr20.dll
    0x77980000 - 0x779a4000      C:\WINNT\system32\DNSAPI.DLL
    0x75050000 - 0x75058000      C:\WINNT\system32\WSOCK32.dll
    0x77340000 - 0x77353000      C:\WINNT\system32\iphlpapi.dll
    0x77520000 - 0x77525000      C:\WINNT\system32\ICMP.DLL
    0x77320000 - 0x77337000      C:\WINNT\system32\MPRAPI.DLL
    0x75150000 - 0x75160000      C:\WINNT\system32\SAMLIB.DLL
    0x7cdc0000 - 0x7ce13000      C:\WINNT\system32\NETAPI32.DLL
    0x751c0000 - 0x751c6000      C:\WINNT\system32\NETRAP.dll
    0x77bf0000 - 0x77c01000      C:\WINNT\system32\NTDSAPI.dll
    0x77950000 - 0x7797b000      C:\WINNT\system32\WLDAP32.DLL
    0x7c340000 - 0x7c34f000      C:\WINNT\system32\SECUR32.DLL
    0x7ce20000 - 0x7cf0f000      C:\WINNT\system32\OLE32.DLL
    0x779b0000 - 0x77a4b000      C:\WINNT\system32\OLEAUT32.DLL
    0x773b0000 - 0x773df000      C:\WINNT\system32\ACTIVEDS.DLL
    0x77380000 - 0x773a3000      C:\WINNT\system32\ADSLDPC.DLL
    0x77830000 - 0x7783e000      C:\WINNT\system32\RTUTILS.DLL
    0x77880000 - 0x7790e000      C:\WINNT\system32\SETUPAPI.DLL
    0x7c0f0000 - 0x7c154000      C:\WINNT\system32\USERENV.DLL
    0x774e0000 - 0x77514000      C:\WINNT\system32\RASAPI32.DLL
    0x774c0000 - 0x774d1000      C:\WINNT\system32\rasman.dll
    0x77530000 - 0x77552000      C:\WINNT\system32\TAPI32.dll
    0x71710000 - 0x71794000      C:\WINNT\system32\COMCTL32.DLL
    0x70a70000 - 0x70ad6000      C:\WINNT\system32\SHLWAPI.DLL
    0x77360000 - 0x77379000      C:\WINNT\system32\DHCPCSVC.DLL
    0x777e0000 - 0x777e8000      C:\WINNT\System32\winrnr.dll
    0x777f0000 - 0x777f5000      C:\WINNT\system32\rasadhlp.dll
    0x03560000 - 0x0358d000      C:\Documents and Settings\Administrator\Local Settings\Temp\ismp001\win32ppk.dll
    0x7cf30000 - 0x7d175000      C:\WINNT\system32\SHELL32.dll
    0x75e60000 - 0x75e7a000      C:\WINNT\system32\IMM32.dll
    0x77820000 - 0x77827000      C:\WINNT\system32\VERSION.dll
    0x759b0000 - 0x759b6000      C:\WINNT\system32\LZ32.DLL
    0x036e0000 - 0x037f3000      C:\Documents and Settings\Administrator\Local Settings\Temp\LRE4.tmp\bin\awt.dll
    0x77800000 - 0x7781e000      C:\WINNT\system32\WINSPOOL.DRV
    0x76620000 - 0x76631000      C:\WINNT\system32\MPR.DLL
    0x03800000 - 0x03851000      C:\Documents and Settings\Administrator\Local Settings\Temp\LRE4.tmp\bin\fontmanager.dll
    VM Arguments:
    jvm_args: -Dsun.java2d.noddraw=true -Dtemp.dir=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp -Dis.jvm.home=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp -Dis.jvm.temp=1 -Dis.media.home=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE5.tmp\setup.jar -Dis.launcher.file=C:\Downloads\JDK 1.5 Update 6\jdk-1_5_0_06-nb-4_1-win-ml.exe -Dis.jvm.file=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp\jvm -Dis.external.home=C:\Downloads\JDK 1.5 Update 6 -Xms20m -Xmx60m
    java_command: run
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\LRE4.tmp
    PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem;C:\Program Files\Microsoft SQL Server\80\Tools\BINN;
    USERNAME=Administrator
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 7 Stepping 3, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows 2000 Build 2195 Service Pack 4
    CPU:total 1 family 6, cmov, cx8, fxsr, mmx, sse
    Memory: 4k page, physical 261668k(84712k free), swap 436140k(257692k free)
    vm_info: Java HotSpot(TM) Client VM (1.4.2_10-b03) for windows-x86, built on Oct 10 2005 14:53:46 by "java_re" with MS VC++ 6.0

  • Portege 3440 - Can't install Windows 2000

    Hello friends :)
    I have problem with installation Windows 2000 on Portege 3440.
    I was running installation Windows 2000 with FDD USBB (with driver for CD-ROM PCMCIA) and CD-ROM PCMCIA. All was ok to moment when I entered to winnt" on q.
    During installation without partition on HDD was appeared information on blue background: "could not find a place for a swap file. With partition (FAT32, 6GB): " Setup was unable to install Windows Boot Loader. Ensure that your C: drive is formatted and that drive is not damaged." I was tried with three other HDDss.
    What I must do to install this system? (Same users don't have such communiques)
    Thanks for help
    Adrian

    so your harddisk isn't bootable ...?
    Most likely there is a problem with the MBR ( = master boot record )
    Do the following :
    *Download BootIt NG ( free, use google ) and transfer it to a bootable diskette
    *Start up with your FDD, run ( do not install ! ) BootIt NG, delete the MBR, make a newMBR and format your HD to fat32
    then :
    *start-up with the fdd-DOS-bootdisk and transfer the DOS-system files to the HD with the command : *sys c:*
    *remove all peripherals ( the fdd and the pcmcia-cdrom ) and reboot, your PC should boot with the DOS-files
    *if so : transfer the i386 dir from the W2K-install-CD to the HD again ( may be done on another PC )
    *boot again with the HD, with no external drives connected
    *go to the i386 dir and start winnt.exe ;
    commands :
    *cd i386*
    *winnt*
    if this method isn't succesfull, I presume there must be a hardware-problem with the HD

  • Java 5 Hotspot VM crash on Windows 2000 Server, 2000 Pro and XP pro

    Hello,
    We have had the following recurring error on different machines with Java 5, running one of our mission critical systems.
    It seems to be a problem connected with AWT and "SafepointBlob" whatever that is.
    Has anybody seen this kind of thing before? Does anybody know what the solution is?
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_FLT_STACK_CHECK (0xc0000092) at pc=0x00a70b98, pid=3232, tid=1636
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_05-b05 mixed mode)
    # Problematic frame:
    # v ~SafepointBlob
    --------------- T H R E A D ---------------
    Current thread (0x38f73788): JavaThread "AWT-Windows" daemon [_thread_in_Java, id=1636]
    siginfo: ExceptionCode=0xc0000092, ExceptionInformation=0x00000000 0x3921f8d8
    Registers:
    EAX=0x00000000, EBX=0x00000000, ECX=0x066f7898, EDX=0x009c1e34
    ESP=0x3921f8d8, EBP=0x3921f9b0, ESI=0x00000001, EDI=0x00000000
    EIP=0x00a70b98, EFLAGS=0x00010206
    Top of Stack: (sp=0x3921f8d8)
    0x3921f8d8: 00000000 00000024 0006f284 00000000
    0x3921f8e8: 00000024 0006f284 0006f1bc 77fcae15
    0x3921f8f8: 00230778 00000000 38f73788 38f65540
    0x3921f908: 0006f284 32f77c08 00000000 00230178
    0x3921f918: ffff1372 ffff0000 ffffffff 00000000
    0x3921f928: 00000000 00000000 ffff0000 ff98e0a0
    0x3921f938: ff98e0a0 0000ffff 00000000 ffff0000
    0x3921f948: 00df009f 00fe0097 009fffff 009700df
    Instructions: (pc=0x00a70b98)
    0x00a70b88: 83 ec 6c dd 34 24 9b d9 24 24 83 ec 40 dd 1c 24
    0x00a70b98: dd 5c 24 08 dd 5c 24 10 dd 5c 24 18 dd 5c 24 20
    Stack: [0x391e0000,0x39220000), sp=0x3921f8d8, free space=254k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    v ~SafepointBlob
    J sun.awt.AWTAutoShutdown.setToolkitBusy(Z)V
    J sun.awt.AWTAutoShutdown.notifyToolkitThreadFree()V
    v ~StubRoutines::call_stub
    V [jvm.dll+0x8295c]
    V [jvm.dll+0xd752e]
    V [jvm.dll+0x8282d]
    V [jvm.dll+0x89917]
    C [awt.dll+0xbd875]
    j sun.awt.windows.WToolkit.eventLoop()V+0
    j sun.awt.windows.WToolkit.run()V+69
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    V [jvm.dll+0x8295c]
    V [jvm.dll+0xd752e]
    V [jvm.dll+0x8282d]
    V [jvm.dll+0x8258a]
    V [jvm.dll+0x9d476]
    V [jvm.dll+0x1042ae]
    V [jvm.dll+0x10427c]
    C [MSVCRT.dll+0x85bc]
    C [KERNEL32.dll+0xb388]
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x38fee788 JavaThread "Thread-120" [_thread_blocked, id=2616]
    0x38e48478 JavaThread "Thread-119" [_thread_blocked, id=2620]
    0x38e47668 JavaThread "Thread-118" [_thread_blocked, id=2624]
    0x38e46b28 JavaThread "Thread-117" [_thread_blocked, id=2628]
    0x38e45d98 JavaThread "Thread-116" [_thread_blocked, id=2632]
    0x38c085d8 JavaThread "Thread-115" [_thread_blocked, id=2636]
    0x38c07870 JavaThread "Thread-114" [_thread_blocked, id=2640]
    0x38c06e18 JavaThread "Thread-113" [_thread_blocked, id=2644]
    0x3a02f5a0 JavaThread "Thread-112" [_thread_blocked, id=2648]
    0x3a02f418 JavaThread "Thread-111" [_thread_blocked, id=2652]
    0x38e51d60 JavaThread "Thread-110" [_thread_blocked, id=2656]
    0x38e4fb80 JavaThread "Thread-109" [_thread_blocked, id=2660]
    0x38e4efb8 JavaThread "Thread-108" [_thread_blocked, id=2664]
    0x38e4e150 JavaThread "Thread-107" [_thread_blocked, id=2668]
    0x38e4d588 JavaThread "Thread-106" [_thread_blocked, id=2672]
    0x38e4c720 JavaThread "Thread-105" [_thread_blocked, id=2676]
    0x38e4bb58 JavaThread "Thread-104" [_thread_blocked, id=2680]
    0x38e450f8 JavaThread "Thread-103" [_thread_blocked, id=2684]
    0x38e44d58 JavaThread "Thread-102" [_thread_blocked, id=2688]
    0x38e43410 JavaThread "Thread-101" [_thread_blocked, id=2692]
    0x3a01f418 JavaThread "Thread-100" [_thread_blocked, id=2696]
    0x38e48790 JavaThread "Thread-99" [_thread_blocked, id=2700]
    0x38e407f8 JavaThread "Thread-98" [_thread_blocked, id=2708]
    0x38e3fc30 JavaThread "Thread-97" [_thread_blocked, id=2712]
    0x38e3edc8 JavaThread "Thread-96" [_thread_blocked, id=2716]
    0x38e3e200 JavaThread "Thread-95" [_thread_blocked, id=2720]
    0x38e3d398 JavaThread "Thread-94" [_thread_blocked, id=2728]
    0x38e3c7d0 JavaThread "Thread-93" [_thread_blocked, id=2732]
    0x38e3b968 JavaThread "Thread-92" [_thread_blocked, id=2736]
    0x38e3ada0 JavaThread "Thread-91" [_thread_blocked, id=2740]
    0x38e39ff8 JavaThread "Thread-90" [_thread_blocked, id=2744]
    0x38e36b90 JavaThread "Thread-89" [_thread_blocked, id=2748]
    0x38e35d70 JavaThread "Thread-88" [_thread_blocked, id=2752]
    0x38e2e768 JavaThread "Thread-87" [_thread_blocked, id=2756]
    0x38e2dba0 JavaThread "Thread-86" [_thread_blocked, id=2760]
    0x38e2cff0 JavaThread "Thread-85" [_thread_blocked, id=2764]
    0x38c09018 JavaThread "Thread-84" [_thread_blocked, id=1920]
    0x38e2c188 JavaThread "Thread-83" [_thread_blocked, id=2992]
    0x38e31870 JavaThread "Thread-82" [_thread_blocked, id=2724]
    0x38e30aa8 JavaThread "Thread-81" [_thread_blocked, id=1776]
    0x38e33c08 JavaThread "Thread-80" [_thread_blocked, id=1728]
    0x38e32db8 JavaThread "Thread-79" [_thread_blocked, id=1772]
    0x38e322e0 JavaThread "Thread-78" [_thread_blocked, id=1764]
    0x38e34af0 JavaThread "Thread-77" [_thread_blocked, id=1760]
    0x39092a20 JavaThread "Thread-76" [_thread_blocked, id=3180]
    0x38d4bc90 JavaThread "Thread-75" [_thread_blocked, id=1836]
    0x38e0e8d8 JavaThread "Thread-74" [_thread_blocked, id=1820]
    0x38e2b4e0 JavaThread "Thread-73" [_thread_blocked, id=1756]
    0x3a07e410 JavaThread "Thread-72" [_thread_blocked, id=1144]
    0x39fe8d68 JavaThread "Thread-71" [_thread_blocked, id=1768]
    0x39fe81a0 JavaThread "Thread-70" [_thread_blocked, id=592]
    0x39fe7410 JavaThread "Thread-69" [_thread_blocked, id=880]
    0x39fd6708 JavaThread "Thread-68" [_thread_blocked, id=328]
    0x39fd62a8 JavaThread "Thread-67" [_thread_blocked, id=1128]
    0x38d811a0 JavaThread "Thread-66" [_thread_blocked, id=676]
    0x38d86418 JavaThread "Thread-65" [_thread_blocked, id=1928]
    0x3a025ce8 JavaThread "Implied and Derived Price Calculator (Gas Heating Oil Settlement)" [_thread_blocked, id=316]
    0x38dc9de8 JavaThread "Implied and Derived Price Calculator (Gas Heating Oil)" [_thread_blocked, id=428]
    0x38de8dd0 JavaThread "Implied and Derived Price Calculator (Brent Crude Settlement)" [_thread_blocked, id=1116]
    0x3a3392a0 JavaThread "Implied and Derived Price Calculator (Brent Crude)" [_thread_blocked, id=3228]
    0x3a07f7e8 JavaThread "Implied and Derived Price Calculator (White Sugar)" [_thread_blocked, id=1808]
    0x39fa8688 JavaThread "Implied and Derived Price Calculator (Robusta Coffee)" [_thread_blocked, id=1080]
    0x3911c230 JavaThread "Implied and Derived Price Calculator (Cocoa)" [_thread_blocked, id=2264]
    0x38db0e60 JavaThread "Thread-60" [_thread_blocked, id=3136]
    0x38db0b88 JavaThread "Thread-59" [_thread_blocked, id=3140]
    0x38d968c8 JavaThread "Thread-58" [_thread_blocked, id=3144]
    0x38d96648 JavaThread "Thread-57" [_thread_blocked, id=3148]
    0x38d98310 JavaThread "Thread-56" [_thread_blocked, id=3152]
    0x38d97d80 JavaThread "Thread-55" [_thread_blocked, id=3156]
    0x390a4c18 JavaThread "Thread-54" [_thread_blocked, id=3160]
    0x38d93818 JavaThread "Thread-53" [_thread_blocked, id=3164]
    0x3908b410 JavaThread "Thread-52" [_thread_blocked, id=3168]
    0x38d96fe8 JavaThread "Thread-51" [_thread_blocked, id=3172]
    0x38d5c728 JavaThread "Thread-49" [_thread_blocked, id=3184]
    0x38d5c3a0 JavaThread "Thread-48" [_thread_blocked, id=3188]
    0x38d5ac68 JavaThread "Thread-47" [_thread_blocked, id=3192]
    0x38d5a8e0 JavaThread "Thread-46" [_thread_blocked, id=3196]
    0x38d59298 JavaThread "Thread-45" [_thread_blocked, id=3200]
    0x38d58728 JavaThread "Thread-44" [_thread_blocked, id=3204]
    0x38d838c8 JavaThread "Thread-43" [_thread_blocked, id=3208]
    0x38d82da8 JavaThread "Thread-42" [_thread_blocked, id=3212]
    0x38d81fe8 JavaThread "Thread-41" [_thread_blocked, id=3216]
    0x38d81500 JavaThread "Thread-40" [_thread_blocked, id=300]
    0x38d7ef50 JavaThread "Thread-38" [_thread_blocked, id=820]
    0x38d7de50 JavaThread "Thread-37" [_thread_blocked, id=1036]
    0x38da26e8 JavaThread "Thread-36" [_thread_blocked, id=480]
    0x38da24d8 JavaThread "Thread-35" [_thread_blocked, id=1880]
    0x38da1008 JavaThread "Thread-34" [_thread_blocked, id=1924]
    0x38d4ae48 JavaThread "Thread-33" [_thread_blocked, id=2100]
    0x38d80c38 JavaThread "Thread-32" [_thread_blocked, id=1832]
    0x39068a48 JavaThread "Thread-31" [_thread_blocked, id=1800]
    0x39068008 JavaThread "Thread-30" [_thread_blocked, id=1824]
    0x38d5df00 JavaThread "Thread-29" [_thread_blocked, id=1840]
    0x38d477f0 JavaThread "Thread-27" [_thread_blocked, id=1848]
    0x38d47588 JavaThread "Thread-26" [_thread_blocked, id=1828]
    0x38d2f6b0 JavaThread "Thread-25" [_thread_blocked, id=1936]
    0x38d2ec38 JavaThread "Thread-24" [_thread_blocked, id=1868]
    0x38d2df20 JavaThread "Thread-23" [_thread_blocked, id=2060]
    0x38d2dcb8 JavaThread "Thread-22" [_thread_blocked, id=1860]
    0x38d53da0 JavaThread "Thread-21" [_thread_blocked, id=2096]
    0x38d53b38 JavaThread "Thread-20" [_thread_blocked, id=1948]
    0x38d52008 JavaThread "Thread-19" [_thread_blocked, id=1788]
    0x38d87f20 JavaThread "Thread-18" [_thread_blocked, id=1844]
    0x39081270 JavaThread "Thread-15" [_thread_blocked, id=1912]
    0x39081008 JavaThread "Thread-14" [_thread_blocked, id=1888]
    0x38d30c38 JavaThread "Thread-13" [_thread_blocked, id=1904]
    0x3909bd58 JavaThread "Thread-12" [_thread_blocked, id=1900]
    0x38d4c7a8 JavaThread "Thread-11" [_thread_blocked, id=1896]
    0x38d4cb48 JavaThread "Thread-10" [_thread_blocked, id=1916]
    0x38d914f0 JavaThread "Thread-9" [_thread_blocked, id=1892]
    0x38d92148 JavaThread "Thread-8" [_thread_blocked, id=1792]
    0x38d92628 JavaThread "Thread-7" [_thread_blocked, id=1872]
    0x38d92e38 JavaThread "Thread-6" [_thread_blocked, id=1224]
    0x38c481a0 JavaThread "Timer-0" [_thread_blocked, id=1708]
    0x38c23108 JavaThread "HeartBeat Checker" [_thread_blocked, id=1284]
    0x38bad3d0 JavaThread "RiskManager Event Propagator" [_thread_blocked, id=1864]
    0x38bac780 JavaThread "OrderStatus processor" [_thread_blocked, id=932]
    0x38c262d0 JavaThread "Order Event Propagator" [_thread_blocked, id=1716]
    0x38c3cbf0 JavaThread "Data message processor" [_thread_blocked, id=1932]
    0x38c3ca68 JavaThread "RiskManager Event Propagator" [_thread_blocked, id=1724]
    0x38c3ce70 JavaThread "Position Event Propagator" [_thread_blocked, id=1280]
    0x38baab88 JavaThread "Exchange Rate Propagator" [_thread_blocked, id=1448]
    0x38bde210 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=1720]
    0x38fb5d48 JavaThread "Market Event Propagator" [_thread_in_vm, id=1664]
    0x38cf1008 JavaThread "Ping Sender" [_thread_blocked, id=1704]
    0x38cf9538 JavaThread "Statistics Updater" [_thread_blocked, id=2768]
    0x39033a70 JavaThread "Message Listener" [_thread_in_native, id=1700]
    0x39033840 JavaThread "Message Sender" [_thread_blocked, id=1672]
    0x38fabe68 JavaThread "Message Event Propagator" [_thread_in_vm, id=2772]
    0x3900a8b0 JavaThread "TimerQueue" daemon [_thread_blocked, id=1696]
    0x38f8a7e0 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1656]
    0x002366b8 JavaThread "DestroyJavaVM" [_thread_blocked, id=1456]
    0x38fac588 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=1648]
    =>0x38f73788 JavaThread "AWT-Windows" daemon [_thread_in_Java, id=1636]
    0x38e8c490 JavaThread "AWT-Shutdown" [_thread_blocked, id=1640]
    0x009cd4a8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1680]
    0x009cbfb0 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1692]
    0x009cb218 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1712]
    0x009c25d8 JavaThread "Finalizer" daemon [_thread_blocked, id=1688]
    0x009c10e8 JavaThread "Reference Handler" daemon [_thread_blocked, id=1676]
    Other Threads:
    0x009bcfc0 VMThread [id=1684]
    0x009e82b0 WatcherThread [id=1668]
    VM state:synchronizing (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x00235c08/0x00000320] Safepoint_lock - owner thread: 0x009bcfc0
    [0x00235c40/0x00000318] Threads_lock - owner thread: 0x009bcfc0
    [0x00235e08/0x000002dc] Heap_lock - owner thread: 0x38fac588
    Heap
    def new generation total 5248K, used 4935K [0x02a90000, 0x03040000, 0x065a0000)
    eden
    [error occurred during error reporting, step 190, id 0xc0000092]
    Dynamic libraries:
    0x00400000 - 0x0040c000      c:\program files\java\jre1.5.0_05\bin\java.exe
    0x77f80000 - 0x77ffc000      C:\WINNT\system32\ntdll.dll
    0x7c2d0000 - 0x7c335000      C:\WINNT\system32\ADVAPI32.dll
    0x7c570000 - 0x7c623000      C:\WINNT\system32\KERNEL32.dll
    0x77d30000 - 0x77da8000      C:\WINNT\system32\RPCRT4.dll
    0x78000000 - 0x78045000      C:\WINNT\system32\MSVCRT.dll
    0x6d640000 - 0x6d7cc000      c:\program files\java\jre1.5.0_05\bin\client\jvm.dll
    0x77e10000 - 0x77e79000      C:\WINNT\system32\USER32.dll
    0x77f40000 - 0x77f7f000      C:\WINNT\system32\GDI32.dll
    0x77570000 - 0x775a0000      C:\WINNT\system32\WINMM.dll
    0x6d280000 - 0x6d288000      c:\program files\java\jre1.5.0_05\bin\hpi.dll
    0x690a0000 - 0x690ab000      C:\WINNT\system32\PSAPI.DLL
    0x6d610000 - 0x6d61c000      c:\program files\java\jre1.5.0_05\bin\verify.dll
    0x6d300000 - 0x6d31d000      c:\program files\java\jre1.5.0_05\bin\java.dll
    0x6d630000 - 0x6d63f000      c:\program files\java\jre1.5.0_05\bin\zip.dll
    0x6d000000 - 0x6d167000      C:\Program Files\Java\jre1.5.0_05\bin\awt.dll
    0x77800000 - 0x7781e000      C:\WINNT\system32\WINSPOOL.DRV
    0x76620000 - 0x76631000      C:\WINNT\system32\MPR.DLL
    0x75e60000 - 0x75e7a000      C:\WINNT\system32\IMM32.dll
    0x7ce20000 - 0x7cf21000      C:\WINNT\system32\ole32.dll
    0x39220000 - 0x3922e000      C:\Program Files\JS Pager\CBT.dll
    0x779b0000 - 0x77a4b000      C:\WINNT\system32\oleaut32.dll
    0x6e420000 - 0x6e426000      C:\WINNT\system32\INDICDLL.dll
    0x6d240000 - 0x6d27d000      C:\Program Files\Java\jre1.5.0_05\bin\fontmanager.dll
    0x7cf30000 - 0x7d186000      C:\WINNT\system32\shell32.dll
    0x71710000 - 0x71794000      C:\WINNT\system32\COMCTL32.dll
    0x70a70000 - 0x70ad6000      C:\WINNT\system32\SHLWAPI.dll
    0x6d4c0000 - 0x6d4d3000      C:\Program Files\Java\jre1.5.0_05\bin\net.dll
    0x75030000 - 0x75044000      C:\WINNT\system32\WS2_32.dll
    0x75020000 - 0x75028000      C:\WINNT\system32\WS2HELP.DLL
    0x6d4e0000 - 0x6d4e9000      C:\Program Files\Java\jre1.5.0_05\bin\nio.dll
    0x39910000 - 0x39915000      C:\PCD32\pcihooks.dll
    0x782c0000 - 0x782cc000      C:\WINNT\System32\rnr20.dll
    0x77980000 - 0x779a4000      C:\WINNT\system32\DNSAPI.DLL
    0x75050000 - 0x75058000      C:\WINNT\system32\WSOCK32.dll
    0x77340000 - 0x77353000      C:\WINNT\system32\iphlpapi.dll
    0x77520000 - 0x77525000      C:\WINNT\system32\ICMP.DLL
    0x77320000 - 0x77337000      C:\WINNT\system32\MPRAPI.DLL
    0x75150000 - 0x75160000      C:\WINNT\system32\SAMLIB.DLL
    0x7cdc0000 - 0x7ce13000      C:\WINNT\system32\NETAPI32.DLL
    0x751c0000 - 0x751c6000      C:\WINNT\system32\NETRAP.dll
    0x77bf0000 - 0x77c01000      C:\WINNT\system32\NTDSAPI.dll
    0x77950000 - 0x7797b000      C:\WINNT\system32\WLDAP32.DLL
    0x7c340000 - 0x7c34f000      C:\WINNT\system32\SECUR32.DLL
    0x773b0000 - 0x773df000      C:\WINNT\system32\ACTIVEDS.DLL
    0x77380000 - 0x773a3000      C:\WINNT\system32\ADSLDPC.DLL
    0x77830000 - 0x7783e000      C:\WINNT\system32\RTUTILS.DLL
    0x77880000 - 0x7790e000      C:\WINNT\system32\SETUPAPI.DLL
    0x7c0f0000 - 0x7c154000      C:\WINNT\system32\USERENV.DLL
    0x774e0000 - 0x77514000      C:\WINNT\system32\RASAPI32.DLL
    0x774c0000 - 0x774d1000      C:\WINNT\system32\rasman.dll
    0x77530000 - 0x77552000      C:\WINNT\system32\TAPI32.dll
    0x77360000 - 0x77379000      C:\WINNT\system32\DHCPCSVC.DLL
    0x777e0000 - 0x777e8000      C:\WINNT\System32\winrnr.dll
    0x777f0000 - 0x777f5000      C:\WINNT\system32\rasadhlp.dll
    0x74fd0000 - 0x74fee000      C:\WINNT\system32\msafd.dll
    0x75010000 - 0x75017000      C:\WINNT\System32\wshtcpip.dll
    0x6d470000 - 0x6d495000      C:\Program Files\Java\jre1.5.0_05\bin\jsound.dll
    0x6d4a0000 - 0x6d4a7000      C:\Program Files\Java\jre1.5.0_05\bin\jsoundds.dll
    0x51080000 - 0x510d8000      C:\WINNT\system32\DSOUND.dll
    0x77820000 - 0x77827000      C:\WINNT\system32\VERSION.dll
    0x759b0000 - 0x759b6000      C:\WINNT\system32\LZ32.DLL
    0x7c950000 - 0x7c9e0000      C:\WINNT\system32\CLBCATQ.DLL
    0x77840000 - 0x7787e000      C:\WINNT\system32\cscui.dll
    0x770c0000 - 0x770e3000      C:\WINNT\system32\CSCDLL.DLL
    0x76df0000 - 0x76e01000      C:\WINNT\system32\mydocs.dll
    0x3a840000 - 0x3a98a000      C:\WINNT\system32\SHDOCVW.DLL
    0x75160000 - 0x7516c000      C:\WINNT\System32\ntlanman.dll
    0x75210000 - 0x75225000      C:\WINNT\System32\NETUI0.dll
    0x751d0000 - 0x75208000      C:\WINNT\System32\NETUI1.dll
    VM Arguments:
    jvm_args: -Xms64m -Xmx768m -Djavax.swing.adjustPopupLocationToFit=false -Dsun.java2d.noddraw=true
    java_command: star.client.gui.Startup
    Environment Variables:
    PATH=C:\WINNT\system32;C:\WINNT;C:\WINNT\System32\Wbem
    USERNAME=Administrator
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 7, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows 2000 Build 2195 Service Pack 4
    CPU:total 2 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 1047984k(567712k free), swap 2034812k(1607528k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_05-b05) for windows-x86, built on Aug 26 2005 15:36:02 by "java_re" with MS VC++ 6.0

    Hello, I have a similar error message when i`m tryinng to access to my ODBC database with pentaho, a JDBC aplication. This is my error:
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_FLT_STACK_CHECK (0xc0000092) at pc=0x00b30c58, pid=4540, tid=3068
    # Java VM: Java HotSpot(TM) Client VM (1.5.0_08-b03 mixed mode)
    # Problematic frame:
    # v ~SafepointBlob
    --------------- T H R E A D ---------------
    Current thread (0x173b6578): JavaThread "Thread-14" daemon [_thread_in_Java, id=3068]
    siginfo: ExceptionCode=0xc0000092, ExceptionInformation=0x00000000 0x17dff8a8
    Registers:
    EAX=0x173b6578, EBX=0x173b6578, ECX=0x17dff930, EDX=0x7c91eb94
    ESP=0x17dff8a8, EBP=0x17dff980, ESI=0x00000003, EDI=0x173b6578
    EIP=0x00b30c58, EFLAGS=0x00010202
    Top of Stack: (sp=0x17dff8a8)
    0x17dff8a8: 1745ae60 0000007a 06c7e658 06af29b0
    0x17dff8b8: 00a41fd8 6d7fa3b1 00a41fd8 16d6bc7c
    0x17dff8c8: 00000000 00000001 00000001 17caefc0
    0x17dff8d8: 6d80683c 1745ae50 00000000 00000001
    0x17dff8e8: ffff027a ffff0000 ffffffff 00b2fc11
    0x17dff8f8: 05c0001b 17dff858 ffff0023 173b6180
    0x17dff908: 0000001d 00090009 00090003 00090004
    0x17dff918: 00070009 ffffffff 000f0000 778c0000
    Instructions: (pc=0x00b30c58)
    0x00b30c48: 83 ec 6c dd 34 24 9b d9 24 24 83 ec 40 dd 1c 24
    0x00b30c58: dd 5c 24 08 dd 5c 24 10 dd 5c 24 18 dd 5c 24 20
    Stack: [0x17dc0000,0x17e00000), sp=0x17dff8a8, free space=254k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    v ~SafepointBlob
    J java.awt.EventQueue.postEvent(Ljava/awt/AWTEvent;)V
    j java.awt.EventQueue.invokeAndWait(Ljava/lang/Runnable;)V+46
    j org.pentaho.reportdesigner.crm.report.datasetplugin.multidataset.MultiDataSetReportElementConfigurator$12$1.run()V+200
    v ~StubRoutines::call_stub
    V [jvm.dll+0x86e84]
    V [jvm.dll+0xddead]
    V [jvm.dll+0x86d55]
    V [jvm.dll+0x86ab2]
    V [jvm.dll+0xa16b2]
    V [jvm.dll+0x10f4ac]
    V [jvm.dll+0x10f47a]
    C [MSVCRT.dll+0x2a3b0]
    C [kernel32.dll+0xb683]
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    =>0x173b6578 JavaThread "Thread-14" daemon [_thread_in_Java, id=3068]
    0x177436a0 JavaThread "Thread-7" daemon [_thread_blocked, id=5364]
    0x176e3780 JavaThread "Thread-4" daemon [_thread_blocked, id=3992]
    0x17736d58 JavaThread "Thread-3" daemon [_thread_blocked, id=1640]
    0x176c1dc8 JavaThread "TimerQueue" daemon [_thread_blocked, id=4292]
    0x17502a98 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=5028]
    0x00036030 JavaThread "DestroyJavaVM" [_thread_blocked, id=5944]
    0x17502910 JavaThread "AWT-EventQueue-1" [_thread_in_vm, id=1304]
    0x174f1e50 JavaThread "AWT-Windows" daemon [_thread_in_native, id=668]
    0x00ab81f0 JavaThread "AWT-Shutdown" [_thread_blocked, id=4712]
    0x00a941f8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3988]
    0x00a92c88 JavaThread "CompilerThread0" daemon [_thread_blocked, id=5784]
    0x00a91fd8 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=204]
    0x00a890e0 JavaThread "Finalizer" daemon [_thread_blocked, id=4912]
    0x00a87c78 JavaThread "Reference Handler" daemon [_thread_blocked, id=5416]
    Other Threads:
    0x00a851b0 VMThread [id=4832]
    0x00a953d8 WatcherThread [id=5892]
    VM state:synchronizing (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x00035688/0x00000718] Safepoint_lock - owner thread: 0x00a851b0
    [0x000356b8/0x00000710] Threads_lock - owner thread: 0x00a851b0
    Heap
    def new generation total 1728K, used 825K [0x02ad0000, 0x02ca0000, 0x02fb0000)
    eden
    [error occurred during error reporting, step 190, id 0xc0000092]
    Dynamic libraries:
    0x00400000 - 0x0040d000      C:\pentaho\java\bin\java.exe
    0x7c910000 - 0x7c9c6000      C:\WINDOWS\system32\ntdll.dll
    0x7c800000 - 0x7c902000      C:\WINDOWS\system32\kernel32.dll
    0x77da0000 - 0x77e4c000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77e50000 - 0x77ee2000      C:\WINDOWS\system32\RPCRT4.dll
    0x77fc0000 - 0x77fd1000      C:\WINDOWS\system32\Secur32.dll
    0x77be0000 - 0x77c38000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d730000 - 0x6d8cb000      C:\pentaho\java\bin\client\jvm.dll
    0x7e390000 - 0x7e420000      C:\WINDOWS\system32\USER32.dll
    0x77ef0000 - 0x77f37000      C:\WINDOWS\system32\GDI32.dll
    0x76b00000 - 0x76b2e000      C:\WINDOWS\system32\WINMM.dll
    0x6d2f0000 - 0x6d2f8000      C:\pentaho\java\bin\hpi.dll
    0x76bb0000 - 0x76bbb000      C:\WINDOWS\system32\PSAPI.DLL
    0x6d700000 - 0x6d70c000      C:\pentaho\java\bin\verify.dll
    0x6d370000 - 0x6d38d000      C:\pentaho\java\bin\java.dll
    0x6d720000 - 0x6d72f000      C:\pentaho\java\bin\zip.dll
    0x6d070000 - 0x6d1d9000      C:\pentaho\java\bin\awt.dll
    0x72f80000 - 0x72fa6000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76340000 - 0x7635d000      C:\WINDOWS\system32\IMM32.dll
    0x774b0000 - 0x775ed000      C:\WINDOWS\system32\ole32.dll
    0x5b150000 - 0x5b188000      C:\WINDOWS\system32\uxtheme.dll
    0x736e0000 - 0x73729000      C:\WINDOWS\system32\ddraw.dll
    0x73b40000 - 0x73b46000      C:\WINDOWS\system32\DCIMAN32.dll
    0x746b0000 - 0x746fb000      C:\WINDOWS\system32\MSCTF.dll
    0x6d2b0000 - 0x6d2ef000      C:\pentaho\java\bin\fontmanager.dll
    0x6d530000 - 0x6d543000      C:\pentaho\java\bin\net.dll
    0x71a30000 - 0x71a47000      C:\WINDOWS\system32\WS2_32.dll
    0x71a20000 - 0x71a28000      C:\WINDOWS\system32\WS2HELP.dll
    0x6d550000 - 0x6d559000      C:\pentaho\java\bin\nio.dll
    0x7e6a0000 - 0x7eec0000      C:\WINDOWS\system32\shell32.dll
    0x77f40000 - 0x77fb6000      C:\WINDOWS\system32\SHLWAPI.dll
    0x773a0000 - 0x774a3000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.2600.2982_x-ww_ac3f9c03\comctl32.dll
    0x58c30000 - 0x58cca000      C:\WINDOWS\system32\comctl32.dll
    0x597f0000 - 0x59844000      C:\WINDOWS\system32\netapi32.dll
    0x71aa0000 - 0x71ab2000      C:\WINDOWS\system32\MPR.dll
    0x75f10000 - 0x75f17000      C:\WINDOWS\System32\drprov.dll
    0x71bb0000 - 0x71bbe000      C:\WINDOWS\System32\ntlanman.dll
    0x71c70000 - 0x71c87000      C:\WINDOWS\System32\NETUI0.dll
    0x71c30000 - 0x71c70000      C:\WINDOWS\System32\NETUI1.dll
    0x71c20000 - 0x71c27000      C:\WINDOWS\System32\NETRAP.dll
    0x71b90000 - 0x71ba3000      C:\WINDOWS\System32\SAMLIB.dll
    0x75f20000 - 0x75f29000      C:\WINDOWS\System32\davclnt.dll
    0x778f0000 - 0x779e7000      C:\WINDOWS\system32\SETUPAPI.dll
    0x77b10000 - 0x77b32000      C:\WINDOWS\system32\appHelp.dll
    0x76f90000 - 0x7700f000      C:\WINDOWS\system32\CLBCATQ.DLL
    0x77010000 - 0x770e0000      C:\WINDOWS\system32\COMRes.dll
    0x770f0000 - 0x7717b000      C:\WINDOWS\system32\OLEAUT32.dll
    0x77bd0000 - 0x77bd8000      C:\WINDOWS\system32\VERSION.dll
    0x76940000 - 0x76948000      C:\WINDOWS\system32\LINKINFO.dll
    0x76950000 - 0x76976000      C:\WINDOWS\system32\ntshrui.dll
    0x76ae0000 - 0x76af1000      C:\WINDOWS\system32\ATL.DLL
    0x76630000 - 0x766e4000      C:\WINDOWS\system32\USERENV.dll
    0x763b0000 - 0x76559000      C:\WINDOWS\system32\NETSHELL.dll
    0x76e40000 - 0x76e4e000      C:\WINDOWS\system32\rtutils.dll
    0x76bc0000 - 0x76bef000      C:\WINDOWS\system32\credui.dll
    0x76d20000 - 0x76d39000      C:\WINDOWS\system32\iphlpapi.dll
    0x18130000 - 0x181b4000      C:\Archivos de programa\TortoiseSVN\bin\tortoisesvn.dll
    0x77180000 - 0x77227000      C:\WINDOWS\system32\WININET.dll
    0x77a50000 - 0x77ae5000      C:\WINDOWS\system32\CRYPT32.dll
    0x77af0000 - 0x77b02000      C:\WINDOWS\system32\MSASN1.dll
    0x6eec0000 - 0x6eee2000      C:\Archivos de programa\TortoiseSVN\bin\libapr_tsvn.dll
    0x719d0000 - 0x71a10000      C:\WINDOWS\system32\MSWSOCK.dll
    0x78130000 - 0x781cb000      C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6b128700\MSVCR80.dll
    0x6ee60000 - 0x6ee89000      C:\Archivos de programa\TortoiseSVN\bin\libaprutil_tsvn.dll
    0x6ee50000 - 0x6ee5e000      C:\Archivos de programa\TortoiseSVN\bin\libapriconv_tsvn.dll
    0x181c0000 - 0x181cc000      C:\Archivos de programa\TortoiseSVN\bin\intl3_svn.dll
    0x7c420000 - 0x7c4a7000      C:\WINDOWS\WinSxS\x86_Microsoft.VC80.CRT_1fc8b3b9a1e18e3b_8.0.50727.762_x-ww_6b128700\MSVCP80.dll
    0x76740000 - 0x76749000      C:\WINDOWS\system32\SHFOLDER.dll
    0x6ee40000 - 0x6ee46000      C:\Archivos de programa\TortoiseSVN\iconv\_tbl_simple.so
    0x6e060000 - 0x6e067000      C:\Archivos de programa\TortoiseSVN\iconv\windows-1252.so
    0x6ed50000 - 0x6ed56000      C:\Archivos de programa\TortoiseSVN\iconv\utf-8.so
    0x779f0000 - 0x77a45000      C:\WINDOWS\System32\cscui.dll
    0x765b0000 - 0x765cd000      C:\WINDOWS\System32\CSCDLL.dll
    0x6d3e0000 - 0x6d3ed000      C:\pentaho\java\bin\JdbcOdbc.dll
    0x745e0000 - 0x7461d000      C:\WINDOWS\system32\ODBC32.dll
    0x76360000 - 0x763aa000      C:\WINDOWS\system32\comdlg32.dll
    0x20000000 - 0x20018000      C:\WINDOWS\system32\odbcint.dll
    0x612d0000 - 0x612eb000      C:\WINDOWS\system32\odbccp32.dll
    0x1a520000 - 0x1a7f6000      C:\WINDOWS\system32\xpsp2res.dll
    0x7d1f0000 - 0x7d4ae000      C:\WINDOWS\system32\msi.dll
    0x76980000 - 0x76a31000      C:\WINDOWS\system32\SXS.DLL
    VM Arguments:
    jvm_args: -XX:MaxPermSize=256m -Dswt.swing.laf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel
    java_command: launcher/launcher-1.0.0.jar org.pentaho.reportdesigner.crm.report.ReportDialog
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=C:\pentaho\java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Archivos de programa\ATI Technologies\ATI Control Panel;C:\ARCHIV~1\ULTRAE~1;C:\Archivos de programa\Archivos comunes\Easysoft\Shared\
    USERNAME=mciudadc
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=x86 Family 6 Model 13 Stepping 8, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows XP Build 2600 Service Pack 2
    CPU:total 1 (cores per cpu 1, threads per core 1) family 6 model 13 stepping 8, cmov, cx8, fxsr, mmx, sse, sse2
    Memory: 4k page, physical 2096492k(853856k free), swap 4033316k(2683036k free)
    vm_info: Java HotSpot(TM) Client VM (1.5.0_08-b03) for windows-x86, built on Jul 26 2006 01:10:50 by "java_re" with MS VC++ 6.0
    I don´t know where is the problem. Any help? PLEASE?
    Thanks!!!

  • Windows 2000 to MacBook (OS X 10.5.6) File Transfer...

    I wasn't sure where I should post this, but here's my question:
    I want to transfer my files (mostly photos) from my old Dell Inspiron 4000 (Windows 2000 Professional) to my MacBook so I don't lose them. Most "3rd Party" devices on the market are not compatible with this version of Windows, so I'm going to use an ethernet cable.
    Now, on Apple's support website, they say that I need to enter my Dell's server address to access the volume. Where would I find this on my Dell?

    I would use either an external hard disk or USB Flash Drive to copy files over to your MacBook. If you do not have either, go on Dell's website and see if you can find any help.

  • Installing Flash Player on Windows 2000

    Thanks to numerous past discussions, methods have been found for installing Flash Player 11.2.202.235 on Windows 2000. See this thread, which explains how to use HxD Hex Editor to make a simple change that will allow installation on Windows 2000:
    http://forums.adobe.com/message/4428785
    The original post goes into fine detail with illustrations. Here's a quick redux:
    - Download the latest Adobe Flash Player (IE or non-IE) for Windows 32-bit systems.
    - Download HxD Hex Editor hereabouts (VirusTotal rates it clean):
    http://mh-nexus.de/en/hxd/
    - Unzip and install HxD.
    - Launch HxD and open the Adobe Flash Player Installer, something like:
    install_flash_player_32bit.exe
    - Hit F3 for HxD's search function, and search for SetDllDirectoryW
    - On the right-hand side of the HxD display, change SetDllDirectoryW to GetModuleHandleW
    - SaveAs install_flash_player_32bit_Win2k.exe or similar.
    - Quit HxD and run the modified Flash Player Installer. It should install fine on Win2k.
    This worked for me using Flash Player Installer 11.2.202.235, both IE and non-IE versions.
    This is a hack and is not officially supported by Adobe.

    I installing the Adobe Flash plugin ONLY by my own hand. Sadly, Adobe did not come up with zip archive with just the plugin dll file, but I install - copy the DLL - and uninstall. Then manually delete the remaining files and just use the DLL or the installer.
    To make the installe work at Win2k, the very same hack is need - hack the Flash Util file the same way, as the dll - change in it the SetDllDirectoryW to GetModuleHandleW and that it is!
    If someone want, there is Flash Util and Adobe Flash as DLL files, hacked with W2k:
    http://rapidshare.com/files/3122942562/Flash%20Players%20for%20W2k.zip
    http://depositfiles.org/files/max4wif3c
    http://www.sendspace.com/file/z2t9j2
    Archive contain Adobe Flash unpacked (ready to copy into Firefox) with their utility files hacked for W2k in these versions: Flash Player 9.0.124.0, Flash Player 10.0.32.18, Flash Player 10.1.85.3, Flash Player 10.1.102.64, Flash Player 10.2.159.1, Flash Player 10.3.183.29, Flash Player 11.2.202.235, Flash Player 11.3.300.273, Flash Player 11.4.402.287
    Interesting thing. Fullscreen video won't work on YouTube (only white screen, sound go ok) with Firefox v3.0.14 and Adobe Flash higher version that 10.0.32.18... Strange, strange 
    (could be that the Firefox is kinda old, but it is weird that v10.0.32.18 works flawlessly and just v10.1.85.3 not at all in fullscreen... I also use relatively old Forceware drivers v45.28 on crap GF2MX400 card :-) )

  • How to connect external trigger PCIe-1433?

    I am having an issue getting the external trigger to work using a cameralink camera, a PCIe-1433 card and a signal generator.  The signal generator is connected to the SMB connector on the 1433 card and is providing a 20 Hz signal with a 20ms pulse width at TTL voltages (0-4V).  From memory, we are using the MAX software and under the Acquisition tab I have CC1 set to external, however the camera is not receiving this external trigger.
    I've attached a rough diagram of our setup.
    What could my issues be?  My thoughts are:
    1) Are there other settings in MAX I need to ensure?  I know the SMB connector can be an input or an output.  How can I make sure this is set to input?
    2) My input signal is 0-4V which is TTL, but does the signal need to be 0-5V?
    Any thoughts would be greatly appreciated.  Thank you.
    Attachments:
    ExternalTrigger.jpg ‏29 KB

    Hello tuckturn
    Thank you very much for getting in touch with us. 
    1)  In Measurement and Automation Explorer, the default is an input.  You would need to use LabVIEW to change the SMB connector to be an output. Can you please show me a screenshot of your camera attributes in Measurement and Automation Explorer.
    2)  Where does this input signal come from?  Do you have a 5V TTL compliant output to test this?  Can you please provide me the specification for whatever device is outputting the voltage?
    Thanks again.
    Sincerely,
    Greg S.

Maybe you are looking for

  • Screen goes black when time is announced

    When the time is announced (or even tested) the screen goes black and does in most cases come back after shutting off and starting up again. Other applications, which "speak" to me have no problem. So it has to be the speech sythesizer of the clock.

  • Output Type for VL02N

    Dear Experts, I have created a output type for the application V2. our requirment is when a user goto transaction VL02N click on Outbound Delivery->Issue Delevery Output then the Output Type should be displayed and if he clicks on that Output Type th

  • HTML Editor for creating e-mail templates for SAP Cloud for Customer

    Hi Techies,                  Is there any preferred software for creating e-mail templates to use with SAP Cloud for Customers ? I mean to avoid unnecessary errors when creating standard e-mail template which are recognized unified manner within the

  • Apple tv 2 starts without command

    My Apple tv 2 starts  automatically and won't return to standby. Can someone please help me?

  • Help, some font work on flash.text.engine throw Error #2161

    I found some font work on flash.text.engine throw Error #2161 they are: "Vivaldi","Harlow Solid Italic","Bauhaus 93", "Algerian". the error info is: Error: Error #2161: 设置文本布局时出现内部错误. at flash.text.engine::TextBlock/DoCreateTextLine() at flash.text.e