http://bugs.winehq.org/show_bug.cgi?id=32659
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Summary|Saxobank Trader |Saxobank Trader |litClientStation2 fails to |litClientStation2 needs |launch |TimeZoneInformation | |registry entries | |(HKLM\SYSTEM\CurrentControl | |Set\Control\TimeZoneInforma | |tion) Ever Confirmed|0 |1
--- Comment #3 from Anastasius Focht focht@gmx.net 2013-01-07 17:41:29 CST --- Hello again,
well with .NET Framework 4.0 installed it seems the app needs "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\TimeZoneInformation" registry key:
--- snip --- 002c:Call advapi32.RegOpenKeyExW(80000002,00cdb6d8 L"SYSTEM\CurrentControlSet\Control\TimeZoneInformation",00000000,00020019,0032f164) ret=048b3ba0 002c:Ret advapi32.RegOpenKeyExW() retval=00000002 ret=048b3ba0 002c:trace:seh:raise_exception code=c0000005 flags=0 addr=0x5ec562f ip=05ec562f tid=002c 002c:trace:seh:raise_exception info[0]=00000000 002c:trace:seh:raise_exception info[1]=00000000 002c:trace:seh:raise_exception eax=00000000 ebx=00c5a2dc ecx=00000000 edx=00cdb54c esi=00cdb634 edi=00000000 002c:trace:seh:raise_exception ebp=0032f1fc esp=0032f1c4 cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00010246 002c:trace:seh:call_vectored_handlers calling handler at 0x791f5a7c code=c0000005 flags=0 ... --- snip ---
With the key present the app still fails:
--- snip --- 002b:Call advapi32.RegQueryValueExW(000001a8,00cdb6c4 L"TimeZoneKeyName",00000000,0032f178,00000000,0032f174) ret=048b44cb 002b:Ret advapi32.RegQueryValueExW() retval=00000002 ret=048b44cb 002b:Call advapi32.RegQueryValueExW(000001a8,00cdb6f0 L"StandardName",00000000,0032f184,00000000,0032f180) ret=048b44cb 002b:Ret advapi32.RegQueryValueExW() retval=00000002 ret=048b44cb 002b:trace:seh:raise_exception code=c0000005 flags=0 addr=0x5be6eac ip=05be6eac tid=002b 002b:trace:seh:raise_exception info[0]=00000000 002b:trace:seh:raise_exception info[1]=00000000 002b:trace:seh:raise_exception eax=00000000 ebx=00c5a328 ecx=00000000 edx=00cdb8c0 esi=00c1161c edi=00000000 002b:trace:seh:raise_exception ebp=0032f1fc esp=0032f1cc cs=0023 ds=002b es=002b fs=0063 gs=006b flags=00010297 002b:trace:seh:call_vectored_handlers calling handler at 0x791f5a7c code=c0000005 flags=0 002b:Call KERNEL32.GetLastError() ret=791f5aa7 002b:Ret KERNEL32.GetLastError() retval=00000578 ret=791f5aa7 --- snip ---
After adding "TimeZoneKeyName" (REG_SZ) and "StandardName" (REG_SZ) registry keys the app starts and runs into windowscodecs insufficiency which should be a separate bug (ComponentFactory_CreateBitmapFromHBITMAP stub). After working around that bug a login page is presented. Didn't test further due to lack of login credentials.
Regards