[Bug 19661] New: Lotus Approach 3.1 causes a page fault on load
http://bugs.winehq.org/show_bug.cgi?id=19661 Summary: Lotus Approach 3.1 causes a page fault on load Product: Wine Version: 1.1.27 Platform: PC OS/Version: Linux Status: NEW Keywords: win16 Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: kennybobs(a)o2.co.uk Created an attachment (id=22944) --> (http://bugs.winehq.org/attachment.cgi?id=22944) Wine 1.1.27 console output Lotus Approach 3.1 causes a page fault on loading and has to be killed. -- 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=19661 --- Comment #1 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-08-09 18:01:20 --- Created an attachment (id=22945) --> (http://bugs.winehq.org/attachment.cgi?id=22945) Wine 1.1.27 +relay +seh +tid (2.8MB) -- 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=19661 --- Comment #2 from Rein Klazes <wijn(a)online.nl> 2009-08-10 02:37:51 --- It fails when it is trying to display the message: "Couldn't load the Lotus Dialogs DynaLink." After failing to load ltsdlg02.dll in several places (file not found). -- 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=19661 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #22945|0 |1 is obsolete| | --- Comment #3 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-08-10 15:39:26 --- Created an attachment (id=22985) --> (http://bugs.winehq.org/attachment.cgi?id=22985) Wine 1.1.27 +relay +seh +tid (2.9MB) Thanks Rein, I missed that. That's bug 625. Working around (by adding the path) causes the same page fault. Backtrace is the same, but the +relay isn't. 0036:Ret ole32.OleInitialize() retval=00000000 ret=7d48cb5d 0036:Ret OLE2.2: OLEINITIALIZE() retval=00000000 ret=180f:11ca ds=1df7 0036:Call COMPOBJ.5: COREGISTERCLASSOBJECT(1797:001a,1787:0354,00000004,00000001,1df7:1eb6) ret=180f:120a ds=1df7 0036:fixme:ole:CoRegisterClassObject16 ({00028700-0000-0000-c000-000000000046},0xb75ffc,0x00000004,0x00000001,0x94a006),stub 0036:Ret COMPOBJ.5: COREGISTERCLASSOBJECT() retval=00000000 ret=180f:120a ds=1df7 0036:Call OLE2DISP.31: CREATEDISPTYPEINFO(1df7:2054,00000800,1df7:c8e2) ret=17ff:06f3 ds=1df7 0036:fixme:ole:CreateDispTypeInfo16 (0x94a1a4,2048,0x954a32),stub 0036:Ret OLE2DISP.31: CREATEDISPTYPEINFO() retval=80004001 ret=17ff:06f3 ds=1df7 0036:trace:seh:raise_exception code=c0000005 flags=0 addr=0x1054 ip=00001054 tid=0036 At this point an invisible box is "displayed" and appears on top of all apps. Approach has to be killed. -- 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=19661 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Lotus Approach 3.1 causes a |Lotus Approach 3.0 causes a |page fault on load |page fault on load -- 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=19661 --- Comment #4 from Rein Klazes <wijn(a)online.nl> 2009-08-11 01:37:42 --- (In reply to comment #3)
Created an attachment (id=22985) --> (http://bugs.winehq.org/attachment.cgi?id=22985) [details] Wine 1.1.27 +relay +seh +tid (2.9MB)
Thanks Rein, I missed that. That's bug 625. Working around (by adding the path)
From the looks of it, the path to the dialogs is supposed to be in LOTUS.INI. I wonder if that file was properly installed? Does it have a section "Lotus Dialogs"? Does it have a entry with the proper path?
causes the same page fault. Backtrace is the same,
Superficially perhaps. The exception occurs at a different address, partially seen here:
0036:trace:seh:raise_exception code=c0000005 flags=0 addr=0x1054 ip=00001054 tid=0036
Next time quote a few lines more here, up to the values of the registers. -- 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=19661 --- Comment #5 from Ken Sharp <kennybobs(a)o2.co.uk> 2009-08-11 10:23:48 --- Rein, quite right again. The .ini is not properly installed, this is almost certainly due to Bug 19655. Creating (copying from Windows 3.11) the lotus.ini file is the same fix as adding the path to the registry. This is _possibly_ the cause of Bug 625. I'll check other apps and update that bug. With all that in-place, the page fault still occurs as before (confirmed with a +relay 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=19661 --- Comment #6 from Austin English <austinenglish(a)gmail.com> 2010-09-07 16:48:59 CDT --- This is your friendly reminder that there has been no bug activity for a year. Is this still an issue in current (1.3.2 or newer) 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=19661 --- Comment #7 from Ken Sharp <kennybobs(a)o2.co.uk> 2010-11-21 05:35:00 CST --- Still present in Wine 1.3.6. -- 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=19661 Ken Sharp <kennybobs(a)o2.co.uk> changed: What |Removed |Added ---------------------------------------------------------------------------- Depends on| |25929 --- Comment #8 from Ken Sharp <kennybobs(a)o2.co.uk> 2011-10-02 15:02:41 CDT --- Apparently blocked by Bug 25929 in wine-1.3.29 -- 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=19661 Bug 19661 depends on bug 25929, which changed state. Bug 25929 Summary: VGA Planets 3.5.025 fails to run http://bugs.winehq.org/show_bug.cgi?id=25929 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=19661 --- Comment #9 from Austin English <austinenglish(a)gmail.com> 2013-11-13 14:57:52 CST --- (In reply to comment #8)
Apparently blocked by Bug 25929 in wine-1.3.29
Please retest in 1.7.5. -- 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=19661 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |ABANDONED --- Comment #10 from Austin English <austinenglish(a)gmail.com> --- Abandoned. -- 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=19661 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #11 from Austin English <austinenglish(a)gmail.com> --- Closing. -- 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=19661 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CLOSED |REOPENED Resolution|ABANDONED |--- --- Comment #12 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Still present in Wine 1.7.44. Had to install with Wine 1.6.2 to work around a number of bugs. -- 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=19661 Nikolay Sivov <bunglehead(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |ole16 -- 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=19661 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEW --- Comment #13 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- No change in Wine 2.2. -- 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=19661 --- Comment #14 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- No change in wine-3.0-rc2-35-gfb3c1da and Staging 2.21. It could be that ole is too stubby? 002c:fixme:hook:SetWindowsHookEx16 Multiple hooks (-1) for the same task not supported yet 002c:fixme:ole:CreateDispTypeInfo16 (0xb34f0c,2048,0xb3f79a),stub 002c:fixme:ole:CreateStdDispatch16 (0xda3a7c,0xda3a7c,0x19a7,0xb3f796),stub wine: Unhandled page fault on read access to 0xffffffff at address 0x19a7:0x00000718 (thread 002c) -- 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=19661 Todd Chester <ToddAndMargo(a)zoho.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ToddAndMargo(a)zoho.com -- 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=19661 --- Comment #15 from Todd Chester <ToddAndMargo(a)zoho.com> --- I had this issue with Lotus Approach and Wine 5.xx. This is my notes on the issue: Approach starts with a "Couldn't load the Lotus Dialogs DynaLink": Reference: http://www.johnbrown.com.au/approach/webfaq04130470.html https://forum.winehq.org/viewtopic.php?t=19457 1) Go into `wine regedit` and set the "PATH" to include "C:\lotus\compnent": HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment PATH = C:\lotus\compnent;<the reset of teh stuff that was already there> Note: deliminter is a semicolon ";" If that does not work: 2) This is caused by installing from a network drive, including an iso mounted over cifs. Uninstall Smart Suite, remove c:\lotus, and re-install from a local drive. And not from a mounted iso -- 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=19661 --- Comment #16 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- (In reply to Todd Chester from comment #15)
1) Go into `wine regedit` and set the "PATH" to include "C:\lotus\compnent"
That's Bug 625.
2) This is caused by installing from a network drive, including an iso mounted over cifs.
I don't do that so that's obviously not the cause. If you're saying THIS bug is fixed then great. I'll test asap. -- 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=19661 --- Comment #17 from Todd Chester <ToddAndMargo(a)zoho.com> --- 5.22 runs approach fine after setting the path correctly in my virtual Fedora 33 machine. So I did a full remove and reinstall of wine on my host Fedora 33 machine and made sure the path was set correctly. No joy: C:\lotus\approach>echo %PATH% C:\lotus\compnent;C:\windows\system32;C:\windows;C:\windows\system32\wbem C:\lotus\approach>approach C:\lotus\approach>02bc:err:module:import_dll Library nNOTES.dll (which is needed by L"C:\\lotus\\approach\\nmthx40.dll") not found Could not load '_SDK.DLL' required by 'NMTH16', error=2 02bc:err:thunk:_loadthunk (nmth16.dll, nmthx3x_ThunkData16, nmthx3x.dll): Unable to load 'nmth16.dll', error 2 wine: Unhandled page fault on read access to 00000004 at address 00653FD2 (thread 02bc), starting debugger... -- 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=19661 --- Comment #18 from Todd Chester <ToddAndMargo(a)zoho.com> ---
5.22 runs approach fine after setting the path correctly in my virtual Fedora 33 machine.
Well, that is until I try to open a database or create a new one. Then I get "Error on LSIOpen". Happens of 5.18. and 5.22 as well. But ONLY on my virtual machine. The host works fine on 5.18 -- 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=19661 --- Comment #19 from Todd Chester <ToddAndMargo(a)zoho.com> --- (In reply to Todd Chester from comment #18)
5.22 runs approach fine after setting the path correctly in my virtual Fedora 33 machine.
Well, that is until I try to open a database or create a new one. Then I get "Error on LSIOpen". Happens of 5.18. and 5.22 as well. But ONLY on my virtual machine. The host works fine on 5.18
Figured that one out. You have to go into the Smart Suite installer, Modify, and ONLY install the ODBC drivers -- 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=19661 --- Comment #20 from Todd Chester <ToddAndMargo(a)zoho.com> --- Sorry for the noise. I got this bug mixed up with 50242 and posted to the wrong place. Please feel free to delete them for me -- 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=19661 Bryan Kirk <Zero3K(a)teknik.io> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Zero3K(a)teknik.io --- Comment #21 from Bryan Kirk <Zero3K(a)teknik.io> --- (In reply to Todd Chester from comment #15)
I had this issue with Lotus Approach and Wine 5.xx. This is my notes on the issue:
Approach starts with a "Couldn't load the Lotus Dialogs DynaLink":
Reference: http://www.johnbrown.com.au/approach/webfaq04130470.html https://forum.winehq.org/viewtopic.php?t=19457
1) Go into `wine regedit` and set the "PATH" to include "C:\lotus\compnent":
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Environment PATH = C:\lotus\compnent;<the reset of teh stuff that was already there>
Note: deliminter is a semicolon ";"
If that does not work:
2) This is caused by installing from a network drive, including an iso mounted over cifs.
Uninstall Smart Suite, remove c:\lotus, and re-install from a local drive. And not from a mounted iso
I am having that issue with newer versions of Wine (such as 7.0). -- 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=19661 Ken Sharp <imwellcushtymelike(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #22944|0 |1 is obsolete| | Attachment #22985|0 |1 is obsolete| | --- Comment #22 from Ken Sharp <imwellcushtymelike(a)gmail.com> --- Created attachment 78707 --> http://bugs.winehq.org/attachment.cgi?id=78707 wine-10.9-76-g0d23b1db226 backtrace No change in wine-10.9-76-g0d23b1db226. Console: 0130:fixme:hook:SetWindowsHookEx16 Multiple hooks (-1) for the same task not supported yet 0130:fixme:ole:CoRegisterClassObject16 ({00028700-0000-0000-c000-000000000046},01BC4E84,0x00000004,0x00000001,019991C6),stub 0130:fixme:ole:CreateDispTypeInfo16 (01999364,2048,019A3BF2),stub -- 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 (2)
-
wine-bugs@winehq.org -
WineHQ Bugzilla