http://bugs.winehq.org/show_bug.cgi?id=13995
--- Comment #13 from TomaszD dominikowski@gmail.com 2008-07-05 04:30:18 --- (In reply to comment #5)
I can't reproduce this bug with git wine:
$ wine NDP1.1sp1-KB867460-X86.exe install the Windows version of Mono to run .NET executables
So I use winetricks to install mono-1.9 and then:
$ wine NDP1.1sp1-KB867460-X86.exe
Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object at System.Reflection.Assembly.add_ModuleResolve (System.Reflection.ModuleResolveEventHandler value) [0x00000] at XStart.ResolveResourceAssembly (System.Object sender, System.ResolveEventArgs args) [0x00000] at System.AppDomain.DoAssemblyResolve (System.String name, Boolean refonly) [0x00000] at (wrapper managed-to-native) System.AppDomain:LoadAssembly (string,System.Security.Policy.Evidence,bool) at System.AppDomain.Load (System.String assemblyString) [0x00000] at (wrapper remoting-invoke-with-check) System.AppDomain:Load (string) at System.Reflection.Assembly.Load (System.String assemblyString) [0x00000] at XStart.get_CabinetType () [0x00000] at XStart.GetCabFiles (System.IO.Stream cabStream) [0x00000] at XStart.GetEmbeddedFileStream (System.String fileName) [0x00000] at XStart.GetEmbeddedFileBytes (System.String fileName) [0x00000] at XStart.ResolveResourceAssembly (System.Object sender, System.ResolveEventArgs args) [0x00000] at System.AppDomain.DoAssemblyResolve (System.String name, Boolean refonly) [0x00000] at (wrapper managed-to-native) System.AppDomain:LoadAssembly (string,System.Security.Policy.Evidence,bool) at System.AppDomain.Load (System.String assemblyString) [0x00000] at (wrapper remoting-invoke-with-check) System.AppDomain:Load (string) at System.Reflection.Assembly.Load (System.String assemblyString) [0x00000] at XStart.Main (System.String[] args) [0x00000]
Yes, I'm sorry I didn't provide steps to reproduce. Comment #6 includes correct steps.