similar to: WINEDLLPATH doesn't work

Displaying 20 results from an estimated 2000 matches similar to: "WINEDLLPATH doesn't work"

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 07
2
LVM problem
Hi, I have CentOS 5.0 which use an old hard disk. And recently I found there are some bad sector on it ... I try to backup my data to other CentOS 5.0 box .... What I did is. I remove the old HD (with bad sector) and install it as a slave IDE on a working CentOS 5.0 ... I try to mount the old HD as /mnt/oldDisk but since it's a LVM, the "mount -t ext3" doesn't work. I'm
2008 Mar 27
2
WINEDLLPATH weirdness
Hi all, I'm using the Linux to MinGW cross compiler toolchain to build windows binaries for one of my libraries. I'm also trying to run the cross-compiled binaries that make up the test suite under wine version 0.9.58 from ubuntu hardy heron. The DLL for my library gets built as: /home/erikd/Bzr/libsndfile-mingw/src/.libs/libsndfile-1.dll and the test suite binaries get built in:
2008 Jun 28
1
libgtk-x11-2.0.la missing on CentOS 5.2
Hi, I just upgrade to CentOS 5.2. I try to compile my gtk2 application using GNU autotools and found the following error: ... grep: /usr/lib/libgtk-x11-2.0.la: No such file or directory /bin/sed: can't read /usr/lib/libgtk-x11-2.0.la: No such file or directory libtool: link: `/usr/lib/libgtk-x11-2.0.la' is not a valid libtool archive ... I check both gtk2-devel-2.10.4-20.el5 &
2007 Sep 23
1
CentOS 5.0 crash (cifs bug ?)
Hi I think I hit the cifs bug described at http://wiki.centos.org/TipsAndTricks/WindowsShares and http://bugs.centos.org/view.php?id=1776 As CentOS Wiki said, CentOS 5.0 do have a bug fixed cifs.ko, so I thought it should be in CentOSPlus repository ... so I upgrade my kernel and using 2.6.18-8.1.10.el5.centos.plus. After I use this kernel release, I check the cifs.ko and see the following: $
2007 Sep 25
3
Wine does not use PATH for DLL search, is this a bug or feature ?
Hi, I test both 0.9.44 and 0.9.45 and found that Wine does not use PATH environment variables for DLL search. My test application is a Qt 336 application, QSlider.exe. QSlider.exe require both qt-mt336.dll and mingwm10.dll. If I copy both dll to ~/.wine/drive_c/windows/system32, I can invoke QSlider.exe from anywhere and it works OK. If I put both dlls to, eg. /opt/qt-3.3/bin. And setup
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
2003 Aug 27
0
Building a wine(lib) based shared library to link with a Linux application
Hi, I'm trying to work out if and how I can port a windows dll to Linux and build a shared library that I can use in an ordinary Linux program. To be more specific: Supose I have sources for a Windows dll (mydll.c and mydll.def): mydll.c #include <windows.h> int ShowBox(void) { MessageBox(NULL, "DLL", "DLL", MB_OK); return 0; } mydll.def LIBRARY
2006 Jun 27
3
Capgem 0.1 Released
I''ve put up a first release of Capgem on Rubyforge. It''s available under the MIT license. Capgem is an extension to Capistrano which adds a pack task to Capistrano so you can package up your Rails application as a Gem. This is useful if you are in an environment where Capistrano''s remote deployment tools aren''t an option. Capgem currently adds start and stop
2020 May 25
1
LibreOffice locking up
On 05/24/2020 08:17 PM, Kuang-Chun Cheng wrote: > Hi, > > I have similar problem for both oocalc and ooimpress. It happens at CentOS > 6x, 7x and 8x. > So I believe it's LibreOffice's bug, but I have no proof. > > KC > > H <agents at meddatainc.com> ? 2020?5?25? ?? ??7:56??? > >> I am running LibreOffice 5.3.6.1 under the latest update of CentOS 7
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
2008 Jul 01
5
ocfs2 fencing problem
Hi, Sunil or Tao, I have a 4 nodes OCFS2 cluster running OCFS2 1.2.8 on SuSE 9 SP4. When I tried to do failover testing (shutting down one node), the whole cluster hung (I can not even login to any server in the cluster). I have to bring all of them up and then be able to use the system. What kind of behavior is it? Is it the fence of OCFS2? Below is my configuration. aopcer13:~ #
2015 Aug 05
2
[LLVMdev] Cc llvmdev: Re: llvm bpf debug info. Re: [RFC PATCH v4 3/3] bpf: Introduce function for outputing data to perf event
Hi, Alexei On 2015/7/30 1:13, Alexei Starovoitov wrote: > On 7/29/15 2:38 AM, He Kuang wrote: >> Hi, Alexei >> >> On 2015/7/28 10:18, Alexei Starovoitov wrote: >>> On 7/25/15 3:04 AM, He Kuang wrote: >>>> I noticed that for 64-bit elf format, the reloc sections have >>>> 'Addend' in the entry, but there's no 'Addend' info
2007 Apr 25
6
Running something periodically.
Suppose, for a moment, that I have a Camping app. It looks at something, like an RSS feed of upcoming events, and displays them if they meet a specified criterion. I look at the index page, it fetches the feed items and then displays them. Yay. Maybe it also writes them to a database. Which is great, so long as I keep looking at the page every so often. But what do I do while I''m
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
2010 Jul 14
1
guest got cpu mhz 0.000
Hi, I'm running CentOS 5.5 (on ThinkPad x61). I use KVM to run a SLES 11.0 (32bits, kernel 2.6.27.19-5-pae) guest. The "cat /proc/cpuinfo" got the result: processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 6 model name : QEMU Virtual CPU version 0.9.1 stepping : 3 cpu MHz : 0.000 cache size : 32 KB fdiv_bug : no
2020 Nov 03
1
LibreOffice locking up
Mike McCarthy, W1NR <sysop at w1nr.net> ? 2020?11?3? ?? ??7:56??? > > > Can you reproduce the problem with this document? > > > > And, when the crash happened, could you still ping the computer from > > another device in the network? > > > > Crashing hard so that only a reset helps is usually only possible with a > > kernel bug or hardware issue,
2012 Oct 27
3
how to save xm dmesg into a file
Hi,all, the dmesg have a ring buffer size that is only 16k, so when overflows, some of the printk() messages get lost. SO could someone please give me a solution how to save all log message to a file. I don''t have serial port and cannot use that method to save log on another machine. Thanks! _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org
2006 Jan 09
4
scaffold seems broken on show,edit,delete
After running generate scaffold and pointing the browser, the data list appears correctly, the create new button works okay, but show, edit, delete give the following error: "Could not find Organization without an ID" running on ubuntu breezy with postgresql - data and everything else appears correct - any ideas?
2006 Oct 22
3
Date Helpers?
Does anyone have any ideas off the top of there head how to easily construct a date helper as one would see in Rails? Thanks, Michael Gorsuch http://www.styledbits.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/camping-list/attachments/20061022/7dda5a52/attachment.html