Giter Club home page Giter Club logo

teloren's Introduction

pancake

A personal C++ utility library for a variety of uses

What does it do?

pancake includes many pieces of boilerplate code that are common throughout my software including:

Why the name 'pancake'?

I don't know. I searched "random words" online and 'pancake' was the first thing I saw. I'm not very inventive when it comes to names.

teloren's People

Contributors

cpetig avatar nomagno avatar syniis avatar zesterer avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

teloren's Issues

Am I doing sth wrong?

Aight. soo, basically Ive got no ideea what Im doing. I somehow managed to build it and run it, but when i get to selecting a character this happens..

thread 'main' panicked at 'Failed to create client instance: StreamErr(Deserialize(Custom("invalid value: integer `5`, expected variant index 0 <= i < 5")))', src/main.rs:117:10
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

I dont have much experience with rust, so this might all just be my fault. (most probably)

Failing to run it on macOS

Hi, can you help, please?
Is teloren supposed to work on macOS?

Trying to debug it, but it is failing with the error:

thread 'main' panicked at 'Failed to create client instance: 
StreamErr(Deserialize(Custom("invalid value: integer `1050253722`, expected variant index 0 <= i < 3")))', 
src/main.rs:117:10

Asset directory not found

Starting teloren with normal arguments always ends in the same panic:

Server info: ServerInfo { name: "Official Veloren Server", description: "Welcome to the Veloren Pre-Alpha. Enjoy your journey!", git_hash: "2d2d6b5c", git_date: "2022-08-11", auth_provider: Some("https://auth.veloren.net") }
Players: {}
thread 'rayon-c-0' panicked at 'Asset directory not found. In attempting to find it, we searched:
/home/$USER/.cargo/bin
/home/$USER/git/teloren
/home/$USER/.local/share/veloren/
/usr/local/share/veloren/
/usr/share/veloren/
)', ~/.cargo/git/checkouts/veloren-8eeb8813aff3de76/a1b5f53/common/assets/src/lib.rs:292:9

Is there a package I need to download, or a repository to clone in order to fix this?
Thanks :)

build failure with rust stable toolchain

building with nightly-2021-01-01-x86_64-unknown-linux-gnu succeeds, so it may be that you simply need to add a rust-toolchain file until the required features are in stable.

this is the error with stable:

$ cargo build --release
[...]
error[E0658]: platform intrinsics are experimental and possibly buggy
  --> /home/khimaros/.cargo/registry/src/github.com-1ecc6299db9ec823/vek-0.12.1/src/simd_llvm.rs:13:8
   |
13 | extern "platform-intrinsic" {
   |        ^^^^^^^^^^^^^^^^^^^^
   |
   = note: see issue #27731 <https://github.com/rust-lang/rust/issues/27731> for more information

error[E0554]: `#![feature]` may not be used on the stable release channel
 --> /home/khimaros/.cargo/registry/src/github.com-1ecc6299db9ec823/slotmap-0.4.0/src/lib.rs:4:35
  |
4 | #![cfg_attr(feature = "unstable", feature(untagged_unions, try_reserve))]
  |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0554`.
error: could not compile `slotmap`

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.