http://bugs.winehq.org/show_bug.cgi?id=2805
John Doe <fossw00t(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fossw00t(a)gmail.com
--- Comment #10 from John Doe <fossw00t(a)gmail.com> 2009-04-02 18:50:11 ---
Error still present in current git.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=239
Bug 239 depends on bug 6966, which changed state.
Bug 6966 Summary: CSpy/IP Address: Cannot overwrite field text
http://bugs.winehq.org/show_bug.cgi?id=6966
What |Old Value |New Value
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=6966
Lei Zhang <thestig(a)google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #6 from Lei Zhang <thestig(a)google.com> 2009-04-02 18:49:00 ---
Works for me.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=1517
John Doe <fossw00t(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fossw00t(a)gmail.com
--- Comment #9 from John Doe <fossw00t(a)gmail.com> 2009-04-02 18:39:55 ---
With current git I get the following output:
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the
registry for bias -120, std (d/m/y): 27/09/2009, dlt (d/m/y): 27/03/2009
fixme:mountmgr:harddisk_ioctl unsupported ioctl 4d004
Then the app hangs, using up 100% CPU until killed. There's no window opened.
+relay shows lots of these:
0009:Call window proc 0x7eaf07b0
(hwnd=0x1003c,msg=EM_SCROLL,wp=00000003,lp=00000000)
0009:Ret window proc 0x7eaf07b0
(hwnd=0x1003c,msg=EM_SCROLL,wp=00000003,lp=00000000) retval=0001fffe
0009:Ret user32.SendMessageW() retval=0001fffe ret=00445d50
0009:Call user32.SendMessageW(0001003c,000000b5,00000003,00000000) ret=00445d50
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=3689
--- Comment #38 from Anastasius Focht <focht(a)gmx.net> 2009-04-02 18:29:42 ---
Hello,
--- quote ---
Thanks, Anastasius. My first question is: are these dlls the same by their
exports?
--- quote ---
At the time of Win95 the Operating System one and Office9x shipped one were
probably similar in exports/functionality.
Nowadays oleaut32 versions are much more evolved than Office9x shipped one
which dates back to 1996.
--- quote ---
Then Wine could just simply fake one dll with another.
--- quote ---
As long as Office 97 components don't depend on internal
features/quirks/behaviour of that old oleaut32.dll, yes.
For tests just symlink oleaut32.dll.so to 32autole.dll.so and change the load
order to builtin-then-native. A placeholder in system32 is not needed.
--- quote ---
The second is: couldn't that be some other bug in Wine which prevents
32autole.dll from registering "stdole32.tlb" in v2 format correctly? Of
course, I could take the TLB from Wine tree and investigate this on real
Windows myself.
--- quote ---
If you question my analysis you are free to investigate.
--- quote ---
The third question (not so personal) would be:
Couldn't ITypeLib2_Constructor_SLTG() be used (from dlls/oleaut32/typelib.c) to
generate v1 format in Wine?
--- quote ---
You refer to the typelib loading part.
What you need is v1 typelib writer code like Wine's IDL compiler does for v2
typelibs (write_msft.c).
Regards
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=52
John Doe <fossw00t(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fossw00t(a)gmail.com
--- Comment #21 from John Doe <fossw00t(a)gmail.com> 2009-04-02 18:14:45 ---
Seems to work with current git as long as other apps don't draw to the screen
while the program is running.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=12766
Summary: Cursor incorectly drawn in Dungeon Siege
Product: Wine
Version: 0.9.60
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: roderick.greening(a)gmail.com
While not critical, it is quite annoying. The cursor is drawn without
transparency (appears black). Then, while moving the cursor, it inherits
artifacts from various parts of the screen. This gets in the way of the game,
as it is a "point-n-click" game and you need to be able to accurately click on
objects. I have died more than once due to this bug.
This happens with all 0.9.x releases up to 0.9.60 and including the most recent
git version.
I would like to assist in resolving, but I need some guidence as to how to
track down the issue. I assume the program is using a software cursor and the
code in DirectX8 related to that would be a good starting point.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=816
--- Comment #31 from joaopa <jeremielapuree(a)yahoo.fr> 2009-04-02 14:07:50 ---
bug still there in current git
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=239
Austin English <austinenglish(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |austinenglish(a)gmail.com
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.