search for: netikka

Displaying 2 results from an estimated 2 matches for "netikka".

2010 Sep 02
1
XmlHttpObject
...TObject); var xmlhttp: variant; begin xmlhttp:=createoleobject('MSXML2.XMLHTTP.3.0'); xmlhttp.open('GET', edit1.text, true); xmlhttp.send(); while (xmlhttp.readystate<>4) do application.processmessages; memo1.lines.add(xmlhttp.responsetext); end; Screen cap: http://netikka.net/dev/ole.jpg Here is zipped exe: http://netikka.net/dev/ole.zip Click ok -> OLE error 800401F3 (Ubuntu 10.04, Wine 1.31) Works fine with any Windows.
2010 Dec 29
0
panic with lmtp proxy (assertion failed)
Hello! Got a panic&assertion failed with LMTP proxy. Target Dovecot LMTP server hanged and Dovecot LMTP proxy server started logging panics/assertions. Core dumps were disabled unfortunately, so I don't know if this is helpful at all: Dec 29 15:41:58 lmtp(8853): Panic: file lmtp-proxy.c: line 370 (lmtp_proxy_output_timeout): assertion failed: (proxy->data_input->eof) Dec 29