Coder Social home page Coder Social logo

spacemaniac / hullrot Goto Github PK

View Code? Open in Web Editor NEW
18.0 18.0 0.0 244 KB

A minimalist Mumble server with immersive Space Station 13 integration.

License: GNU Affero General Public License v3.0

Rust 83.42% Lua 2.83% DM 13.75%
mumble-server space-station-13 voip

hullrot's People

Contributors

dependabot[bot] avatar spacemaniac avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

hullrot's Issues

Can you extract the code for your server?

No, I don't want to steal it, I just want to play with my friends with VOC. I wanted to play a slasher sim with proximity chat with walkie-talkies. So is it legal to extract the line of code to use it in my server, if it's allowed which part of code can I take to make it?

Trouble with compiling

Hello There! Basically I was trying to download this for my TG fork and test it with my friends, but I couldn't compile it. I'll say that I have almost zero experience with this stuff. I have Windows 10 (MSCV) as far as I know. I have all the stuff downloaded.
This is the error it gave me while I was trying to build the cargo.toml.

PS C:\Users\User\.cargo> cargo build --release
warning: output filename collision.
The bin target `hullrot` in package `hullrot-server v0.2.0 (C:\Users\User\.cargo\src\hullrot-server)` has the same output filename as the lib target `hullrot` in package `hullrot-client v0.2.0 (C:\Users\User\.cargo\src\hullrot-client)`.
Colliding filename is: C:\Users\User\.cargo\target\release\deps\hullrot.pdb
The targets should have unique names.
Consider changing their names to be unique or compiling them separately.
This may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>.
warning: output filename collision.
The bin target `hullrot` in package `hullrot-server v0.2.0 (C:\Users\User\.cargo\src\hullrot-server)` has the same output filename as the lib target `hullrot` in package `hullrot-client v0.2.0 (C:\Users\User\.cargo\src\hullrot-client)`.
Colliding filename is: C:\Users\User\.cargo\target\release\hullrot.pdb
The targets should have unique names.
Consider changing their names to be unique or compiling them separately.
This may become a hard error in the future; see <https://github.com/rust-lang/cargo/issues/6313>.
   Compiling openssl-sys v0.9.53
   Compiling opus-sys v0.2.1
   Compiling tempfile v3.1.0
   Compiling serde_derive v1.0.104
   Compiling mio v0.6.21
error: failed to run custom build command for `opus-sys v0.2.1`

Caused by:
  process didn't exit successfully: `C:\Users\User\.cargo\target\release\build\opus-sys-4be53358c0caac38\build-script-build` (exit code: 101)
  --- stderr
  thread 'main' panicked at 'program not found', C:\Users\User\.cargo\registry\src\github.com-1ecc6299db9ec823\opus-sys-0.2.1\build.rs:73:23
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
warning: build failed, waiting for other jobs to finish...
error: failed to run custom build command for `openssl-sys v0.9.53`

Caused by:
  process didn't exit successfully: `C:\Users\User\.cargo\target\release\build\openssl-sys-62fef51abf16687c\build-script-main` (exit code: 101)
  --- stdout
  cargo:rustc-cfg=const_fn
  cargo:rerun-if-env-changed=X86_64_PC_WINDOWS_MSVC_OPENSSL_LIB_DIR
  X86_64_PC_WINDOWS_MSVC_OPENSSL_LIB_DIR unset
  cargo:rerun-if-env-changed=OPENSSL_LIB_DIR
  OPENSSL_LIB_DIR unset
  cargo:rerun-if-env-changed=X86_64_PC_WINDOWS_MSVC_OPENSSL_INCLUDE_DIR
  X86_64_PC_WINDOWS_MSVC_OPENSSL_INCLUDE_DIR unset
  cargo:rerun-if-env-changed=OPENSSL_INCLUDE_DIR
  OPENSSL_INCLUDE_DIR unset
  cargo:rerun-if-env-changed=X86_64_PC_WINDOWS_MSVC_OPENSSL_DIR
  X86_64_PC_WINDOWS_MSVC_OPENSSL_DIR unset
  cargo:rerun-if-env-changed=OPENSSL_DIR
  OPENSSL_DIR unset
  note: vcpkg did not find openssl as libcrypto and libssl: Aborted because VCPKGRS_DYNAMIC is not set
  note: vcpkg did not find openssl as ssleay32 and libeay32: Aborted because VCPKGRS_DYNAMIC is not set

  --- stderr
  thread 'main' panicked at '

  Could not find directory of OpenSSL installation, and this `-sys` crate cannot
  proceed without this knowledge. If OpenSSL is installed and this crate had
  trouble finding it,  you can set the `OPENSSL_DIR` environment variable for the
  compilation process.

  Make sure you also have the development packages of openssl installed.
  For example, `libssl-dev` on Ubuntu or `openssl-devel` on Fedora.

  If you're in a situation where you think the directory *should* be found
  automatically, please open a bug at https://github.com/sfackler/rust-openssl
  and include information about your system as well as this message.

  $HOST = x86_64-pc-windows-msvc
  $TARGET = x86_64-pc-windows-msvc
  openssl-sys = 0.9.53


  It looks like you're compiling for MSVC but we couldn't detect an OpenSSL
  installation. If there isn't one installed then you can try the rust-openssl
  README for more information about how to download precompiled binaries of
  OpenSSL:

  https://github.com/sfackler/rust-openssl#windows

  ', C:\Users\User\.cargo\registry\src\github.com-1ecc6299db9ec823\openssl-sys-0.9.53\build\find_normal.rs:150:5
  note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

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.