https://bugs.winehq.org/show_bug.cgi?id=39399
Bug ID: 39399 Summary: NinjaTrader 7 (.NET 3.5 app) reports 'ProcessorNameString not found' ( name attribute missing in 'Win32_BIOS' table) Product: Wine Version: 1.7.52 Hardware: x86-64 OS: Linux Status: NEW Severity: normal Priority: P2 Component: wmi&wbemprox Assignee: wine-bugs@winehq.org Reporter: focht@gmx.net Distribution: ---
Hello folks,
there are still various bugs in Wine-Staging bug tracker that have no corresponding upstream report.
Got curious because of this: https://source.winehq.org/patches/data/114927
Found it here: https://bugs.wine-staging.com/show_bug.cgi?id=528
Regards
https://bugs.winehq.org/show_bug.cgi?id=39399
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |dotnet, download Status|NEW |STAGED URL| |http://ninjatrader.com/GetS | |tarted Summary|NinjaTrader 7 (.NET 3.5 |NinjaTrader 7 (.NET 3.5 |app) reports |app) reports |'ProcessorNameString not |'ProcessorNameString not |found' ( name attribute |found' (name attribute |missing in 'Win32_BIOS' |missing in 'Win32_BIOS' |table) |table) Staged patchset| |https://github.com/wine-com | |pholio/wine-staging/tree/ma | |ster/patches/wbemprox-Bios_ | |Name
https://bugs.winehq.org/show_bug.cgi?id=39399
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |20ff3352eb19292d47eaa8f3aec | |c61523ac1f1d9 Status|STAGED |RESOLVED Resolution|--- |FIXED
--- Comment #1 from Anastasius Focht focht@gmx.net --- Hello folks,
this is fixed by commit https://source.winehq.org/git/wine.git/commitdiff/20ff3352eb19292d47eaa8f3ae...
Thanks Michael
Regards
https://bugs.winehq.org/show_bug.cgi?id=39399
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #2 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 1.7.53.
https://bugs.winehq.org/show_bug.cgi?id=39399
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://ninjatrader.com/GetS |https://web.archive.org/web |tarted |/20220101180121/https://nin | |jatrader.com/ninjatrader/nt | |7/NinjaTrader.Install.msi
--- Comment #3 from Anastasius Focht focht@gmx.net --- Hello folks,
adding stable download link via Internet Archive for documentation.
https://web.archive.org/web/20140730063239/http://ninjatrader.com/ninjatrade...
That's actually a bootstrapper (web-installer) which isn't very useful for archive.org snapshotting because the payload might be gone at any time. Tracing with +wininet debug channel reveals:
--- snip --- 012c:trace:wininet:InternetCrackUrlW L"https://ninjatrader.com/de/ninjatrader/nt7/NinjaTrader.Install.msi": scheme((null)) host(L"ninjatrader.com") path((null)) extra((null)) --- snip ---
Created snapshot for the English MSI package here:
https://web.archive.org/web/20220101180121/https://ninjatrader.com/ninjatrad...
https://www.virustotal.com/gui/file/de9eb61c9070fddcbb6270861e5a98a2f43719f3...
$ sha1sum NinjaTrader.Install.msi 6284742495706f8c2ce484f7012a5c10ea1d2147 NinjaTrader.Install.msi
$ du -sh NinjaTrader.Install.msi 65M NinjaTrader.Install.msi
Regards