https://bugs.winehq.org/show_bug.cgi?id=37559
Bug ID: 37559
Summary: Skype cannot access audio devices
Product: Wine
Version: 1.7.31
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: t.artem(a)mailcity.com
Distribution: Red Hat
In console thousands of messages like these ones can be seen:
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Audio",0xfcee94c): stub
fixme:avrt:AvSetMmThreadPriority (0x12345678)->(0) stub
fixme:avrt:AvRevertMmThreadCharacteristics (0x12345678): stub
P.S. Make sure you deleted login.cab before trying to debug this issue (proper
HTML support is not yet there, see bug 28457).
--
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=39275
Bug ID: 39275
Summary: Unhandled exception HtmlHelpA after starting Print
Shop Deluxe 15
Product: Wine
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: hhctrl.ocx
Assignee: wine-bugs(a)winehq.org
Reporter: martinrs(a)softhome.net
Distribution: ---
After starting Print Shop Deluxe 15, the following error occurs:
Unhandled exception: page fault on read access to 0xfffffff0 in 32-bit code
..
Backtrace:
=> 0 0xf7443422 __strlen_sse2_bsf+0x32() in libc.so.6
1 0x7b854663 MultiByteToWideChar+0x172() in kernel32
2 0x7c39a92f HtmlHelpA+0x158e() in hhctrl
I checked the wine source and hhctrl.ocx HtmlHelpA() doesn't behave the same as
HtmlHelpW(), where it doesn't take into account that some command can send null
filename. It seems to just try to get the string length of null thru the
following statement:
WCHAR *wfile = strdupAtoW( filename );
--
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=30849
Bug #: 30849
Summary: Diablo 3 Game Disconnect: ERROR 316704 "YOU HAVE BEEN
REMOVED FROM THE GAME"
Product: Wine
Version: 1.5.5
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: billbroach(a)gmail.com
Classification: Unclassified
As of Jun 04, 2012 Diablo 3 will disconnect after about 5+ mins with error:
"You have been removed from the game" after which you will not be able to
create a game nor exit cleanly.
Error:
"YOU HAVE BEEN REMOVED FROM THE GAME" ERROR 316704
Suspected change has occurred with the game in which wine does now not support
properly.
other symptoms:
* /who in chat will instantly lock and crash wine.
* friends show as "offline" when they are really online.
* friends will not be able to join your game with timing out or crashing your
client.
* high ping 300+ms
Several confirmation of the above symptoms can be seen here:
http://us.battle.net/d3/en/forum/topic/5271607015?page=1
it seems to be affecting several wine versions and several distributions.
--
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=40393
Bug ID: 40393
Summary: Winehq.org website improvements not added to Bugzilla.
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: asdfghrbljzmkd(a)outlook.com
Distribution: ---
There have been many Winehq.org website improvements lately, such as a nicer
search bar and more modern navigation buttons, that have not been added to
Bugzilla.
--
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=38171
Bug ID: 38171
Summary: The shortcut of QQ6.9 can't be created.
Product: Wine
Version: 1.7.37
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hillwoodroc(a)gmail.com
Distribution: ---
1.download from http://dldir1.qq.com/qqfile/qq/QQ6.9/13786/QQ6.9.exe
2.wine QQ6.9.exe to setup, then the shortcut can't be created and report the
error:
[60:64:0302/135222:14855252:ERROR:create_shortcut.cpp(335)] create shortcut
link:C:\users\Public\Start Menu\Programs\鑵捐杞欢\QQ\鑵捐QQ.lnk failed
fixme:shell:ShellLink_GetFlags (0x46c2e90)->(0x3d0da50): partially implemented
fixme:shell:ShellLink_SetFlags (0x46c2ea0)->(1): stub
[60:64:0302/135222:14855255:ERROR:create_shortcut.cpp(366)] create shortcut
link:C:\users\Public\Start Menu\Programs\鑵捐杞欢\QQ\鑵捐QQ.lnk failed
--
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=9850
Summary: win16 test suite multiple failures
Product: Wine
Version: 0.9.46.
Platform: Other
URL: http://win16test.googlecode.com
OS/Version: other
Status: NEW
Keywords: download, source
Severity: enhancement
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Jennifer Lai put together a win16 test suite
as her intern project this summer, with a little
guidance from me. The code is a combination
of win16 tests that had been posted in the past,
and backports of 32 bit wine tests.
Jennifer says the tests pass on Windows XP.
The code can be downloaded
from http://win16test.googlecode.com with svn,
and is quite easy to run; see
http://win16test.googlecode.com/svn/trunk/src/README
for instructions.
There are four or five crash failures and several lesser failures.
She has proposed patches to fix most of these at
http://win16test.googlecode.com/svn/trunk/src/patches/
I think there are mistakes in at least one of her patches,
but they're still a good starting point
We would have liked to commit the win16 tests as part
of the wine source tree, but Alexandre didn't want us to,
so we created a project at googlecode.com to host them.
I'll gladly give committer status to any serious wine
developer who wants to work on them.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=34859
Bug #: 34859
Summary: Serious Sam Classic: the game's world is closed in a
giant cube (Mac OS X only bug)
Product: Wine
Version: 1.7.5
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winebugs140(a)gmail.com
Classification: Unclassified
Created attachment 46460
--> http://bugs.winehq.org/attachment.cgi?id=46460
Serious Sam Classic Log
You can see this especially when looking at the sky, there are also some lines
visible in the ground. I've attatched a screenshot. The bug seems to be GPU
independent.
On Ubuntu everything looks fine.
The problem can be reproduced in the demo (check out the link).
Tested with:
Mac OS X 10.7 and 10.9, ATI HD 2600 Pro, ATI HD 6970M, Geforce 320M, Mac
Driver/X11
--
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=38921
Bug ID: 38921
Summary: Bionare XT GPUs incorrectly recognized
Product: Wine
Version: 1.7.46
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: linards.liepins(a)gmail.com
Distribution: ---
Recently I had seen this bug in these Applications:
- Crysis 2 ( Non-supported VGA Error on launching )
- Counter-Strike Global Offense ( Engine error on launching )
All these games recognize my Radeon 7790 as Radeon 8770.
I guess this could be somewhat related / duped to this report:
https://bugs.winehq.org/show_bug.cgi?id=33364
--
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=40591
Bug ID: 40591
Summary: a program doesn´t run it begin but in a few time it
crash
Product: Wine
Version: 1.9.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: jhony.ardila03(a)gmail.com
Distribution: ---
Created attachment 54442
--> https://bugs.winehq.org/attachment.cgi?id=54442
the game start, then when the game begin it stop and show this report
the game is darksiders 2, im using ubuntu 14.04 lts, the game show the intro,
then it crash and say, we have a serious prooblem.
--
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.