similar to: file is currently in use by Windows

Displaying 20 results from an estimated 30000 matches similar to: "file is currently in use by Windows"

2004 Nov 10
1
wine errors ??
Sorry to be dense, but: How can this be repaired? What is the resolution setting? Dan Please use the registry key HKEY_CURRENT_CONFIG\Software\Fonts\LogPixels to set the screen resolution and remove the "Resolution" entry in the config file err:static:STATIC_SetIcon huh? hicon!=0, but info=0??? fixme:shell:Stream_WriteLocationInfo writing empty location info Please use the registry
2005 Jul 29
1
[Fwd: Re: wine-20050725 feedback : lots of graphical glitches]
Ths list was forgotten. Forwarding. Vincent -------- Original Message -------- Subject: Re: [Wine]wine-20050725 feedback : lots of graphical glitches Date: Thu, 28 Jul 2005 17:45:44 -0700 From: George Lober <glober@telus.net> To: Vincent Rubiolo <vincent.rubiolo@free.fr> References: <42E8D1CC.5010006@free.fr> Vincent Rubiolo wrote: > Hello wine-users, > > I built and
2005 Jul 28
0
wine-20050725 feedback : lots of graphical glitches
Hello wine-users, I built and installed (with wineinstall) wine-20050725 [see system info at end of mail]. While it works OK for most of the applications that I use (I still have some crashes, I will investigate them), I have lots of graphical glitches, some of which greatly reduce the usability of the applications : Firefox : ---------- + Installation problems, esp. with respect to icons and
2005 Sep 23
0
[R-pkgs] Reshape package: new version 0.5
> From: Randall R Schulz > > Sundar, > > On Friday 23 September 2005 06:48, Sundar Dorai-Raj wrote: > > Randall R Schulz wrote: > > > Hadley, > > > > > > ... > > > > > > Perhaps I'm dense, but I cannot find the software at the URL you > > > mention. There are links to a paper and a PDF slide presentation, > >
2009 Nov 06
0
r54 committed - ...
Revision: 54 Author: freyfogle Date: Fri Nov 6 07:21:27 2009 Log: Marker should pass in google MarkerImage objects rather than just image URLs if possible http://code.google.com/p/mapstraction/source/detail?r=54 Modified: /trunk/source/mxn.googlev3.core.js ======================================= --- /trunk/source/mxn.googlev3.core.js Fri Oct 9 07:48:43 2009 +++
2025 Jan 15
1
new release 3.4.0 - critical security release
FYI: I think this is just missing #include ?rsync.h? in popt/findme.c From: rsbecker at nexbridge.com <rsbecker at nexbridge.com> Sent: January 14, 2025 10:35 PM To: rsbecker at nexbridge.com; 'rsync.project' <rsync.project at gmail.com> Cc: rsync at lists.samba.org Subject: RE: new release 3.4.0 - critical security release Another issue here in findme.c. strlcpy() is
2025 Jan 15
1
new release 3.4.0 - critical security release
The popt changes came from upstream popt. We have Solaris and FreeBSD CI tests, along with linux, but don't have a method for testing other platforms. If you submit a PR to fix this, please consider a way we can test the fix in CI. Cheers, Tridge On Wed, 15 Jan 2025 at 14:35, <rsbecker at nexbridge.com> wrote: > Another issue here in findme.c. strlcpy() is a BSD-only method and >
2025 Jan 15
1
new release 3.4.0 - critical security release
I'd also note that the patches for 3.4.0 were made available to 81 different vendors via VINCE since 18th December (under embargo to give time for vendors to prepare). It is unfortunate that it didn't cover the platform you are building for. What platform is it btw? On Wed, 15 Jan 2025 at 17:57, rsync.project <rsync.project at gmail.com> wrote: > The popt changes came from
2025 Jan 15
2
new release 3.4.0 - critical security release
Another issue here in findme.c. strlcpy() is a BSD-only method and definitely not portable. Please consider other platforms when creating patches. I can provide a patch to this patch also. Thanks, Randall From: rsync <rsync-bounces at lists.samba.org> On Behalf Of Randall S. Becker via rsync Sent: January 14, 2025 6:46 PM To: 'rsync.project' <rsync.project at
2005 Sep 02
1
NOLF2 - Registry key?
Glad to see the work that has progressed so far with wine, especially in the area of DirectX implementation. So, with that in mind I compiled a fresh copy of 20050830 and began testing my games. Started with an oldie but a goodie, No One Lives Forever 2. Usually I couldn't even get past the opening screen. This time, the game attempts to launch, but then a window pops up and says:
2025 Jan 14
1
new release 3.4.0 - critical security release
Here is my fix for the situation: diff --git a/popt/findme.c b/popt/findme.c index ac4cbae..4fe8a18 100644 --- a/popt/findme.c +++ b/popt/findme.c @@ -25,12 +25,23 @@ const char * findProgramPath(const char * argv0) if (path == NULL) return NULL; bufsize = strlen(path) + 1; +#if defined __TANDEM + start = pathbuf = malloc(bufsize); +#else start = pathbuf =
2016 Feb 08
2
[Bug] Regression problem in transfer.sh for OpenSSH 7.1 P2 on HPE NSE above dd-size 32k
On February 8, 2016 3:30 PM, Darren Tucker wrote: > To: Randall S. Becker <rsbecker at nexbridge.com> > Cc: OpenSSH Devel List <openssh-unix-dev at mindrot.org> > Subject: Re: [Bug] Regression problem in transfer.sh for OpenSSH 7.1 P2 on > HPE NSE above dd-size 32k > > On Tue, Feb 9, 2016 at 6:36 AM, Randall S. Becker > <rsbecker at nexbridge.com> wrote:
2005 Oct 05
0
call transfer problem - something strange
Hi, I try to set up planet VIP-050 with asterisk. Everything works fine instead of the call transfer. When I press # console says something like this: >Oct 5 11:11:20 DEBUG[25104]: chan_sip.c:2222 sip_rtp_read: Oooh, format changed >to 1024 >Oct 5 11:11:20 WARNING[25104]: codec_ilbc.c:144 ilbctolin_framein: Huh? An ilbc >frame that isn't a multipleof 50 bytes long from RTP
2020 Sep 22
0
[Test Problem] RSync 3.2.3 - Commit 15bc7ded
Nevermind this message. The issue is a platform utility malfunctioning. Not an rsync issue. Randall S. Becker, Managing Director, Nexbridge Inc. +1.416.984.9826 From: Randall S. Becker <rsbecker at nexbridge.com> Sent: September 22, 2020 3:30 PM To: 'rsync at lists.samba.org' <rsync at lists.samba.org> Subject: [Test Problem] RSync 3.2.3 - Commit 15bc7ded Hi!
2020 Sep 20
2
Call for testing: OpenSSH 8.4
On Sun, Sep 20, 2020 at 03:13:28PM -0400, Randall S. Becker wrote: > On September 20, 2020 2:02 AM, Damien Miller wrote: > > OpenSSH 8.4p1 is almost ready for release, so we would appreciate testing > > on as many platforms and systems as possible. This is a bugfix release. > > I will be testing this shortly on HPE NonStop platforms. > > Side question: We now have
2004 Jul 09
1
RE: ATA 186, firmware SIP 3.1 and codec g.726 + now SIPURA SPA-2000
To me it's a error if I can't complete calls using the ATA configured to use the g726 codec. I just tried it usign a sipura SPA-2000 (preferred codec: G726-32) and I received NOTICES and WARNINGS, but I can't complete a call. On a zap channel: -- Executing Dial("SIP/2007-e4d8", "Zap/1/2217008") in new stack -- Called 1/2217008 -- Zap/1-1 answered
2018 Nov 08
0
[nbdkit PATCH v2 4/5] main: Use new bool parser for --tls
Our use of --tls is a superset of boolean because we add a force mode; but once we have checked for that, it's more consistent if we accept the same set of other boolean values as anything else (in this case, adding 'yes/no' and 'true/false'), as well as consistently allowing case-insensitivity. The error message for an unrecognized spelling changes from: $ nbdkit --tls huh
2016 Feb 08
3
[Bug] Regression problem in transfer.sh for OpenSSH 7.1 P2 on HPE NSE above dd-size 32k
G'Day, I am requesting help in resolving an issue on the HPE NonStop platform in OpenSSH 7.1 P2 in the regression suite for all dd-size above 32k. Previous tests are all passing, but in the for-loop inside regress/transfer.sh, when s is 64k, the command: dd if=$DATA obs=${s} 2> /dev/null | \ ${SSH} -q -$p -F $OBJ/ssh_proxy somehost "cat >
2006 Sep 11
1
kbcached tuning on CentOS 4.4
If this is the wrong mailing list (though I doubt it is). Could someone please direct me to the right one? Should this question be directed to LKML instead? Regards, Justin. _____ From: Justin Randall Sent: Friday, September 08, 2006 10:31 AM To: centos at centos.org Subject: [CentOS] kbcached tuning on CentOS 4 Hello, I've been searching to no end at how to tune at
2016 Feb 10
2
Test Failure OpenSSH 7.1 P2 on HPE NSE for key-commands
On February 9, 2016 7:28 PM, Darren Tucker wrote: > To: Randall S. Becker <rsbecker at nexbridge.com> > Cc: OpenSSH Devel List <openssh-unix-dev at mindrot.org> > Subject: Re: Test Failure OpenSSH 7.1 P2 on HPE NSE for key-commands > > On Wed, Feb 10, 2016 at 10:35 AM, Randall S. Becker > <rsbecker at nexbridge.com> wrote: > > Thread split from my