http://bugs.winehq.org/show_bug.cgi?id=27539
Summary: EasyHook ProcessMonitor.exe example crashes shortly after launch Product: Wine Version: 1.2.3 Platform: x86-64 URL: http://easyhook.codeplex.com/releases/view/24401#Downl oadId=61309 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: asb@asbradbury.org
Created an attachment (id=35204) --> (http://bugs.winehq.org/attachment.cgi?id=35204) log containing backtrace (wine 1.3.22)
To reproduce: 1. Set up a fresh WINEPREFIX and do `winetricks -q dotnet20` (program does not work with mono). 2. Unzip "EasyHook 2.6 Binaries.zip" 3. Run ProcessMonitor.exe under wine, wait for 5 seconds or so and it will crash
I have attached the backtrace obtained from running this program with wine 1.3.22. Tested with 1.2.3, 1.3.22 and wine-1.3.22-203-gac90c1b which all exhibit the same crash. I am using a self-built wine on Ubuntu 11.04 x86_64.
$ sha1sum ../EasyHook\ 2.6\ Binaries.zip b3ea6b68c67ebb22df0853e12c6f8937fe2c12b5 ../EasyHook 2.6 Binaries.zip
http://bugs.winehq.org/show_bug.cgi?id=27539
Alex Bradbury asb@asbradbury.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download
--- Comment #1 from Alex Bradbury asb@asbradbury.org 2011-06-19 11:56:35 CDT --- Adding download keyword. Did not add dotnet keyword as I can not determine if this error is related to the program's usage of dotnet. EasyHook is open source, but of course the entire MS .NET 2.0 runtime it is using is not so I'm not sure if it is useful to add the "source" keyword.
http://bugs.winehq.org/show_bug.cgi?id=27539
--- Comment #2 from Alex Bradbury asb@asbradbury.org 2011-07-26 07:47:38 CDT --- Still present in 1.3.25.
https://bugs.winehq.org/show_bug.cgi?id=27539
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet Status|UNCONFIRMED |RESOLVED CC| |focht@gmx.net Resolution|--- |FIXED Summary|EasyHook ProcessMonitor.exe |EasyHook 2.6 |example crashes shortly |'ProcessMonitor.exe' |after launch |example (.NET 2.0 app) | |crashes shortly after | |launch
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
can't reproduce this, runs fine.
Prerequisite: 'winetricks -q dotnet20' (without Mono)
Your backtrace:
--- snip --- Unhandled Exception: System.ApplicationException: Unable to wait for service startup. at EasyHook.ServiceMgmt.Install() at EasyHook.ServiceMgmt.ExecuteAsService[TClass](String InMethodName, Object[] InParams) at EasyHook.RemoteHooking.ExecuteAsService[TClass](String InMethodName, Object[] InParams) at ProcessMonitor.Form1.OnProcessUpdate(Object InCallback) at System.Threading._TimerCallback.TimerCallback_Context(Object state) --- snip ---
Several service related issues were fixed in the last couple of years.
$ sha1sum EasyHook\ 2.6\ Binaries.zip b3ea6b68c67ebb22df0853e12c6f8937fe2c12b5 EasyHook 2.6 Binaries.zip
$ du -sh EasyHook\ 2.6\ Binaries.zip 180K EasyHook 2.6 Binaries.zip
$ wine --version wine-1.7.10-343-g770d09d
Regards
https://bugs.winehq.org/show_bug.cgi?id=27539
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #4 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.11.