http://bugs.winehq.org/show_bug.cgi?id=4622
------- Additional Comments From black.shizuku(a)gmail.com 2006-09-08 17:13 -------
I know, I am able to read and to understand what people just said. I had EXACTLY
the same problem that is described in messages #1 and #8. The game was crashing
when I was clicking on "Travel to East", even if I could finish without any
crashes the first chapter, and the window "Hey guys"/"We
got a big error here :(" was displaying. I could also view each video seperatly
by clicking the good button in the main menu of Diablo II.
For some reason, I am not playing with the sound activated (even if it works). I
played Diablo two days ago, yesterday and today, and I can confirm again that
the game does not crash when you click on "Travel to East" with Warriv in the
first chapter after you enable the OSS sound server in WineCFG.
Maybe this issue is caused by a "check" that Diablo II makes, or something else.
The point is that it DID fix this bug.
You already deleted my submission of Diablo II working on Redhat Enterprise
Edition WS 4, even if I'm playing with it nearly every day. I don't know what is
going on here, but you are not really encouraging people to post and help the
community. This is a shame for skilled developpers like you.
But I still hope that users will find a fix of this problem here.
--
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=5278
------- Additional Comments From hallo(a)michael-kaufmann.ch 2006-09-08 16:29 -------
I have found the problem: The edit box wants to know the background color and
sends a WM_CTLCOLOR message to the parent window. The application doesn't
return a brush handle, but some other value. This is a bug in the application.
This is the code how it was before my patch:
SelectObject(dc, brush);
Rectangle(dc, rc.left, rc.top, rc.right, rc.bottom);
The SelectObject() will fail, because the brush is invalid. But there will
still be an old brush selected in the DC, and this brush is used to paint the
background.
The new code:
FillRect(dc, &rc, brush);
Now the whole fill function fails because the brush is invalid.
So this is an application bug. I'll try to create a patch that makes Wine look
better in this 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=5902
posta10100(a)yahoo.it changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|WM_ERASEBKGND not supported |X Error of failed request:
| |BadAlloc
--
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=5902
Summary: WM_ERASEBKGND not supported
Product: Wine
Version: CVS
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: wine-binary
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: posta10100(a)yahoo.it
CC: posta10100(a)yahoo.it
Hello,
using the win version of emule_adunanza (www.adunanza.net) it works fine for a
while bat suddenly it crash and close.
In console I have this error:
X Error of failed request: BadAlloc (insufficient resources for operation)
Major opcode of failed request: 53 (X_CreatePixmap)
Serial number of failed request: 808541
Current serial number in output stream: 808543
I saw that it is similar to bug 5241 (X_CreatePixmap) but I'm not sure that is
the same... sorry if it is.
Thanks,
Luca.
--
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=4622
------- Additional Comments From the3dfxdude(a)gmail.com 2006-09-08 13:03 -------
Please don't post that here. This bug is not a sound driver problem.
--
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=4280
------- Additional Comments From truiken(a)gmail.com 2006-09-08 12:59 -------
This installation has two packages to install, the jdk and the jre. The jdk
extracts a file, other.zip, that is also needed by the jre install. The
RemoveFiles action is called by the second package installation, and we
mistakenly remove other.zip in Wine. When we get to the InstallFiles action, we
find that other.zip is missing, so we try to extract it from jo150000.cab, which
doesn't exist and we fail. What should happen is that other.zip should never be
removed, and therefore we won't try to extract that file from the missing
cabinet. I've sent in a test case for this behavior.
--
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=5893
------- Additional Comments From truiken(a)gmail.com 2006-09-08 12:55 -------
All of the install files needed for the installation of Ability Office reside on
the server where the remove msi package is downloaded from. We need to download
these cabinets before trying to extract from them. I'm not sure what signals
this behavior. The signal might be that we already downloaded from said server,
so if we can't find the cabinet in the filesystem, download it from the server.
--
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.