similar to: wine libs

Displaying 20 results from an estimated 10000 matches similar to: "wine libs"

2001 Sep 13
1
Some sort of focus problem
G'day all, I am struggling with a problem I can't identify, related to window focus when running wine not using desktop or managed mode. When using managed mode, it works wine, but I want to use it in this instance with an xinit /usr/bin/wine programname This works ok, until I get some sort of message dialog come up, then what happens is wine seems to switch focus rapidly between the
2001 Sep 18
5
Newbie question - running MSMONEY fails.
Hi, I've recently installed the latest version of WINE (from LinuxFormat Mag), and I can run some app's (sol.exe, notepad etc). However, when I try to run 'larger' apps I run into problems. Specifically I'm trying to run MSMONEY 2001. I cd to c:/program files/microsoft money/system then run wine --winver win98 msmoney.exe and I get the following:
2001 Sep 14
5
wine serial support
Hi, I use wine to run a terminal emulator (NetTerm). It connects to a Linux Server (it was meant to run from windows) that runs a commerce software. This Linux commerce software sends the terminal emulator escape codes to interface with a "ticket" printer attached to a serial port. The reason to go thru all this problem is that the printer has a proprietary, closed source driver for
2001 Oct 01
2
winehq's wine vs Corel wine
Some times I read people claimming that some applications run well (or installs well) with Corel's wine but not with winehq's wine. As Corel is dead for almost a year (IIRC), is there something in Corel's wine that it is not on the official wine? If it is, what is it? why isn't it in winehq's wine? license? design? Or the people who make this kind of claim are (no
2017 Jul 26
2
How to block tinc node advertise it's neighbor/edge/subnet info to another node?
Hi, Tinc experts There’s a requirement, where A connect to B, B connect to C; where B knows all the subnets from A and C, but A wouldn’t need to know anything about C, and C wouldn’t need to know anything about A. Any tinc configuration can make this happen? You can think of B is not an interconnect/forwarding node, instead, it only connect to A and C separately. I can think of run two tinc
2002 Apr 17
1
regedit.exe notepad.exe and other wine substitutes
Hi, Wine provides a variety of applications in the programs/ dir. this include notepad, regedit, regapi, aviplay, ... This programs (AFAIK) implements the windows equivalent of their .exe with winelib. However, some applications try to run c:\windows\regedit.exe, notepad.exe and fail. My question is, in a windows free environment, if I rename those applications (to a .exe extension and its .so
2013 Apr 23
3
Tinc power consuption
hello tincers, when I on battery on my notebook, running powertop, I get nic:<tinc-net-name> as the most power consuption resource in my notebook just after the screen. This happens no matter if I have traffic or not. I am not really sure that if this is really a tinc fault or a tap/tun implementation that never sleeps. any advice? -------------- next part -------------- An HTML
2010 May 08
5
contar casos en un vector
Buenas noches, tengo dos vectores con nombres. El primero es largo, nombreL, y el segundo corto, nombreC. Quiero contar cuantas veces aparece alguno de los nombres del vector corto en el largo. Lo que estoy haciendo es lo siguiente: cuenta <- 0 topL <- length(nombreL) topC <- length(nombreC) for (i in 1:topL) { for (j in 1:topC) {
2014 Dec 28
2
Road for 1.1 (2.0) backward compatibility
Hi Guus, I know this comes up from time to time. So it is time to update our expectations. Is there a roadmap for a 1.1 backward compatibility already? -rsd -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20141228/fcb2b44a/attachment.html>
2019 Jul 08
1
Windows XP and 1.1pre17
Hello, 1.1pre17 does not support Windows XP.  The reason is that InitOnceExecuteOnce is not supported. I believe it is better to take the Windows XP name out of the download link. -rsd -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.tinc-vpn.org/pipermail/tinc/attachments/20190708/b68071ed/attachment.html> -------------- next part
2001 Oct 10
3
Problem: No Serial ports present
Hi, I have wine without Windows instalation and would like to use my HP Coolpix camera unload software. After installation I allowed direct read/write to COM ports in wine.conf, but the program complains there are no COM ports at all. If I run wine --debugmsg +file +relay, I get something like wine works with COM2 (COM1 is mouse) and missing wineoss.drv, MFC42LOC.DLL and reg.dat. How can I
2001 Nov 26
2
basic ip problem
Hi, I am creating some routing policy and I am having a basic problem with ip. I am starting with 2 hosts to test the configuration. ---------- ---------- | host A |------------| Host B | ---------- ---------- IP: 10.0.100.1 IP: 10.0.100.2 On hostA: # ip address add 10.0.100.1/24 dev eth0 brd + On hostB: # ip address add 10.0.100.2/24 dev eth0 brd +
2002 Feb 15
1
ldconfig : ..... .so is not a symbolic link
After updating this morning cvs udpate -APd rm config.cache ./configure make depend && make i get this when 'make install' : what should i do ? (think i won't be the only one) /sbin/ldconfig: /usr/local/lib/libwine_unicode.so is not a symbolic link /sbin/ldconfig: /usr/local/lib/libwine_tsx11.so is not a symbolic link /sbin/ldconfig: /usr/local/lib/libwine.so is not a
2016 Dec 08
2
How to join join Ubuntu desktop to AD
On Thu, 8 Dec 2016 12:27:20 -0500 lingpanda101 via samba <samba at lists.samba.org> wrote: > > I think I have a issue with ldconfig not finding winbind. I create > the sym links and verified they exist. What am I missing? Thanks. > > ldconfig -v | grep "libnss_" > /sbin/ldconfig.real: Path `/lib/x86_64-linux-gnu' given more than once >
2008 Feb 18
1
ldconfig -R issue (Was: Problems with icu - 3.8)
+stable@ Yoshihiro Ota wrote: > Why are so many people are bitten by this? Is that the jobs of port-upgrading > tool to safe copy these libraries to compat so that all programs using > the old libraries works? Portupgrade preserves the libraries in /usr/local/lib/compat/pkg: % ls /usr/local/lib/compat/pkg/ libicudata.so.36.0 libicule.so.36.0 libicuuc.so.36.0
2016 May 12
2
[PATCH 1/2] Revert "appliance: init: run ldconfig"
Running ldconfig adds about 100ms to the boot time. I would prefer that we understood which libraries need ldconfig to be run, and fix that. We could also consider running ldconfig in parallel, but since it might be required by just about any binary that the init script runs it's not clear what benefit that gives. This reverts commit 66aa98265dd215dcd4c717e7ef6845fbac859e54. ---
2001 Feb 01
6
hello, I need some help for using wine
hello, i have this problem : [y.moya@yves y.moya]$ cd /mnt/cdrom [y.moya@yves cdrom]$ ls 3Dfx SETUP.EXE _setup.dll autorun.pak hlinst.dll setup.bmp DATA.TAG SETUP.INI _sys1.cab data1.cab lang.dat setup.ins DIRECTX Worldcraft _user1.cab dsetup.dll layout.bin setup.lid Localize.cab _INST32I.EX_ autorun.exe dsetup16.dll os.dat sierra.inf
2008 Dec 16
2
Yum messages: /usr/lib/liblzo.so.1 is not a symbolic link
Ran yum update this A.M. Got this. Is it a problem for rpmforge, CentOS or just me? Maybe not a problem at all? /etc/ld.so.conf.d files are "box stock", so there were no clues there. TIA for any insight. =================================================== Running Transaction Updating : cups-libs [ 1/10] /sbin/ldconfig: /usr/lib/liblzo.so.1 is
2016 Dec 08
4
How to join join Ubuntu desktop to AD
On Thu, 8 Dec 2016 13:03:49 -0500 lingpanda101 via samba <samba at lists.samba.org> wrote: > On 12/8/2016 12:52 PM, Rowland Penny via samba wrote: > > On Thu, 8 Dec 2016 12:27:20 -0500 > > lingpanda101 via samba <samba at lists.samba.org> wrote: > > > >> I think I have a issue with ldconfig not finding winbind. I create > >> the sym links and
2015 Oct 29
1
Problem with libnss_winbind.so.2
Good afternoon people. Wiki'm following procedure: RHEL based OSIf you have compiled Samba yourself on a RHEL based OS, to have your domain users and groups available locally on your Domain Member, you need to place two links in your /lib64 folder:# ln -s /usr/local/samba/lib/libnss_winbind.so /lib64# ln -s /lib64/libnss_winbind.so /lib64/libnss_winbind.so.2# ldconfig But does not charge.