http://bugs.winehq.org/show_bug.cgi?id=7055
Jason Edmeades <us(a)edmeades.me.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |us(a)edmeades.me.uk
AssignedTo|wine-bugs(a)winehq.org |us(a)edmeades.me.uk
--- Comment #2 from Jason Edmeades <us(a)edmeades.me.uk> 2007-08-14 16:14:39 ---
2 bugs here - one is the uninitialized variable, the other that the logic
implemented is broken anyway (ie the ballon centered tooltip should default
below the field, not above it)
patch submitted
--
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=7013
Gregy <p.gregy(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |p.gregy(a)gmail.com
--- Comment #6 from Gregy <p.gregy(a)gmail.com> 2007-08-14 15:29:17 ---
It is coast by the router. There is a bug in old Routeros (less then 2.9.40)
which hangs winbox under wine. If your winbox freezes after logon upgrade the
router.
--
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=9056
--- Comment #12 from Matt Drew <matt.drew(a)gmail.com> 2007-08-14 15:25:24 ---
1.2.3.1 is functional under wine-0.9.42, I'm now getting error messages from
mono.
--
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=5898
Jason Edmeades <us(a)edmeades.me.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |us(a)edmeades.me.uk
--- Comment #6 from Jason Edmeades <us(a)edmeades.me.uk> 2007-08-14 14:38:59 ---
Can you attach a compressed WINEDEBUG=+tooltip,+msg,+spy,+relay log.
Plus give me the beginning of the text that should have appeared in the tooltip
I assume there's no free demo available to recreate this?
--
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=9233
Jason Edmeades <us(a)edmeades.me.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
--- Comment #3 from Jason Edmeades <us(a)edmeades.me.uk> 2007-08-14 14:18:25 ---
Fix in git - resolving fixed
--
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=5826
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jimmyhappyi(a)gmail.com
--- Comment #23 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-08-14 12:15:55 ---
*** Bug 9303 has been marked as a duplicate of this bug. ***
--
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=4095
--- Comment #12 from Pawel Stolowski <pawel.stolowski(a)wp.pl> 2007-08-14 11:40:47 ---
(In reply to comment #11)
> Please retest with Wine 0.9.43.
>
> Pawel, can you explain what the hex editing does?
>
I just verified with wine 0.9.43 and the problem is still there.
The hex hack I did disables the message box that displays "ScreenStack ::
realize(): BitBlt 2" and aborts installer. Look below at the snippet of the
code - first BitBlt is executed, then eax is tested against value of 0; if it
is 0, then the error box is displayed; my hack replaces "jnz" with
unconditional jump ("jmp").
....
call ds:BitBlt
pop edi
pop ebx
test eax, eax
jnz short loc_411335
push offset aScreenstackR_0 ; "ScreenStack :: realize():
BitBlt 2"
...
--
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=8129
Vitaliy Margolen <vitaliy(a)kievinfo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|DUPLICATE |
--- Comment #8 from Vitaliy Margolen <vitaliy(a)kievinfo.com> 2007-08-14 10:31:25 ---
The other bug should be duplicate of this.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.