Please help us! How to correct this wrong!

My program throws an unexpected exception as following:
An unexpected exception has been detected in native code outside the VM.
Unexpected Signal : EXCEPTION_ACCESS_VIOLATION (0xc0000005) occurred at PC=0x77C015B5
Function=GetFileVersionInfoSizeW+0x224
Library=D:\WINDOWS\system32\VERSION.dll
Current Java thread:
     at net.csetech.hc.icaocsr.IcaoCsr.ids_Init(Native Method)
     at net.csetech.hc.icaocsr.IcaoCsr.main(IcaoCsr.java:73)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.intellij.rt.execution.application.AppMain.main(AppMain.java:78)
Dynamic libraries:
0x00400000 - 0x0040B000      D:\j2sdk1.4.2_08\bin\java.exe
0x7C900000 - 0x7C9B0000      D:\WINDOWS\system32\ntdll.dll
0x7C800000 - 0x7C8F4000      D:\WINDOWS\system32\kernel32.dll
0x77DD0000 - 0x77E6B000      D:\WINDOWS\system32\ADVAPI32.dll
0x77E70000 - 0x77F01000      D:\WINDOWS\system32\RPCRT4.dll
0x77C10000 - 0x77C68000      D:\WINDOWS\system32\MSVCRT.dll
0x08000000 - 0x08138000      D:\j2sdk1.4.2_08\jre\bin\client\jvm.dll
0x77D40000 - 0x77DD0000      D:\WINDOWS\system32\USER32.dll
0x77F10000 - 0x77F56000      D:\WINDOWS\system32\GDI32.dll
0x76B40000 - 0x76B6D000      D:\WINDOWS\system32\WINMM.dll
0x10000000 - 0x10007000      D:\j2sdk1.4.2_08\jre\bin\hpi.dll
0x00390000 - 0x0039E000      D:\j2sdk1.4.2_08\jre\bin\verify.dll
0x003B0000 - 0x003C9000      D:\j2sdk1.4.2_08\jre\bin\java.dll
0x003D0000 - 0x003DE000      D:\j2sdk1.4.2_08\jre\bin\zip.dll
0x00970000 - 0x00977000      D:\IntelliJ-IDEA-4.5\bin\breakgen.dll
0x02DC0000 - 0x02DCF000      D:\j2sdk1.4.2_08\jre\bin\net.dll
0x71AB0000 - 0x71AC7000      D:\WINDOWS\system32\WS2_32.dll
0x71AA0000 - 0x71AA8000      D:\WINDOWS\system32\WS2HELP.dll
0x02E10000 - 0x02E17000      D:\VSS\icaocsr\jicaocsr.dll
0x02E20000 - 0x02EBA000      D:\VSS\icaocsr\csrsdk.dll
0x02EC0000 - 0x02F58000      D:\VSS\icaocsr\ID_Star.dll
0x02F60000 - 0x02FC5000      D:\VSS\icaocsr\CamConj.dll
0x77C00000 - 0x77C08000      D:\WINDOWS\system32\VERSION.dll
0x02FD0000 - 0x0301E000      D:\VSS\icaocsr\FireCamJ.dll
0x77F60000 - 0x77FD6000      D:\WINDOWS\system32\SHLWAPI.dll
0x74AD0000 - 0x74AD8000      D:\WINDOWS\system32\POWRPROF.dll
0x77920000 - 0x77A13000      D:\WINDOWS\system32\SETUPAPI.dll
0x76080000 - 0x760E5000      D:\WINDOWS\system32\MSVCP60.dll
0x73DD0000 - 0x73ECE000      D:\WINDOWS\system32\MFC42.DLL
0x5FD00000 - 0x5FD0D000      D:\WINDOWS\system32\MFC42LOC.DLL
0x76C90000 - 0x76CB8000      D:\WINDOWS\system32\imagehlp.dll
0x59A60000 - 0x59B01000      D:\WINDOWS\system32\DBGHELP.dll
0x71A50000 - 0x71A8F000      D:\WINDOWS\system32\mswsock.dll
0x662B0000 - 0x66308000      D:\WINDOWS\system32\hnetcfg.dll
0x71A90000 - 0x71A98000      D:\WINDOWS\System32\wshtcpip.dll
0x76BF0000 - 0x76BFB000      D:\WINDOWS\system32\PSAPI.DLL
Heap at VM Abort:
Heap
def new generation total 576K, used 287K [0x10010000, 0x100b0000, 0x104f0000)
eden space 512K, 56% used [0x10010000, 0x10057d38, 0x10090000)
from space 64K, 0% used [0x10090000, 0x10090000, 0x100a0000)
to space 64K, 0% used [0x100a0000, 0x100a0000, 0x100b0000)
tenured generation total 1408K, used 0K [0x104f0000, 0x10650000, 0x14010000)
the space 1408K, 0% used [0x104f0000, 0x104f0000, 0x104f0200, 0x10650000)
compacting perm gen total 4096K, used 1245K [0x14010000, 0x14410000, 0x18010000)
the space 4096K, 30% used [0x14010000, 0x141474a0, 0x14147600, 0x14410000)
Local Time = Mon Oct 31 09:46:57 2005
Elapsed Time = 0
# The exception above was detected in native code outside the VM
# Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
Please help and explain this mistake for me. Thank for fromt reply.

Dir sir,
Our program use Native Method in Java with some code in C++ as bellow:
* Class: net_csetech_hc_icaocsr_IcaoCsr
* Method: ids_Init
* Signature: ()I
JNIEXPORT jint JNICALL Java_net_csetech_hc_icaocsr_IcaoCsr_ids_1Init
(JNIEnv *env, jobject obj) {
     if(CSRInit(0) != CSR_OK)
          return 1;
     else
          CSR_DEVICE_STATUS st;
          char revision[STR_SIZE];
          if(CSRGetStatus(revision,&st) != CSR_OK)
               return 1;
          else
               CSR_DEVICE_TYPE tp;
               if(CSRGetDeviceType(&tp) != CSR_OK)
                    return 1;
               if(CSRSetDeviceCallback(CSR_CALLBACK_WINDOW,
                    GetActiveWindow(), NULL, NULL, 0) != CSR_OK)
                    return 1;
     return 0;
* Class: net_csetech_hc_icaocsr_IcaoCsr
* Method: ids_ReadMRZonICAOdocument
* Signature: (Ljava/lang/String;)I
JNIEXPORT jint JNICALL Java_net_csetech_hc_icaocsr_IcaoCsr_ids_1ReadMRZonICAOdocument
(JNIEnv *env, jobject obj, jstring tiffImage) {
     const char *image = env->GetStringUTFChars(tiffImage, 0);
     CSRHANDLE               img;
     CSRImageParameter     para;
     CSRSetDefaultImageParameter(&para);
     para.ImageType = CSR_RAWGRAY;
     para.LightType = CSR_IR;
     para.ExposureTime = 50;
     para.UseShading = FALSE;
     if(CSRCreateImage(&para,&img) != CSR_OK)
          return 1;
     if(CSRAcquire(img) != CSR_OK)
          CSRFreeImage(img);
          return 1;
     BYTE*     binimg;
     DWORD     binimglength;
     if(CSRBinarizeImage(img,&binimg,&binimglength) != CSR_OK)
          CSRFreeImage(img);
          return 1;
     CFile file(image,
          CFile::modeCreate|CFile::typeBinary|CFile::modeWrite);
     file.Write(binimg,binimglength);
     jclass cls = (jclass)env->GetObjectClass(obj);
jfieldID fid;
fid = (jfieldID)env->GetFieldID(cls, "icaoLines", "[Ljava/lang/String");
     BYTE                    *IcaoLines;
     WORD                    Formatcheck;
     UINT                    LinesRead;
     LINE_COORDINATES     *Coords;
     int                         result = 0;
     if(CSRReadIcaoDocument(binimg,binimglength,&IcaoLines,
          &Coords,&Formatcheck,&LinesRead) != CSR_OK)
          result = 1;
     else
          BYTE *pLine = IcaoLines;
          jstring jIcaoLine = env->NewStringUTF("");
          jobjectArray jIcaoLines = env->NewObjectArray(
               LinesRead,cls,jIcaoLine);
          for(UINT i=0; i<LinesRead; i++)
               jIcaoLine = env->NewStringUTF((const char*) pLine);
               env->SetObjectArrayElement(jIcaoLines,i,jIcaoLine);
               pLine += strlen ((const char *)pLine)+1;
          env->SetObjectField(obj, fid, jIcaoLines);
     CSRFree((void**)&IcaoLines);
     CSRFree((void**)&Coords);
     CSRFreeImage(img);
     return result;
* Class: net_csetech_hc_icaocsr_IcaoCsr
* Method: ids_Disconnect
* Signature: ()I
JNIEXPORT jint JNICALL Java_net_csetech_hc_icaocsr_IcaoCsr_ids_1Disconnect
(JNIEnv *env, jobject obj) {
     if (CSRCleanup()!=CSR_OK)
          return 1;
     else
          return 0;
And our program is running on Windows XP Professional.
Our program has problem only with Init Function and we try to increase VM memory but our program is still failure.
If we don't use java environment, but using Visual C++ 6.0, our program has no problem.
However, we must process more complex.
Thank for Reply.
Regards.

Similar Messages

  • I bought CS6 creative suite. As of now i need to work each application in separate separate system. Can any one please help me how to solve this problem.

    I bought CS6 creative suite. As of now i need to work each application in separate separate system. Can any one please help me how to solve this problem.
    I saw the below quote on Adobe forum
    "You may install software on up to two computers. These two computers can be Windows, Mac OS, or one each."
    If i install each application in single single system the system count is more than two. In this case, are we have any license issue? Please advice how the problem will solve?
    If possible please send the advise to my mail id: <Removed by Moderator>
    Thanks
    Uvaraj S

    I already answered that.  If you purchased a Suite then you can only install and activate it on two machines.  Even if you only insdtall one of the applications of that suite, it counts as one activation of the suite.  You cannot take the six or seven different applications that might be in a suite and install and activate them in six or seven different machines... only two machines.
    If your scenario will allow for it, one thing you can do is install the programs on all the different machines and only activate two of the machines at any given time.  If you need to activate a program on a third machine then you need to deactivate on one of the currently activate machines first so that you have an open activation to use again.  I do not remember if there is a limit to the total number of activations you can process for the life of the software.

  • Since installing the newest version of Firefox 4.0, I am unable to access my work e-mail which uses Lotus Domino Web Access. Can anyone please tell me how to correct this problem?

    Since installing the newest version of Firefox 4.0, I am unable to access my work e-mail which uses Lotus Domino Web Access. Can anyone please tell me how to correct this problem?

    Sheesh. That looks hard. I think it will fall over at this point:
    "Connect to my Exchange mailbox using HTTP" 'cos Thunderbird uses only the regular email protocols: POP, IMAP and SMTP.
    Here (at work) we have in the past have had IMAP and SMTP enabled on our Exchange server so Thunderbird could then connect just like to any other regular internet-based service.
    With the change here to outlook365/outlook 2010 I've had to switch to using DavMail which lets Thunderbird talk to the mail server using OWA.
    I haven't (seriously) tried Exquilla. Whilst I have great respect for its author and some of his other add-ons, I saw no reason to use an add-on that required payment when DavMail works for free.

  • WiFi is disabled, i am not able to on my WiFi my version is IOS 6.1.2 latest version. Please help me how to fix this.

    WiFi is disabled, i am not able to on my WiFi my version is IOS 6.1.2 latest version. Please help me how to fix this.

    see this support article:
    http://www.apple.com/support/iphone/wifi/

  • WiFi is disabled, i am not able to on my WiFi my version of IOS 6.1.2 latest version. Please help me how to fix this.

    WiFi is disabled, i am not able to on my WiFi my version of IOS 6.1.2 latest version. Please help me how to fix this.

    see this support article:
    http://www.apple.com/support/iphone/wifi/

  • SIR I NEED TO UNLOCK MY IPHONE 4 FOR FREE PLEASE HELP ME HOW I DO THIS...........

    SIR I NEED TO UNLOCK MY IPHONE 4 FOR FREE PLEASE HELP ME HOW I DO THIS..........

    Call your carrier and request it is generally the best idea.
    <Edited By Host>

  • My wife and I have separate AppleID accounts and always have. For some reason after she bought the iPhone 5c, whenever she tries to update her apps, it comes up for my AppleID and asks for my password. Please help on how to fix this!

    My wife and I have separate AppleID accounts. Ever since she updated to the iPhone 5c, for some reason when she tries to update her apps, it comes up with my AppleID and asks for my password.  I cannot figure out why this happening and how to fix this.  Please help!

    I have had this issue lately.
    I can only put it down to using the one computer to update all our IPads for me and my wife.
    Some of our apps, although downloaded from both our seperate accounts on our IPads, are the same.
    However after plugging her IPad into the computer when my AppleID is on ITunes, I think something strange has happened and when she then tries to update Apps on her IPad and I try on mine it now asks for the others Apple ID password.
    The only way I have found to counteract this is to update an app one at a time, if that app asks for your wifes password then delete it and then reinstall it.
    That has solved it for me.
    Hope this helps

  • My iPhone 3gs after update thane sim are damage and iTunes show locked, please help me, how can solve this problem? i am purchase from Sweden.

    My iphone purchages from sweden, when my ipone update latest vertion then sim cards damage and iphone monitor show itunes are loced. please help, how to solved the problem.

    Swedish carriers sell their phones carrier locked and do not offer official unlocking.  So unless you want to use it in Sweden with the original carrier you may as well sell it to someone who can use it there.
    Edit - I tell a lie, one of the carriers 3 do offer unlocking but not the others.

  • I accessed SCREWFIX on FIREFOX, and now the title is SCREWFIX, so please tell me how to correct this.

    I was just accessing Screwfix when it happened. It's a complete mystery. Now Mozilla Firefox is shown as Screwfix all the time

    I have Firefox 6.0 running on Vista.
    I have a sneaking suspicion that the subprogram that "clears the cache", et al., has a problem eliminating incomplete, erroneous, "currently in use", or "infinite loop" items, such that it freezes when trying to do so.
    After some experimentation, I found that the easiest way to resolve this is to do the following (it's easier than it looks):
    (1) Close all Firefox tabs and Firefox windows
    (2) Run the Task Manager and stop all "Firefox" processes (i.e., it's possible that more than one may be running, even if you did all of step (1)).
    (3) Go to the Firefox cache folder, usually located at <your system drive>\Users\<your personal named folder>\AppData*\Local\Mozilla\Firefox\Profiles\<something>.default\Cache, and wipe out everything that appears under that directory (n.b., you shouldn't require Administrative level clearance to do this; if so, try doing this in "Safe Mode"). ''{*AppData may be a "hidden" folder}''
    (4) Run Firefox, then select Tools -> Options ->
    Advanced -> Network -> Clear Now.
    (5) Close Firefox.
    (6) Restart Firefox.
    Firefox ran considerably faster after I did this.
    Good luck!

  • IOS 7 simulator crashing with accessibility inspector turned on. Please help on how to fix this.

    Hi All,
    I am developing an application in iOS 7 and want to make some of the controls accessible.
    However I am facing issues with accessibility inspector in iOS 7 simulator as below:
    Steps:
    1. Create one iOS 7 application
    2. Open iOS 7 simulator
    3. Go to --> Settings --> Accessibility and turn on the accessibility inspector switch
    4. Go to home screen (or you may quit the simulator)
    5. Build and run your application in iOS 7 simulator
    Result:
    Application stops working in a while and also simulator freezes
    PS: Even if you launch simulator and some inbuilt iOS application in it with accessibility inspector ON, simulator will freeze and stop working in a while.
    However Accessibility inspeactor works good on iOS 6 simulator.
    Please let me know if there are any specific settings to be done to make accessibility inspector work on iOS 7 simulator.
    Thanks in advance!
    ~Yashodhan

    Hi All,
    I am developing an application in iOS 7 and want to make some of the controls accessible.
    However I am facing issues with accessibility inspector in iOS 7 simulator as below:
    Steps:
    1. Create one iOS 7 application
    2. Open iOS 7 simulator
    3. Go to --> Settings --> Accessibility and turn on the accessibility inspector switch
    4. Go to home screen (or you may quit the simulator)
    5. Build and run your application in iOS 7 simulator
    Result:
    Application stops working in a while and also simulator freezes
    PS: Even if you launch simulator and some inbuilt iOS application in it with accessibility inspector ON, simulator will freeze and stop working in a while.
    However Accessibility inspeactor works good on iOS 6 simulator.
    Please let me know if there are any specific settings to be done to make accessibility inspector work on iOS 7 simulator.
    Thanks in advance!
    ~Yashodhan

  • HT5312 when i am trying to udates apps there is message come to me that (Your apple ID has been disabled) can you please assist me how to resolve this issue

    dear please i need assistance as when i need to down load or any updates from my iphone what i got message will inform me (your apple ID was Disabled)
    please i advice how i correct this issue

    iTunes Store Support
    http://www.apple.com/emea/support/itunes/contact.html

  • Please help me how to define step by step multi level a hierarchy in BW?

    Hi expert.
    Please help me how to define step by step multi level a hierarchy in BW?
    HieuLM
    Edited by: hieulm_VietNam on Oct 11, 2011 11:21 AM

    Hi all,
    I want to create a Hierarchy base on Product hierarchy attribute in 0Material characteristic.
    I want 4 level :
    1. SBU
    2. BRAND
    3. SUBBRAND
    4. Material Number
    In Product hierarchy I have a string store 4 level like 01.001.0001
    Ex :
    01 : is BUNS (SBU)
    001 : is ALOHA (BRAND)
    0001 : is FRESH (SUBBRAND )
    Please help me how to capture this information like that, I want to drill down by level examble drill down from SBU to BRAND,...
    Thanks
    HieuLM

  • For those who have problems RE: My iPhone 4 on connecting to my pc shows my friends name in the DIGITAL camera Drive..It dsiplays my correct name when I`m on iTunes..PLEASE HELP ME HOW DO I CHANGE THE NAME IN THE DIGITAL CAMERA DRIVE??

    For those who have problems RE: My iPhone 4 connecting to my pc shows my friends name in the DIGITAL camera Drive..It dsiplays my correct name when I`m on iTunes..PLEASE HELP ME HOW DO I CHANGE THE NAME IN THE DIGITAL CAMERA DRIVE??
    SOLUTION:
    Iam pointing t0 windows7 os.
    1) go to control panel
    2) open hardware and sound
    3) In that open Devices and printers
    4)In that u can find Apple Iphone.
    5) now right click on this --> Hardware --> Properties --> General --> Uninstall --> ok.
    6) now unplug and plug in ur iphone again.There u go u iphone name changes to its original name.

    I am having this problem.  At first with the new iPhone 5, and then with the iPad 2.  I am not sure why this is happening. 
    My gut feeling is this is an iO6 issue and here's why -
    The problem mainly occurs with apps.  I have about 150 apps, and when I plugged in the phone, iTunes went to sync all of them.  The process would hang up after about 20 - 30 apps were loaded onto the phone. I could tell where about the process hung up because the apps on the phone showed up as "waiting".
    Then on the iPad 2 I plugged in to sync and saw there was a huge "Other" component in my storage.  It required me to restore the iPad 2 from backup.  With this restore the same issues occurred - putting the apps back on the iPad would hang up.  The videos on the iPad also got stuck - maybe after about 10 hours of videos transfered iTunes crashed.
    My solution has been to soft reset the device, restart Windows, and continue the process until it's complete.  This is remarkably inefficient and time-intensive but everything works with patience.
    I have been wondering if others have had these same problems. 

  • Can somebody please tell me how to fix this. when i try to install appleworks this pops up  so please help me i need to get this on my mac

    can somebody please tell me how to fix this. when i try to install appleworks this pops up
    so please help me i need to get this on my mac

    AppleWorks is a very old application and requires Rosetta to run under recent systems.
    Lion does not include Rosetta.
    If you browse this forum you will find many posts on this issue.

  • Can you please help me how resolved this issue.

    Hi Experts
    I am trying to connect LDAP by R/3 system. R/3 system connected to LDAP but when I am trying to find and pull the fileds in the "Find in the Directolry" option I am getting below error.
    LDAPRC 010 another server is referenced.
    Can you please help me how resolved this issue.
    With Regards,
    Trinadh Bokka

    You may be able to solve by using
    Note 1151329 - Depth of LDAP search is only one level below the base entry
    Markus

Maybe you are looking for

  • Idoc - for inbound delivery order confirmation

    Hi, Can some body give me the idoc for Inbound SO Delivery Order Confirmation and if any BAPI method is there to create Delivery order confirmation. With Regards Vasu

  • IPad disconnects from iMac during backup

    I am trying to update my iPad to iOS 8 from iOS 7 and I am attempting to back it up first on my iMac. I keep getting the message in iTunes (on my iMac) that the iPad has disconnected. I have tried several USB ports, both on a hub which I usually do i

  • Apples DRM softwear and suport

    I am a committed apple user who has supported apple for over 15 years now but I am very upset over the lack of support for TV on demand over the Internet. Specifically the BBCs (iPlayer) and channel 4 (4OD) two free on demand services in the UK that

  • My ibook app doesn't have english dictionary.

    I need to be able to translate words from English to Spanish, or know their meaning in English, while I'm reading a book with iBooks app. I have an Spanish version of this app, and appears the option "definir" when you select a word if it's in Spanis

  • Creation of Field Selection Group for MM

    Dear Expert, How to create field selection Group in Material Master Tcode - OMSR Regards Alok