http://bugs.winehq.org/show_bug.cgi?id=24414
Summary: Dreamspell Calendar v1.2 does not run from Terminal, but does when executed from within Thunar. Product: Wine Version: 1.3.2 Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: ntdll AssignedTo: wine-bugs@winehq.org ReportedBy: skyalmian@gmail.com
Created an attachment (id=30776) --> (http://bugs.winehq.org/attachment.cgi?id=30776) Console Output
Program in question is the Dreamspell Calendar v1.2 by WhiteWind, a utility to display the 13 Moon Natural Time Calendar dates and all associated information. It's found here: http://whitewind.nm.ru/programsen.dhtml
A standard install, with executing it in the terminal (wine "/home/skyalmian/.wine/drive_c/Program Files/DreamSpell v1.2/DreamSpell.exe") gives the following:
1. ERROR! ERROR CODE:104 2. File not found. 3. ERROR! ERROR CODE:101 4. (a bunch of windows flash by) 5. File not found. 6. (a bunch of windows flash by) 7. <Standard Wine Program Crashed Message> 8. Exception EExternalException in module ntdll.dll at 0002E808. External exception C0000025.
Attachment below showing terminal output.
http://bugs.winehq.org/show_bug.cgi?id=24414
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|ntdll |-unknown
--- Comment #1 from Dmitry Timoshkov dmitry@codeweavers.com 2010-09-15 23:03:29 CDT --- Does it help if you 'cd' to the program's directory first?
http://bugs.winehq.org/show_bug.cgi?id=24414
--- Comment #2 from skyalmian@gmail.com 2010-09-15 23:40:45 CDT --- [skyalmian@alcyone DreamSpell v1.2]$ wine DreamSpell.exe
No errors, yes......
http://bugs.winehq.org/show_bug.cgi?id=24414
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #3 from Andrew Nguyen arethusa26@gmail.com 2010-09-16 00:39:27 CDT --- (In reply to comment #2)
[skyalmian@alcyone DreamSpell v1.2]$ wine DreamSpell.exe
No errors, yes......
If I interpreted your comment correctly, the application is sensitive to the working directory, so the issue lies in the application and not Wine. Resolving invalid.
http://bugs.winehq.org/show_bug.cgi?id=24414
Dmitry Timoshkov dmitry@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Dmitry Timoshkov dmitry@codeweavers.com 2010-09-16 01:34:53 CDT --- Closing invalid.
http://bugs.winehq.org/show_bug.cgi?id=24414
--- Comment #5 from skyalmian@gmail.com 2011-01-20 19:28:14 CST --- I know the bug is closed, but on the off-chance that at least one other out there in this vast world also uses the DreamSpell Calendar v1.2 under WINE, I have this solution for executing it from command line:
[] cd $HOME"/.wine/drive_c/Program Files/dreamspell/" ; wine DreamSpell.exe [/]
As an example of my usage of it, if I click on the clock on Tint 2 Panel, it executes the calendar straight away with no issues:
[] clock_rclick_command = cd $HOME"/.wine/drive_c/Program Files/dreamspell/" ; wine DreamSpell.exe [/]
~