similar to: No subject

Displaying 20 results from an estimated 20000 matches similar to: "No subject"

2011 Jun 14
1
Tip: Overlay frames per second on fullscreen 3d games
It's often handy to be able to see the current frames per second when testing a game under wine as it allows you to pinpoint where frame rate problems occur and how serious they are. It's easy to get the framerate from wine by setting WINEDEBUG=fps. However, it's not easy to track framerate changes as you play when the game runs fullscreen. Fraps[1] is a good solution to this problem
2007 Aug 15
2
chown and chgrp on 4.5 vs 5.0
I just noticed that on centso 4.5 I have an executable with the +s (chmod +s myexe) doing a chmod root myexe and chown root myexe does NOT affect the +s setting. However, on centos 5 this is not the case. chmod +s myexe chown root myexe or chgrp root myexe will DROP the +s status. How can I get around this? I want to keep the owner, group, world settings. Thanks, Jerry
2011 Jul 19
3
unix fifo inaccessible via samba share
Issue: unix fifo (named pipe) does not appear in share, attempts to read the pipe result in "Access Denied" >From an XP laptop, I can open and access my samba share normally. I can read all files and subdirectories in the share, but a fifo I need to read does not appear at all. I have made the fifo mode 777 (world readable, writeable, executeable) and tried other things like
2008 Jun 24
1
msiexec --help output in the middle of wine install log
I've installed an application from the command line with: wine 'F:\Setup.exe' 2>&1 | tee wine.log In the log, somewhere towards the end of the install, appears the same output as you get with the command line: msiexec --help which suggests to me that my application's installer or Wine has messed up an invocation of msiexec and as a consequence the installation may be
2008 Aug 27
1
Re: Please die if you wait "too long" RtlpWaitForCriti
Dee Ayy wrote: > On Mon, Aug 25, 2008 at 12:44 AM, vitamin <wineforum-user at winehq.org> wrote: > > > Try: > > > > Code: > > $ wine cmd > > c:> echo "some stuff" | myexe > > > > Interesting way to run wine. However, I get the same response. Then either your program is buggy or Wine's cmd doesn't fully implement what
2007 Aug 21
1
[NetBIOS] Registering new name?
Hello I'm having a hard time finding information about NetBIOS. Maybe someone here has good experience with this API, so I figured I could try asking here, although the question is specifically on how to use NetBIOS in an all-Windows LAN from Visual Basic :-/ I'm trying to register a new name on a server so that clients can locate it by broadcasting its NetBIOS name. At this point,
2018 Dec 13
1
Running a command at startup
On 12/13/18 8:17 AM, Jonathan Billings wrote: > On Wed, Dec 12, 2018 at 09:43:56PM -0500, Robert Moskowitz wrote: >> OK.... >> >> I have had problems in the past with crontab parsing a command. Would I use: >> >> @reboot root echo none | tee /sys/class/leds/blue\:heartbeat/trigger >> >> ? >> >> Or do I have to make a script and run that?
2008 Aug 25
1
Re: Please die if you wait "too long" RtlpWaitForCriti
Dee Ayy wrote: > On Sun, Aug 24, 2008 at 10:33 PM, vitamin <wineforum-user at winehq.org> wrote: > > > It can only work from cmd.exe. However I'm not sure if it's properly implemented there yet. > > Of course your app have to be console app not gui. > > > > My app is console. But this is an MSVC++ compiled app which runs on > MS Windows cmd.exe
2004 Sep 28
3
Truncated output from "rsync -e ssh ... 2>&1 | tee"
(Versions: OpenSSH_3.7.1p2, rsync version 2.6.2) I've just encountered a situation where "rsync -v -n" appears to run normally, but reports many fewer file transfers than actually get done when you remove the -n. (This is not one of the usual "-n" corner cases.) It turns out that this only happens when you're doing a remote rsync over ssh AND you redirect stderr into
2008 Aug 25
3
Re: Please die if you wait "too long" RtlpWaitForCriti
Dee Ayy wrote: > How can I insure that it gets unlocked? > What you describe indicates that something has gone wrong because a critical section has not been released in a reasonable amount of time. Normally one might be entered for a few milliseconds, if that. Try turning on debug flags to look at the logs to see what calls have been made but have not returned before the
2013 Aug 24
0
MS Sql Server 2008 not installed
Hi Following is a debug on wine-1.4.1 on a freebsd i386 arch, trying to install MS Sql server 2008, which is also 32 bit. What could be the reason for "Unhandled exception: invalid float operation in 32-bit code (0x62254c7e)." in the log? regards Nataraj [nataraj at muraj] ~/.wine/drive_c/MS-Sql-Server/R2/SQL2008 setup> wine set WINEDEBUG=fixme-all,warn+cursor,+relay wine:
2005 Apr 28
2
Help with using the WINEDEBUG variable
Hi users. I have found the WINEDEBUG variable to be very useful. However, now that my program starts, using WINEDEBUG=trace,+all or WINEDEBUG=+all creats log files well over 2.0 GB. I am trying to find messages like the following: 0009:trace:seh:EXC_RtlRaiseException code=c0000005 flags=0 addr=0x4725f1 (and the few lines above it) to try and figure out what's causing my Dreamweaver to
2018 Dec 13
0
Running a command at startup
On Wed, Dec 12, 2018 at 09:43:56PM -0500, Robert Moskowitz wrote: > > OK.... > > I have had problems in the past with crontab parsing a command. Would I use: > > @reboot root echo none | tee /sys/class/leds/blue\:heartbeat/trigger > > ? > > Or do I have to make a script and run that? Since this is a crontab, you can use normal shell redirection: @reboot root
2011 Nov 21
6
Gothic 3 - problem with start menu
Greetings, once there was a time when Gothic 3 ran poorly on wine but had no difficulties with displaying the start menu. Now, with a fresh ~/.wine, the trailers behave nicely but when it comes to the start menu, it is not displayed. A significant error line regarding this is: fixme:d3dx:ID3DXFontImpl_DrawTextW (0x394fd18)->(0x39ce150, L"Neues Spiel", -1, 0x32e078, 5, 0xff000000):
2018 Nov 24
1
Ubuntu bionic 18.04 compatible samba 4.9.2 packages amd64 only now available.
>wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add - >echo "# AptVanBelle repo for samba." | sudo tee /etc/apt/sources.list.d/van-belle.list >echo "deb http://apt.van-belle.nl/debian bionic-samba49 main contrib non-free" | sudo tee -a /etc/apt/sources.list.d/van-belle.list > >And install as usual. Okay, I see the second 2 lines create
2015 Jul 06
2
Compilation failure in resample_neon.h on aarch64
Hi all, I'm updating OpenEmbedded-core's speexdsp from 1.2rc1 (when it still was a part of the speex source tree) to 1.2rc3. I found out that building the new version for aarch64 fails in resample_neon.h (the target machine is OE-core's default qemuarm64 target). This is the error message: .../speexdsp-1.2rc3/libspeexdsp/resample_neon.h:148:5: error: impossible constraint in
2009 Feb 08
0
Modifying forestplot function in rmeta
All, I am using the forestplot function in rmeta. I was able to modify the x axis range by commenting out one line and feeding it two new parameters (I wanted to set zero as the axis start point). #xrange <- c(max(min(lower, na.rm = TRUE), clip[1]), min(max(upper, na.rm = TRUE), clip[2])) #new line xrange <- c(xlow,xhigh) Now I am trying to modify the text font size for
2015 Jul 07
1
Compilation failure in resample_neon.h on aarch64
On Tue, 2015-07-07 at 18:40 +0930, Ron wrote: > On Mon, Jul 06, 2015 at 05:35:51PM +0300, Tanu Kaskinen wrote: > > Hi all, > > > > I'm updating OpenEmbedded-core's speexdsp from 1.2rc1 (when it still was > > a part of the speex source tree) to 1.2rc3. I found out that building > > the new version for aarch64 fails in resample_neon.h (the target machine
2016 Jul 07
2
portable sftp oddity: sftp, redirection of stderr and ControPersist
hi, Ran into a problem which I thought was an AIXism, but have since found that it can be reproduced on Linux and MacOS. It can NOT be reproduced on OpenBSD. Reproduced on: AIXv7.1 OpenSSH v6.0p1 RedHat 6.8 OpenSSH 5.4p1 Redhat 7.2 OpenSSH 6.6.1p1 MacOS 10.11 (sorry, forgot to grab the OpenSSH version) Could not reproduce on: OpenBSD 5.9-current, march snapshot, OpenSSH_7.2 OpenBSD
2007 Apr 23
0
Re: wine-users Digest, Vol 21, Issue 24
the ford cd is backwards --- wine-users-request@winehq.org wrote: > Send wine-users mailing list submissions to > wine-users@winehq.org > > To subscribe or unsubscribe via the World Wide > Web, visit > > http://www.winehq.org/mailman/listinfo/wine-users > or, via email, send a message with subject or > body 'help' to > wine-users-request@winehq.org >