https://bugs.winehq.org/show_bug.cgi?id=15951
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED URL|http://www.originlab.com/ |http://download.informer.co | |m/win-1193121044-5dd93bfb-5 | |1205192/origin851installer. | |exe Resolution|--- |FIXED Summary|Origin Pro 6.1 / 7.5 / 8.0 |Origin Pro 6.1 / 7.5 / 8.0 |- Matrix menu commands |/ 8.5: Matrix menu commands |don't work |don't work (dialog for | |auto-spacing of levels, | |colors or linestyles in | |contour-plots not shown)
--- Comment #17 from Anastasius Focht focht@gmx.net --- Hello folks,
I found a working download link to an old 8.5.x version of the app.
The installer is time-bombed (hard-coded expiry) hence refuses to proceed further nowadays.
Using 32-bit libfaketime (LD_PRELOAD method) one can work around easily.
--- snip --- $ export LD_PRELOAD=/home/focht/projects/faketime/install-x86/lib/faketime/libfaketime.so.1
$ FAKETIME=-3y wine ./origin851installer.exe --- snip ---
On startup the app still asks for some evaluation license data but it seems one can skip all the web registration crap.
I've executed all the steps mentioned and can't reproduce the problem. The app works well.
Also 'msxml3' is no longer needed here, the app works in clean WINEPREFIX. Resolving 'FIXED'.
--- snip --- -=[ ProtectionID v0.6.6.7 DECEMBER]=- (c) 2003-2015 CDKiLLER & TippeX Build 24/12/14-22:48:13 Ready... Scanning -> Z:\home\focht\Downloads\origin851installer.exe File Type : 32-Bit Exe (Subsystem : Win GUI / 2), Size : 281610296 (010C90838h) Byte(s) Compilation TimeStamp : 0x3B3CAD55 -> Fri 29th Jun 2001 16:31:17 (GMT) [TimeStamp] 0x3B3CAD55 -> Fri 29th Jun 2001 16:31:17 (GMT) | PE Header | - | Offset: 0x000000F8 | VA: 0x004000F8 | - -> File Appears to be Digitally Signed @ Offset 010C8F0F8h, size : 01740h / 05952 byte(s) -> File has 281325816 (010C4B0F8h) bytes of appended data starting at offset 044000h [File Heuristics] -> Flag #1 : 00000000000000000000000000000100 (0x00000004) [Entrypoint Section Entropy] : 6.66 (section #0) ".text " | Size : 0x11AC6 (72390) byte(s) [DllCharacteristics] -> Flag : (0x0000) -> NONE [SectionCount] 4 (0x4) | ImageSize 0x47000 (290816) byte(s) [VersionInfo] Company Name : OriginLab Corporation [VersionInfo] Product Name : Origin 8.5.1 Sr2 [VersionInfo] Product Version : 8.5.1.315b [VersionInfo] File Description : Installs Origin 8.5.1 Sr2 SETUP FILES for Origin/OriginPro/E [VersionInfo] File Version : 8.5.1.315b [VersionInfo] Original FileName : stub32i.exe [VersionInfo] Internal Name : stub32 [-= Installer =-] InstallShield PackageForTheWeb Setup Module [CompilerDetect] -> Visual C++ 6.0 - Scan Took : 0.229 Second(s) [0000000E5h (229) tick(s)] [558 of 573 scan(s) done]
Scanning -> C:\Program Files\OriginLab\Origin851\Origin85.exe File Type : 32-Bit Exe (Subsystem : Win GUI / 2), Size : 464704 (071740h) Byte(s) Compilation TimeStamp : 0x4DF2548B -> Fri 10th Jun 2011 17:29:47 (GMT) [TimeStamp] 0x4DF2548B -> Fri 10th Jun 2011 17:29:47 (GMT) | PE Header | - | Offset: 0x00000100 | VA: 0x00400100 | - -> File Appears to be Digitally Signed @ Offset 070000h, size : 01740h / 05952 byte(s) [File Heuristics] -> Flag #1 : 00000000000000000000000000000100 (0x00000004) [Entrypoint Section Entropy] : 6.04 (section #0) ".text " | Size : 0x5A24 (23076) byte(s) [DllCharacteristics] -> Flag : (0x0000) -> NONE [SectionCount] 4 (0x4) | ImageSize 0x70000 (458752) byte(s) [VersionInfo] Company Name : OriginLab Corporation [VersionInfo] Product Name : Origin [VersionInfo] Product Version : 8.5 [VersionInfo] File Description : Origin 8.5 [VersionInfo] File Version : 8.5.1 [VersionInfo] Original FileName : ORIGIN85.EXE [VersionInfo] Internal Name : ORIGIN85 [VersionInfo] Version Comments : Scientific Graphing and Data Analysis [VersionInfo] Legal Trademarks : Origin(R) [VersionInfo] Legal Copyrights : Copyright © 1991-2011 [CompilerDetect] -> Visual C++ 6.0 [!] File appears to have no protection or is using an unknown protection - Scan Took : 0.282 Second(s) [00000011Ah (282) tick(s)] [499 of 573 scan(s) done] --- snip ---
$ sha1sum origin851installer.exe edcab647ba69775bf1131904747b192701353054 origin851installer.exe
$ du -sh origin851installer.exe 269M origin851installer.exe
$ wine --version wine-1.8-rc4
Regards