http://bugs.winehq.org/show_bug.cgi?id=32118
Bug #: 32118 Summary: QARtest crashes Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: ik0oky@gmail.com Classification: Unclassified
Created attachment 42365 --> http://bugs.winehq.org/attachment.cgi?id=42365 while launching QAR test logging software it crashes
While trying to launch QAR test logging program it crashes
http://bugs.winehq.org/show_bug.cgi?id=32118
emilio ik0oky@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |1.4.1
http://bugs.winehq.org/show_bug.cgi?id=32118
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |00cpxxx@gmail.com Summary|QARtest crashes |QARtest needs | |scrrun.dll.DllGetClassObjec | |t
--- Comment #1 from Bruno Jesus 00cpxxx@gmail.com 2012-11-01 20:35:20 CDT --- The required function is already implemented, please update to the latest development version of wine.
http://bugs.winehq.org/show_bug.cgi?id=32118
--- Comment #2 from emilio ik0oky@gmail.com 2012-11-02 15:34:31 CDT --- (In reply to comment #1)
The required function is already implemented, please update to the latest development version of wine.
Hello Jesus and thank for your prompt reply. Updated to the latest development version of wine but the program does not work. Anyway again thanks for your help really appreciated. Emilio
http://bugs.winehq.org/show_bug.cgi?id=32118
--- Comment #3 from emilio ik0oky@gmail.com 2012-11-02 15:35:21 CDT --- (In reply to comment #2)
(In reply to comment #1)
The required function is already implemented, please update to the latest development version of wine.
Hello Jesus and thank for your prompt reply. Updated to the latest development version of wine but the QAR test program still does not work. Anyway again thanks for your help really appreciated. Emilio
http://bugs.winehq.org/show_bug.cgi?id=32118
--- Comment #4 from Bruno Jesus 00cpxxx@gmail.com 2012-11-02 18:04:09 CDT --- Please run the application from the console and get a log: http://wiki.winehq.org/FAQ#get_log
http://bugs.winehq.org/show_bug.cgi?id=32118
--- Comment #5 from emilio ik0oky@gmail.com 2012-11-03 02:47:10 CDT --- (In reply to comment #4)
Please run the application from the console and get a log: http://wiki.winehq.org/FAQ#get_log
Hello Jesus, here is what I get
emilio@emilio:~$ env WINEPREFIX="/home/emilio/.wine" wine C:\windows\command\start.exe /Unix /home/emilio/.wine/dosdevices/c:/users/Public/Scrivania/QARTest\ ITA.lnk fixme:exec:SHELL_execute flags ignored: 0x00000100 fixme:exec:SHELL_execute flags ignored: 0x00004100 emilio@emilio:~$ fixme:scrrun:filesys_QueryInterface Unsupported interface {7fd52380-4e07-101b-ae2d-08002b2ec713} fixme:scrrun:filesys_QueryInterface Unsupported interface {37d84f60-42cb-11ce-8135-00aa004bb851}
Regards
http://bugs.winehq.org/show_bug.cgi?id=32118
--- Comment #6 from Bruno Jesus 00cpxxx@gmail.com 2012-11-03 07:48:13 CDT --- Is this the application? http://www.ik3qar.it/software/qartest_ita/download/
If yes, use "winetricks wsh57" to work around the issue.
http://bugs.winehq.org/show_bug.cgi?id=32118
--- Comment #7 from emilio ik0oky@gmail.com 2012-11-03 12:35:36 CDT --- (In reply to comment #6)
Is this the application? http://www.ik3qar.it/software/qartest_ita/download/
If yes, use "winetricks wsh57" to work around the issue.
Yes, it is ! Tried do see winetricks wsh57 but being a newbie I didn't understand what to do. Especially when it says about SVN which I don't know anything about... I apologize for this. Anyway many thanks for your time again Emilio
http://bugs.winehq.org/show_bug.cgi?id=32118
--- Comment #8 from Nikolay Sivov bunglehead@gmail.com 2012-11-03 12:37:32 CDT --- Could you attach +scrrun,+tid log running current wine? With no native wsh installed of course.
http://bugs.winehq.org/show_bug.cgi?id=32118
--- Comment #9 from emilio ik0oky@gmail.com 2012-11-03 13:13:46 CDT --- (In reply to comment #8)
Could you attach +scrrun,+tid log running current wine? With no native wsh installed of course.
Hello Nikolay, I'm afraid but being a newbie don't know how to do that. Any direction? Many thanks for your help and time Emilio
http://bugs.winehq.org/show_bug.cgi?id=32118
--- Comment #10 from Bruno Jesus 00cpxxx@gmail.com 2012-11-03 14:14:19 CDT --- (In reply to comment #7)
Tried do see winetricks wsh57 but being a newbie I didn't understand what to do. Especially when it says about SVN which I don't know anything about... I apologize for this.
Open a console and paste these lines one by one:
wget http://winetricks.org/winetricks chmod +x winetricks ./winetricks wsh57
This will install some dlls that make the application able to run. Contact me by email if you are still not able to run the app.
http://bugs.winehq.org/show_bug.cgi?id=32118
--- Comment #11 from Nikolay Sivov bunglehead@gmail.com 2012-11-03 14:16:01 CDT --- (In reply to comment #9)
Hello Nikolay, I'm afraid but being a newbie don't know how to do that. Any direction? Many thanks for your help and time Emilio
Sure, http://wiki.winehq.org/FAQ#head-525985fc2b5c9dcaed99a4701b949ee1ee7bafd3, see also 10.2. So you need to set WINEDEBUG variable to +scrrun,+tid, redirect terminal output to a file and attach this file here. Please make sure you're running in new wine prefix, to clean it just remove .wine dir in your home.
http://bugs.winehq.org/show_bug.cgi?id=32118
Bruno Jesus 00cpxxx@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download URL| |http://www.ik3qar.it/softwa | |re/qartest_ita/download/
http://bugs.winehq.org/show_bug.cgi?id=32118
--- Comment #12 from emilio ik0oky@gmail.com 2012-11-03 17:04:53 CDT --- (In reply to comment #10)
(In reply to comment #7)
Tried do see winetricks wsh57 but being a newbie I didn't understand what to do. Especially when it says about SVN which I don't know anything about... I apologize for this.
Open a console and paste these lines one by one:
wget http://winetricks.org/winetricks chmod +x winetricks ./winetricks wsh57
This will install some dlls that make the application able to run. Contact me by email if you are still not able to run the app.
It works ! Thank you very much ! You made my day. Again thanks for your help and your time Regards Emilio
http://bugs.winehq.org/show_bug.cgi?id=32118
--- Comment #13 from emilio ik0oky@gmail.com 2012-11-03 17:06:06 CDT --- (In reply to comment #11)
(In reply to comment #9)
Hello Nikolay, I'm afraid but being a newbie don't know how to do that. Any direction? Many thanks for your help and time Emilio
Sure, http://wiki.winehq.org/FAQ#head-525985fc2b5c9dcaed99a4701b949ee1ee7bafd3, see also 10.2. So you need to set WINEDEBUG variable to +scrrun,+tid, redirect terminal output to a file and attach this file here. Please make sure you're running in new wine prefix, to clean it just remove .wine dir in your home.
Hello Nikolay, Mr Bruno Jesus gave me some hints and now the program works perfectly. Many thanks indeed also to you for your time. Regards Emilio
http://bugs.winehq.org/show_bug.cgi?id=32118
--- Comment #14 from Bruno Jesus 00cpxxx@gmail.com 2012-11-03 17:17:59 CDT --- Created attachment 42378 --> http://bugs.winehq.org/attachment.cgi?id=42378 +scrrun,+tid
Nikolay, the requested log is attached. Please adjust the bug title to something more meaningful.
http://bugs.winehq.org/show_bug.cgi?id=32118
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Component|-unknown |scrrun Summary|QARtest needs |Invoke() is broken for |scrrun.dll.DllGetClassObjec |IFileSystem |t | Ever Confirmed|0 |1
--- Comment #15 from Nikolay Sivov bunglehead@gmail.com 2012-11-04 01:33:45 CST --- Yeah, I can see a problem. Invoke() is broken for IFileSystem, I have a fix for that, next problem is missing CreateFolder() implementation, should be simple.
http://bugs.winehq.org/show_bug.cgi?id=32118
--- Comment #16 from Nikolay Sivov bunglehead@gmail.com 2012-11-04 08:02:01 CST --- (In reply to comment #15)
next problem is missing CreateFolder() implementation, should be simple.
After fixing this it starts fine for me, I'll send patches tomorrow.
http://bugs.winehq.org/show_bug.cgi?id=32118
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |f43b49fbedc697e33ca81a09d7d | |d18b4d6348ead Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #17 from Nikolay Sivov bunglehead@gmail.com 2012-11-05 22:55:15 CST --- Fixed with f43b49fbedc697e33ca81a09d7dd18b4d6348ead and fee495d5fda56fa5b0c24ac1f1368ae369209f53. If you still have problems with this application running current wine without any native modules please open a new bug.
http://bugs.winehq.org/show_bug.cgi?id=32118
--- Comment #18 from emilio ik0oky@gmail.com 2012-11-06 12:49:31 CST --- Lads, I want to thank you ALL for your effort in solving my problem. You're really special persons and deserve the best from life. Best regards and take care Emilio
http://bugs.winehq.org/show_bug.cgi?id=32118
--- Comment #19 from Bruno Jesus 00cpxxx@gmail.com 2012-11-06 16:21:38 CST --- Nikolay, the program runs well in plain wine now. Thank you.
http://bugs.winehq.org/show_bug.cgi?id=32118
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #20 from Alexandre Julliard julliard@winehq.org 2012-11-09 13:00:39 CST --- Closing bugs fixed in 1.5.17.