http://bugs.winehq.org/show_bug.cgi?id=18022
Summary: p2 statistical program crashes Product: Wine Version: 1.1.18 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: mikko.ronkko@iki.fi
Created an attachment (id=20415) --> (http://bugs.winehq.org/attachment.cgi?id=20415) Output on the console
Starting statistical program p2 causes wine to crash. The program can be downloaded from here http://stat.gamma.rug.nl/stocnet/content/dl_frame.htm as a part of StOCNET 1.8 package. This is a simple command line program that runs an analysis on a set of files, so it probably should work.
The software runs for a couple of seconds after which it shows a dialog saying "Runtime error 216 at 000095A2", dumps a debug log to the console and crashes. The log is attached.
This was tested on a fresh Ubuntu 9.04 with Wine 1.1.18 ans also with Wine 1.1.17 on Mac OS X 10.5 with the same result
http://bugs.winehq.org/show_bug.cgi?id=18022
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #1 from Anastasius Focht focht@gmx.net 2009-04-13 05:41:41 --- Hello,
I can't see any obvious error with Wine. The app looks for parameters passed by command line and if none are given it simply crashes. Most likely bad app error handling.
If a parameter is given like "example", the app tries to open "example.in". Can you verify this software really works in Windows the same way you use it in Wine?
If yes, please supply detailed description how this program is started (complete command line) and attach any additional input/output files not included in the download that are needed to run it.
Regards
http://bugs.winehq.org/show_bug.cgi?id=18022
--- Comment #2 from Mikko Rönkkö mikko.ronkko@iki.fi 2009-04-13 05:55:24 --- Created an attachment (id=20416) --> (http://bugs.winehq.org/attachment.cgi?id=20416) Log relating to my reply to the first comment.
This is with mac and Wine 1.1.17
http://bugs.winehq.org/show_bug.cgi?id=18022
--- Comment #3 from Anastasius Focht focht@gmx.net 2009-04-13 06:40:15 --- Hello,
--- quote --- $ wine p2.exe /Volumes/KINGSTON/P2kivaNEW/ --- quote ---
Unfortunately your backtrace doesn't contain anything useful info, debug symbols are missing - but this won't helper either. You need to supply the sample data as attachment (compressed) so one can reproduce the same behaviour. E.g. the content of "P2kivaNEW" directory which is given as parameter to app or at least a simplyfied/stripped down version of project files which work in Windows.
--- quote --- This is with mac and Wine 1.1.17 --- quote ---
Again: did you run the app with the same command line and data in Windows? If it crashes, this bug is INVALID.
Regards
http://bugs.winehq.org/show_bug.cgi?id=18022
--- Comment #4 from Mikko Rönkkö mikko.ronkko@iki.fi 2009-04-13 06:57:09 --- I meant to post a longer description instead of just the log file, but for some reason failed to do so. Sorry for the confusion.
(In reply to comment #3)
Hello,
--- quote --- $ wine p2.exe /Volumes/KINGSTON/P2kivaNEW/ --- quote ---
Unfortunately your backtrace doesn't contain anything useful info, debug symbols are missing - but this won't helper either. You need to supply the sample data as attachment (compressed) so one can reproduce the same behaviour.
I cannot provide this particular data, since it is real data and has confidentiality issues. Additionally, it is huge.
I will create a sample data and post it here when I have first tested that it works with Windows first.
The way I run this software in Windows is that I type in the name of the program (p2) followed by a path to the input files. I would run this same analysis by typing
p2.exe Z:\P2kivaNEW\
So the path here differs, but this should not be an issue, right?
E.g. the content of "P2kivaNEW" directory which is given as parameter to app or at least a simplyfied/stripped down version of project files which work in Windows.
I am working on this.
--- quote --- This is with mac and Wine 1.1.17 --- quote ---
Again: did you run the app with the same command line and data in Windows? If it crashes, this bug is INVALID.
The application does work with windows.
I will create sample data and do a sample run on Windows and then post the results of that, the same run on Wine, and the data files used.
Thanks for your help,
Mikko
http://bugs.winehq.org/show_bug.cgi?id=18022
--- Comment #5 from Mikko Rönkkö mikko.ronkko@iki.fi 2009-04-13 08:10:43 --- I did some tests and it seems that the application fails on Windows as well with the input files that I used to test it with in Wine.
So this bug is most likely invalid and the application crashes just because it is buggy or something.
I will run some more tests with other input files in a couple of days when I am back at work.
Mikko
http://bugs.winehq.org/show_bug.cgi?id=18022
Vitaliy Margolen vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://stat.gamma.rug.nl/sto | |cnet/content/dl_frame.htm Keywords| |download
--- Comment #6 from Vitaliy Margolen vitaliy@kievinfo.com 2009-04-13 09:10:59 ---
$ wine p2.exe /Volumes/KINGSTON/P2kivaNEW/ p2.exe Z:\P2kivaNEW\
You using 2 different paths with Wine and windows. This is not a valid test.
Most windows programs do not understand *NIX paths. You have to give them windows path. See this for details: http://wiki.winehq.org/FAQ#head-80b94e549296d29f579c01f5682babb75ce3e40b
http://bugs.winehq.org/show_bug.cgi?id=18022
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |INVALID
--- Comment #7 from Austin English austinenglish@gmail.com 2009-04-13 10:14:01 --- Invalid. Please reopen if you find a valid case that works on Windows, but not Wine.
http://bugs.winehq.org/show_bug.cgi?id=18022
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Austin English austinenglish@gmail.com 2009-04-13 10:18:00 --- Closing.
http://bugs.winehq.org/show_bug.cgi?id=18022
--- Comment #9 from Mikko Rönkkö mikko.ronkko@iki.fi 2009-04-15 10:37:58 --- This bug indeed is invalid. The software works well with Wine.