Forum Home › Forums › Development and Integration › Buid Rapid SCADA 6 on Visual Studio Code
Tagged: ScadaAdmin, vscode, wine
- This topic has 53 replies, 4 voices, and was last updated 1 month ago by
Mikhail.
-
AuthorPosts
-
April 2, 2025 at 1:32 am #16298
ZeusParticipantHi all
I installed wine10.0 and wine-mono.
Scadaadmin runs fine.
SchemeEditor runs fine but cannot open sch file it shows ‘unable to upload scheme to the web page’ In console logs ‘cors header Access-Control-Allow-Origin missing’
Both in arm64 and x86-
This reply was modified 7 months, 3 weeks ago by
Zeus.
April 2, 2025 at 9:07 am #16302
MikhailModeratorHi,
There is no plans to adopt SchemeEditor for Wine, because I hope, the new MimicEditor will be released. But I don’t know when it happens. The work in progress.
Can you run ScadaAdmin on arm64? If so, how to achieve that?
April 5, 2025 at 1:19 pm #16312
ZeusParticipantYes it works in arm64 but not smooth as it work in x86
I will wait new MimicEditor.May 8, 2025 at 12:17 pm #16391May 10, 2025 at 7:53 am #16401
MikhailModeratorHi,
You can try to build and activate 2 plugins: PlgMimic and PlgMimicEditor. But they are on early stage.
When they are ready enough, I will publish a demo.-
This reply was modified 6 months, 2 weeks ago by
Mikhail.
October 24, 2025 at 5:02 am #17208kumajaya
ParticipantFor anyone still interested, I have ScadaAdmin artifacts built on a Linux GitHub runner. You can download or inspect them here: [GitHub Actions Run #18769630218](https://github.com/kumajaya/scada-v6/actions/runs/18769630218).
These artifacts include all modifications made in the
ci/github-actionbranch, such as the WindowsDesktop SDK injection script and GitHub Actions workflow for both Linux and Windows builds.October 24, 2025 at 5:41 am #17209kumajaya
ParticipantAnd ScadaAdmin artifacts built on a Windows GitHub runner: [GitHub Actions Run #18769630218](https://github.com/kumajaya/scada-v6/actions/runs/18770372317).
Both versions are set up as portable apps and do not require a local .NET runtime, making them ideal for running under Wine.
The artifacts were built using a self-contained publish command such as:
dotnet publish ./ScadaAdmin/ScadaAdmin/ScadaAdmin/ScadaAdmin.csproj \ -c $config -r win-x64 --self-contained true \ -o ./artifacts/ScadaAdmin \ /p:PublishSingleFile=true \ /p:IncludeNativeLibrariesForSelfExtract=true \ /p:StripSymbols=trueOctober 24, 2025 at 5:56 am #17210kumajaya
ParticipantCorrection:
dotnet publish ./ScadaAdmin/ScadaAdmin/ScadaAdmin/ScadaAdmin.csproj \ -c Release -r win-x64 --self-contained true \ -o ./artifacts/ScadaAdmin \ /p:PublishSingleFile=true \ /p:IncludeNativeLibrariesForSelfExtract=true \ /p:StripSymbols=trueOctober 24, 2025 at 1:42 pm #17215
MikhailModeratorThank you.
-
This reply was modified 7 months, 3 weeks ago by
-
AuthorPosts
- You must be logged in to reply to this topic.