Forum Home › Forums › Installation Issues › rapidscada 6.1 install on linux problem
Tagged: SCADA Admin, wine
- This topic has 9 replies, 5 voices, and was last updated 1 year, 1 month ago by
Mikhail.
-
AuthorPosts
-
July 19, 2023 at 5:08 am #13009
lipeng
ParticipantI have install rapidscada 6.1 on linux, but not find the scadaadmin.ext
July 19, 2023 at 6:35 am #13010manjey73
ParticipantScada Admin works under Windows and all settings are made from there with subsequent transfer to the server.
Or the option to run Scada Admin under Wine.July 19, 2023 at 11:21 am #13011Mikhail
ModeratorHi,
If you need to run Admin with Wine, ask for special instructions.July 20, 2023 at 6:29 am #13012JW
ParticipantI downloaded ScadaAdmin-wine from one of the link in the forum, but unable to get it work after tring many wine version.
Is there any version and dependency requirements?July 20, 2023 at 11:27 am #13014Mikhail
ModeratorScadaAdmin for Wine is here. May be it’s not the latest, anyway it should start.
1. Install Wine according to https://wiki.winehq.org/Ubuntu
winehq-staging is needed
2. Runwinecfg
3. Check Wine versionwine --version
4. Change directory to the app directory. Runwine ScadaAdmin.exe
5. Check ScadaAdmin logs in /home/myuser/.wine/drive_c/users/myuser/AppData/Local/Does it work?
July 21, 2023 at 12:09 pm #13026JW
Participantstaging version seems to be the critical part to make running Admin app possible.
with this version the app can start, with some error log.
will try to play long with it a little bit more later on.2023-07-21 20:00:03 [APEX-VIRTUALBOX][apex][ERR] Error loading instance configuration: Could not find a part of the path 'Z:\home\apex\Documents\Config\ScadaInstanceConfig.xml'. 2023-07-21 20:00:03 [APEX-VIRTUALBOX][apex][ERR] Dictionary file not found: Z:\home\apex\Documents\ScadaAdmin_Wine\Lang\ScadaCommon.en-GB.xml 2023-07-21 20:00:03 [APEX-VIRTUALBOX][apex][ERR] Dictionary file not found: Z:\home\apex\Documents\ScadaAdmin_Wine\Lang\ScadaAdmin.en-GB.xml 2023-07-21 20:00:03 [APEX-VIRTUALBOX][apex][ERR] Dictionary file not found: Z:\home\apex\Documents\ScadaAdmin_Wine\Lang\ScadaServer.en-GB.xml 2023-07-21 20:00:03 [APEX-VIRTUALBOX][apex][ERR] Dictionary file not found: Z:\home\apex\Documents\ScadaAdmin_Wine\Lang\ScadaComm.en-GB.xml 2023-07-21 20:00:03 [APEX-VIRTUALBOX][apex][ERR] Unable to create extension logic ExtDepAgent. File Z:\home\apex\Documents\ScadaAdmin_Wine\Lib\ExtDepAgent.dll not found 2023-07-21 20:00:03 [APEX-VIRTUALBOX][apex][ERR] Unable to create extension logic ExtDepPostgreSql. File Z:\home\apex\Documents\ScadaAdmin_Wine\Lib\ExtDepPostgreSql.dll not found 2023-07-21 20:00:03 [APEX-VIRTUALBOX][apex][ERR] Unable to create extension logic ExtServerConfig. File Z:\home\apex\Documents\ScadaAdmin_Wine\Lib\ExtServerConfig.dll not found 2023-07-21 20:00:03 [APEX-VIRTUALBOX][apex][ERR] Unable to create extension logic ExtCommConfig. File Z:\home\apex\Documents\ScadaAdmin_Wine\Lib\ExtCommConfig.dll not found 2023-07-21 20:00:03 [APEX-VIRTUALBOX][apex][ERR] Unable to create extension logic ExtWebConfig. File Z:\home\apex\Documents\ScadaAdmin_Wine\Lib\ExtWebConfig.dll not found 2023-07-21 20:00:03 [APEX-VIRTUALBOX][apex][ERR] Unable to create extension logic ExtProjectTools. File Z:\home\apex\Documents\ScadaAdmin_Wine\Lib\ExtProjectTools.dll not found 2023-07-21 20:00:03 [APEX-VIRTUALBOX][apex][ERR] Unable to create extension logic ExtTableEditor. File Z:\home\apex\Documents\ScadaAdmin_Wine\Lib\ExtTab
July 24, 2023 at 7:05 am #13030Mikhail
ModeratorYes, staging branch is important. I don’t know what is implemented in the staging branch that makes the app work.
You should put the files listed in the errors. ScadaAdmin_Wine.zip contains only executable file, but the Administrator app needs other files which should be taken from the installation package.May 29, 2024 at 2:49 pm #14571zzz
Participant– Install wine-staging,
– Installdotnet core for window x64
into wine prefix like on windows
– Run wine ScadaAdmin.exeMay 30, 2024 at 5:19 am #14575zzz
Participanta side note:
To see non-unicode characters correctly. you might need to set
LC_ALL=
to your language encoding beforehand.May 30, 2024 at 8:53 am #14577 -
AuthorPosts
- You must be logged in to reply to this topic.