-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wine running on MacOS #139
Comments
Hi, Is that something you could try? |
@nimrof I have downloaded v4.2.2 from Releases. # my command 1
dotnet EDSEditor.exe --infile something.xdd --outfile something.eds
# my command 2
dotnet exec EDSEditor.exe --infile something.xdd --outfile something.eds
# the result for both cases
It was not possible to find any compatible framework version
The framework 'Microsoft.WindowsDesktop.App', version '6.0.0' (arm64) was not found.
- No frameworks were found.
You can resolve the problem by installing the specified framework and/or SDK.
The specified framework can be found at:
- https://aka.ms/dotnet-core-applaunch?framework=Microsoft.WindowsDesktop.App&framework_version=6.0.0&arch=arm64&rid=osx.11.3-arm64
May be have I executed command not correctly? |
Yes #cd EDSSharp
#dotnet --framwork net6.0 run If that works it should be building the cli program and running it. |
@nimrof # command in EDSSharp folder
dotnet --framwork net6.0 run
# result
Could not execute because the specified command or file was not found.
Possible reasons for this include:
* You misspelled a built-in dotnet command.
* You intended to execute a .NET program, but dotnet---framwork does not exist.
* You intended to run a global tool, but a dotnet-prefixed executable with this name could not be found on the PATH. If the framework allows to be executed on MacOS could you post releases with such package in future? |
@nimrof Still in progress, or should we close it? |
technical still in progress, but only waiting for a release |
@ruziev-dev The CLI tool is in the net8.0 folder |
@nimrof Could you help me with correct cli command? I have tried but it does not working dotnet EDSSharp.exe --infile something.xdd --outfile something.eds |
Hi dont have mac so only testet on linux, and i get the same error if i use dotnet, but if i just use |
Sorry for the delay, it should probably output a error when given a unsupported filetype instead of silence. Its on the todo-list |
I'm using MacOS for development.
CANopenEditor GUI application works good through the Wine.
But CLI tools are not available.
# test command wine cmd /c CANopenEditor/EDSEditor.exe --infile something.xdd --outfile something.eds
The command above load and run GUI program
I need it to automate project builds.
Does anybody know how to automatically export CANopenNode files from different
xdd
orxpd
files with Wine?The text was updated successfully, but these errors were encountered: