http://bugs.winehq.org/show_bug.cgi?id=32036
Bug #: 32036 Summary: RSLogix5000 v16 Runtime Error Product: Wine Version: 1.5.15 Platform: x86 URL: http://http://www.rockwellautomation.com/rockwellsoftw are/design/rslogix5000/demo.html OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: JosephHenryBlack@yahoo.co.nz Classification: Unclassified
Created attachment 42224 --> http://bugs.winehq.org/attachment.cgi?id=42224 Rockwell Automation Software Setup.log text
wine-1.5.15-249-g8392a85
Note in link provided, version 17 is only available. v16 may be obtained from Rockwell distributors if requested.
For those interested to play with RSLogix
setting oleaut32 to native will no longer install. With native dotnet1.1 it gets a fair way.
This sometimes fails.. install of Rockwell Automation Drives PowerFlex 7 Module Profiles [dvd path]\ENU\RSLogx5k\MP\RADrives\RADrives_PF7.msi
The terminal output near this time has err:rpc:I_RpcGetBuffer no binding
SERVICE_NAME: RNADiagnosticsService TYPE : 20 WIN32_SHARE_PROCESS STATE : 2 START_PENDING (STOPPABLE,NOT_PAUSABLE,ACCEPTS_SHUTDOWN) WIN32_EXIT_CODE : 0 (0x0) SERVICE_EXIT_CODE : 0 (0x0) CHECKPOINT : 0x0 WAIT_HINT : 0x0 err:rpc:I_RpcReceive we got fault packet with status 0x3e6 fixme:msi:MsiOpenPackageExW dwOptions 00000001 not supported snip fixme:msi:MsiOpenPackageExW dwOptions 00000001 not supported fixme:msi:load_progid Unknown class L"ECFA29AF-676B-49BD-AA7A-4489663D6B6C" err:msi:iterate_load_verb Verb unable to find loaded extension L"dro" or err:ntdll:RtlpWaitForCriticalSection section 0x16c06c "bitblt.c: surface" wait timed out in thread 001b, blocked by 001e, retrying (60 sec err:seh:setup_exception_record stack overflow 824 bytes in thread 001b eip b74b964d esp 00240ff8 stack 0x240000-0x241000-0x340000
snip err:msi:iterate_load_verb Verb unable to find loaded extension L"dxc" err:ntdll:RtlpWaitForCriticalSection section 0x1f67bc "bitblt.c: surface" wait timed out in thread 0035, blocked by 003c, retrying (60 sec) err:seh:setup_exception_record stack overflow 1504 bytes in thread 0035 eip 7bc3f6c8 esp 00240d50 stack 0x240000-0x241000-0x340000
But if it gets past this, it fails with: This application has requested the Runtime to terminate it in an unusual way.
Install log files MPI.log: MPSetup:Setup operations complete. Performed 26 operations of 26 scheduled FactoryTalkActivationClient v2.log InstallProduct return code for [FactoryTalk Activation Client v2.00.01] was 0 Rockwell Automation Software Setup.log Installs Acrobat Reader 7 and then messes up the log file CustomActionData 3: IMM_SUCCESS;C:\Program Files\Adobe\Acrobat 7.0;Software\Adobe\Acrobat Reader; [mentions to defrag] 5;Optimizing performance ...;Completed [1]% of process; NOTE: Installation was successful. However, because your hard drive is fragmented, this application may not be able to launch as quickly as possib [..] 1: DefragmentFiles 2: Defragmention process was invoked [snip] 1: SetOptimizationStatus 2: Starting custom action 3: 4: 5: 1: SetOptimizationStatus 2: Ending custom action 3: 4: 5: [and then the rest of the log is unreadable to the end of the file.. eg:] \00-\00l\00e\00v\00e\00l\00 \00l\00o\00g\00:\00 \00I\00n\00v\00e\00n\00t\00o\00r\00y\00:\00 \00 \00 \00 \00 \00F\00e\00a\00t\00u\00r\00
I will try and add a terminal log later tonight but please let me know if I can provide any other debug logs.
http://bugs.winehq.org/show_bug.cgi?id=32036
--- Comment #1 from Nikolay Sivov bunglehead@gmail.com 2012-10-22 22:49:19 CDT --- Hi, deadlock looks like bug 31882. You need latest libxcb for that. Unrelated question, were you ever able to use RSLogix 5000 with wine? I mean full functionality like device access, download/upload etc.
http://bugs.winehq.org/show_bug.cgi?id=32036
--- Comment #2 from JHB JosephHenryBlack@yahoo.co.nz 2012-10-23 02:54:21 CDT --- Testing over the last 5(?) years, it has not yet installed.
But with the last bug fixed, <guess> install is mostly finished</guess>. Many components seem to be in their directories.
Once it installs and runs simple simulations, I can try to investigate hardware for testing. .
fedora17 has libxcb.i686 0:1.9-1.fc17 in updates-testing repo, downloading now... and will try pre installing Acrobat Reader 9. Have yet to try mono - while the wiki says it can be put in wine_build_directory I haven't worked out where under wine-git and google's no help. If time/results allows, will update tonight.
http://bugs.winehq.org/show_bug.cgi?id=32036
--- Comment #3 from JHB JosephHenryBlack@yahoo.co.nz 2012-10-23 04:55:31 CDT --- Created attachment 42231 --> http://bugs.winehq.org/attachment.cgi?id=42231 terminal output
Terminal Output with preinstalled Adobe Reader 9.4 (9.5 seems to fail to install).
FactoryTalk Activation Client has a some sort of failure installing on the terminal - unsure if serious. But the RSLogix install, registering modules, fails with the 'this applicaiton has requested the Runtime to terminate it in an unusual way'.
Registering modules progress bar stops at 1: AFlib.dll 2: C:\Program Files\Rockwell Software\RSLogix 5000\ENU\v16\bin 3:
The last terminal lines L"netsh.exe" L"firewall" L"add" L"allowedprogram" L"program" L"=" L"C:\Program Files\Rockwell Software\RSLogix 5000\ENU\v16\Bin\rs5000.exe" L"name" L"=" L"RSLogix 5000 v16.03.00 (CPR 9)" L"mode" L"=" L"ENABLE" err:ole:CoCreateInstance apartment not initialised
Program Files/Common Files/Rockwell/Install Logs/ shows Factory Talk returning 0, MPI log 26 of 26 installed, but once again the RSLogix 5000v16 English.log is corrupted. Will upload log shortly
http://bugs.winehq.org/show_bug.cgi?id=32036
JHB JosephHenryBlack@yahoo.co.nz changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #42224|0 |1 is obsolete| |
--- Comment #4 from JHB JosephHenryBlack@yahoo.co.nz 2012-10-23 04:57:43 CDT --- Created attachment 42232 --> http://bugs.winehq.org/attachment.cgi?id=42232 Rockwell Install log
Attached file includes only 2 lines at beginning of corrupted section.
http://bugs.winehq.org/show_bug.cgi?id=32036
--- Comment #5 from Nikolay Sivov bunglehead@gmail.com 2012-10-23 05:02:11 CDT --- What is that about?
--- fuseiso_PID$ winetricks-RSLogix.sh: line 7671: kill: fuseiso_PID$: arguments must be process or job IDs ------------------------------------------------------ Note: command 'load_RSLogix5000v16' returned status 1. Aborting. ------------------------------------------------------ ---
http://bugs.winehq.org/show_bug.cgi?id=32036
--- Comment #6 from JHB JosephHenryBlack@yahoo.co.nz 2012-10-23 05:17:27 CDT --- I used a winetricks verb and fuseiso -p to mount the DVD iso, I forgot to comment it out.
http://bugs.winehq.org/show_bug.cgi?id=32036
JHB JosephHenryBlack@yahoo.co.nz changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #42231|0 |1 is obsolete| |
--- Comment #7 from JHB JosephHenryBlack@yahoo.co.nz 2012-10-23 12:49:25 CDT --- Created attachment 42243 --> http://bugs.winehq.org/attachment.cgi?id=42243 terminal output
improved ahk install script - and include tail of installing adobe reader 9
http://bugs.winehq.org/show_bug.cgi?id=32036
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |Abandoned? URL|http://http://www.rockwella |http://www.rockwellautomati |utomation.com/rockwellsoftw |on.com/rockwellsoftware/des |are/design/rslogix5000/demo |ign/rslogix5000/demo.html |.html |
--- Comment #8 from Ken Sharp imwellcushtymelike@gmail.com --- Does this still occur in Wine 1.7.17 or later?
https://bugs.winehq.org/show_bug.cgi?id=32036
--- Comment #9 from JHB JosephHenryBlack@yahoo.co.nz --- Created attachment 49798 --> https://bugs.winehq.org/attachment.cgi?id=49798 Rockwell Install log
wine-1.7.29-7-g9a26f0f. Pre installed Adobe 7.07. Mono and Gecko installed.
https://bugs.winehq.org/show_bug.cgi?id=32036
--- Comment #10 from JHB JosephHenryBlack@yahoo.co.nz --- (In reply to Ken Sharp from comment #8)
Does this still occur in Wine 1.7.17 or later?
hmm, it now fails earlier. Terminal output is rather brief:
wine-git/wine cdmount/Setup.exe fixme:msi:MsiOpenPackageExW dwOptions 00000001 not supported fixme:ntdll:NtLockFile I/O completion on lock not implemented yet fixme:msi:MsiOpenPackageExW dwOptions 00000001 not supported .. fixme:msi:MsiOpenPackageExW dwOptions 00000001 not supported wine: Unhandled page fault on read access to 0x00000007 at address 0xf7480952 (thread 0009), starting debugger...
Last entry in the Rockwell setup log is RSLogix 5000 Setup: Begin saving copy of initial setup configuration file
wine-1.7.29-7-g9a26f0f. Pre installed Adobe 7.07. Mono and Gecko installed.
https://bugs.winehq.org/show_bug.cgi?id=32036
Ken Sharp imwellcushtymelike@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords|Abandoned? |
--- Comment #11 from Ken Sharp imwellcushtymelike@gmail.com --- (In reply to JHB from comment #10)
hmm, it now fails earlier.
That probably needs bisecting as it could be a new bug which will block any progress on this one.
http://wiki.winehq.org/RegressionTesting
https://bugs.winehq.org/show_bug.cgi?id=32036
--- Comment #12 from JHB JosephHenryBlack@yahoo.co.nz --- Thanks. Unfortunately recieved this midway converting computers to Fedora21, so will report back once everything running again.
https://bugs.winehq.org/show_bug.cgi?id=32036
joaopa jeremielapuree@yahoo.fr changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jeremielapuree@yahoo.fr
--- Comment #13 from joaopa jeremielapuree@yahoo.fr --- Does the bug still occur with wine-6-0.RC1?