http://bugs.winehq.org/show_bug.cgi?id=1660
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Summary|Keyboard doesn't work in |Worms 2 crashes on startup
|Worms 2 |
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 08:06 -------
crashes for me right now somewhere around DDRAW palette handling.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3472
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |oliver_stieber(a)yahoo.co.uk
URL| |http://appdb.winehq.org/appv
| |iew.php?versionId=1565
Severity|blocker |normal
Summary|DirectX games stopped |Simcity 4 stopped working.
|working. |
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 08:05 -------
Can you please provide these error messages so that someone can have a look at it ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=3472
Summary: DirectX games stopped working.
Product: Wine
Version: 20050725
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-directx
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: agalakhov(a)ifmlrs.uran.ru
Some DirectX games do not start anymore. I.e., Sim City 4 locks dead with a
blank screen immediately after start. At this time I see a lot of DirectX
related error messages on the stdout. It worked good enough and was 100%
playable (some minor graphic glitches) with older (February-March) versions of
Wine, though.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2025
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-03-10 07:55 -------
oops, sorry! forget the last comment, was meant for another bug :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=917
------- Additional Comments From agalakhov(a)ifmlrs.uran.ru 2005-03-10 07:52 -------
Not so visible as before but still there. Cursor switches between the arrow
and the hourglass very fast so that it looks like blinking. It does not move
as before, however.
I'm unable to check it in Sim City 4 since this game stopped working at all
after recent DirectX updates.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2025
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2005-03-10 07:52 -------
Ok, as this is a a rather annoying bug , also present in winamp i started
regression test myself; it's broken between 30-01 and 5-2 2005. To be continued :)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1659
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 07:32 -------
i guess we have this fixed now. at least our testsuite checks for it ;)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1649
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 07:32 -------
dont find a download url.
do you have any update or can we just close it?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1611
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 07:15 -------
fails differnetly, but still fails.
(configure IMAP server, press Connect)
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1679
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Keywords|NoAppDBEntry |download
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 07:13 -------
Download:http://babylon.comAppDB:http://appdb.winehq.org/appview.php?appId=2086
The bug seems fixed (there are other bug with this applications but at least it
is reported to run now).
Please reopen the bug if that's not the case for you.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=2127
------- Additional Comments From julliard(a)winehq.com 2005-03-10 07:07 -------
I don't know if there's already a bug for it, but basically we need to map the
GENERIC_* access rights to object-specific rights, and then always use the
object rights.
If you remove the critical section, are you able to reproduce the problem with
your test app? I don't see it here, and I suspect it happens because there's a
race condition somewhere else in your real app that makes it use a bad handle
(my theory is that a race in the server handle cache causes it to report the bad
handle error on the wrong handle, but this requires that the app causes a bad
handle error in the first place).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=917
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 07:03 -------
Can you please retry with current Wine version ?
Are there any usefull infos in the console ?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1599
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 07:01 -------
perhaps the mixer settings changed?
is this still the case?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1596
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |ABANDONED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 07:00 -------
lets just close it for now.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=1594
marcus(a)jet.franken.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 06:59 -------
no longer the case. mouseclicking in slideshwos works. i testet iview390
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=850
jonathan(a)ernstfamily.ch changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 06:55 -------
Try with latest Wine, it works: http://appdb.winehq.org/appview.php?versionId=463
Please reopen if you still encountr problems.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=97
------- Additional Comments From jonathan(a)ernstfamily.ch 2005-03-10 06:53 -------
Any update about this bug ?
Thanks
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
http://bugs.winehq.org/show_bug.cgi?id=1538
------- Additional Comments From marcus(a)jet.franken.de 2005-03-10 06:52 -------
i cant even install shareaza 2.2.0.0 right now, the installer fails somehow.
reporter, can you try with the older shareaza but newqer WINE please?
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.