http://bugs.winehq.org/show_bug.cgi?id=3542
Seth Anderson <sanders3cg(a)yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #23643|application/octet-stream |text/plain
mime type| |
--
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=3542
--- Comment #30 from Seth Anderson <sanders3cg(a)yahoo.com> 2009-09-18 08:22:51 ---
Created an attachment (id=23643)
--> (http://bugs.winehq.org/attachment.cgi?id=23643)
Crash output with Benjamin Silvestre's patch on Wine 1.1.29
(In reply to comment #29)
> Created an attachment (id=20873)
--> (http://bugs.winehq.org/attachment.cgi?id=20873) [details]
> Patch for removing palette from a surface before releasing it
Tested this patch in version 1.1.29. The patch removes the page fault but the
game still crashed on launch. In the included attachment is all that remains
of the error messages for me. If I had more time, I'd roll back to the wine
version Mr. Silvestre used to see if I get the same results, but that'll have
to wait.
Hopefully someone with more time and knowledge of wine's inner workings than
myself can get something useful out of this.
--
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=16304
Summary: a-10 cuba only detects 1 color?
Product: Wine
Version: 1.1.9
Platform: PC
URL: http://www.gamershell.com/download_8121.shtml
OS/Version: Linux
Status: NEW
Keywords: download, Installer
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Installs fine (set windows version to 9x), but when installing, checks your
system for compatibility (windows version, memory, etc.). All tests pass,
except apparently we don't support 256 colors...Wine only supports 1 (wonder
what color it is?).
--
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=20069
Summary: IE6 100% CPU usage
Product: Wine
Version: unspecified
Platform: PC
URL: https://bugs.launchpad.net/bugs/205895
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: justonebug(a)mailinator.com
This bug comes from Ubuntu Launchpad, and it is still present at
wine-1.0.1-0ubuntu6.
https://bugs.launchpad.net/bugs/205895
Bug #205895 reported by slamdunk on 2008-03-24
I have installed Wine 0.9.58 on my Hardy and Internet Explorer 6 + Flash plugin
(using ies4linux). After few seconds "top" command reports processes
IEXPLORE.EXE & winserver ~ 100% cpu usage. After closing IE6, remains
wineserver 100% cpu usage.
---------------------------------------------------------------------------
#35 bdkoepke wrote on 2008-07-10:
There is an additional bug at
http://www.winehq.org/pipermail/wine-bugs/2008-March/098758.html (bug 11916)
This person found the same thing as me, the problem is with the kernel32 patch.
I will compile a .deb with the patch reversed if anyone is interested.
The exact patch for anyone that is interested:
WARNING: this may break other applications.
--- a/dlls/kernel32/sync.c
+++ b/dlls/kernel32/sync.c
@@ -270,9 +270,19 @@ HANDLE WINAPI RegisterWaitForSingleObjectEx( HANDLE
hObject,
WAITORTIMERCALLBACK Callback, PVOID Context,
ULONG dwMilliseconds, ULONG dwFlags )
{
- FIXME("%p %p %p %d %d\n",
+ NTSTATUS status;
+ HANDLE hNewWaitObject;
+
+ TRACE("%p %p %p %d %d\n",
hObject,Callback,Context,dwMilliseconds,dwFlags);
- return 0;
+
+ status = RtlRegisterWait( &hNewWaitObject, hObject, Callback, Context,
dwMilliseconds, dwFlags );
+ if (status != STATUS_SUCCESS)
+ {
+ SetLastError( RtlNtStatusToDosError(status) );
+ return NULL;
+ }
+ return hNewWaitObject;
}
---------------------------------------------------------------------------
#36 kolian wrote on 2008-07-25:
Once patch has been rolled back it runs well. Need more testing. The
underlining problem is somewhere in implementation of RtlRegisterWait. Seems
like there is a loop while polling for an even to become signalled Somebody
familiar with the internals should take a look at this as it will affect other
applications. The result is hurting ubuntu as you can't run IE on hardy
anymore.
---------------------------------------------------------------------------
#37 Tyler Wagner wrote on 2008-10-03:
Hi all. I've recompiled wine with the patch bdkoepke described rolled back. It
is available in my repo for hardy on i386 and amd64 here:
deb http://www.tolaris.com/apt/ hardy main
http://www.tolaris.com/apt/pool/main/w/wine/wine_1.0.0-2eitri1_i386.deb
--
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=11113
Summary: World of Kung Fu Hanging After Selecting/Creating
Character
Product: WineHQ Apps Database
Version: unspecified
Platform: PC-x86-64
URL: http://appdb.winehq.org/objectManager.php?sClass=version
&iId=10462
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: clintcan(a)yahoo.com
Created an attachment (id=10149)
--> (http://bugs.winehq.org/attachment.cgi?id=10149)
console error output
This is what happens. You can run the program from login, to selection of
server down to selection of character. Once you press the enter button on the
character selection screen, the whole program hangs. Attached is the console
output of the error.
--
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=3548
Dmitry Timoshkov <dmitry(a)codeweavers.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Platform|All |Other
--- Comment #24 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2009-09-17 22:09:14 ---
Patches are more than welcome.
--
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=3548
Kristoffer Grundström <khisbra(a)hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |khisbra(a)hotmail.com
--- Comment #23 from Kristoffer Grundström <khisbra(a)hotmail.com> 2009-09-17 20:35:37 ---
It whould be good if links to programs was supported in the coming version of
wine.
It's lame that the icon looks & works like a textdocument.
When you install stuff in Windows the icon has a picture so why not implement
it?
--
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=8284
MatDivaret <pianoedjoe(a)free.fr> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |pianoedjoe(a)free.fr
--- Comment #6 from MatDivaret <pianoedjoe(a)free.fr> 2009-09-17 20:09:59 ---
Still freezes with wine 1.1.29
(No more fixme:d3d, now it is principally:
fixme:mshtml:nsChannel_GetSecurityInfo default action not implemented
and:
fixme:shdocvw)
--
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=20078
Summary: [bisected regression] Punkbuster causes black screen
in Quake3 Arena
Product: Wine
Version: 1.1.25
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wylda(a)volny.cz
Hi,
i just noticed, that wine 1.1.29 causes black screen in Quake 3 when punkbuster
is included (if i remove pb dir, Quake 3 works).
Black screen is right from the start, but the game is not frozen. I can hear
sound effects when moving mouse over Quake 3 menu.
Last working version was 1.1.24, so quick bisection between 1.1.24 and 1.1.25
leads to:
b5da7f49d332ed5d64be1256e14035af74a7efa2 is first bad commit
commit b5da7f49d332ed5d64be1256e14035af74a7efa2
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Thu Jul 2 10:01:37 2009 +0200
wined3d: Don't reuse random GL contexts during initialization.
Obviously there's no guarantee about the state of such a context. The specific
problem is that it might have GL_UNPACK_CLIENT_STORAGE_APPLE enabled, causing
some glTexImage2D() calls to fail, but it's a bad idea in general.
:040000 040000 91e52fba45ce42a6e4c1fce4281308745aea44cf
ae1eecf091bdc72d34e708399ebd1670b198e00f M dlls
--
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=7309
Nicolas Le Cam <niko.lecam(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |niko.lecam(a)gmail.com
--- Comment #7 from Nicolas Le Cam <niko.lecam(a)gmail.com> 2009-09-17 14:16:11 ---
Still present in git.
--
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.