http://bugs.winehq.org/show_bug.cgi?id=32659
Bug #: 32659 Summary: Saxobank Trader litClientStation2 fails to launch Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: seanfarley1964@yahoo.com Classification: Unclassified
Created attachment 43091 --> http://bugs.winehq.org/attachment.cgi?id=43091 new to this..installed under wine 1.5.20 fails to launch
I have no experience in this. Tried to launch Saxobank trader installed under wine 1.5.20 and it railed to launch. Traceback file attached.
http://bugs.winehq.org/show_bug.cgi?id=32659
--- Comment #1 from Austin English austinenglish@gmail.com 2013-01-06 22:31:47 CST --- Does 'winetricks dotnet20' help?
http://bugs.winehq.org/show_bug.cgi?id=32659
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet URL| |http://help.iitech.dk/faq/L | |ive/Content.aspx?Lang=en&De | |faultLang=en&Client_Id=1&To | |pic=1269#download CC| |focht@gmx.net Version|unspecified |1.5.20
--- Comment #2 from Anastasius Focht focht@gmx.net 2013-01-07 17:26:09 CST --- Hello folks,
although the download page states .NET 2.0 prerequisite the installer actually tries to fetch .NET Framework 4.0 The documentation page is most likely outdated. You need 'winetricks -q dotnet40' in fresh 32-bit WINEPREFIX.
Regards
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
http://bugs.winehq.org/show_bug.cgi?id=32659
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |0546c551f17fda52e4d60dbb1a8 | |af3535fa68212 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #4 from Austin English austinenglish@gmail.com 2013-01-10 13:51:35 CST --- http://source.winehq.org/git/wine.git/commitdiff/0546c551f17fda52e4d60dbb1a8...
http://bugs.winehq.org/show_bug.cgi?id=32659
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #5 from Alexandre Julliard julliard@winehq.org 2013-01-18 14:57:04 CST --- Closing bugs fixed in 1.5.22.
https://bugs.winehq.org/show_bug.cgi?id=32659
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|-unknown |tools