http://bugs.winehq.org/show_bug.cgi?id=8884
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|critical |trivial
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-07 15:17 -------
Trivial. You can use native richedit as a workaround. And it's not a system
component.
--
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=8897
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-07 15:16 -------
Closing dup
--
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=3997
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-07 15:16 -------
*** Bug 8897 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 the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8897
vitaliy(a)kievinfo.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From vitaliy(a)kievinfo.com 2007-08-07 15:16 -------
How many duplicates of this do you need Dan?
Duplicate.
*** This bug has been marked as a duplicate of 3997 ***
--
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=8898
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Resolution|DUPLICATE |
------- Additional Comments From Speeddymon(a)gmail.com 2007-08-07 15:04 -------
My fault, I did not realize the previous bug was resolved. Reopening
--
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=5183
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |davea42(a)earthlink.net
------- Additional Comments From Speeddymon(a)gmail.com 2007-08-07 15:03 -------
*** Bug 8898 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 the assignee for the bug, or are watching the assignee.
http://bugs.winehq.org/show_bug.cgi?id=8898
Speeddymon(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |DUPLICATE
------- Additional Comments From Speeddymon(a)gmail.com 2007-08-07 15:03 -------
Please search for bugs. The summary you have provided is nearly identical to
a bug that is already open.
*** This bug has been marked as a duplicate of 5183 ***
--
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=8884
juraj5(a)gmail.com changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|normal |critical
------- Additional Comments From juraj5(a)gmail.com 2007-08-07 14:30 -------
I'll change severity to critical, because this bug is causing a crash.
(if I set it too high please reset it)
--
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=8898
Summary: Run Time Error "445": Object doesn't support this action
Product: Wine
Version: 0.9.40.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: davea42(a)earthlink.net
To reproduce the bug
Run Time Error "445": Object doesn't support this action
go to:
http://lotus-europa.com/downloads
and then click on the download link (which looks like this)
Download ekb31.exe (59MB, mostly a 'starting' database).
Install by running
wine ekb31.exe
This app is free, written by a friend, and installs ok in wine.
You have to cd to the programs directory and run wine there as
that is where the starting database is. The app will not fully start when
the object message arises. [There is no need to click on
anything, the app never really does much before the error is reported].
Once the error is reported all one can do is click ok on
the bug and the app dies.
You will need VBAJET32.dll
"The JETVBA file (VBAJET.dll for 16-bit versions, or VBAJET32.dll
for 32-bit versions) failed to initialize when called. Try reinstalling
the application that returned the error." (and after that an error
'91').
I googled VBAJET.dll and found
http://www.nvtech.com/support/
patches and upgrades page
which had a version of that dll to download/install.
(wine VBAJET32.exe to do the install)
To run the knowledgebase, do
cd "~/.wine/drive_c/Program Files/Europa Knowledgebase"
wine EuropaKB.exe
When you first run the knowledgebase it will ask to do an install
of something like gecko. Click yes.
Then you will get the error report on the "445" error. On that
and every subsequent run of the knowledgebase.
The following rudely changed function:
static HRESULT WINAPI WebBrowser_put_RegisterAsBrowser(IWebBrowser2 *iface,
VARIANT_BOOL bRegister)
{
WebBrowser *This = WEBBROWSER_THIS(iface);
FIXME("(%p)->(%x)\n", This, bRegister);
return S_OK; /* My rude addition */
/* return E_NOTIMPL; */
}
in wine/dlls/shdocvw/webbrowser.c
works around the problem.
For my adventures running this app, see my web site:
http://reality.sgiweb.org/davea/wine.html
I believe you won't need the font exe files mentioned
on my web page to reproduce the problem.
I've reproduced this on both Fedora Core 6 and Ubuntu 6.06.
Using 0.9.40 I built myself today. (and many earlier versions too,
this is not a new bug). See my web site wine.html page for
more details on the history.
--
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=8897
Summary: Modal dialog hidden behind installer makes Photoshop CS
installer appear to hang
Product: Wine
Version: CVS
Platform: Other
URL: http://download.adobe.com/pub/adobe/magic/photoshop/win/
8.x/AdobePhotoshopCS.zip
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The Photoshop CS tryout installer puts up its initial screen
with the usual wizard window with 'ok' and 'cancel'.
When you click 'ok', it then puts up a modal dialog saying
"To avoid restarting your system after installation,
please close all Adobe applications before proceeding."
But this modal dialog is *behind* the main installer
window, which cannot be moved once you click ok.
You have to move the window *before* clicking ok
to see the modal dialog.
This is rather a showstopper for the average user who doesn't
ready howtos.
--
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.