search for: winedllpath

Displaying 20 results from an estimated 21 matches for "winedllpath".

2002 Oct 07
1
any WINEDLLPATH caveats I should know about?
Hi, I am attempting to run the libiconv test-suite using wine and one of the problems I am having is that the executables are not able to find the DLL, even when setting WINEDLLPATH, as in: WINEDLLPATH=../lib/.libs wine .libs/table-to Am I doing something wrong? Thank you, Elizabeth
2007 Sep 24
1
WINEDLLPATH doesn't work
Hi I have some win32 DLL (native DLL) which is required to run my application. If I copy the DLL to $HOME/.wine/drive_c/windows/system32/ ... my application runs OK. But if I out the DLL to ... eg. $HOME/.wine/drive_c/myDLL and doing following export WINEDLLPATH=$HOME/.wine/drive_c/myDLL wine myapp wine simply complain that my DLL not found !! Well, I really don't want to put everything under system32 ... could someone tell me what's wrong with my setup ? Regards KC
2008 Mar 27
2
WINEDLLPATH weirdness
...-mingw/tests If I go into that directory and run the following script: #!/bin/bash dll=libsndfile-1.dll dlldir=/home/erikd/Bzr/libsndfile-mingw/src/.libs if [ ! -f "$dlldir/$dll" ]; then echo "Can't find DLL." exit 1 fi export WINEDLLPATH="$dlldir:$WINEDLLPATH" exe=.libs/floating_point_test.exe if [ -f $exe ]; then exec $exe fi I get the following error message: err:module:import_dll Library libsndfile-1.dll (which is needed by L"Z:\\home\\erikd\\Bzr\\libsndfile-mingw\\tests\\.libs\\...
2003 Oct 19
7
Wrong USER.EXE and nothing working...
Hi folks! History I installed Wine from RH 8.0 CDs and got a few things working. I downloaded an updated version around Mar/Apr this year and installed that (RPMs) okay, although one of the applications I had working no longer worked. No biggie. Wine is cool, so I carried on using it for a few things. Now I just downloaded and
2001 Sep 04
2
Wine 20010904-1 can't find libntdll.so
I just installed Wine version 20010904-1 on RH7.1. libntdll.so is in /usr/lib/wine but even though I have defined the WINEDLLPATH to include that directory, when I try to run wine I get an error message that says... wine: error while loading shared libraries: libntdll.so: cannot load shared object file: No such file or directory. What's up? Jack C. Holt SAIC, Wireless Systems Group
2002 Nov 25
2
module error.
Greetings, I am using a new install of wine, with the default configuration file from the source tree, everything complies fine and all but when i goto run something I get: wine azvw.exe err:module:PE_fixup_imports Module (file) KERNEL32.dll (which is needed by C:\azvw.exe) not found What does this mean?? Thanks! - Chris
2009 Jun 24
6
Question about installing DirectX
I have a quick question - I have been starting to test if bugs are still in the current git of wine. When trying to test a DirectX bug I came across this weird behavior and I am trying to figure out why/if there is a problem or I'm doing something wrong/different. Here's the scenario: 1. Make and install current git of wine (did with 1.1.23-xxx and 1.1.24 and currently trying with
2008 Oct 14
4
wineboot with comctl32 native
I get the following warn:module:load_dll Failed to load module L"comctl32.dll"; status=c0000135 I have comctl32 in system32 can anyone explain what status=c0000135 means
2005 Jun 07
0
Problems in installing wine...
...hq.i686.rpm package. We ran rpm2cpio and cpio to get the required binary, library and config files. We put all these files on a server. Users nfs mount and get the appropriate binaries. This is done by setting the environment variables : "PATH", "LD_LIBRARY_PATH" and the "WINEDLLPATH". when we run wine for the first time, we are getting the following error: wine : creating configuration directory '/home/raj/.wine' wine : chdir /tmp/.wine-501/server-302-1736bf : No such file or directory wine : wineprefixcreate failed while creating '/home/raj/.wine'. Kin...
2001 Aug 15
2
x11drv
I have SuSE 7.1. I installed wine from the disc When I try to run it as root, I get "Could not load graphics driver 'x11drv'" I cannot find x11drv anywhere on the disc's or the installed packages. can anyone tell me where I can get ? Chris.
2002 Sep 14
1
iexplore ver 5.5 install can't load commctrl.dll
I have installed wine version 20020904 on: Linux kernel 2.2.14 glibc 2.1.2 gcc 2.95.3 kde-3.0.2 WINEDLLPATH=/usr/local/lib/wine (set after wine was installed) I commented out the code in cdrom.c that will not compile because of the old kernel (ie. references to SCSI_PASS). Wine will then compile and install and run. I then installed all of the fonts from sourceforge. Then I tried to install Internet ex...
2003 Mar 14
1
Trying to run Office97 Setup in Native Wine
warn:module:BUILTIN32_dlopen cannot open .so lib for builtin winspool.drv: /usr/lib/wine/winspool.drv.so: cannot open shared object file: No such file or directory warn:module:MODULE_LoadLibraryExA Loading of native DLL C:\Windows\System\winspool.drv failed (error 193). warn:module:MODULE_LoadLibraryExA Failed to load module 'C:\Windows\System\winspool.drv'; error=193
2001 Aug 03
2
Internet Explorer 5.5 with Wine?
I'm extremely new to Wine, I don't even have a confog file yet. I can't find any decent documentation at wineHQ.com. Can anyone explain that whole thing to me? Also, I hate Mozilla, Netscape, and Opera. I want to get IE 5.5 working with Wine. I have tried getting to the Internet explorer Directory in the Terminal, and then using "wine iexplore.exe -dll
2009 Jun 23
5
Individual Wineprefixes
Hello, I am looking for a way to create an individual wine rpm of the actual src.rpm. My goal is a new winepfrefix, that is created when a user is logging in, that contains additional win-programs. But I did not find the path in the wine...tar.gz file, where the wineprefix is located. can someone help me? Is this even possible? Because that would be an easy way to supply a programm for all users
2001 Feb 08
2
Installling more than one wine version (fwd)
...ou/like Maybe, since we are now using -rpath, that would be enough to keep newer versions straight; for older versions you might need LD_LIBRARY_PATH to help it find the right library version. The current Wine will respect WINEPREFIX (you might well want a different config and registry files) and WINEDLLPATH. (man wine) of course, you can choose the executable by calling it by its absolute path name. It's sort of a moving target you picked on. Lawson Oh - did Corel hack the sonames on their version? That would sure stop it working it you install current dll's and winelib _in place of_ the...
2002 Nov 28
4
How Do I Setup the Config File?
It seems I am having problems setting up the Config file. First of all let me note that I am new to Linux so that's another cool point lost. I figured maybe the instructions on their web site is outdated or something because after I run the rpm yada, yada, yada command, and try to configure the config file, I always get a message that says drive or something of another is not valid; I
2001 May 21
2
Failed Dependency
I have an installation of Redhat 6.0, I am attempting to install wine from an RPM file, bit it gives me the following message : Failed Dependency : libGL.so.1 1. What does this mean? 2. Where do I get libGL.so.1 from (That will work with Redhat 6.0)?
2002 Aug 17
7
Wine compiles but dosen't run
Since version 20020509 I've had nothing but problems, so I decided to reinstall the OS, format all partitions, and reinstall all drivers and programs and updates in the hope that wine will then work correctly. It's taken about 11 hours; I've now installed wine again, but for some reason I had to do make install --ignore-errors; wine did not start after wineinstall; I now get this
2009 Apr 03
1
Wine hangs vb program after 3/4 seconds
...TTLE = "win98" WINEPREFIX = "/home/nata/.cxoffice/win98" CX_WINDOWS_VERSION = <undefined> PATH = "/home/nata/cxoffice/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/nata/bin" LD_LIBRARY_PATH = "/home/nata/cxoffice/lib" WINEDLLPATH = "/home/nata/cxoffice/lib/wine" WINEDLLOVERRIDES = <undefined> LD_PRELOAD = "" LD_ASSUME_KERNEL = <undefined> WINELOADER = "/home/nata/cxoffice/bin/wineloader" WINESERVER = "/home/nata/cxoffice/bin/wineserver" WINEDEBUG = <undefine...
2017 Aug 03
0
Wine release 2.14
...reakpoints in newly created thread. server: Add a platform-specific entry point to initialize registers of a new thread. server: Initialize debug registers in new threads if necessary. wineandroid: Update the views z-order based on the window hierarchy. wineandroid: Also set WINEDLLPATH. Alistair Leslie-Hughes (12): wmvcore: Support IWMHeaderInfo/2/3 interfaces in IWMReader. wmvcore: Support IWMLanguageList interfaces in IWMReader. wmvcore: Support IReferenceClock interfaces in IWMReader. wmvcore: Support IWMProfile3 interfaces in IWMReader. wmvcore:...