http://bugs.winehq.org/show_bug.cgi?id=5776
------- Additional Comments From ben(a)atomnet.co.uk 2006-21-10 08:07 -------
Confirmed but only the water is broken now. This is true for the water in the
Nature test, the water in the Pixel Shader test and the water in the Advanced
Pixel Shader test. Basically it looks like one flat colour and flat rather than
bump-mapped and wavy.
--
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=6472
------- Additional Comments From developers(a)tefnet.pl 2006-21-10 08:00 -------
Found the reason.
GlobalGetAtomNameA() behaves a bit different than in windows.
I changed:
if (len >= count)
{
len = 0;
SetLastError( ERROR_MORE_DATA );
}
in wine code to:
if (len >= count)
{
return c;
}
and programs work ok :).
Further investigation is needed to determine the exact way it should work.
--
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=5829
ben(a)atomnet.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From ben(a)atomnet.co.uk 2006-21-10 07:47 -------
Works as of current GIT.
--
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=6495
Summary: Civilization 2 crashes on load after game complains
about audio driver
Product: Wine
Version: CVS
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ben(a)atomnet.co.uk
When the game is ran after selecting the language it pops up with an error box
titled "Wave Out Error" stating "This function is not supported. Use the
Capabilities function to determine which functions and messages the driver
supports". Not sure what it is really referring to though as Civ 2 has no
options itself so it must be referring to Windows or DirectX.
After OKing that message Wine crashes with an Unhandled page fault on read
access to 0xffffffff at address 0x13f7:0x000081be (thread 000c).
Full log attached.
--
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=6472
------- Additional Comments From developers(a)tefnet.pl 2006-21-10 06:21 -------
Remarks regarding previous comment:
s/it jumps and GPFs/it displays a "Unable to open APPLICATION" dialog/
wine-0.9.23/dlls/user/winproc.c:454
*result = WINPROC_wrapper( proc, hwnd, msg, wp, lp );
--
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=6472
------- Additional Comments From developers(a)tefnet.pl 2006-21-10 06:18 -------
My findings:
0x4e18ec is an address of window procedure of a clarion program called from
wine-0.9.23/dlls/user/winproc.c:454
Under Windows, this procedure is being launched over 100 times
while under wine - only once
Why does it matter for this bug?
The error dialog is being displayed upon this condition:
0x004e25c4: cmpl $0,0x109(%esi)
0x004e25cb: jz 0x004e2631
Under windows it doesn't jump, under wine it jumps and GPFs.
Altering this line to NOP causes window with clickable menus to appear under
wine, but it's disfunctional.
Under my windows debugger 0x109(%esi) is 0x00cda681.
The last time it is being set (to 84) in program is here:
0x004e1bdf: movl %eax,0x109(%ebx)
It's right in the window procedure placed under 0x4e18ec, in some kind of a
switch() statement on EAX register, executed if EAX == 1.
What further steps would you recommend to perform?
--
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=6484
------- Additional Comments From julliard(a)winehq.com 2006-21-10 04:27 -------
You need a 3G/1G split in all cases. A 2G/2G split could in theory work in win2k
mode if the kernel gave us the full 2G but it doesn't.
--
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=6494
------- Additional Comments From toojays(a)toojays.net 2006-21-10 02:29 -------
Created an attachment (id=3904)
--> (http://bugs.winehq.org/attachment.cgi?id=3904&action=view)
debug output from widl
Attaching the output from running:
../../tools/widl/widl -d1 -I. -I. -I../../include -I../../include
-D__WINESRC__ -D_SHDOCVW_ -t -T shdocvw_v1.tlb shdocvw_v1.idl &> widl-output
in the dlls/shdocvw directory.
--
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=6492
xerox_xerox2000(a)yahoo.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
URL| |http://www.avantbrowser.com/
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |download
------- Additional Comments From xerox_xerox2000(a)yahoo.co.uk 2006-21-10 02:19 -------
confirming
--
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.