http://bugs.winehq.org/show_bug.cgi?id=3487
lionel.ulmer(a)free.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From lionel.ulmer(a)free.fr 2005-05-10 13:52 -------
Can you attach a +seh,+ddraw,+tid log ?
--
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=3484
nospam(a)thenerdshow.com changed:
What |Removed |Added
----------------------------------------------------------------------------
OS/Version|other |Linux
Summary|IE6 font rendering breaks in|IE6 font rendering breaks on
|20050930 |AMD64 Fedora >= 20050830
------- Additional Comments From nospam(a)thenerdshow.com 2005-05-10 13:52 -------
Updated kernel and video drivers, latest yum update. Fonts still broken on AMD64s.
--
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=2187
lionel.ulmer(a)free.fr changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|wine-bugs(a)winehq.org |lionel.ulmer(a)free.fr
Status|ASSIGNED |NEW
--
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.
(Background: Poser 4 installed with wine 2005-02-11. It works, with
exception of font bugs as described.)
I've just tried wine 20050930. When run without modification ['cd
$POSER_DIR; wine Poser.exe'], the program no longer works. I see the
splash screen, and the typical initialization reports, but shortly
after, the window disappears. This is what's left on the command line:
err:module:import_dll Library MSVCIRT.dll (which is needed by
L"C:\\Program Files\\MetaCreations\\Poser
4\\Runtime\\Plugins\\FFMS.arp") not found
err:seh:EXC_DefaultHandling Exception frame is not in stack limits =>
unable to dispatch exception.
If I copy the MSVCIRT.dll from my Win2k system32 directory into the
Poser directory, and run it again (as above), I see the splash screen as
before; and a few more initialization messages than before. But the
window still disappears. I get the following:
wine: Unhandled exception (thread 0023), starting debugger...
(The debugger doesn't start, I just get dumped back to the command line.
The thread number changes each time.)
Running 'winedbg Poser.exe' yields the following. (Note that I still
have MSVCIRT.dll in the program directory. Program behaviour matches the
previous test.)
WineDbg starting on pid 0x10
In 32 bit mode.
0x4048da2c start_process+0xfc
[/usr/src/packages/wine/wine-20050930/dlls/kernel/../../include/winternl.h:1679]
in kernel32: jmp 0x4048da1b start_process+0xeb
[/usr/src/packages/wine/wine-20050930/dlls/kernel/process.c:992] in kernel32
1679 static inline void WINAPI DbgBreakPoint(void) { __asm__
__volatile__("int3"); }
Wine-dbg>cont
First chance exception: page fault on read access to 0x00000044 in
32-bit code (0x40f48fd6).
Register dump:
CS:0023 SS:002b DS:002b ES:002b FS:1007 GS:0107
EIP:40f48fd6 ESP:4063f958 EBP:4063f9b8 EFLAGS:00010246( - 00
-RIZP1)
EAX:00000000 EBX:40fab384 ECX:00000000 EDX:00000018
ESI:00000001 EDI:42c14c50
Stack dump:
0x4063f958: 00000000 016003a8 00000000 00000000
0x4063f968: 00000008 00000000 ffffffff 00000002
0x4063f978: 00000000 407e9ae0 00000000 42c16308
0x4063f988: 00000000 00000000 00000008 00000001
0x4063f998: 00000020 00200001 42e80000 401a62a0
0x4063f9a8: 407e9680 407e9ae0 4041f6f8 00000018
0200: sel=1007 base=40016000 limit=00001fff 32-bit rw-
Backtrace:
=>1 0x40f48fd6 X11DRV_GetBitmapBits+0x166(hbitmap=0x3298,
buffer=0x42c16308, count=0x18)
[/usr/src/packages/wine/wine-20050930/dlls/x11drv/bitmap.c:277] in
winex11.drv (0x4063f9b8)
2 0x40794518 GetBitmapBits+0xb8(hbitmap=0x3298, count=0x20,
bits=0x42c16308)
[/usr/src/packages/wine/wine-20050930/dlls/gdi/bitmap.c:341] in gdi32
(0x4063fa00)
3 0x40da63a6 in asi32_12 (+0x463a6) (0x00003298)
4 0x00000000 (0x00000000)
0x40f48fd6 X11DRV_GetBitmapBits+0x166
[/usr/src/packages/wine/wine-20050930/dlls/x11drv/bitmap.c:277] in
winex11.drv: call *0x44(%eax)
277 XDestroyImage( image );
Wine-dbg>quit
I'm no programmer, but I can probably get more information from winedbg
if you need it.
- Cliff
Wine Bugs wine-bugs-at-winehq.org |2004 Private| wrote:
> http://bugs.winehq.org/show_bug.cgi?id=2737
>
>
>
>
>
> ------- Additional Comments From jonathan(a)ernstfamily.ch 2005-05-10 07:14 -------
> Can you please report back using current Wine release or Wine-CVS ?
>
> Thanks.
>
http://bugs.winehq.org/show_bug.cgi?id=2829
------- Additional Comments From dclark(a)akamail.com 2005-05-10 13:26 -------
In ~/.wine/user.reg, add a key like:
[Software\\Wine\\AppDefaults\\Riven.exe\\X11 Driver] 1124061525
"Desktop"="640x480"
"Managed"="N"
You can probably do that with regedit, but I find editing the file easier.
--
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=1140
truiken(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From truiken(a)gmail.com 2005-05-10 13:20 -------
The original problem has been fixed. The app won't install because
LaunchINFSection isn't implemented, but this is a different 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=2829
------- Additional Comments From Andrew.Talbot(a)talbotville.com 2005-05-10 13:10 -------
Since the config file was dropped, I have not known how to make Wine use
unmanaged windows. Indeed, I wasn't sure if they were still an option. But I
think this problem affected more than one app. I think Wine's Notepad may have
been one that was affected in this way. If you can tell me how to use managed
windows, please, I shall report back, appropriately.
I used to prefer unmanaged windows because there was a z-order problems with
installation programs; I don't know whether this is 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=2784
------- Additional Comments From zarjan(a)gmail.com 2005-05-10 12:51 -------
Created an attachment (id=1113)
--> (http://bugs.winehq.org/attachment.cgi?id=1113&action=view)
console output with alsa
With my wine version 20050725 (debian unstable deb)
I still have the same issues, however the game runs at normal speed
even when the cursor changes.
If you don`t move your mouse that is :)
also tryed different windows versions (win2000, win98, nt40)
and fullscreen and desktop settings
so it seems that the game only slows down (or even pauses)
when you move your mouse
console gives some errors, fixme`s
mostly dsound underruns
will attach console output (with alsa and oss)
--
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=1841
------- Additional Comments From wijn(a)wanadoo.nl 2005-05-10 12:47 -------
minimize<->restore a partly overlapping shell explorer window.
Happens in maybe 10-20% of the cases (where under wine it is 100%).
--
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.