Giter VIP home page Giter VIP logo

Comments (5)

dsoronda avatar dsoronda commented on August 25, 2024

try this in application folder:
dotnet run -f net5.0 app_to_run
where app_to_run is application you want to run, for example console.exe or console.dll

from avalonstudio.

 avatar commented on August 25, 2024

What's wrong?
If you change the version from .NET Standard
to .NET 5 or .NET 6, that's fine.

from avalonstudio.

 avatar commented on August 25, 2024

You may need to upgrade your Avalonia UI
to be compatible with .NET 5 or higher.

from avalonstudio.

quasar-pankaj avatar quasar-pankaj commented on August 25, 2024

I am running Ubuntu 22.04 with .net6. I followed Getting Started With AvalonStudio (Building from Source). The binary got built with a few warnings but that's OK. It created a net5.0 folder where it built the application. When I try to run it I get the same error as mentioned above. Net5 can't be installed as it requires libssl version which is old. So I tried giving it -f net6.0 but it doesn't work and I get a lot of errors.

Then I tried editing the .json file and replaced all mention of net5.0 to net6.0 but thet gives me a lot of errors.

Anyway, if the binary is getting built with net5.0 that's OK with me but is there a workaround to run it?

@MateiIonutEduard 's comment seems relevant but I am not clear as to what to change and where.

Regards,
Pankaj

from avalonstudio.

darkoverlordofdata avatar darkoverlordofdata commented on August 25, 2024

I found this fixed this issue for me on ubuntu 22.04:
https://forum.unity.com/threads/workaround-for-libssl-issue-on-ubuntu-22-04.1271405/

The fix that worked for me was manually downloading the '[libssl1.0.0_1.0.2n-1ubuntu5.8_amd64.deb' ](http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/libssl1.0.0_1.0.2n-1ubuntu5.8_amd64.deb)package from http://security.ubuntu.com/ubuntu/pool/main/o/openssl1.0/

NOTE: download the right version for your architecture

then, in the download location:
sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5.8_amd64.deb

restart the unity editor and hopefully you're back in the game.

from avalonstudio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.