similar to: Debugging the crash of native dll

Displaying 20 results from an estimated 100000 matches similar to: "Debugging the crash of native dll"

2004 Dec 02
2
comctl32.dll native implies commctrl.dll native ?
Hi, I'm trying to install an app that use InstallShields to install. The process wants to upgrade comctl32.dll when using builtin one. So, I swithed to native. And using native forces me to have commctrl.dll. Wine does not provide commctrl.dll, so, am I obliged to download it or get it from a regular windows install ? Is there any way to avoid switching comctl32.dll to native ? Thanks
2007 Mar 19
1
Using wine dll in another native library
Hi All ! I have some windows-maked dll (xxx.dll for example). I want to use it on my Linux machine in my Java application. For this purpose I wrote a small wrapper around the xxx.dll by using winelib library and make it as libxxx.dll.so. Now I need load this library in my jvm (by using System.loadLibrary("xxx.dll"); ) but when I try to call any function from it I got
2007 Apr 12
1
Media Player Classic (Wine not picking up native ole32.dll?)
I'm trying to get Media Player Classic to run using wine. My current showstopper is a crash whenever I try to browse for a file to open. The last part of the output looks like this: err:ole:CoGetClassObject class {603d3800-bd81-11d0-a3a5-00c04fd706ec} not registered err:ole:CoGetClassObject class {603d3800-bd81-11d0-a3a5-00c04fd706ec} not registered err:ole:CoGetClassObject no class object
2002 May 16
1
native dll search order
Hi, I know wine looks into c:\windows\system and in the current dir '.' for native dlls. What is the order? system dir ou current dir first? is there another place it looks for it? The reason is that I want to move dlls that some apps uses (like mfc) to the applications dir and avoid dll versioning problems. However it would be usesless if wine checks c:\windows\system first for it
2008 Jul 24
7
Native and Builtin dll
I'm studing wine for my thesis but I've an question: if I can use native dll for an application because are there many builtin dll in usr/lib/wine? I understand for system dll like kernel32.dll, user32.dll etc Thanks.
2002 Apr 23
1
Can't load native dll
When I try to load winelib dll I get an error message: "err:module:MODULE_LoadLibraryExA Loading of native DLL <dllname> failed (error 193), check this file." The error message is printed for call: DllHandle = LoadLibrary(DllName); This happens even when I try to load standard Wine dlls, like dlls/msisys.ocx.so Did I miss something obvious? Thanks, Andriy Palamarchuk
2008 Nov 21
2
Question about submitted a bug using native DLLs
Hello, I'm trying to play a game (Star Wars: Rebellion) and it mostly works except for the tactical battle mode. There have been workarounds suggested on the appdb page (http://appdb.winehq.org/objectManager.php?sClass=version&iId=181&iTestingId=33818), which include getting a native d3drm.dll, which I did. This and one other native DLL (d3dxof.dll) reduced the number of errors and
2006 Jul 16
1
How to find the correct native DLL?
Dear Wine-users! As I have a Windows 2000 installation on my Linux system, too, I want to make Wine use native Microsoft-DLLs where needed. But my problem is now to determine, which native DLLs I should use! Is there a way to find out of the error messages Wine dumps to the console which DLL contains that code (so which one I need to replace by the native one)? For instance, after
2001 Sep 17
1
Using a native windows DLL in wine
Hi all. As said in the subject, we wonder whether is possible to use some native MS dlls (comctl32.dll, commctrl.dll) in a wine installation, for commercial purpose. And, if possible, what kind of restrictions are supposed to be applicated? I'm sure I'm not the first asking such a thing... Thx
2006 Aug 07
1
Native mciavi32.dll
Greetings, Currently, Worms 2, and many other games that use Microsoft AVI for films, fail to play these because of Wine's implementation of mciavi32.dll. If I try to use the native version of this file, Wine gives the following. wine: Call from 0x73629dd0 to unimplemented function KERNEL32.dll.IsWow64Process, aborting Is this a type of function that it will make no sense to implement
2008 Nov 11
1
Can I load kernel32 native dll ?
I cant load kernel32 native dll ... why ? WINEDLLOVERRIDES="kernel32=n" wine sgp.exe
2008 Jun 22
2
Wine won't load native DLLs
Hi all I signed myself up as the appdb maintainer to TaxCalc about a year ago so I thought it about time I did something to try and get it to work. I know it does not work 'out of the box' so I was trying to use a few DLL overrides to pin down which native Wine libraries were causing difficulties (and so I can give some guidance on appdb). I have addeed taxcalc.exe in wine configuration
2008 Jul 08
1
R crash with ATLAS precompiled Rblas.dll on Windows XP Core2 Duo
I noticed a problem using R 2.7.1 on Windows XP SP2 with the precompiled Atlas Rblas.dll. Running the code below causes R to crash. I started R using Rgui --vanilla and am using the precompiled Atlas Rblas.dll from cran.fhcrc.org dated 17-Jul-2007 05:04 for Core2 Duo. The code that causes the crash: x <- rnorm(100) y <- rnorm(100) z <- rnorm(100) loess(z ~ x * y) loess(z ~ x) does
2013 Dec 08
1
[LLVMdev] Win32: Crash in DLL created by llvm that calls into the "putchar" function
Hey Jeremy, (putting the discussion back to the list.) 2013/12/8 Jeremy Lakeman <Jeremy.Lakeman at gmail.com>: > If I run your demo exe it crashes, if I re-link the dll with VS 2010 it > errors gracefully; > > runtime error R6030 > - CRT not initialized > > putchar is a c runtime function. > I'm betting that your exe doesn't initialise the runtime library?
2010 Jul 16
8
Native libpq.so instead of libpq.dll?
Hello all, is it possible to use the native Linux libraries instead of their Windows builds? This can be a newbie question. :) I have a database program based on PostgreSQL and I think that coyping the Windows libraries for the application to run is a bit luxury when the same but native libraries with the same functions already exist for Linux and they are already installed on my system. I
2004 Nov 03
0
help libpq.dll (postgresql native connection)
Hi All, I have an application that run under windows and developed using harbourminigui and using postgresql as database, but when I try to run it under wine the application freeze when executing libpq.dll to connect to the server. I already try using mysql and working well with libmysql.dll for the connection. Anyone ever got this problem? or have solution for this? TIA, Regards, -Iip-
2008 Dec 15
1
WineLib and Java Native Interface (JNI) - UNIX
Hi All, I have implemented a JNI library on window that call the C++ dll APIs. Now I want my JAVA program is run on the UNIX system. I have used WineLib to wrapper Window Dlls to the Share Object Lib (so lib) (Using Winedump and Winegcc to build). The functions in the so lib can work normally with my C main test function. BUT when I call it from Java. The function can linked BUT it is crashed at
2008 May 11
8
debugging / dll file / wine / company of heroes
hi. i try to get company of heroes 2.301 workin on ubuntu 8.04. i get this error: > > user666 at user666-desktop:~$ wine "e:\Gamez\Company Of Heroes\RelicCOH.exe"fixme:heap:HeapSetInformation 0x16a0000 0 0xfffb9c 4 > fixme:heap:HeapSetInformation 0x19d0000 0 0xfffb98 4 > fixme:heap:HeapSetInformation 0x1ae0000 0 0xfffb98 4 > fixme:heap:HeapSetInformation 0x1bf0000 0
2002 Sep 23
2
R crash with internet2.dll
Hi, I'm using: platform i386-pc-mingw32 arch i386 os mingw32 system i386, mingw32 status major 1 minor 5.1 year 2002 month 06 day 17 language R and I would like to apply: > update.packages() trying URL
2011 Oct 07
3
native dll and wineprefix
Hi all I installed office2007 and I read here http://appdb.winehq.org/objectManager.php?sClass=version&iId=12813 that I need to use native riched20.dll. My problem is that the comment says to do not set the override globally. How can I do that ? In winecfg when I add a dll I can chose : Integrated ("int?gr?e (Wine)") Native ("native (windows") first Integrated then