http://bugs.winehq.org/show_bug.cgi?id=33268
Bug #: 33268
Summary: SlingPlayer 2.0.4 screen flickers when pointer over
screen
Product: Wine
Version: 1.5.26
Platform: x86-64
URL: http://download.slingmedia.com/player/pc/SlingPlayer_2
.0.4522_Setup-Global.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Classification: Unclassified
Created attachment 44008
--> http://bugs.winehq.org/attachment.cgi?id=44008
Wine 1.5.26 console output
When streaming video in SlingPlayer 2.0.4 under Wine 1.5.26, the screen
flickers.
This video shows the effect:
http://www.youtube.com/watch?v=xX61ldJFmF8
This never used to occur but WMP10 (or WMP9) is now required to work around Bug
28669.
WINEARCH=win32 winetricks -q gdiplus quartz wmp10
required to work around a plethora of bugs.
Using a native qcap.dll makes no difference.
--
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=44209
Bug ID: 44209
Summary: Creative Cloud Installer hangs
Product: Wine
Version: 3.0-rc2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: pmenzel+bugs.winehq.org(a)molgen.mpg.de
Distribution: ---
Created attachment 59983
--> https://bugs.winehq.org/attachment.cgi?id=59983
Wine console messages
Using Wine 3.0-rc2 on Debian Sid/unstable and trying to install Adobe’s
creative cloud, it just hangs, when downloading the applications.
`setup.exe` (935520 kB) is from December 2nd, 2016, and the bundle we got is
from February 2017.
```
$ mkdir -p ~/adobe-test/install32
$ WINEARCH=win32 WINEPREFIX=~/adobe-test/install32 winecfg # leave Windows 7,
and increase DPI to 192
$ WINEARCH=win32 WINEPREFIX=~/adobe-test/install32 wine setup.exe
[…]
005c:fixme:wbemprox:client_security_Release 0x7e11c82c
005c:fixme:winhttp:get_system_proxy_autoconfig_url no support on this platform
005c:fixme:winhttp:WinHttpDetectAutoProxyConfigUrl discovery via DHCP not
supported
005c:fixme:ver:GetCurrentPackageId (0x33fe24 (nil)): stub
```
--
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=20877
Summary: Adobe Bridge cs4 hardware rendering not working
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: cemelmaci(a)hotmail.com
Adobe Bridge cs4 hardware rendering not working
--snip--
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:d3d:IWineD3DSwapChainImpl_Present Unhandled present rects
(null)/(1021,76)-(1268,316)
fixme:d3d:WineD3D_ChoosePixelFormat Add OpenGL context recreation support to
SetDepthStencilSurface
fixme:d3d:IWineD3DSwapChainImpl_Present Unhandled present rects
(null)/(1021,76)-(1268,316)
--snip--
--
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=625
--- Comment #26 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
No change in Wine 3.0-rc2 and Staging 2.21.
--
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=9159
--- Comment #40 from Zebediah Figura <z.figura12(a)gmail.com> ---
(In reply to Ken Sharp from comment #39)
> 1. There's nothing created on the desktop. It's been so long since I used
> these that I do not know if it is normal.
The interface doesn't create any links on the desktop in XP, which is what I
mainly used for testing. The same may not be true for earlier systems which
actually used progman.exe, though. I'm not really sure how we should interact
with that component.
> 2. Program Manager is opened multiple times. Again, it's been so long...
This isn't normal behaviour, but it's also a preëxisting bug. The problem is
basically that explorer.exe doesn't respect the /n or /e flags (and also, I
think, that ShellExecute() doesn't differentiate between the "open" and
"explore" verbs.) I think while looking into this I found more architectural
problems than I wanted to deal with at the moment—for example, on Windows,
Explorer windows all seem to run in the same process (which may or may not be a
separate process from the desktop process, depending on whether a certain
option is set).
--
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=19655
Summary: Lotus Smartsuite 3.1 installer hangs at the end
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: Installer, win16
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=22938)
--> (http://bugs.winehq.org/attachment.cgi?id=22938)
Wine 1.1.27 console output
Lotus Smartsuite 3.1 (16-bit) installer apparently completes but hangs and has
to be killed.
Wine set to Windows 3.1 mode, but it does the same in Windows XP mode.
--
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=9159
Ken Sharp <imwellcushtymelike(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #39 from Ken Sharp <imwellcushtymelike(a)gmail.com> ---
Tested with Acrobat 3.0 (16-bit) and SmartSuite 97 (32-bit):
All "Start Menu" entries are added and work correctly. There is no error about
the DDE interface.
There's a couple of things that may be an issue, but I don't have Windows to
hand to test:
1. There's nothing created on the desktop. It's been so long since I used these
that I do not know if it is normal.
2. Program Manager is opened multiple times. Again, it's been so long...
If these aren't normal behaviour then I think we should have separate bug
reports for them, especially as they're relatively minor. They need testing on
Windows first though.
Marking as fixed in Wine 3.0-rc2.
Excellent work to everybody!
--
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=44188
Bug ID: 44188
Summary: Puffin Web Browser crashes after installation
Product: Wine
Version: 2.22
Hardware: x86-64
OS: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lleytonj73(a)gmail.com
Puffin Web Browser was recently released for Windows. On Wine, it installs,
including installing .NET dependencies, but then crashes as soon as you try to
open it. It opens with a "Puffin Browser has encountered an error and needs to
close" dialog.
--
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=14313
Summary: Areena 5 help pages don't work at all
Product: Wine
Version: 1.1.0
Platform: All
OS/Version: All
Status: UNCONFIRMED
Severity: trivial
Priority: P4
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ape3000(a)gmail.com
In the game Areena 5, I can't use the help pages at all. They aren't very
important part of the game. In fact the help pages are quite useless, but I
submit a bug report, because I think this bug is blocking the Platinum rating
for the game.
So there is a menu called Apua -> Ohje (in English something like: Help -> Help
Contents). When I click it nothing happens. So the help pages can't be used at
all.
There are AREHELP.HLP and AREHELP.GID files in the game folder. All the help
data can be found the in somewhat packed format.
This will show up every time I click the help:
fixme:ole:OLEPictureImpl_Render Not quite correct implementation of rendering
icons...
I think that it has pretty much nothing to do with the real problem, but
anyways.
--
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=6847
Rosanne DiMesio <dimesio(a)earthlink.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
URL|http://wiki.winehq.org/Dire |https://wiki.winehq.org/Dir
|ctPlayProtocol |ectPlayGames
--- Comment #34 from Rosanne DiMesio <dimesio(a)earthlink.net> ---
Updating URL field.
--
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.