similar to: winsock error.

Displaying 20 results from an estimated 200 matches similar to: "winsock error."

2006 Jun 23
1
Program backgrounding
I am running Wine 0.9.14. A satellite tracking program, Orbitron, disappears into the background whenever it should just minimize. How can I get it to the foreground again? It is invisible, but I can hear progress tones in the speaker. Doug L. -- For there was never yet philosopher That could endure the toothache patiently. - Shakespeare (Much Ado About Nothing).
2004 Mar 03
2
ie6 and outlook
Hi, I made a Howto for installing IE6, MS Office 2000 and some other apps with wine-20031212 (all never versions have certain drawbacks). Everything works fine and I will soon publish this Howto on my site. In comparison to Crossover there are only two drawbacks with my installation: 1. When IE6 tries to open a new window it is blank. That means also if links want to open themselves in a new
2007 Mar 19
1
Strange display error.
I have just had a recurring hardware problem with my graphics card, a modern NVidia one with Mandriva's driver. I suspect that it is dust getting into the socket. It set itself up in framebuffer mode. Anyway, it is now working, and seems to be behaving normally, except... All my apps under Wine still work fine except the one that matters, the jigsaw program. Orbitron - a satellite tracking
2007 Mar 19
1
Windows DirectDraw?
I just tried to install an ancient detective-type RPG ( I am not up with the classifications.) (a) It offered to install DirectX. Since Wine has its own DirectX, I ignored that. (b) The game failed to run because (according to the message box) it couldn't find DirectDraw. This showed as a Fixme in the terminal, while the error message was to do with the display settings - there was no mode
2017 Dec 30
3
Updated Dovecot 2.3.0 now getting 2 strange log errors
I did some more digging around and found this is reproducible on multiple hosts running the same version of Dovecot/Pigeonhole/Postfix. The problem resurfaces on any host to an account with enabled Vacation/OOO response. The Vacation/OOO reply filter was created in Roundcubemail, but has been fine for years. One thing to note is in Dovecot 2.3.0 I did enable UTF8, but even if I disable UTF8
2007 Mar 19
1
backward step?
Running my jigsaw program, BigJig, under Wine-0.9.17, the screen looks like it did under early versions (0.9.12 and before), and all the jigsaw selection thumbnails have gone. This has been the case since version 0.9.15. I recall that I fixed the layout by installing fonts - something about the size of the fonts set the size of the buttons. I am running Sidenet, which links to the Linux fonts.
2007 Mar 19
1
Error messages on installing from CD.
On trying to install Dragon Naturally Speaking 7 from a CD under Wine, I get the following errors: wine: Unhandled page fault on read access to 0x00000001 at address 0xb7e549bb (thread 0009), starting debugger... WineDbg starting on pid 0x8 Unhandled exception: page fault on read access to 0x00000001 in 32-bit code (0xb7e549bb). Register dump: CS:0073 SS:007b DS:007b ES:007b FS:003b GS:0033
2008 May 07
15
Wine failure logs
I'm experimenting with Wine under Kubuntu Hardy Heron, on a former Vista laptop (boy, does it run noticeably faster on Linux). The deal is that my son wants to move to Linux on his desktop, but still have access to particular games that he plays. The laptop is the testbed. Before trying to install any of the games, I tried out three applications that I find useful, Orbitron, Country Codes and
2017 Aug 25
2
dovecot: config: Error: BUG: Config client connection sent too much data
Hello, Today I started noticing a very odd Dovecot error in the mail logs across 2 replicated Dovecot hosts via dsync. I have searched the Dovecot archives, Google, back tracked, downgraded Dovecot to earlier versions from earlier this year and ruled everything out I could think of to no avail. There really are not any helpful reports with what I am specifically seeing. The strange thing is only
2017 Jun 04
2
nmax parameter in factor function
I have been trying to understand how the argument 'nmax' works in 'factor' function. R-Documentation states - "Since factors typically have quite a small number of levels, for large vectors x it is helpful to supply nmax as an upper bound on the number of unique values." In the code below what is the reason for error when value of nmax is 24. Why did the same error not
2017 Aug 25
2
dovecot: config: Error: BUG: Config client connection sent too much data
Hello, Absolutely. Here is the output of doveconf -n: # doveconf -n # 2.2.31 (65cde28): /etc/dovecot/dovecot.conf # Pigeonhole version 0.4.19 (e5c7051) # OS: Linux 4.9.36-x86_64-linodexx x86_64 Arch Linux auth_mechanisms = plain login base_dir = /var/run/dovecot/ dict { expire = ldap:/etc/dovecot/dovecot-ldap.conf.ext quota = ldap:/etc/dovecot/dovecot-ldap.conf.ext } doveadm_password = #
2017 Jun 04
0
nmax parameter in factor function
Well, you won't like this, but it is kind of wimpily (is that a word?) documented: If you check the code of factor(), you will see that nmax appears as an argument in a call to unique(). ?unique says for nmax, "... see duplicated" . And ?duplicated says: "If nmax is set too small there is liable to be an error: nmax = 1 is silently ignored." So sometimes you get an error
2017 Jun 04
1
nmax parameter in factor function
I'll go just a bit "fer-er." It appears the anomaly -- I hesitate to call it a bug -- is in the C code for duplicated.default(): > duplicated(letters[1:10],nmax=10) [1] FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE > duplicated(letters[1:10],nmax=9) [1] FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE FALSE > duplicated(letters[1:10],nmax=8) ## for
2009 Feb 06
0
winsock errror for ioctl cmd 9800000c in wine 1.14
Hi, When running program that works fine under XP, with wine I have a problem. Running with trace on gives the following output: trace:winsock:DllMain 0x7eba0000 0x2 (nil) trace:winsock:WSAStartup verReq=101 trace:winsock:WSAStartup succeeded trace:winsock:WS_socket af=2 type=2 protocol=0 trace:winsock:WSASocketA af=2 type=2 protocol=0 protocol_info=(nil) group=0 flags=0x1
2017 Dec 30
0
Updated Dovecot 2.3.0 now getting 2 strange log errors
On 2017-12-29 18:35, tony wrote: > I did some more digging around and found this is reproducible on > multiple hosts running the same version of Dovecot/Pigeonhole/Postfix. > The problem resurfaces on any host to an account with enabled > Vacation/OOO response. The Vacation/OOO reply filter was created in > Roundcubemail, but has been fine for years. One thing to note is in >
2018 Jan 02
2
Updated Dovecot 2.3.0 now getting 2 strange log errors
Op 12/30/2017 om 6:47 AM schreef tony: > On 2017-12-29 18:35, tony wrote: >> I did some more digging around and found this is reproducible on >> multiple hosts running the same version of Dovecot/Pigeonhole/Postfix. >> The problem resurfaces on any host to an account with enabled >> Vacation/OOO response. The Vacation/OOO reply filter was created in >>
2010 Nov 25
0
IAX inbound failing
Hi, I'm testing an upgrade from 1.4.18 to 1.4.37 in a VM prior to putting it into production. Ive done this by installing 1.4.18 onto the VM, putting my config files in place and then installing 1.4.37 over the top (which is what I'd have to do on production). I've found a few issues in the config files, but nothing I couldn't handle until... I hit inbound IAX issues. My
2009 Mar 31
1
Memory Leak when using winsock.shutdown ?
I'm using Wine 1.0 on Puppy Linux 3.01 I wrote an application with a http-server and a socket-server for windows and I like to use this on linux. (Delphi with Indy components) My application works fine on windows without any memory leak. But running with wine the VmRSS-value is permanently increased. I use following bash-script to check this: Code: while true; do cat
2009 Mar 28
1
Configure program to use LAN connection/winsock instead!
Hi, I am running a program that logs into a remote server, and I am getting the following error: fixme:secur32:schan_InitializeSecurityContextW Using hardcoded "NORMAL" priority fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x5a fixme:secur32:schan_QueryContextAttributesW Unhandled attribute 0x53 err:ole:CoWaitForMultipleHandles Unexpected wait termination: 192, 0
2004 Dec 08
1
WINSOCK 2 Not Installed Problem
Dear Friends, I am Using wine-0.20041019-1.rhfc3.nr.i386.rpm on Fedora Core 3. I copied /etc/wine/Config to ~/.wine/config and modified as follows. [dlloverride] ...... "winsock" = "native" "wsock32" = "native" Created empty file winsock.dll in ~/.wine/windows_c/Windows Created empty file wsock32.dll in ~/.wine/windows_c/Windows/system and then tried to