LoadLibrary(name) - application crashes on this line

Method loadLibrary(name) -
always worked with JDK 6 Update 11 (WIN 7)
I tried on new Dell systems, like systems with SystemProductName - XPS L401X, XPS L501X and more
RESULT:
On all sytems of this kind, application crashes on line loadLibrary(name)

I debugged this code.
The name is GestureMtmx64
String dllName = InstallationUtil.extractGestureDll(StationInfoFactory.getInstance().getOsType());
               System.loadLibrary(dllName);
When extractGestureDll(...) is:
     public static String extractGestureDll(OSType systemType) throws Exception{
          String dllFileName = null;
          if (System.getProperty("os.name").contains("Windows")){
               String systemTypeString = systemType.isMTM()? "Mtm" : "Mtg";
               String osType = systemType.is32Bit()? "x32" : "x64";
               dllFileName = "Gesture" + systemTypeString + osType +".dll";
               String path = "c:/windows/system32/" + dllFileName;
               if (!new File(path).exists()){
                    File jarFile = new File("agent.jar");
                    if (jarFile.exists()){
                         FileUtils.extractOneZipFile(dllFileName, new File("agent.jar"), new File(path).getParentFile());
                    }else{
                         File source = new File("externalFiles/" + dllFileName);
                         FileUtils.copyFile(source, new File(path));
               dllFileName = dllFileName.replace(".dll", "");
          }else{
               dllFileName = "libNtrigDll.so";
               String path = "/usr/lib/" + dllFileName;
               if (!new File(path).exists()){
                    File jarFile = new File("agent.jar");
                    if (jarFile.exists()){
                         FileUtils.extractOneZipFile(dllFileName, new File("agent.jar"), new File(path).getParentFile());
                    }else{
                         File source = new File("externalFiles/" + dllFileName);
                         FileUtils.copyFile(source, new File(path));
               dllFileName = "NtrigDll";
          return      dllFileName;
Thank you!!!
Edited by: libioz on Aug 16, 2010 10:07 AM
Edited by: libioz on Aug 16, 2010 10:16 AM

Similar Messages

  • Problem with QT 7.0.4. Some Application crashes and this is why ..

    ... because some applications using QTMovie in threads and somehow Apple has disabled this feature and throw an exception if the application tries to initialize QTMovie in a thread.
    An uncaught exception was raised
    QTMovie class must be initialized on the main thread.
    * Uncaught exception: <QTMovieInitializedOnWrongThread> QTMovie class must be initialized on the main thread.
    This morning a lot of user send me feedback and crashlogs after updating to QuickTime 7.0.4.
    i hope that Apple will release a bugfix, so that we ( the developers ) will not have to rewrite our applications. I don't know why Apple has disabled this, i think they have huge problems with the second Core from there new Intel DualCore machines.
    Best
    Sven Janssen
    iMac G5 20' iSight   Mac OS X (10.4.4)  

    Earlier this week, I posted a complaint against Quicktime 7.0.4 causing really bad jerkiness in video playback and in Front Row animated menus. I had the Windows Media Plugin "Flip4Mac installed". I just noticed that Flip4Mac has posted a new version of their plugin yesturday to correct incompatibilities with Quicktime 7.0.4. After experiencing instbility with Quicktime 7.0.4, I uninstalled using the Apple uninstaller to revert back to 7.0.1, I then upgraded to 7.0.3 and all my issues were gone. Once I saw that Flip4Mac had posted a new version of it's plugin to correct incompatibilities, I was curious if this plugin was causing my issue so I re-installed Quicktime 7.0.4 and sure enough, my video playback became unstable again. I then went to macupdate.com and downloaded the newly released Flip4mac plugin for Quicktime. Sure enough, video playback was good again. I think the whole cause of the bad video issue after installing Quicktime 7.0.4 was due to the older version of Flip4Mac being installed. Just thought this might help some of you and also the Apple developers.

  • Application crashes in CS4 on renaming document using Save As

    I have ported a  project from CS3 to CS4.But on renaming a document using File->Save As option my application crashes .
    This did not happen in CS3.I m unable to find the problem

    Same here---over and over. I had this problem in CS3 with Adobe's Acrobat update 8.2.4 which fowled everything up. I carefully followed the instructions to uninstall and reinstall all of CS3 but then every program in my CS3 crashed on opening or soon thereafter. I spent the money to update to CS5 and just successfully did that, except 'Save As' still crashes. I must go to the finder and rename the doc from there. For details see my previous post (still no answer to that) at bottom of: http://forums.adobe.com/message/3086555#3086555

  • Labview 2011 application crashes from time to time

    Hi together,
    from time to time my LV application crashes. This happens in different stages of the program.
    I use some ext. DLLs written in C, some simple IO hardware and some serial communications with ext. hardware.
    My feeling is that it has s.th. to do with the upgrade from LV 851 to  LV 2011, but I'm not sure.
    On target PC and on develpment PC we're using WXP Pro. SP3.
    Many Thanks.

    The crash dialog from LV indicates (most common reason) an unhandled exception thrown by a component used in your application. Therefore, the OS shuts down the process of this exception, in your case LV.
    From experience, external code is a prominent source for such exceptions. You should try removing all DLL calls as a first step for pin-pointing the source of the crash. If the crash is not occuring anymore, it is most likely that a call has invalid parameters (e.g. empty array instead of a predefined buffer).
    Try to boil down the issue as much as possible. To be honest, this could be a very time consuming issue, but you have little to no choice i assume.
    Sidenote: Do you have the Desktop Execution Trace Toolkit? If yes, run it and observe memroy allocations, reference leaks and unhandled errors as primary parameters.
    Norbert
    CEO: What exactly is stopping us from doing this?
    Expert: Geometry
    Marketing Manager: Just ignore it.

  • Applications Crashing when selecting Printer

    I currently support 6 G5 Macs running 10.4.6 and have an issue with one of them. Each and every time I select a specific printer within the print dialogue box the entire application crashes.
    This printer is actually a queue using the "HP Color LaserJet 5550 v3010.107" ppd. This same ppd is also being used for another printer to print direct to that HP 5550 printer. How is it possible that one works as expected and the the other crashes and only happening on 1 of 6 Macs that are set up identical?
    Right now I'm at a loss. I know my drivers are current and my preference files are cleaned up. I'm just about at my last resort, in completely reinstallng system software.
    Any help would be appreciated. Thanks!

    Hi, eriahoy. Welcome to the Discussions.
    See "Application quits when you print to a shared printer (Mac OS X 10.2 or later)." It usually indicates that the affected Mac has a different version of the printer drive than the Mac sharing the printer.
    If that does not help, you may want to discuss the issue with HP support.
    Good luck!
    Dr. Smoke
    Author: Troubleshooting Mac® OS X

  • Windows Forms Application Crashes Out with "Faulting module name: clr.dll"

    OS: Windows 7
    Framework: 4.5
    Windows Form Application crashes while invoking printer settings method "printersettings.sethdevmode()"
    Application: DHSDEVASystem.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.AccessViolationException
    Stack:
       at System.Runtime.InteropServices.Marshal.CopyToManaged(IntPtr, System.Object, Int32, Int32)
       at System.Runtime.InteropServices.Marshal.Copy(IntPtr, Byte[], Int32, Int32)
       at System.Drawing.Printing.PrinterSettings.SetHdevmode(IntPtr)
       at DHSPresentationLayer.Logic.PrinterAPI.OpenPrinterPropertiesDialog(System.Drawing.Printing.PrinterSettings, System.Windows.Forms.Form)
       at DHSPresentationLayer.Logic.PrinterAPI.SendFileToPrinter(DHSPresentationLayer.Logic.PrinterInfo, System.String, System.Windows.Forms.Form)
       at DHSPresentationLayer.Logic.PrinterAPI.PrintLabel(System.String, System.String, System.Data.DataTable, System.Func`2<System.String,System.String>, System.String, System.String, Int32, System.Windows.Forms.Form)
       at DHSPresentationLayer.MRPFR130.showSSReport()
       at DHSPresentationLayer.MRPFR130.confirmCancelCloseButton_Confirm()
       at MINDBaseFormLibrary.BaseScreenReports.confirmCancelCloseControl1_EventButtonClicked(System.Object, DHSControlLibrary.MyEventArgs)
       at DHSControlLibrary.ConfirmCancelCloseControl.OnEventButtonClicked(DHSControlLibrary.MyEventArgs)
       at DHSControlLibrary.ConfirmCancelCloseControl.cmdConfirm_Click(System.Object, System.EventArgs)
       at System.Windows.Forms.Control.OnClick(System.EventArgs)
       at Infragistics.Win.Misc.UltraButtonBase.OnClick(System.EventArgs)
       at Infragistics.Win.Misc.UltraButton.OnMouseUp(System.Windows.Forms.MouseEventArgs)
       at System.Windows.Forms.Control.WmMouseUp(System.Windows.Forms.Message ByRef, System.Windows.Forms.MouseButtons, Int32)
       at System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message ByRef)
       at System.Windows.Forms.Control+ControlNativeWindow.OnMessage(System.Windows.Forms.Message ByRef)
       at System.Windows.Forms.Control+ControlNativeWindow.WndProc(System.Windows.Forms.Message ByRef)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr)
       at System.Windows.Forms.NativeWindow.DefWndProc(System.Windows.Forms.Message ByRef)
       at Infragistics.Win.UIAutomation.UiaProviderControlNativeWindow.WndProc(System.Windows.Forms.Message ByRef)
       at System.Windows.Forms.NativeWindow.Callback(IntPtr, Int32, IntPtr, IntPtr)
       at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef)
       at System.Windows.Forms.Application+ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr, Int32, Int32)
       at System.Windows.Forms.Application+ThreadContext.RunMessageLoopInner(Int32, System.Windows.Forms.ApplicationContext)
       at System.Windows.Forms.Application+ThreadContext.RunMessageLoop(Int32, System.Windows.Forms.ApplicationContext)
       at System.Windows.Forms.Application.Run(System.Windows.Forms.Form)
       at DHSPresentationLayer.Program.Main()
    then 1 second after :
    Faulting application name: DHSDEVASystem.exe, version: 7.8.0.4, time stamp: 0x54c8f680
    Faulting module name: MSVCR110_CLR0400.dll, version: 11.0.50709.17929, time stamp: 0x4ffa580c
    Exception code: 0xc0000005
    Fault offset: 0x0000156e
    Faulting process id: 0x8ec
    Faulting application start time: 0x01d046916142e1e3
    Faulting application path: C:\Users\savaa\AppData\Local\Apps\2.0\DR9VMJ96.MZ3\DP07HVCX.MDB\dhsd..tion_0000000000000000_0007.0008_cfa90b0813b3f063\DHSDEVASystem.exe
    Faulting module path: C:\Windows\system32\MSVCR110_CLR0400.dll
    Report Id: 38cf9363-b285-11e4-b29f-0023242a2561
    The PC is on windows 7 32 bits with .net 4.5 installed.

    Hello,
    Based on the exception message, I found that your project is build with .NET 4.0, you could consider changing it to .NET 4.5.
    If you want to keep it built with .NET 4.0, then you could consider the following fix.
    FIX: "Faulting module name: clr.dll" error message when you run a Microsoft .NET Framework 4-based application
    Regards,
    Carl
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Application crash with support.cpp line 1806

    Hi,
    I'm pretty desperately trying to find the cause for a crash upon starting my application.
    The error message I get is: Fatal internal error: "support.cpp" line 1806.
    The message comes even before the Front-Panel of the main VI opens.
    The corresponding application log shows this information: .\manager\support.cpp(1806) : DAbort: Unknown Conversion
    I'm using LabView 8.2.1f4 on Windows XP Pro.
    However the error does not occour every time I start my program, rather it happens every once in a while, so it's really hard to find the reason why..
    The application also crashes on other PCs, so I think that there is no problem with my OS.
    Does anybody have any hints about what to do in such a situation?
    thx,
    Leo
    Attachments:
    TAS_VIEW2000_8.2.1f4_lbosnjak_cur.txt ‏1 KB

    Ok, thx for the info.
    I was wondering whether there is more info about the cause of the error (not only support.cpp and line number) but it's ok.
    My application is way too large to simply debug it (>1300 VIs, and .EXE size of ~30MB) :-(
    But everything is relative to the degree of annoyance the problem causes to the customers ;-)
    However, I'll send an update, if It happens that I find a simple way to reproduce it or if we decide to update to LV2009.
    thx,
    Leo

  • Crash report application what is that ? When shut down the computer this Message appeared The application crash repórter Dont Let shut down the computer

    Crash report aplication what is that ? When shut the computer this Message appeared The application crash repórter Dont Let shut down the computer

    Command-Option-Escape does the same as
    Apple Menu > Force Quit...
    It opens a floating box that lists current major Applications and their status (e.g., Not responding) and allows you to force quit any single Application or re-launch the Finder.

  • Hi, l authorized my computer using iTunes and it said successful, but when l start syncing my applications l get this error: "The iPhone "My name" could not be synced because this computer is no longer authorized for purchased items that are on this phone

    hi, l authorized my computer using iTunes and it said successful, but when l start syncing my applications l get this error: "The iPhone "My name" could not be synced because this computer is no longer authorized for purchased items that are on this phone".
    May you help
    Thanks

    Try TS1389: iTunes repeatedly prompts to authorize computer to play iTunes Store purchases.
    tt2

  • TS1717 recent update of software crashed. Now when opening i tunes I get message "this application has failed to start because MSVCR80.dll was not founds. Re-installing the application may fix this problem. Re-install has no effect!

    recent update of software crashed. Now hwen i try to open i tunes, i get message "This application has failed to start because MSVCR80.dll was not found. Re-installing the application may fix this problem" - It has not!

    Click here and follow the instructions. You may need to completely remove and reinstall iTunes and all related components, or run the process multiple times; this won't normally affect its library, but that should be backed up anyway.
    (99750)

  • My ipod will damage the lock key and now serves this happened the day yesterday, I have not been dropped and has not suffered damage so far nungún that happens, also when I'm using some applications crashes and throws me of the application

    my ipod will damage the lock key and now serves this happened the day yesterday, I have not been dropped and has not suffered damage so far nungún that happens, also when I'm using some applications crashes and throws me of the application
    I want to know that I can do, plus I have an ipod shuffle first generation and I have not been able to use itunes because I required an update and this does not allow update

    Is English you native language? If so please clarify your question.  Otherwise post in our native language since your translation does not make sense.

  • Application crashes when using JNI with Jdk 1,2, 1.3 and 1.4

    Hi!
    I have this application that has a GUI written in Java and a file parser written in C. JNI is used to connect these parts together. The problem is that the application only works when I am using jdk 1.1.8 but not when using jdk1.2, jdk1.3 or jdk1.4. I am running the application on a Solaris 8 machine.
    I have not written the application myself but I am going to be working with it from now on. But I have today little knowledge with JNI and I have tried different approaches to solve the problem. For example I have tried to used DDD together with GDB to find out what the problem is but with no luck. When I run the application using jdk1.4 I get the following error when the JVM crashes:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 10 occurred at PC=0xFA023164
    Function=Java_Bitmap_setDebug+0x1C
    Library=/usr/u/lal/micview/micview2_1_0_beta1/libBitmapImpl.so
    Current Java thread:
    at Bitmap.setDebug(Native Method)
    at DisplayPanel.loadFile(DisplayPanel.java:396)
    at MicPlot.loadFile(MicPlot.java:1452)
    at MicPlot.loadFile(MicPlot.java:1441)
    at MicPlot.miOpen_Action(MicPlot.java:1267)
    at MicPlot$SymAction.actionPerformed(MicPlot.java:1184)
    at java.awt.MenuItem.processActionEvent(MenuItem.java:588)
    at java.awt.MenuItem.processEvent(MenuItem.java:548)
    at java.awt.MenuComponent.dispatchEventImpl(MenuComponent.java:285)
    at java.awt.MenuComponent.dispatchEvent(MenuComponent.java:273)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:452)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
    Dynamic libraries:
    0x10000 /opt/java/jdk1.4/bin/java
    0xff360000 /usr/lib/libthread.so.1
    0xff3a0000 /usr/lib/libdl.so.1
    0xff280000 /usr/lib/libc.so.1
    0xff270000 /usr/platform/SUNW,Ultra-4/lib/libc_psr.so.1
    0xfe000000 /opt/java/j2sdk1.4.1/jre/lib/sparc/client/libjvm.so
    0xff220000 /usr/lib/libCrun.so.1
    0xff200000 /usr/lib/libsocket.so.1
    0xff100000 /usr/lib/libnsl.so.1
    0xff1d0000 /usr/lib/libm.so.1
    0xff250000 /usr/lib/libw.so.1
    0xff0e0000 /usr/lib/libmp.so.2
    0xff0b0000 /opt/java/j2sdk1.4.1/jre/lib/sparc/native_threads/libhpi.so
    0xff080000 /opt/java/j2sdk1.4.1/jre/lib/sparc/libverify.so
    0xff030000 /opt/java/j2sdk1.4.1/jre/lib/sparc/libjava.so
    0xfe7e0000 /opt/java/j2sdk1.4.1/jre/lib/sparc/libzip.so
    0xfe4e0000 /usr/lib/locale/en_US.ISO8859-1/en_US.ISO8859-1.so.2
    0xedd00000 /opt/java/j2sdk1.4.1/jre/lib/sparc/libawt.so
    0xfc480000 /opt/java/j2sdk1.4.1/jre/lib/sparc/libmlib_image.so
    0xfc410000 /opt/java/j2sdk1.4.1/jre/lib/sparc/motif21/libmawt.so
    0xeda80000 /usr/dt/lib/libXm.so.4
    0xfa090000 /usr/openwin/lib/libXt.so.4
    0xfa3d0000 /usr/openwin/lib/libXext.so.0
    0xfc7e0000 /usr/openwin/lib/libXtst.so.1
    0xed980000 /usr/openwin/lib/libX11.so.4
    0xfa2a0000 /usr/openwin/lib/libdps.so.5
    0xfa3b0000 /usr/openwin/lib/libSM.so.6
    0xfa1d0000 /usr/openwin/lib/libICE.so.6
    0xed880000 /opt/java/j2sdk1.4.1/jre/lib/sparc/libfontmanager.so
    0xfa390000 /usr/openwin/lib/locale/common/xlibi18n.so.2
    0xfa1b0000 /usr/openwin/lib/locale/iso8859-1/xomEuro.so.2
    0xfa190000 /usr/lib//liblayout.so
    0xfa050000 /usr/openwin/lib/locale/common/ximlocal.so.2
    0xfa010000 /usr/u/lal/micview/micview2_1_0_beta1/libBitmapImpl.so
    Local Time = Thu Oct 3 13:32:47 2002
    Elapsed Time = 35
    # The exception above was detected in native code outside the VM
    # Java VM: Java HotSpot(TM) Client VM (1.4.1-beta-b14 mixed mode)
    # An error report file has been saved as hs_err_pid27692.log.
    # Please refer to the file for further information.
    Abort
    From this information I think that the problem should be in the native method setDebug. But I have tried to set a breakpoint at the beginning of that function in the C part but with no luck. The application crashes before it reaches that position in the C file.
    What could possibly go wrong between the setDebug function in the C part and the function call in the Java part?
    When using GDB, GDB cannot figure out what is wrong it just returns a hex address, no function name.
    I would really appreciate some help. I have tried everything that I can come up with!
    Best regards
    Lars

    I have figured out that the application fails on its first call to the native methods.
    So I have this Bitmap class that contains all the native calls and it is defined shortly as follow:
    public class Bitmap {
    static {
    System.loadLibrary("BitmapImpl");
    native void setDebug(int debuglevel, int statistics);
    There are many more native methods defined in Bitmap, but I only show the setDebug method because that is the first one that is executed and also the one that immediately fails.
    My setDebug C function is defined as follow in BitmapImpl.c
    #include <time.h>
    #include <stdio.h>
    #include <limits.h>
    #include <fcntl.h>
    #include <jni.h>
    #include <math.h>
    #include <errno.h>
    #include "Bitmap.h"
    #include "data.h"
    jint debug = 0;
    jint statistics = 1;
    JNIEXPORT void JNICALL Java_Bitmap_setDebug
    (JNIEnv *jenv, jobject jo, jint d, jint s)
    debug = d;
    statistics = s;
    My libBitmapImpl.so file is compiled using the following Makefile and using GNU gcc:
    JAVAPATH=$(JAVAINCLUDEPATH)
    LMACRO=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DSOLARIS
    CSOURCE=BitmapImpl.c
    all:
    gcc -O3 -G $(LMACRO) -I$(JAVAPATH) -I$(JAVAPATH)/solaris \
    $(CSOURCE) -o libBitmapImpl.so
    It is still a total mystory why the application fails. I have tried it on a RedHat Linux machine and there it works fine. But not on Solaris. Only if I use the jdk1.1.8 but not a later one.
    Would really appreiciate some help!
    Best regards
    Lars

  • Powerbuilder application crashes after upgrade to 12.5.2 (build 5006)

    I have already seen few similar posts on this forum for similar issue. However, I feel mine is different from those and could be some basic steps am missing. Thanks in advance for any comments.
    We are evaluating the effort and benefits of migrating our PB 10.2.1 (build 9731) application to  PB 12.5 Classic. After downloading the trial version from the SAP site, I could migrate the application easily with only a handful of warnings. However, while running the application either from build (EXE) or from IDE, it crashes (windows application failure) frequently. In addition to that, few of our application screens opens as blank screen (doesn’t display anything in the DW attached).
    My operating system is Windows 7 (32 bit) Service Pack 1. The application has many calls external DLLs (both windows standard and custom), as samples at the bottom. I believe that the correct (from PB 12.5) DLLs are copied to Powerbuilder home directory (C:\Software\Sybase\PowerBuilder 12.5 & C:\Software\Sybase\Shared\PowerBuilder) and the source code directory in my attempt to ensure that there are no issues with DLLs. However, initially I had installed powerbuilder 12.5 also under the same root as Power builder 10.0, but as I read few posts that DLLs from different version residing in same place can cause issues, uninstalled and installed PB 12.5 on different location.
    Our PB application also interact with the .Net modules of the application by communicating through a custom DLL. However, that seems still working and I am able to open the .Net screens from the migrated application.
    Below are the main scenarios in which the application crashes and every time I get a DLL error as given below.
    1. While running the application from IDE and selecting ‘Exit’ from the main window. This will close any instantiated objects and close the mutex by calling the windows API.
    function ulong CreateMutexA(ulong lpMutexAttributes, boolean bInitialOwner, ref string lpName) library "kernel32.dll" alias for "CreateMutexW" function ulong GetLastError() library "kernel32.dll" alias for "GetLastError;Ansi"
    function ulong CloseHandle(ulong hMutex) library  "kernel32.dll" alias for "CloseHandle;Ansi"
    This will result in the below crash.
    Faulting application name: PB125.EXE, version: 12.5.2.5006, time stamp: 0x50f93412
    Faulting module name: kernel32.dll, version: 6.1.7601.17932, time stamp: 0x503275b9
    Exception code: 0xc0000005 Fault offset: 0x0004c372
    Faulting process id: 0x2bdc
    Faulting application start time: 0x01cf3e72371227c9
    Faulting application path: C:\Software\Sybase\PowerBuilder 12.5\PB125.EXE
    Faulting module path: C:\Windows\system32\kernel32.dll
    Report Id: 8feef8fc-aa65-11e3-8049-f500274aecdc
    2. Opening of certain windows results in the below crash. If I try to debug the code and move mouse over the line of code being executed, then also I get the same crash. I don’t do the mouse move then I can proceed with the same line, however it will crash at a later line calling ‘classname’.
    Problem Event Name: APPCRASH
    Application Name: PB125.EXE
    Application Version: 12.5.2.5006
    Application Timestamp: 50f93412
    Fault Module Name: PBVM125.dll
    Fault Module Version: 12.5.2.5006
    Fault Module Timestamp: 50f93437
    Exception Code: c0000005
    Exception Offset: 00175357
    OS Version: 6.1.7601.2.1.0.256.48
    Locale ID: 3081
    Additional Information 1: 38ca
    Additional Information 2: 38ca6ad0537dbd0555785bd862b8e94f
    Additional Information 3: 0cd5
    Additional Information 4: 0cd54a5b6672f15bf2ca366539d89c12
    3. Few of the application screen opens but doesn’t display the datawindow attached to it.

    ... many calls external DLLs (both windows standard and custom),
    You have a very complex application and it is unlikely that you will receive much help in this type of setting.  As Chris has already pointed out, previous efforts appear to have been done in a sloppy manner; something indicated by the ANSI qualifiers on API functions that are not needed or relevant.  In addition, the PB alias of CreateMutexA for the API function CreateMutexW is also suggestive.
    I believe that the correct (from PB 12.5) DLLs are copied to Powerbuilder home directory (C:\Software\Sybase\PowerBuilder 12.5 & C:\Software\Sybase\Shared\PowerBuilder)
    You should be very very careful about doing things like this.  One should not simply scatter DLLs across directories without very good reasons as it often leads to strange problems.  On a machine with the IDE installed, you should allow PB to install everything where it wants them.  Copying or moving files is something done as a last resort - it is certainly something that you need to document in case you need to undo it or redo it at a later time.
    Lastly, you might reconsider attempting this with the trial version.  I don't how "current" the trial version is but I suspect it might be a bit buggier than the most current maintenance build.  I'm guessing that you will have to do a bit more than recompiling to get the functionality related to "opening .Net screens" working.  It might help to try creating a new application and put in some basic functionality to interact with all of these external processes, screens, dlls, etc since I suspect this is where the bulk of your problems exist.

  • Adobe Premiere Elements 11 Application Crash

    Operating System: Windows 8 Pro 64-bit
    System Model: HP Pavilion dv7 Notebook PC
    BIOS: InsydeH2O Version 03.60.48F.1B
    Processor: Intel(R) Core(TM) i7-2670QM CPU @ 2.20GHz (8 CPUs), ~2.2GHz
    Memory: 16384MB RAM
    Available OS Memory: 16332MB RAM
    Page File: 2657MB used, 30058MB available
    Windows Dir: C:\WINDOWS
    DirectX Version: DirectX 11
    Card name: Intel(R) HD Graphics 3000
    Speakers and Headphones (IDT High Definition Audio CODEC)
    750GB Integrated Hard Disk Drive
    3TB External Hard Disk Drive
    While editing a 30:44 minute avi video file with 3 wav audio source files in Premiere Elements 11 the application crashes, no system errors or system crashes.
    Windows reports that Premiere Elements 11 crashes and closes the program, no error message.
    The crash occurs around the five minute marker of the video, I do not want to go past the 5 minute marker because I want to make sure my video is well throughout.
    The video file is 28.8GB and both the video file and the Premiere Project File are located in the same 3TB External Hard Disk Drive.
    The only programs running while I edit are Steam, Trend Micro Titanium Antivirus+, Dxtory, and Premiere Elements 11.
    I have read over some of the other forums regarding premiere crashing and MOST of the ones that were relevent to my inquiry are from 2008-10 and involve premiere 8 on Windows Vista. This is prevelent on both Adobe and Google.
    I have also ran a disk cleanup, disk defrag, system restart, and update checks, all updates are up to date, I check every month.

    I only have the single 30:44 duration video.
    I also downloaded G-Spot, from a suggestion made by Bill Hunt in an older post on the forum to find out the specific codecs that were involved in the video I am editing and what I received back was:
         Under Video, the codec was listed as 'xtor'.
          Under Audio, the codec was listed as 'PCM Audio'
    The only video file in the edit is the 30:44 duration video file.
    I used a recording software that I purchased called Dxtory, the program allows me to record certain programs on my computer's screen, namely video games.
    The video's format is an AVI file, and the specific video codec is 'xtor' and the specific audio codec is 'PCM Audio', according to G-spot.
    The video's resolution is 1280x720, the resolution is what I set my games to, if available, and its the resolution I have Dxtory setup to record.
    Under Edit/Project Settings/General the project settings are set to 1080i, 1920x1080 resolution, on default.
    I cannot change the settings for some reason, they are unavailable for me to customize, probably cause its the default until I add a video file.
    However, when I open the 30:44 video project, the Edit/Project Settings/General settings are set to Sony XD Cam EX 720p, 1280x720. I do see a yellow line under the time line in the project, the line is not exactly above the video clips. I am also in Expert View.
    My time line has changed increments, last night when I posted my first post, the time table was in increments of 22 seconds, and now its in increments of 15 seconds, the yellow line is below these increments, but only in certain parts, for my project the yellow line appears in the time table in the first 1 minutes 51 second and later at 4 minute 36 second increment to 4 minute 47 second increment. I do not have an edit on the first 1:51, but on the 4:36-4:47 I do have a text edit that sits on video 2, that was the last edit I did on the project, the application shortly crashes after 4:47, the crash is also occuring with and without the text edit. I'm going to continue to check settings and I will use Windows Event Viewer to find if I missed anything.
    Thank you for your asssistance.

  • Random application crashs (SSD + 10.8.2)

    Hey!
    I purchased a MacBook Pro and switched the standard HDD with a new
    "SAMSUNG SSD 830 Series, 256,06 GB". Unfortunately I experience several random application crashes, mostly after startup.
    Crash log examples:
    Chrome - http://pastebin.com/AYWAfSy2 and http://pastebin.com/r6ciQHuC
    TextEdit - http://pastebin.com/Pwzd5Hkt
    Adobe Premiere - http://pastebin.com/Xd5DYq4i
    I tested my RAM with Rember, but it did not recognize any errors. So maybe it's a fault of the SSD? How can I detect this?
    Thanks in advance!
    Best regards,
    Matthias

    Back up all data if you haven’t already done so.
    Boot in safe mode.* This will cause certain caches maintained by the system to be rebuilt. The instructions provided by Apple are as follows:
    Shut down your computer, wait 30 seconds, and then hold down the shift key while pressing the power button.
    When you see the gray Apple logo, release the shift key.
    Safe mode is much slower to boot than normal.
    When the login screen appears, reboot as usual (not in safe mode) and test. There's no need to log in while in safe mode.
    *Note: If FileVault is enabled under OS X 10.7 or later, or if a firmware password is set, or if the boot volume is a software RAID, you can’t boot in safe mode. In that case, proceed as below.
    You must be logged in as an administrator to carry out these instructions.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Triple-click the line below to select it, then drag or copy into the Terminal window — do not type — and press return:
    sudo update_dyld_shared_cache -force
    You'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning not to screw up.
    Reboot and test.

Maybe you are looking for