http://bugs.winehq.org/show_bug.cgi?id=30368
Bug #: 30368
Summary: AMD Radeon 6480g detected as ATI Radeon 3200
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sk8er_4lyfe16(a)hotmail.com
Classification: Unclassified
I can not run any 3D applications due to a conflict between the system's
graphics card or driver with wine. I noticed while trying to launch Crysis 2
that my card was detected as a AMD Radeon 3200
--
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=39447
Bug ID: 39447
Summary: unimplemented function makes games crash
Product: Wine
Version: 1.7.50
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hid
Assignee: wine-bugs(a)winehq.org
Reporter: nieknooijens(a)gmail.com
Distribution: ---
after trying to run a game launcher from my teacher this happened
Unhandled exception: unimplemented function
hid.dll.HidP_TranslateUsagesToI8042ScanCodes called in 32-bit code
(0x7b83bfee).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:0063 GS:006b
EIP:7b83bfee ESP:1d99e7c4 EBP:1d99e838 EFLAGS:00200202( - -- I - - - )
EAX:7b827849 EBX:7b8bf000 ECX:00000008 EDX:1d99e7e4
ESI:80000100 EDI:1d99e8ac
Stack dump:
0x1d99e7c4: 1d99e860 00000008 7b86387b 80000100
0x1d99e7d4: 00000001 00000000 7b83bfee 00000002
0x1d99e7e4: 7e25ca44 7e25cc57 003b1d22 00000006
0x1d99e7f4: 00000000 00000000 00000000 00000000
0x1d99e804: 00000000 4d430000 003b1c44 00000014
0x1d99e814: 00000000 00000000 00000000 00000004
Backtrace:
=>0 0x7b83bfee in kernel32 (+0x2bfee) (0x1d99e838)
1 0x7e25ca28 in hid (+0xca27) (0x1d99e870)
2 0x7e25aec9 in hid (+0xaec8) (0x1d99e8b0)
3 0x00c45849 in libinput (+0x5848) (0x1d99e8b0)
4 0x00c458bf in libinput (+0x58be) (0x1d99e8c0)
5 0x00c470ef in libinput (+0x70ee) (0x1d99e8f0)
6 0x00c472fe in libinput (+0x72fd) (0x1d99e91c)
7 0x00c46bba in libinput (+0x6bb9) (0x1d99e980)
8 0x10041145 in libavs-win32 (+0x41144) (0x1d99e9dc)
9 0x1005ee0f in libavs-win32 (+0x5ee0e) (0x1d99e9e8)
10 0x7bc837f0 call_thread_func_wrapper+0xb() in ntdll (0x1d99e9f8)
11 0x7bc869bd call_thread_func+0x7c() in ntdll (0x1d99eac8)
12 0x7bc837ce RtlRaiseException+0x21() in ntdll (0x1d99eae8)
13 0x7bc8dea9 in ntdll (+0x7dea8) (0x1d99f368)
14 0xf75291aa start_thread+0xd9() in libpthread.so.0 (0x1d99f428)
--
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=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.
https://bugs.winehq.org/show_bug.cgi?id=41705
Bug ID: 41705
Summary: build fails in dpnet
Product: Wine
Version: 1.9.23
Hardware: arm
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Stefan.Leichter(a)camLine.com
Distribution: ---
After a long time i tried again to build wine on my OpenPandora. The build
fails with:
$ make
gcc -c -o address.o ../../../wine-git/dlls/dpnet/address.c -I.
-I../../../wine-git/dlls/dpnet \
-I../../include -I../../../wine-git/include -D__WINESRC__ -D_REENTRANT -fPIC
-Wall -pipe \
-fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body
-Wignored-qualifiers \
-Wstrict-prototypes -Wtype-limits -Wvla -Wwrite-strings -Wpointer-arith
-gdwarf-2 -g -DPANDORA -DHAVE_GLES -O3 -pipe -march=armv7-a -mtune=cortex-a8
-mfpu=neon -mfloat-abi=softfp -ftree-vectorize -ffast-math
-fsingle-precision-constant -fsigned-char -marm
In file included from ../../../wine-git/include/winsock2.h:47,
from ../../../wine-git/dlls/dpnet/dpnet_private.h:29,
from ../../../wine-git/dlls/dpnet/address.c:37:
../../../wine-git/include/winsock.h:408: error: redefinition of typedef
'SOCKADDR'
../../../wine-git/include/dpaddr.h:30: error: previous declaration of
'SOCKADDR' was here
Makefile:177: recipe for target 'address.o' failed
make: *** [address.o] Error 1
Please note: The build platform is arm:
$ uname -a
Linux arm-dev 3.2.83 #1314 Sun Oct 23 23:01:12 EEST 2016 armv7l GNU/Linux
$ gcc --version
arm-angstrom-linux-gnueabi-gcc (GCC) 4.3.6
The exactly same source builds fine on x86/x86_64.
--
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.