Git Product home page Git Product logo

jonathanhelianthicusdoe / shticker_book_unwritten Goto Github PK

View Code? Open in Web Editor NEW
13.0 4.0 4.0 354 KB

Minimal CLI launcher for the Toontown Rewritten MMORPG

Home Page: https://crates.io/crates/shticker_book_unwritten

License: GNU General Public License v3.0

Rust 100.00%
cli launcher toontown toontown-rewritten mmorpg cli-app command-line minimal minimalist rust rust-lang linux gnu-linux agpl shticker-book agpl-v3 ttr toontownrewritten

shticker_book_unwritten's Issues

Compile errors on Mac m1

using Mac OS 12.4

   Compiling shticker_book_unwritten v1.0.5 (/Users/michael/github/shticker_book_unwritten)
error: use of deprecated associated function `clap::Arg::<'help>::multiple_occurrences`: Replaced with `Arg::action` (Issue #3772)
   --> src/main.rs:134:18
    |
134 |                 .multiple_occurrences(true)
    |                  ^^^^^^^^^^^^^^^^^^^^
    |
note: the lint level is defined here
   --> src/main.rs:2:9
    |
2   | #![deny(deprecated)]
    |         ^^^^^^^^^^

error: use of deprecated associated function `clap::ArgMatches::is_present`: Replaced with either `ArgAction::SetTrue` or `ArgMatches::contains_id(...)`
   --> src/main.rs:199:29
    |
199 |     let quiet = arg_matches.is_present("quiet");
    |                             ^^^^^^^^^^

error: use of deprecated associated function `clap::ArgMatches::value_of`: Replaced with `ArgMatches::get_one()`
   --> src/main.rs:200:58
    |
200 |     let max_tries = if let Some(tries_str) = arg_matches.value_of("tries") {
    |                                                          ^^^^^^^^

error: use of deprecated associated function `clap::ArgMatches::is_present`: Replaced with either `ArgAction::SetTrue` or `ArgMatches::contains_id(...)`
   --> src/main.rs:209:21
    |
209 |         arg_matches.is_present("no-config"),
    |                     ^^^^^^^^^^

error: use of deprecated associated function `clap::ArgMatches::value_of`: Replaced with `ArgMatches::get_one()`
   --> src/main.rs:210:21
    |
210 |         arg_matches.value_of("config"),
    |                     ^^^^^^^^

error: use of deprecated associated function `clap::ArgMatches::value_of`: Replaced with `ArgMatches::get_one()`
   --> src/main.rs:211:21
    |
211 |         arg_matches.value_of("install-dir"),
    |                     ^^^^^^^^

error: use of deprecated associated function `clap::ArgMatches::value_of`: Replaced with `ArgMatches::get_one()`
   --> src/main.rs:212:21
    |
212 |         arg_matches.value_of("cache-dir"),
    |                     ^^^^^^^^

error: use of deprecated associated function `clap::ArgMatches::is_present`: Replaced with either `ArgAction::SetTrue` or `ArgMatches::contains_id(...)`
   --> src/main.rs:220:21
    |
220 |     if !arg_matches.is_present("no-auto-update") {
    |                     ^^^^^^^^^^

error: use of deprecated associated function `clap::ArgMatches::is_present`: Replaced with either `ArgAction::SetTrue` or `ArgMatches::contains_id(...)`
   --> src/main.rs:226:25
    |
226 |             arg_matches.is_present("dry-update"),
    |                         ^^^^^^^^^^

error: use of deprecated associated function `clap::ArgMatches::values_of`: Replaced with `ArgMatches::get_many()`
   --> src/main.rs:239:21
    |
239 |         arg_matches.values_of("username"),
    |                     ^^^^^^^^^

error: use of deprecated associated function `clap::ArgMatches::is_present`: Replaced with either `ArgAction::SetTrue` or `ArgMatches::contains_id(...)`
   --> src/main.rs:240:21
    |
240 |         arg_matches.is_present("detach"),
    |                     ^^^^^^^^^^

403 when attempting to download TTREngine

I recently tried launching ttr through shticker_book_unwritten after not playing for a while, and got an upgrade error for the most recent TTREngine. I tried deleting my existing TTR game files and re-running the launcher but I'm encountering the same error.

This happened on version 1.0.0 from crates.io, and version 1.0.2 that I compiled from this repository.

        Downloading TTREngine.1adbc1116a.bz2 [attempt 1/5]
        Bad status code after requesting download: 403 Forbidden, retrying...

I'm on elementary OS 5.1 (based on Ubuntu 18.04) with linux kernel 5.3 if that matters

Windows detach from batch file

Hello, I am using batch file to auto login, and detach, but for some reason on windows the command prompt never closes on windows, and TTR client will close if the close the command prompt.

If I run the same command in inside command prompt without a batch file detach works.

shticker_book_unwritten -u exampleaccount -d

GUI?

A basic GUI would be nice, I'm on NixOS so cant get the official launcher sadly :(.

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.