Code Monkey home page Code Monkey logo

Comments (7)

jasoncouture avatar jasoncouture commented on May 19, 2024 1

The pre-compiled binaries do not include the deps, and as far as I know there is no simple way to get them from deps.json files.
PR #78 aims to fix this, by adding all of the published files, instead of attempting to keep the zip small. #78 will allow the servers to run without any .NET framework installed on the host machine, provided other requirements are met. (For linux, this requires the following to be installed on the host: liblttng-ust0, libcurl4, libssl1.0.0, libkrb5-3, zlib1g, for windows it should "Just work")

from nexusforever.

Fabi avatar Fabi commented on May 19, 2024

the dotnet build command auto restores everything

from nexusforever.

codemasher avatar codemasher commented on May 19, 2024

I'm not building from the source, i'm checking out the compiled release files and there's no .sln to build from, but i somehow need the dependencies. (Win7 btw.)

from nexusforever.

Fabi avatar Fabi commented on May 19, 2024

these should already include all dependencies since the repo is using dotnet publish. If not, there are some configuration issues.

from nexusforever.

codemasher avatar codemasher commented on May 19, 2024

Hope this helps:

Auth & Sts:

Error:
  An assembly specified in the application dependencies manifest (NexusForever.AuthServer.deps.json) was not found:
    package: 'Microsoft.EntityFrameworkCore.Abstractions', version: '2.1.4'
    path: 'lib/netstandard2.0/Microsoft.EntityFrameworkCore.Abstractions.dll'

World:

Error:
  An assembly specified in the application dependencies manifest (NexusForever.WorldServer.deps.json) was not found:
    package: 'MessagePack', version: '1.7.3.4'
    path: 'lib/netstandard2.0/MessagePack.dll'

from nexusforever.

jasoncouture avatar jasoncouture commented on May 19, 2024

What command are you using to launch the server?

from nexusforever.

Fabi avatar Fabi commented on May 19, 2024

The pre compiled binaries don't seem to include all deps. That's the problem.

from nexusforever.

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.