[Bug 23298] New: RELOG.exe crashes
http://bugs.winehq.org/show_bug.cgi?id=23298 Summary: RELOG.exe crashes Product: Wine Version: unspecified Platform: x86-64 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: johnfolkers(a)yahoo.com Created an attachment (id=29043) --> (http://bugs.winehq.org/attachment.cgi?id=29043) Application RELOG Wine debugger output Dell dualcore running 64bit Ubuntu 10.04 LTS. Fresh install of Ubuntu as of a few weeks ago. Fresh install of wine1.2 from package manager. Expecting to use the c:\windows\system32\relog.exe built-in windows utility to convert performance monitor counters from one format to another. wine relog.exe > output works OK. I can read the output. However, actually using the program relog.exe in production fails and crashes. The command I used: wine relog.exe Windows27Counters_000003.blg -f csv -o relogtest_1.csv > ~/relog_out.txt wine: Call from 0x7b836712 to unimplemented function pdh.dll.PdhGetLogFileTypeW, aborting wine: Unimplemented function pdh.dll.PdhGetLogFileTypeW called at address 0x7b836712 (thread 0009), starting debugger... ... see attachment. -- 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=23298 Hans Leidekker <hans(a)meelstraat.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |hans(a)meelstraat.net Component|-unknown |pdh --- Comment #1 from Hans Leidekker <hans(a)meelstraat.net> 2010-06-21 02:08:35 --- PdhGetLogFileTypeW is unimplemented like the rest of the log file functions. This function is also undocumented. -- 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=23298 --- Comment #2 from Dmitry Timoshkov <dmitry(a)codeweavers.com> 2010-06-21 03:35:11 --- Please specify 'wine --version' in the Version field above. -- 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=23298 --- Comment #3 from Bruno Jesus <00cpxxx(a)gmail.com> 2013-05-21 09:16:49 CDT --- Still a stub in wine 1.5.30. -- 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=23298 Anastasius Focht <focht(a)gmx.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |focht(a)gmx.net Version|unspecified |1.2-rc4 Summary|RELOG.exe crashes |Windows utility 'relog.exe' | |crashes on unimplemented | |function | |'pdh.dll.PdhGetLogFileTypeW | |' Ever confirmed|0 |1 --- Comment #4 from Anastasius Focht <focht(a)gmx.net> --- Hello folks, likely still present. The app is described here: http://technet.microsoft.com/en-us/library/bb490958.aspx The use-case ranks near pointless since Wine's PDH usefulness is quite limited. Regards -- 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=23298 --- Comment #5 from Austin English <austinenglish(a)gmail.com> --- Created attachment 50651 --> https://bugs.winehq.org/attachment.cgi?id=50651 stub The function is undocumented, but I took a guess based on PdhGetLogSize: https://msdn.microsoft.com/en-us/library/windows/desktop/aa372639%28v=vs.85%... that stub gets it to the next issue, pdh.dll.PdhBindInputDataSourceW -- 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=23298 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |austinenglish(a)gmail.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=23298 super_man(a)post.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |super_man(a)post.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=23298 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |patch -- 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=23298 --- Comment #6 from Austin English <austinenglish(a)gmail.com> --- https://source.winehq.org/patches/data/117480 -- 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=23298 Austin English <austinenglish(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |a0e2a3f20a472a642ad85111ad0 | |6eb5436a28146 Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #7 from Austin English <austinenglish(a)gmail.com> --- (In reply to Austin English from comment #6)
https://source.winehq.org/git/wine.git/commitdiff/a0e2a3f20a472a642ad85111ad... Next is bug 39861 -- 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=23298 Alexandre Julliard <julliard(a)winehq.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #8 from Alexandre Julliard <julliard(a)winehq.org> --- Closing bugs fixed in 1.9.1. -- 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=23298 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mstefani(a)redhat.com Target Milestone|--- |1.8.x -- 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=23298 Michael Stefaniuc <mstefani(a)redhat.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|1.8.x |--- --- Comment #9 from Michael Stefaniuc <mstefani(a)redhat.com> --- Removing 1.8.x milestone from bugs included in 1.8.5. -- 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 (1)
-
wine-bugs@winehq.org