https://bugs.winehq.org/show_bug.cgi?id=41201
Bug ID: 41201
Summary: Installer of Thunder Speed: Shadow window covers the
real window.
Product: Wine
Version: 1.9.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winex11.drv
Assignee: wine-bugs(a)winehq.org
Reporter: jactry92(a)gmail.com
Distribution: ---
Created attachment 55442
--> https://bugs.winehq.org/attachment.cgi?id=55442
log with relay,win,x11drv.
Reproduce:
$ wine ThunderSpeed1.0.34.360.exe
And you will see there is a blank window and you can use 'atl+tab' to switch to
the real window.
This bug can't be reproduced on macOS, so I think it is a bug of winex11.drv.
It may be a bug of layered window, the installer uses UpdateLayeredWindow() to
implement it.
And this bug also can be reproduced by a UpdateLayeredWindow() demo from this
page:
http://www.codeproject.com/Articles/42032/Perfect-Semi-transparent-Shaped-D…
When you run GirlDialog.exe you will find button was covered by that picture.
--
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=41190
Bug ID: 41190
Summary: wine hangs at startup if no CUPS daemon running.
Product: Wine
Version: 1.9.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: xuzhen(a)fastmail.com
Distribution: Ubuntu
Created attachment 55422
--> https://bugs.winehq.org/attachment.cgi?id=55422
strace log
Since 1.9.16, winecfg and some other apps hangs at startup on my system. strace
showed that it trying to connect to tcp port 631. After installed CUPS daemon,
everything works again.
--
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=41240
Bug ID: 41240
Summary: Upon upgrading Wine and associated dependencies to
1.9.17, Wine is no longer able to run programs with a
graphical interface
Product: Wine
Version: 1.9.17
Hardware: x86
OS: Mac OS X
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: andrewsuicune(a)gmail.com
Created attachment 55533
--> https://bugs.winehq.org/attachment.cgi?id=55533
1.9.17 winecfg log
On August 27, 2016, I upgraded from 1.9.13 to 1.9.17 using MacPorts. Upon
upgrade, trying to run programs resulted in the following:
err:winediag:nulldrv_CreateWindow Application tried to create a window, but no
driver could be loaded.
err:winediag:nulldrv_CreateWindow The explorer process failed to start.
err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
err:ole:apartment_createwindowifneeded CreateWindow failed with error 0
Thinking it was a regression, I activated 1.9.13, but 1.9.13 now had the same
problem, leading me to believe that it may not necessarily be Wine itself.
I posted in the forums:
https://forum.winehq.org/viewtopic.php?f=9&t=27305
Note that 1.9.13 worked as expected before the update.
winecfg suffers from the same fate as all other applications with a graphical
interface.
Applications that normally crash with Wine continue to crash and produce
appropriate crash logs.
Creating a clean .wine did NOT rectify the problem.
Assuming the other forum posts are referring to the same problem, this issue
also exists on some Linux distros.
Attached is a sample when running winecfg on 1.9.17
--
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=23195
Summary: wine notepad: Bugged scrolling with long files
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://winehq.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adys.wh(a)gmail.com
Download attachment 28858 from bug 23193 and uncompress it. Open it in wine
notepad.
Scroll down the window by DRAGGING the scroll handle.
Around the end of file (~10 pixels on a 800px window), scrolling bugs out and
stops while the window shows the top of the file. Scrolling back towards the
top "fixes" it. It's like an additional dead area.
--
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=33747
Bug #: 33747
Summary: App error when catch Webservices response
Product: Wine
Version: 1.5.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: d3wsvh(a)gmail.com
Classification: Unclassified
Hi
I try to run an application "app1" it calls a webservice, the request is
received in the WS because all requests are stored, but the app1 fails to
receive the response from the WS.
This is the backtrace.
http://pastebin.com/pPahqmgU
Regards
--
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=20284
Summary: Fingerprint software for encrypted USB stick (APDisk)
doesn't work, likely due to unsupported hard disk
ioctl
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: muehlenhoff(a)univention.de
We're trying to make an encrypted USB stick with an integrated fingerprint
scanner work with Linux. The stick comprises of two sections, the actual
storage partition which is encrypted by firmware and a user-visible partition
containing a Windows application to unlock the secured section. The password
tool allows the checking of a fingerprint through an integrated scanner or
entering a password.
Tests were done with Wine 1.1.29 built on Debian Lenny:
When running the unlock tool, the following error messages are given:
root@scratch:/media/APdisk$ wine AutoVerify.exe
err:rpc:I_RpcGetBuffer no binding
root@scratch:/media/APdisk$ err:rpc:I_RpcGetBuffer no binding
fixme:netapi32:NetUserGetLocalGroups ((null), L"root", 0, 00000001, 0x33e7c0
-1, 0x33e7b4, 0x33e7b0) stub!
fixme:advapi:LookupAccountNameW L"" L"Everyone" (nil) 0x33e110 (nil) 0x33e114
0x33e108 - stub
fixme:advapi:LookupAccountNameW L"" L"Everyone" 0xa12674 0x33e110 0x15f1a0
0x33e114 0x33e108 - stub
fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d014
fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d014
I suppose the error stems from the unsupported ioctl? Judging from some Google
searces it normally seems to be used for low-level access, especially for copy
protection and tools doing bit-exact copies of CDROMs.
Are there plans to implement this functionality or do you need further debug or
logging information?
--
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=11991
Summary: Wine Windows OpenGL support regression
Product: Wine
Version: 0.9.57.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: imamdxl8805(a)yahoo.com
Dear Wine developers,
This is wine version 0.9.56 and 0.9.57
There are two games that support OpenGL rendering as well as Direct3D redering.
Here are the games:
1. Hitmen 2 Silent Assasin
2. Hitmen 3 Contracts
When I have updated my wine version to 0.9.57, then these games are not playing
anymore with OpenGL rendering. But when I start these games with Direct3D
rendering they are playing fine.
These games played properly with wine version 0.9.55 with OpenGL rendering as
well as Direct3D rendering.
Then I have decided to reinstall wine 0.9.55.
Sorry for the err message printed in the command line. Because I do not have
Internet connection in my home PC.
Best regards,
DXL
--
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=41085
Bug ID: 41085
Summary: Unimplemented function msvcp140.dll._Thrd_id needed by
Battle.net
Product: Wine
Version: 1.9.16
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msvcp
Assignee: wine-bugs(a)winehq.org
Reporter: audiger(a)live.fr
Distribution: ---
With the new version of Battle.net which needed msvcp140, there is a function
not implemented and this caused an error during the launching:
wine: Call from 0x7b43bfac to unimplemented function msvcp140.dll._Thrd_id,
aborting
wine: Unimplemented function msvcp140.dll._Thrd_id called at address 0x7b43bfac
(thread 0023), 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=37259
Bug ID: 37259
Summary: Simple Direct2D application fails to work with newer
d3d10_1.dll
Product: Wine
Version: 1.7.26
Hardware: x86
OS: Windows
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: svyatpro(a)gmail.com
BUG: When you run simple Direct2D application (application that I attached
"p010.exe"), Direct2D test fails with newer d3d10_1.dll(Wine 1.7.26) and
doesn't draw anything. When you paste older d3d10_1.dll(Wine 1.7.25) to
\windows\system32 directory, the application p010.exe able to draw simple
vectors but with
error message, that function D3D10CreateStateBlock wasn't found.
Precondition: d2d1.dll, d3d10.dll, d3d10core.dll, d3d10_1.dll, dxgi.dll,
wined3d.dll, libwine.dll should be compiled for Windows and pasted into
\Windows\Sysem32 or to the application environment, real hardware with OpenGL
support seems to be required.
Steps to repro:
1) Run p010.exe app
2) Choose Direct2D
3) Press key with two squares at the left
Expected result: Application should draw simple vectors.
--
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=41217
Bug ID: 41217
Summary: Xebra ALSA underrun occurred
Product: Wine
Version: 1.9.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: SolisX007(a)yahoo.com
Distribution: ---
The playstation emulator xebra is getting
ALSA lib pcm.c:7963:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:7963:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:7963:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:7963:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:7963:(snd_pcm_recover) underrun occurred
ALSA lib pcm.c:7963:(snd_pcm_recover) underrun occurred
on wine-1.9.17. Xebra is working fine on wine-1.9.16.
--
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.