Robot Studio

Questions about Wine on Linux
Locked
jsd
Newbie
Newbie
Posts: 1
Joined: Sat Feb 19, 2022 6:58 pm

Robot Studio

Post by jsd »

Hi,
I recently switched to linux (POP OS) as my main OS, so I am still new into this. I am trying to install Robot studio a program developed by ABB that allows you to programme industrial robots. In the instalation folder of the program there is a file called
setup.ini
that list all de dll's needed for the program to run as well as its .exe's files.

I used the following command to create my bottle:
WINEARCH=win64 WINEPREFIX=~/win/robot_studio winetricks

Then I chosse the dependencies for my program (the ones written in the setup.ini):
  • PreReq0=Microsoft Visual C++ 2013 Redistributable Package (x64).prq
    PreReqFeatures0=IntegratedVision
    PreReq1=Microsoft Visual C++ 2010 SP1 Redistributable Package (x86).prq
    PreReqFeatures1=ExternalMin
    PreReq2=Microsoft Visual C++ 2013 Redistributable Package (x86).prq
    PreReqFeatures2=ExternalMin
    PreReq3=Microsoft Visual C++ 2017 Redistributable (x64).prq
    PreReqFeatures3=ExternalMin
    PreReq4=Microsoft Visual C++ 2017 Redistributable (x86).prq
    PreReqFeatures4=ExternalMin
    PreReq5=Microsoft .NET Compact Framework 2.0 SP2.prq
    PreReqFeatures5=ScreenMaker
    PreReq6=Microsoft SQL Server Compact 3.5 SP2 (x86).prq
    PreReqFeatures6=External
    PreReq7=Microsoft SQL Server Compact 3.5 SP2 (x64).prq
    PreReqFeatures7=External
    PreReq8=Microsoft .NET Framework 4.7.1.prq
Finally I run the setup:
WINEPREFIX=~/win/robot_studio winetricks wine setup.exe

It starts, I select the language hit next and then it returns a message saying that nothing could be done (see atachments).

ps: I also tried with a bottle configured to win32 and got the same error
Attachments
message
message
Locked