http://bugs.winehq.org/show_bug.cgi?id=7789
------- Additional Comments From stonecrest(a)gmail.com 2007-18-03 20:01 -------
Thanks for the quick response, that helped a lot. The patch made it so that I
could get to a dialog window (about not being able to connect to TCP/IP), now I
just need to figure out how to get past that ;) I'll leave it to you to mark it
as fixed or a workaround, I don't know which is more appropriate.
--
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=7643
------- Additional Comments From m6(a)kcidx.org 2007-18-03 19:44 -------
With wine-git text patch and Attachment #5317 applied.
Game grashes with this output from winedbg.
I have tried it in fullscreen and it will crash if i turn off Vertical Sync but
not in windowed.
When i try to load a campaign game or any other, it dies while loading the map.
err:d3d9:IDirect3DDevice9Impl_StretchRect Texture filters not supported yet
Thread ID=001c renamed using MS VC6 extension (name=="Issue")
err:d3d9:IDirect3DDevice9Impl_StretchRect Texture filters not supported yet
Thread ID=001d renamed using MS VC6 extension (name=="Prefetche
ýÀf")
fixme:d3d9:IDirect3DDevice9Impl_CreateVertexBuffer (0x22aeb58) call to
IWineD3DDevice_CreateVertexBuffer failed
First chance exception: 0xe06d7363 in 32-bit code (0x7ee68825).
Register dump:
CS:0073 SS:007b DS:007b ES:007b FS:0033 GS:003b
EIP:7ee68825 ESP:0034f644 EBP:0034f6a8 EFLAGS:00000206( - 00 - -IP1)
EAX:7ee54d89 EBX:7eed0a48 ECX:00000000 EDX:022aeb58
ESI:022aeb58 EDI:2383a0c0
Stack dump:
0x0034f644: 0034f6d4 0000000c 00000013 00000000
0x0034f654: e06d7363 00000001 00000000 7ee687ae
0x0034f664: 00000003 19930520 0034f73c 010b30cc
0x0034f674: 7c421201 236d91e0 0000001f 236d91c0
0x0034f684: 00000013 0034f6ac 7c42398a 236d91e0
0x0034f694: 0000001f 7c423995 00000013 2383a0c0
Backtrace:
=>1 0x7ee68825 RaiseException+0x77() in kernel32 (0x0034f6a8)
2 0x78158dd3 in msvcr80 (+0x28dd3) (0x0034f6e0)
3 0x00fcab09 in gpggal (+0x1ab09) (0x0034f7d8)
4 0x0047060d in mohoengine (+0x4060d) (0x0034f7ec)
5 0x00470441 in mohoengine (+0x40441) (0x2383a0b8)
6 0x00da9ea0 in mohoengine (+0x979ea0) (0x00ae68d0)
7 0x004701c0 in mohoengine (+0x401c0) (0x0046ff40)
8 0x000067e8 (0x56f18b56)
9 0x00000000 (0x00000000)
0x7ee68825 RaiseException+0x77 in kernel32: subl $4,%esp
Wine-dbg>q
fixme:d3d9:IDirect3DDevice9Impl_CreateIndexBuffer (0x22aeb58) call to
IWineD3DDevice_CreateIndexBuffer failed
--
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=7507
------- Additional Comments From kde(a)3danim.de 2007-18-03 19:43 -------
Applying this patch under 0.9.33 (by running `patch -p0 <freetype.patch`) does
not fix this issue for me. I am still seeing colored rectangles instead of text.
On the console, I get lots of
err:d3d9:IDirect3DDevice9Impl_StretchRect Texture filters not supported yet
messages.
--
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=7690
------- Additional Comments From focht(a)gmx.net 2007-18-03 17:55 -------
Small typo in my fix suggestion code snippet...
"pRel->Group = NULL;"
should be
"pAbs->Group = NULL;"
---- snip ntdll/sec.c:RtlSelfRelativeToAbsoluteSD ---
...
/* Copy structures */
pAbs->Revision = pRel->Revision;
pAbs->Control = pRel->Control & ~SE_SELF_RELATIVE;
/* reset !!! */
pAbs->Sacl = NULL;
pAbs->Dacl = NULL;
pAbs->Owner = NULL;
pAbs->Group = NULL;
...
if( blah)
---- snip ntdll/sec.c:RtlSelfRelativeToAbsoluteSD ---
Regards
--
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=7643
------- Additional Comments From ehoover(a)mines.edu 2007-18-03 17:52 -------
In reply to Comment #25:
Do you still have a problem with Attachment #5317 applied? Comment #22 would
indicate otherwise, but your comment doesn't indicate that you have that patch
applied.
--
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=7643
ehoover(a)mines.edu changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5314 is|0 |1
obsolete| |
------- Additional Comments From ehoover(a)mines.edu 2007-18-03 17:46 -------
(From update of attachment 5314)
Fixed in latest git (Post 0.9.33).
--
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=7643
------- Additional Comments From m6(a)kcidx.org 2007-18-03 17:33 -------
Playing a Campaign Mode, with wine-git and only the text patch applied I recieve
this error.
--
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=6996
shalupov(a)diverse.org.ru changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |shalupov(a)diverse.org.ru
--
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=7702
kelfe(a)gmx.de changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #5331 is|0 |1
obsolete| |
------- Additional Comments From kelfe(a)gmx.de 2007-18-03 16:49 -------
Created an attachment (id=5438)
--> (http://bugs.winehq.org/attachment.cgi?id=5438&action=view)
allows repeated changes between windowed and fullscreen
--
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.