Jump to content
  • 0

running server on ubuntu arm64


JezzaRB94

Question

hello I'm having trouble running the server on Ubuntu arm64, i have installed mono 6.12.0.182 iv tried running LD_LIBRARY_PATH=. mono "Intersect Server.exe"

I'm not sure where to go from here

 

Canonical-Ubuntu-20.04-aarch64

mono version 6.12.0.182

Mono JIT compiler version 6.12.0.182 (tarball Tue Jun 14 22:41:13 UTC 2022)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
        TLS:           __thread
        SIGSEGV:       normal
        Notifications: epoll
        Architecture:  arm64
        Disabled:      none
        Misc:          softdebug
        Interpreter:   yes
        LLVM:          yes(610)
        Suspend:       preemptive
        GC:            sgen (concurrent by default)

spacer.png

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

I am not sure about Ubuntu arm64 but MacOS arm64 runs fine -- it looks to me like there might be a native dependency issue running on Ubuntu arm64, while MacOS has Rosetta for cross-architecture execution:

LD_LIBRARY_PATH=. mono Intersect\ Server.exe
Mono JIT compiler version 6.12.0.188 (2020-02/ca8abcb6bc4 Thu Oct 13 14:26:22 EDT 2022)
Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com
    TLS:
    SIGSEGV:       altstack
    Notification:  kqueue
    Architecture:  amd64
    Disabled:      none
    Misc:          softdebug
    Interpreter:   yes
    LLVM:          yes(610)
    Suspend:       hybrid
    GC:            sgen (concurrent by default)

9b33e2fad46e1b5df173cc5137faf669.png

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...