search for: wmsg

Displaying 12 results from an estimated 12 matches for "wmsg".

Did you mean: msg
2009 Jun 29
2
Unable to use alsa, unusable driver for winecfg
...able, I got the following messages : > > trace:driver:OpenDriver (L"winealsa.drv", (null), 0x00000000); > trace:driver:DRIVER_TryOpenDriver32 (L"winealsa.drv", 00000000); > trace:driver:DRIVER_SendMessage Before call32 proc=0x7d565710 drvrID=00000000 hDrv=0x1314f0 wMsg=0001 p1=00000000 p2=00000000 > trace:driver:DRIVER_SendMessage After call32 proc=0x7d565710 drvrID=00000000 hDrv=0x1314f0 wMsg=0001 p1=00000000 p2=00000000 => 00000001 > trace:driver:DRIVER_SendMessage Before call32 proc=0x7d565710 drvrID=00000000 hDrv=0x1314f0 wMsg=0002 p1=00000000 p2=00...
2008 Jan 04
5
win32-api callback causes ruby to application error (crash).
..."), nLevel.unpack ("L*"), nTranslateMode.unpack("L*"), nRetransmitMode.unpack("L*")) puts "SnmpGetLastError: #{SnmpGetLastError.call(nil)}" SNMPAPI_CALLBACK = API::Callback.new(''LLLLPP'', ''L''){ |hSession, hWnd, wMsg, wParam, lParam, lpClientData| puts "Trap Recieved!" } session = SnmpCreateSession.call(nil, 0, SNMPAPI_CALLBACK, nil) puts "SnmpCreateSession: #{session}" puts "SnmpGetLastError: #{SnmpGetLastError.call(session)}" SNMPAPI_ON = 1 result = SnmpRegister.call(session,...
2005 Dec 09
6
New Winecfg crash
I updated my copy of WINE CVS today, and now if I click the audio tab in Winecfg, I'm getting this on my Mandrake 2006 machine. *** glibc detected *** free(): invalid pointer: 0x7c0a6cd0 *** wine: Assertion failed at address 0xffffe410 (thread 0009), starting debugger... This happens everytime I run winecfg and click the audio tab. Clicking the other tabs works fine. I've updated to
2015 Jan 26
2
Inspect a "delayed" assigned whose value throws an error?
...E, domain = NA) 2: .Defunct(msg = msg) 1: (function () { if (grepl("PFAM", x)) { bimapName <- paste0(prefix, "PFAM") } else { bimapName <- paste0(prefix, "PROSITE") } x <- dc[[bimapName]] msg = wmsg(paste0(bimapName, " is defunct. ", "Please use select() if you need access to PFAM or PROSITE accessions. \n")) if (interactive()) { .Defunct(msg = msg) } })() My immediate solution is to perform those tests using tryCatch(), but this is interesting...
2023 Mar 29
2
ChaCha20 Rekey Frequency
...dex a71820f..377f608 100644 --- a/packet.c +++ b/packet.c @@ -55,6 +55,7 @@ #include <poll.h> #include <signal.h> #include <time.h> +#include <util.h> #ifdef WITH_ZLIB #include <zlib.h> @@ -850,6 +851,7 @@ ssh_set_newkeys(struct ssh *ssh, int mode) const char *wmsg; int r, crypt_type; const char *dir = mode == MODE_OUT ? "out" : "in"; + char blocks_s[FMT_SCALED_STRSIZE], bytes_s[FMT_SCALED_STRSIZE]; debug2_f("mode %d", mode); @@ -917,20 +919,18 @@ ssh_set_newkeys(struct ssh *ssh, int mode) } comp->enabled = 1;...
2023 Mar 29
1
[EXTERNAL] Re: ChaCha20 Rekey Frequency
...ket.c index a71820f..377f608 100644 --- a/packet.c +++ b/packet.c @@ -55,6 +55,7 @@ #include <poll.h> #include <signal.h> #include <time.h> +#include <util.h> #ifdef WITH_ZLIB #include <zlib.h> @@ -850,6 +851,7 @@ ssh_set_newkeys(struct ssh *ssh, int mode) const char *wmsg; int r, crypt_type; const char *dir = mode == MODE_OUT ? "out" : "in"; + char blocks_s[FMT_SCALED_STRSIZE], bytes_s[FMT_SCALED_STRSIZE]; debug2_f("mode %d", mode); @@ -917,20 +919,18 @@ ssh_set_newkeys(struct ssh *ssh, int mode) } comp->enabled = 1; } - /* - * The...
2023 Mar 29
1
[EXTERNAL] Re: ChaCha20 Rekey Frequency
...+++ b/packet.c > @@ -55,6 +55,7 @@ > #include <poll.h> > #include <signal.h> > #include <time.h> > +#include <util.h> > > #ifdef WITH_ZLIB > #include <zlib.h> > @@ -850,6 +851,7 @@ ssh_set_newkeys(struct ssh *ssh, int mode) > const char *wmsg; > int r, crypt_type; > const char *dir = mode == MODE_OUT ? "out" : "in"; > + char blocks_s[FMT_SCALED_STRSIZE], bytes_s[FMT_SCALED_STRSIZE]; > > debug2_f("mode %d", mode); > > @@ -917,20 +919,18 @@ ssh_set_newkeys(struct ssh *ssh, int mode) &gt...
2015 Jan 26
0
Inspect a "delayed" assigned whose value throws an error?
...nction () > { > if (grepl("PFAM", x)) { > bimapName <- paste0(prefix, "PFAM") > } > else { > bimapName <- paste0(prefix, "PROSITE") > } > x <- dc[[bimapName]] > msg = wmsg(paste0(bimapName, " is defunct. ", "Please use select() if you > need access to PFAM or PROSITE accessions. \n")) > if (interactive()) { > .Defunct(msg = msg) > } > })() > > My immediate solution is to perform those tests using t...
2023 Mar 29
1
ChaCha20 Rekey Frequency
I was wondering if there was something specific to the internal chacha20 cipher as opposed to OpenSSL implementation. I can't just change the block size because it breaks compatibility. I can do something like as a hack (though it would probably be better to do it with the compat function): if (strstr(enc->name, "chacha")) *max_blocks = (u_int64_t)1 << (16*2);
2023 Mar 29
1
[EXTERNAL] Re: ChaCha20 Rekey Frequency
...; +++ b/packet.c > @@ -55,6 +55,7 @@ > #include <poll.h> > #include <signal.h> > #include <time.h> > +#include <util.h> > > #ifdef WITH_ZLIB > #include <zlib.h> > @@ -850,6 +851,7 @@ ssh_set_newkeys(struct ssh *ssh, int mode) > const char *wmsg; > int r, crypt_type; > const char *dir = mode == MODE_OUT ? "out" : "in"; > + char blocks_s[FMT_SCALED_STRSIZE], bytes_s[FMT_SCALED_STRSIZE]; > > debug2_f("mode %d", mode); > > @@ -917,20 +919,18 @@ ssh_set_newkeys(struct ssh *ssh, int mode) >...
2004 Feb 03
1
starcraft problem
Hi all, i have just finished my installation of wine as normal user (see below). Notepad is running fine, so i decided to run something more fun, starcraft. The installation program works, even with sound and all, exept when i decide to run the previews. The previews run rine, but whithout sound. When i return to the installation program the sound is gone. But anyway, it does it's yob,
2015 Jan 26
2
Inspect a "delayed" assigned whose value throws an error?
...if (grepl("PFAM", x)) { >> bimapName <- paste0(prefix, "PFAM") >> } >> else { >> bimapName <- paste0(prefix, "PROSITE") >> } >> x <- dc[[bimapName]] >> msg = wmsg(paste0(bimapName, " is defunct. ", "Please use select() if you >> need access to PFAM or PROSITE accessions. \n")) >> if (interactive()) { >> .Defunct(msg = msg) >> } >> })() >> >> My immediate solution is to...