Displaying 15 results from an estimated 15 matches for "hevent".
Did you mean:
event
2012 May 10
3
battery.charge and other fixes needed for X-Power Tigra 1kVA
...quot;
0.125002 send_to_all: SETINFO driver.version "2.6.3-3534:3545M"
0.125002 send_to_all: SETINFO driver.version.internal "1.06"
0.125002 send_to_all: SETINFO driver.name "bestups"
0.328129 w32_serial_read : ulen 64, vmin_ 1, vtime_ 0, hEvent
000007A8
0.328129 w32_serial_read : Reading 8 characters
0.328129 w32_serial_read : total characters read = 8
0.328129 w32_serial_read : ulen 64, vmin_ 1, vtime_ 0, hEvent
000007A8
0.343754 w32_serial_read : characters are available on input buffer
0.343754...
2006 Jun 16
1
Serial port woes
I am trying to get an app called GMWIN running. It installs and runs,
but it cannot communicate via the serial ports. It is a controller for
PLCs, and its purpose is to talk to PLCs via serial ports, so this is
essential...
Here's the error I am getting (the NIY-hEvent is repeated many times):
[i386]yan@TravelSlug:~$ wine "c:/gmwin_4/gmwin"
err:thunk:_loadthunk (DLL16.DLL, thk_ThunkData16, DLL32.DLL): Unable to
load 'DLL16.DLL', error 2
fixme:win:RegisterDeviceNotificationA (hwnd=0x1004e,
filter=0x7faae13c,flags=0x00000000), STUB!
err:x11drv:...
2013 Jan 30
3
bug report: apcsmart (WIN) 940-0024C connect fail, problem with command 'E'
...t;ups"
0.300432 send_to_all: SETINFO driver.version "2.6.5-3780M"
0.300432 send_to_all: SETINFO driver.version.internal "3.04"
0.310446 send_to_all: SETINFO driver.name "apcsmart"
0.410590 w32_serial_read : ulen 512, vmin_ -1, vtime_ 0, hEvent
000007CC
0.470677 w32_serial_read : characters are available on input buffer
0.470677 w32_serial_read : Reading 1 characters
0.470677 w32_serial_read : total characters read = 1
0.480691 w32_serial_read : Reading 3 characters
0.480691 w32_serial_read : total chara...
2013 Apr 02
3
blazer driver: Possible bugs with battery packs
...t;
0.218737 send_to_all: SETINFO driver.version.internal "1.55"
0.218737 send_to_all: SETINFO driver.name "blazer_ser"
0.218737 Trying megatec protocol...
0.328106 send: 'Q1'
0.328106 w32_serial_read : ulen 512, vmin_ -1, vtime_ 0, hEvent
000007CC
0.374978 w32_serial_read : characters are available on input buffer
0.374978 w32_serial_read : Reading 1 characters
[...]
0.546844 w32_serial_read : Reading 1 characters
1.546786 w32_serial_read : total characters read = 47
1.546786 read: '(...
2011 Sep 19
1
[windows port] blazer_ser issues, select_read() from serial semantics
...break;
case WAIT_TIMEOUT:
- CancelIo(sh->handle);
- sh->overlapped_armed = 0;
- ResetEvent (sh->io_status.hEvent);
- upsdebugx(4,"w32_serial_read : timeout %d ms ellaps
- errno = EIO;
- return 0;
+ if (!tot) {
+...
2004 Apr 29
3
win32-ipc bug?
Either I''ve been up too late, or the timeout value passed to Ipc.new isn''t
actually saved anywhere. Am I wrong?
Anyway, I''ve added docs and a test suite for win32-ipc. Feel free to take a
look and make sure there aren''t any glaring errors. Thanks.
Dan
PS - I''m hoping to release win32-event 0.2.0 and win32-ipc 0.1.0 this
weekend unless there are
2012 Mar 27
0
App. Delisprint hangs on second run
...libpthread.so.0 (0x00a4f498)
Backtracing for thread 001e in process 000e (C:\windows\system32\services.exe):
Backtrace:
=>0 0xf778342e __kernel_vsyscall+0xe() in [vdso].so (0x0053e7f8)
1 0xf75e3bcb __libc_read+0x4a() in libpthread.so.0 (0x0053e7f8)
2 0x7bc41bff NtReadFile+0x34e(hFile=0x34, hEvent=0x0(nil), apc=(nil), apc_user=0x0(nil), io_status=0x53e858, buffer=0x53e92c, length=0x10, offset=(nil), key=0x0(nil)) [/build/buildd/wine1.3-1.4/dlls/ntdll/file.c:624] in ntdll (0x0053e7f8)
3 0x7b83bef6 ReadFile+0x265(hFile=0x34, buffer=0x53e92c, bytesToRead=0x10, bytesRead=0x53e8cc, overlapped=(...
2011 Sep 01
5
Another TAPI issue (Microkey Millennium)
Everything appears to install properly under wine when I'm setting up Millennium, but when I try to launch it, I get the following error:
"The procedure entry point phoneInitializeExA could not be located in the dynamic link library tapi32.dll"
I know tapi support in wine is woefully underdeveloped, but does anyone know if there's some kind of work-around for this kind of
2013 May 11
1
blazer_ser problem on windows NUT 2.6.5-3780M
...0.410024 action 0
0.412024 vtime 0, vmin -1
0.414024 ReadTotalTimeoutConstant -2, ReadIntervalTimeout -1,
ReadTotalTimeoutMultiplier -1
0.521030 Trying megatec protocol...
0.625036 send: 'Q1'
0.627036 w32_serial_read : ulen 512, vmin_ -1, vtime_ 0, hEvent
00000054
0.642037 w32_serial_read : characters are available on input buffer
0.647037 w32_serial_read : Reading 1 characters
0.651038 w32_serial_read : total characters read = 1
0.654038 w32_serial_read : Reading 2 characters
0.658038 w32_serial_read : total chara...
2004 Nov 21
3
win32-file, overlapped added
Hi all,
I''ve got overlapped and offset support in both nread and nwrite. The only
thing left before I want to release this (as 0.4.0) is to get NO_BUFFERING
to work. Unfortunately, I can''t get it to work.
Park, I looked at that site you sent (and borrowed some code from it), but I
don''t see anything special happening for NO_BUFFERING. I thought it
required
2018 Jan 16
3
Windows TAP driver issues
Thanks for the info, that is very helpful. It does look like that
change got back-ported to master, albeit in a different form.
I'll take a look at how OpenVPN does its windows device I/O.
- todd
2002 May 24
0
gta3
...d-coded setup, but this will disappear soon.
Please add a WinMM section to your Wine config file.
err:midi:OSS_MidiInit ioctl on midi info for device 0 failed.
fixme:system:SystemParametersInfoA Unimplemented action: 8193
(SPI_SETFOREGROUNDLOCKTIMEOUT)
err:file:GetOverlappedResult lpOverlapped->hEvent was null
fixme:win32:DEVICE_Open Unknown/unsupported VxD DINPUT.VXD. Try --winver nt40
or win31 !
fixme:system:EnumDisplayDevicesA ((nil),0,0x4047628c,0x00000000), stub!
fixme:system:EnumDisplayDevicesA ((nil),0,0x4047628c,0x00000000), stub!
fixme:system:EnumDisplayDevicesA ((nil),0,0x40476074,0x0...
2019 Nov 01
0
Wine release 4.19
...n in IMediaFilter::Stop().
quartz/filtergraph: Pause the graph even if AM_SEEKING_NoFlush is used.
quartz/filtergraph: Clarify stream time tracking.
strmbase: Return S_FALSE from IBaseFilter::Pause() when performing asynchronous state change.
quartz/videorenderer: Get rid of hEvent.
strmbase: Introduce renderer_init_stream().
quartz/videorenderer: Use the renderer_init_stream() callback.
strmbase: Get rid of the "vtbl" parameter to strmbase_renderer_init().
ddraw: Track the primary stateblock state locally.
ddraw: Handle stateblocks in...
2008 Nov 07
0
Wine release 1.1.8
...leaut32: Sign-compare warnings fix.
oledlg: Sign-compare warnings fix.
quartz: Sign-compare warnings fix.
quartz: Sign-compare warnings fix.
riched20: Sign-compare warnings fix.
rpcrt4: Sign-compare warnings fix.
Aric Stewart (7):
ws2_32: Only set the overlapped hEvent if it exists.
crypt32: Static functions CertContext_GetProperty and CertContext_SetProperty do not need to be WINAPI.
ntdll: Fix parsing of proc file. Also correct memory deallocation on the Mac.
gdiplus: Stub implementation of GdipNewInstalledFontCollection.
msimtf: Add a m...
2012 Jan 27
1
Wine release 1.4-rc1
...) microphone not working
27482 Tomb Raider III demo crashes in the launcher
27686 HeidiSQL 6.0 does not start on Fedora 15 (64 bit) (gcc 4.6 default -fomit-frame-pointer)
27704 Fishdom 2: game exits after a couple seconds with alsa driver enabled
27901 winmm tests timing out waiting for hevent after waveOutRestart
27979 Oblivion: Mouse drag broken
28023 CoreAudio queue memory leak
28042 deadlock introduced/exposed with recent changes to winmm
28171 "Text Service and Input Languages" crash: Unimplemented function imm32.dll.ImmGetHotKey
28234 Unknown problem with M...