http://bugs.winehq.org/show_bug.cgi?id=5928
--- Comment #9 from Justin Phelps <linuturk(a)gmail.com> 2008-01-10 13:20:03 ---
Created an attachment (id=10159)
--> (http://bugs.winehq.org/attachment.cgi?id=10159)
Working comctl32.dll
This is the working DLL file. Run the following from the directory with this
dll file in it:
WINEDLLOVERRIDES="comctl32=n" wine ~/.wine/drive_c/Program\
Files/Timeless/Timeless.exe
--
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=5928
--- Comment #8 from Justin Phelps <linuturk(a)gmail.com> 2008-01-10 13:18:31 ---
Yes, this override is still necessary in the latest version of wine.
The audio tab is not fully usable, however.
--
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=9285
Summary: "Bugs by Me" does not work.
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: misc-bugs
AssignedTo: jnewman(a)codeweavers.com
ReportedBy: hurtta+wine2(a)leija.mh.fmi.fi
"Bugs by Me" link does not work.
It gives error message
" The name hurtta wine2(a)leija.mh.fmi.fi is not a valid username. Either you
misspelled it, or the person has not registered for a Bugzilla account."
Obviously username is not "hurtta wine2(a)leija.mh.fmi.fi"
It is "hurtta+wine2(a)leija.mh.fmi.fi"
--
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=7076
--- Comment #3 from Lei Zhang <thestig(a)google.com> 2008-01-10 12:51:44 ---
Yes, it's still a problem. The problem is not as noticeable on fast machine
that can keep on with the redrawing.
--
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=4054
Dan Kegel <dank(a)kegel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #15 from Dan Kegel <dank(a)kegel.com> 2008-01-10 12:51:04 ---
The app gets a bit further now, complaining
err:ole:CoGetClassObject class {438da5e0-f171-11d0-984e-0000f80270f8} not
registered
...
Component 'dhtmled.ocx' or one of its dependencies not correctly registered: a
file is missing or invalid
According to
http://msdn2.microsoft.com/en-us/library/aa663363.aspx
that UUID is provided by triedit.dll, which is in the same
SDK that dhtmled.ocx is. Copying it into system32 and regsvr32'ing it
fixed that problem.
Next problem is a null pointer reference in triedit.dll:
fixme:msimtf:CActiveIMM_Create ((nil) {08c0e040-62d1-11d1-9326-0060b067b86e}
0x1faef34)
fixme:ole:CoCreateInstance no instance created for interface
{08c0e040-62d1-11d1-9326-0060b067b86e} of class
{4955dd33-b159-11d0-8fcf-00aa006bcc59}, hres is 0x80004002
wine: Unhandled page fault on read access to 0x00000000 at address 0x59a051f0
(thread 0009), starting debugger...
That UUID is IActiveIMMApp, so perhaps this is a gap in
our msimtf implementation or its ecosystem?
(You can also reproduce this by running VBEdit.exe from
the same DHTML SDK. I retrieved a copy from an archive
site; here's the sha1sum of the copy I retrieved:
3aeaa4b04f87d6bc4abe1c8e65963b51741bb520 dhedsdk.exe
1452151 bytes.)
Anyway, the original problem seems solved.
Closing.
--
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=4126
Jesse Allen <the3dfxdude(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC|the3dfxdude(a)gmail.com |
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.