[Bug 15428] New: Writers Blocks does not display OLE text boxes
http://bugs.winehq.org/show_bug.cgi?id=15428 Summary: Writers Blocks does not display OLE text boxes Product: Wine Version: CVS/GIT Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ole AssignedTo: wine-bugs(a)winehq.org ReportedBy: susancragin(a)earthlink.net Created an attachment (id=16293) --> (http://bugs.winehq.org/attachment.cgi?id=16293) terminal output -- first run Writers Blocks is a simple program that displays snippets of text in small boxes that can be moved around the screen. The boxes do not display. -- 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=15428 Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xerox_xerox2000(a)yahoo.co.uk --- Comment #1 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-09-27 01:00:30 --- Hi Susan, you should start fixing this: err:module:import_dll Library MFC40.DLL (which is needed by L"C:\\windows\\system32\\MsgHoo32.OCX") not found Do 'winetricks mfc40', then reinstall the application -- 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=15428 --- Comment #2 from Susan Cragin <susancragin(a)earthlink.net> 2008-09-27 06:41:11 --- Created an attachment (id=16295) --> (http://bugs.winehq.org/attachment.cgi?id=16295) WB3 terminal output with MFC40 installed Thanks. Here is corrected terminal output with MFC40 installed. -- 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=15428 --- Comment #3 from Louis Lenders <xerox_xerox2000(a)yahoo.co.uk> 2008-09-27 11:58:08 ---
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\windows\\system32\\vpectrl35.ocx
Is that file vpectrl35.ocx present in system32? And if it is, try register it again 'regsvr32 vpectrl35.ocx'. Maybe that might help -- 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=15428 --- Comment #4 from Susan Cragin <susancragin(a)earthlink.net> 2008-09-27 14:36:54 --- (In reply to comment #3)
err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\windows\\system32\\vpectrl35.ocx
Is that file vpectrl35.ocx present in system32? And if it is, try register it again 'regsvr32 vpectrl35.ocx'. Maybe that might help
It does help. That is exactly the problem. There are about 10 OCX files, and none of them are being registered properly. I carefully hand-registered all of them according to your instructions above, and now the program seems to work, provided I install winetricks mfc40 first. Thanks! -- 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=15428 --- Comment #5 from James Hawkins <truiken(a)gmail.com> 2008-09-27 14:43:13 --- Ok, so at first glance this seems like an installer bug. Can you attach the console output from the installer? To be proactive, can you attach a +msi log as well? -- 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=15428 --- Comment #6 from Susan Cragin <susancragin(a)earthlink.net> 2008-09-27 15:16:14 --- Created an attachment (id=16306) --> (http://bugs.winehq.org/attachment.cgi?id=16306) installation log (winetricks mfc40 had been installed first) -- 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=15428 --- Comment #7 from Susan Cragin <susancragin(a)earthlink.net> 2008-09-27 15:20:49 --- Created an attachment (id=16307) --> (http://bugs.winehq.org/attachment.cgi?id=16307) winedebug msi log -- 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=15428 --- Comment #8 from James Hawkins <truiken(a)gmail.com> 2008-09-27 15:24:58 --- Ok, so the msi log shows it's not using msi. From the console output, it looks like some of the libs are failing to be registered because of missing VB runtime libs. Can you rerun the installer with a clean wineprefix with vb6run installed from winetricks? -- 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=15428 --- Comment #9 from Susan Cragin <susancragin(a)earthlink.net> 2008-09-27 15:33:40 --- Created an attachment (id=16308) --> (http://bugs.winehq.org/attachment.cgi?id=16308) installation log with vb6run and mfc40 How about that? Installs. Runs. I haven't checked it out carefully, but it seems to be OK. Text on drop-down menus displays poorly, but that's a separate issue. -- 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=15428 --- Comment #10 from Susan Cragin <susancragin(a)earthlink.net> 2008-09-27 15:37:03 --- Created an attachment (id=16309) --> (http://bugs.winehq.org/attachment.cgi?id=16309) screenshot of successful install -- 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=15428 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID --- Comment #11 from James Hawkins <truiken(a)gmail.com> 2008-09-27 15:41:38 --- Ok, then I'd like to close this bug (probably invalid) as the mfc issue is already a bug somewhere, and implementing vbrun is outside the scope of wine. -- 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=15428 James Hawkins <truiken(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #12 from James Hawkins <truiken(a)gmail.com> 2008-09-27 15:43:02 --- Closing. -- 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=15428 --- Comment #13 from Austin English <austinenglish(a)gmail.com> 2008-09-29 16:21:26 --- Could you add a note to the AppDB about this? -- 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=15428 --- Comment #14 from Susan Cragin <susancragin(a)earthlink.net> 2008-09-29 16:46:29 --- (In reply to comment #13)
Could you add a note to the AppDB about this?
WB has its own AppDB entry. I modified the test results, upgraded it from garbage to bronze (not silver because I haven't really tested it, and the drop-down menus display poorly) and put a link to this bug. Anything I missed, let me know. -- 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=15428 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Version|CVS/GIT |unspecified -- 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.
https://bugs.winehq.org/show_bug.cgi?id=15428 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|ole |-unknown -- 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.
participants (1)
-
wine-bugs@winehq.org