similar to: slowed me down

Displaying 20 results from an estimated 11000 matches similar to: "slowed me down"

2001 Apr 13
2
Help, guys! Codeweavers Wine error.
It's telling me maybe my wineserver crashed. How do I restart it? Logging in and out as user, in and out as root, and rebooting did nothing. I've had to resort to using (shudder) a Win dose to use Agent again. I HATE that! Help me, please, to restart my wineserver. Cybe R. Wizard -- Unofficial "Wizard of Odds", A.H.P. Original PORG Water Wizard, R.P. Ship's "Other
2001 Mar 06
1
Compilation problem
Hi, I tried to compile und install wine from the current cvs snapshot. Compilation was fine, but tools/wineinstall stopped with this error message: ------------ [...] Compiling regapi... rm -f regapi && ln -s ../../wine regapi Preparing to install default Wine registry entries... Installing default Wine registry entries... wineserver: request.c:235: write_request: Zusicherung
2001 Apr 02
2
wine doesn't read ~/.wine/config
I got Wine release 20010326 from cvs and compiled and installed it with ./tools/wineinstall I did some changes in ~/.wine/config (changed the path to my floppy drive). But it seems that wine is not reading ~/.wine/config. It still tries to reach the floppy drive through the old (wrong) path. There is no $HOME/.winerc and no /etc/wine.conf or /etc/local/etc/wine.conf file on my system.
2005 Oct 17
1
Managed windows
I find that for most applications, having managed="Y" is best, but for some applications I'd like to be able to launch them managed="N". I've been googling and it seems that in the past this was possible with a command line parameter, but it seems that this is no longer available. I'm using the 20050524 (i think) version of wine. Is there anyway for me to launch
2008 Nov 13
3
Wine 1.1.8 and wine GIT(howto cooperate together?)
I'm confused and looking for help For the fist I have Ubuntu x86_64 and I had installed wine 1.1.8 from launchpad and i installed Red Alert 3 when i run it found that no cursor in game, so In order to lay Red Alert 3 with cursos i have compile wine from here git clone git://repo.or.cz/wine/hacks.git then i made symlinks cd hacks Code: mkdir -p `pwd`/lib32 ln -s /usr/lib32/libX11.so.6
2001 Apr 26
2
OK, what's the deal with the display, anyway ?
Does anyone have a consistent way to set the display for wine programs to /anything/ (meaning something other than :0.0)? I have done the followings: ssh to the box I want to run the wine app from. (As a result, DISPLAY was set to "tux:10.0") I tried running wine ./notepad.exe from the Windows directory. This gave me the following: Xlib: connection to ":0.0" refused by
2008 May 01
5
winecfg
:( i cant get the wine config to open. I have tryed uninstalling reinstalling but no luck. this is what i get when i type in winecfg tom at tom-desktop:~$ winecfg wine: creating configuration directory '/home/tom/.wine'... Could not load Mozilla. HTML rendering will be disabled. err:seh:setup_exception_record stack overflow 28 bytes in thread 0009 eip 7e07e153 esp 00231314 stack
2007 Mar 19
4
exec: 29: /usr/bin/wine: not found
Hi, I?ve installed wine on Ubuntu 6.10 64bit using the following guide : http://www.ubuntuforums.org/showthread.php?t=185557 but, when I type winecfg in Terminal I get the following error : exec: 29: /usr/bin/wine: not found Dunno if it may help, but here?s a terminal shot of when wine was getting installed. matt@ubuntu:~/Desktop$ dpkg -x lib libartsc0_1.3.2-3_amd64.deb
2008 May 12
2
Wineserver is not shooting down
First - Wine is great. I love it totally. To login into a company website I have to use IE6 - Firefox is not handling the Web Site due to some reglementations. IE6 runs fine and there are NO problems. Only after exit, the Wineserver keeps running and takes away a lot CPU Power. I can stop it manually (System Monitor -> Process. Right Click and I can stop it (and it relieves the Power from the
2001 Aug 09
2
Solaris X86 Wine
I am determined to see wine work again on Solaris. A while back there was some discussion on a modification of mmap to allow dos mode to work. The thread of wine-develop faded out after a while with no resolution. Can someone outline this problem and how it affects wine, and give me some reason why the finally proposed solution from last year should not be applied This was the last reference I
2005 Feb 03
6
Newbie: Running an application within wine (installed fine)
I had successfully installed BrilliantPhoto with wine, so that I have the directory: file:/home/dotancohen/.wine/c/Program Files/Brilliant Labs/BrilliantPhoto but when I run the command wine /home/dotancohen/.wine/c/Program\ Files/Brilliant\ Labs/BrilliantPhoto/BrilliantPhoto.exe it justs sits there with no output until I ctrl-Z it. Silly me, I even tried to click the icon in Konqueror to start
2020 Feb 10
0
Samba 4.11.6 cannot JOIN - 'Could not find machine account'
Hi Rowland, > Can you try the join command like this: > samba-tool domain join office.example.com DC -UAdministrator > --password=TheActualPassword --dns-backend=BIND9_DLZ > Rowland When I run samba-tool like this without specifying the server, it chooses the older backup server that runs Server 2008 (named PE2600). Joining to this server results in a different error: .... INFO
2004 Feb 06
2
how do i get rid of wine-kthread <defunct> ?
Hi, after a while of playing around with winedbg i have a lot of these: bash-2.05b# ps -A 559 pts/0 00:00:01 wine-kthread <defunct> 558 pts/0 00:00:04 wine-kthread <defunct> 607 pts/0 00:00:01 wine-kthread <defunct> 606 pts/0 00:00:04 wine-kthread <defunct> i tried differend variations on kill, and killall, but they don't go away. Any ideas? Regards,
2008 Jul 23
2
prevent runaway PID taking down server (RAM/swap)
Is there a way I can prevent processes from taking up all the ram then swap until the box crashes/freezes? I'm using IEs4Linux and the wineserver seems to start taking up RAM until my box dies, it happens slowly. I am able to kill the sucker now, but I'd like to not have to worry about that. sar -r 01:00:01 PM kbmemfree kbmemused %memused kbbuffers kbcached kbswpfree kbswpused
2008 Sep 26
4
single wineserver process on multiple session environment
is it possible to run only one wineserver process on multiple session? i set up an ubuntu server as terminal server (using xdmcp and/or xrdp), so multiple user could run their own session on this server (remotely) from other linux or windows clients. there is one apps that run under wine. but the number of wineserver process running is the same as the number of users logged in to this terminal
2011 May 26
2
How to kill a running wine application
Question: How to kill a Windows application that runs with wine? I have installed new stable version of wine for Debian. Then the Windows application starts OK but hangs for some reason (its the application logic fault). However I can't see any way to close the application window or to kill the application. I tried as in documentation: # wineserver -k bash: wineserver: command not found I
2001 Oct 22
6
Wine installation problem
Hi, I have just compiled and installed wine-20011004, and I have go the following problem when I start Wine: wine client error:0x806bb68: version mismatch 54/59. Your wineserver binary was not upgraded correctly, or you have an older one somewhere in your PATH. Or maybe the wrong wineserver is still running? I have build and install it with wineinstall. I have remove the previous version. Any
2010 Jun 05
5
Can't start Wine after suspend on Laptop
Currently running Wine 1.2-rc2 on Ubuntu 10.04 x64 on a Lenovo ThinkPad x61. After doing a suspend, I can't run Wine. The app I normally run with Wine is Lotus Notes. But I've tried something as simple as going in to the wine config. I tried doing a wineserver -k but that doesn't help either. Only thing I found to work is a full reboot. This has actually been happening since Ubuntu
2008 Jun 30
3
Trying to install an app from floppy
I've installed 1.0.r4 -- yes, it's kind of old, but seems to be the latest binary available for FreeBSD 7 -- and it doesn't want to run a setup.exe from the floppy drive. $ rm -rf .wine $ wine a:setup.exe wine: created the configuration directory '/home/perryh/.wine' wineserver: fcntl /tmp/.wine-105/server-53-772d/lock : Invalid argument $ wine 'a:\setup.exe'
2005 Jun 15
3
wineboot && wineserver
Hi all, I'm currently writing a simple script for a few friends to install a soft with wine. The point is wineserver is not in the path of my user. Should I call it directly from /usr/lib/wine ? Another wine bin is not found : wineboot ? Is it linked with my distro (Kubuntu/Debian based) ? Is it included in a lib I did not install ? Is it installed in further versions (I use 20041019,