http://bugs.winehq.org/show_bug.cgi?id=15174
Summary: Lotus Organizer must be run from own directdory Product: Wine Version: 1.1.4 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ToddAndMargo@verizon.net
Hi All,
The only way I can get Lotus Organizer 9.8.0208.1300 to run is to CD to its own directory before starting:
kdesu -u $USER -c "cd /home/todd/.wine/drive_c/lotus/organize; org5.exe"
And, it is in my Path:
REGEDIT4
[HKEY_CURRENT_USER\Environment] "PATH"="C:\lotus\compnent;C:\lotus\approach;C:\lotus\wordpro;C:\lotus\123;C:\lotus\spell;C:\lotus\organize"
Error message:
$ /home/todd/.wine/drive_c/lotus/organize/org5.exe err:module:attach_process_dlls "orutil.dll" failed to initialize, aborting err:module:LdrInitializeThunk Main exe initialization for L"C:\lotus\organize\org5.exe" failed, status c0000142
Note: orutil.dll is found in C:\lotus\organize (which is in my path)
Many thanks, -T
http://bugs.winehq.org/show_bug.cgi?id=15174
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #1 from Austin English austinenglish@gmail.com 2008-09-07 23:11:00 --- Some windows programs require being run from their current directory. Application bug, not wine's.
http://bugs.winehq.org/show_bug.cgi?id=15174
--- Comment #2 from Todd Chester ToddAndMargo@verizon.net 2008-09-07 23:16:59 --- Are you sure of this? Native Windows links have a "Start in Directory" setting. You do not. The Windows programmer has no reason to believe things would be otherwise.
I will leave it up to your judgment.
-T
p.s. another way to run this kind of pain in the neck is:
sh -c "command1; command2" or sh -c "cd /home/todd/.wine/drive_c/lotus/organize; org5.exe"
might be something for a readme?
http://bugs.winehq.org/show_bug.cgi?id=15174
--- Comment #3 from Austin English austinenglish@gmail.com 2008-09-08 02:05:00 --- (In reply to comment #2)
Are you sure of this? Native Windows links have a "Start in Directory" setting. You do not. The Windows programmer has no reason to believe things would be otherwise.
I will leave it up to your judgment.
-T
p.s. another way to run this kind of pain in the neck is:
sh -c "command1; command2" or sh -c "cd /home/todd/.wine/drive_c/lotus/organize; org5.exe"
might be something for a readme?
If you're using a .desktop link, the freedesktop standard supports this, but not all window managers do.
http://wiki.winehq.org/FAQ#head-f3515230c198befe0279d32c448d9c8da63be66f
http://bugs.winehq.org/show_bug.cgi?id=15174
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2008-09-08 10:15:08 --- Closing.