https://bugs.winehq.org/show_bug.cgi?id=40540
Bug ID: 40540
Summary: ReadFile overlapped not using ReadIntervalTimeout
Product: Wine
Version: 1.9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: henry(a)littau.org
Distribution: ---
Created attachment 54371
--> https://bugs.winehq.org/attachment.cgi?id=54371
Copy of code where error occurs in Appload.exe
I am running on wine-1.9.8 (Staging).
Program is connected to a USB VCP serial device as COMnn. The behavior of
overlapped reads is different between Windows and Wine.
A Serial write is sent to the device, which triggers a response. The code below
is waiting for the response. The response is 8 characters, pretty much
immediately.
Under Wine, when I step with the VS2008 debugger remotely, the ReadFile returns
with IO_Pending, and I see the eight characters in the read buffer. The call to
WaitForSingleObject blocks until it times out, returns TIMEOUT, and the read
process is considered failed.
Under Windows, ReadFile also returns IO_Pending, read buffer unmodified. The
call to WaitForSingleObject returns Success. GetOverlappedResult succeeds with
read length of 8. Life is good.
If I set dwToRead to 8 the code works correctly under Wine. When it is at 64,
we have problems under Wine but not Windows.
ReadIntervalTimeout in COMMTIMEOUTS is 1000 so after one second without new
characters, the ReadFile should be considered complete and WaitForSingleObject
should return. This appears not to be happening under Wine. Is this fixable
under Wine?
Example code attached.
App is called Appload and is available here:
https://wiki.opticonusa.com/techsupport/en/Appload
To run the app and demonstrate the issue you would need an Opticon barcode
scanner, or a mock up of a scanner, on /dev/ttyACM0. App does an enumeration of
COM devices, so Wine needs registry mods as described here:
http://www.downtowndougbrown.com/2013/03/getting-x-ctu-in-wine-to-detect-yo…
I can likely provide whatever a credible developer needs if the example
attached is not sufficient.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=29661
Bug #: 29661
Summary: wineboot unable to create win32 prefix under certain
conditions
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jonasa(a)gmail.com
Classification: Unclassified
wineboot is unable to create 32bit prefix on 64bit linux if when the folder
exists because existings (empty or otherwise) folders are treated as 64bit
prefixes.
To reproduce:
Create 32bit prefix:
# Create empty folder
mkdir /home/wine/photoshop
# Try setup a new 32bit prefix
WINEPREFIX='/home/wine/photoshop' WINEARCH='win32' wine 'wineboot'
Result wine gives this error:
wine: WINEARCH set to win32 but '/home/wine/photoshop' is a 64-bit
installation.
Remove the folder and you are able to created the prefix.
Create 64bit prefix:
# Create empty folder
mkdir /home/wine/photoshop
# Try setup a new 64bit prefix
WINEPREFIX='/home/wine/photoshop' WINEARCH='win32' wine 'wineboot'
Result:
64bit prefix is created!
I don't know if this is the intended behavior, but it is not intuitive and the
error message is not helpful.
The error is generated in /wine/dlls/ntdll/server.c on line 1116
--
Wine version: 1.3.37
OS: Arch Linux 64bit
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40999
Bug ID: 40999
Summary: Epic Games Launcher needs ws2_32.InetNtopW
Product: Wine
Version: 1.9.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winsock
Assignee: wine-bugs(a)winehq.org
Reporter: plata(a)mailbox.org
Distribution: ---
The Epic Games Launcher crashes because ws2_32.InetNtopW is not implemented.
("wine: Call from 0x7bc6764a to unimplemented function WS2_32.dll.InetNtopW,
aborting").
The crash occurs at the window where you can enter your credentials to log in.
Tested with 1.9.9 staging
(0001-dwmapi-Return-S_OK-from-DwmSetWindowAttribute-functi.patch is required to
start Epic Games Launcher).
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=35658
Bug ID: 35658
Summary: Anthem Room Correction 2 v1.0.1: Unknown COM error
0x80004001
Product: Wine
Version: 1.7.12
Hardware: x86
URL: http://www.anthemav.com/downloads/ARC-2%20Setup.zip
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mmdevapi
Assignee: wine-bugs(a)winehq.org
Reporter: tristan.schmelcher(a)gmail.com
Created attachment 47623
--> http://bugs.winehq.org/attachment.cgi?id=47623
Console output when the error occurs once
The application Anthem Room Correction 2 v1.0.1 reports "Unknown COM error
0x80004001" when trying to take measurements with the USB microphone included
with an Anthem A/V receiver. The popup has a Retry button, but the error
repeats each time. Each time the error occurs, the console output prints this:
fixme:mmdevapi:AEV_GetVolumeRange stub
So the fact that this function is a stub may be the source of the problem. The
console output is attached.
The application can be downloaded at
http://anthemav.com/downloads/ARC-2%20Setup.zip, but you must have an Anthem
A/V receiver in order to get this far in it. You also need to install Microsoft
.NET 4.0 with winetricks and use the native Microsoft version of msvcr110.dll
or else there are problems at even earlier stages (bug 35648 and bug 35657). I
am happy to carry out suggested testing/debugging.
74dc2107ca936dddbd0fc6abbb2baf74e387c163 ARC-2 Setup.zip
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41389
Bug ID: 41389
Summary: ComboFix fails to install: complains about missin
HKLM\System\CurrentControl\Control\hivelist
Product: Wine
Version: 1.9.19
Hardware: x86-64
URL: http://www.bleepingcomputer.com/combofix/how-to-use-co
mbofix
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: frederic.delanoy(a)gmail.com
Distribution: ---
Created attachment 55745
--> https://bugs.winehq.org/attachment.cgi?id=55745
Missing registry key popup
Following bug 27671, next issue during install is a popup telling
HKEY_LOCAL_MACHINE\System\CurrentControl\Control\hivelist registry key isn't
found.
Tested with wine-1.9.19-95-g61e6e8b
ComboFix 16.9.22.1
SHA1 ComboFix.exe 08207ea55ee909ba1b400cdff3918e9ede35fa9e
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=40861
Bug ID: 40861
Summary: Kingsoft Office 2012 needs ntoskrnl.exe.IoAttachDevice
Product: Wine
Version: 1.9.12
Hardware: x86-64
URL: https://web.archive.org/web/20120712175400/http://www.
kingsoftstore.com/download/office_suite_free_2012.exe
OS: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: ntoskrnl
Assignee: wine-bugs(a)winehq.org
Reporter: 00cpxxx(a)gmail.com
CC: austinenglish(a)gmail.com
Distribution: Debian
DbgPrint says: IoCreateDevice DevName NULL, Result:0
wine: Call from 0x7b43dab7 to unimplemented function
ntoskrnl.exe.IoAttachDevice, aborting
wine: Unimplemented function ntoskrnl.exe.IoAttachDevice called at address
0x7b43dab7 (thread 0019), starting debugger...
wine: Unhandled page fault on write access to 0x00551000 at address 0x7bc5c98d
(thread 001f), starting debugger...
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41021
Bug ID: 41021
Summary: unimplemented function msvcr100.dll._fpieee_flt
Product: Wine
Version: 1.9.15
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: trexricher1997(a)gmail.com
Distribution: ---
wine: Call from 0x7b43cbcc to unimplemented function msvcr100.dll._fpieee_flt,
aborting
err:seh:raise_exception Unhandled exception code 80000100 flags 1 addr
0x7b43cbcc
In Zombie Army trilogy
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=41627
Bug ID: 41627
Summary: MS Word 2010 crash when exiting on Wine stable 1.8.5.
Product: Wine
Version: 1.8.5
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msctf
Assignee: wine-bugs(a)winehq.org
Reporter: jactry92(a)gmail.com
Regression SHA1: 18eda5e82a5b92a5f22ccfcfd446ed288341fc1bmsc
Distribution: ---
Created attachment 55987
--> https://bugs.winehq.org/attachment.cgi?id=55987
Log with +tid+msctf+richedit+eventlog channel.
This is a regression in Wine 1.8.5, it is fine when 1.8.4.
Steps for reproducing:
1. Install MS Office 2010 when Wine 1.8.5 and set riched20.dll as 'using native
first';
2. Run Word and try to exit it or save a file. And it will crash.
By a `git bisect` I find this was included by
18eda5e82a5b92a5f22ccfcfd446ed288341fc1b.
And this bug can't be reproduced by current Wine development.
--
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34490
Bug #: 34490
Summary: wine uninstaller does not list 64-bit wine addons
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: NEW
Keywords: download, Installer, win64
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
CC: hans(a)meelstraat.net
Classification: Unclassified
I normally run 32-bit wine only, installed in /usr/local. I compiled wine64/32
and installed that to /opt/wine6432. I noticed, however, that the addons are
not in wine uninstaller. So:
$ rm -rf ~/.wine
$ /opt/wine6432/bin/wineboot
$ find .wine/ -iname smime3*
.wine/drive_c/windows/system32/gecko/2.21/wine_gecko/smime3.dll
.wine/drive_c/windows/syswow64/gecko/2.21/wine_gecko/smime3.dll
shows that both 32-bit and 64-bit gecko are installed. But:
$ /opt/wine6432/bin/wine uninstaller --list
{348C4E18-555F-4228-8924-15DDED955D0C}|||Wine Gecko (32-bit)
I see the same behavior in 1.4, fwiw.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=19063
Summary: GAP-Diveplanner : return Run time error '5'
Product: Wine
Version: 1.1.24
Platform: PC
URL: http://www.gap-software.com/download/gap-diveplanner.h
tml
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: filippom(a)gmail.com
Created an attachment (id=21988)
--> (http://bugs.winehq.org/attachment.cgi?id=21988)
shell log
The programm return a window with :
Run time error '5'
Invalid procedure call or argument
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.