http://bugs.winehq.org/show_bug.cgi?id=33525
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |aca88c2f80719bd6b5b3487b02c | |35de075cb49ef Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #3 from Anastasius Focht focht@gmx.net 2013-05-06 15:52:40 CDT --- Hello folks,
fixed by commit http://source.winehq.org/git/wine.git/commitdiff/aca88c2f80719bd6b5b3487b02c...
Thanks Hans.
You need 'winetricks -q dotnet20' prerequisite
Additionally you need to create the user sid registry key in profile list prior running the installer to work around bug 15670 (.NET applications that make use of System.IO.IsolatedStorage crash (missing "HKLM\Software\Microsoft\Windows NT\CurrentVersion\ProfileList<UserSID>" registry subkey):
--- snip --- 002f:trace:msi:HANDLE_CustomType18 exe L"C:\Program Files\9Rays.Net\SpicesNet5\Bin\Spices.exe" arg L"/SCAN" ... 002f:Call KERNEL32.CreateProcessW(00b62c08 L"C:\Program Files\9Rays.Net\SpicesNet5\Bin\Spices.exe",00b629f0 L""C:\Program Files\9Rays.Net\SpicesNet5\Bin\Spices.exe" /SCAN",00000000,00000000,00000000,00000000,00000000,7ed2a988 L"C:\",0032f50c,0032f4fc) ret=7ecb1e22 ... 0045:Call KERNEL32.__wine_kernel_init() ret=7bc54775 ... 002f:Ret KERNEL32.CreateProcessW() retval=00000001 ret=7ecb1e22 ... 0045:Call advapi32.RegOpenKeyExW(80000002,0019f9b0 L"Software\Microsoft\Windows NT\CurrentVersion\ProfileList\S-1-5-21-0-0-0-1000",00000000,00020019,0033ea40) ret=79ea5b8a 0045:Ret advapi32.RegOpenKeyExW() retval=00000002 ret=79ea5b8a ... 0045:Call KERNEL32.RaiseException(e06d7363,00000001,00000003,0033ee00) ret=78158dd3 0045:trace:seh:raise_exception code=e06d7363 flags=1 addr=0x7b83aa5b ip=7b83aa5b tid=0045 0045:trace:seh:raise_exception info[0]=19930520 0045:trace:seh:raise_exception info[1]=0033ee74 0045:trace:seh:raise_exception info[2]=79f9acc4 0045:trace:seh:raise_exception eax=7b826819 ebx=7b8b96b0 ecx=19930520 edx=0033ecf4 esi=0033edec edi=0033ed60 0045:trace:seh:raise_exception ebp=0033ed38 esp=0033ecd4 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00000283 0045:trace:seh:call_stack_handlers calling handler at 0x79f9ab98 code=e06d7363 flags=1 ... 0045:Call KERNEL32.RaiseException(e0434f4d,00000001,00000001,0033f188) ret=79f97065 0045:trace:seh:raise_exception code=e0434f4d flags=1 addr=0x7b83aa5b ip=7b83aa5b tid=0045 0045:trace:seh:raise_exception info[0]=80070002 0045:trace:seh:raise_exception eax=7b826819 ebx=7b8b96b0 ecx=80070002 edx=0033f078 esi=0033f168 edi=0033f0e0 0045:trace:seh:raise_exception ebp=0033f0b8 esp=0033f054 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00000283 0045:trace:seh:call_stack_handlers calling handler at 0x79f9a3c8 code=e0434f4d flags=1 0045:trace:seh:call_stack_handlers handler at 0x79f9a3c8 returned 1 0045:trace:seh:call_stack_handlers calling handler at 0x7a3197d4 code=e0434f4d flags=1 ... 0045:Call user32.CreateWindowExW(00010000,00965138 L"WindowsForms10.Window.8.app.0.33c0d9d",00969924 L"Can't open storage",02c70000,00000258,0000017a,000002d0,00000163,00000000,00000000,00400000,00000000) ret=79ef064c ... --- snip ---
The installer then finishes successfully and the assembly is properly put into GAC:
--- snip --- $ find windows/assembly -name "*NineRays*dll" windows/assembly/GAC/NineRays.FlyGrid/1.4.4.0__a4c41e6c73e32dc8/NineRays.FlyGrid.dll --- snip ---
Regards