Tristan Murphy

Results 36 comments of Tristan Murphy

I don’t think the developer of this mod will port it to bedrock. Making bedrock addons is completely different from making Java mods, and he also appears to have neglected/abandoned...

Also btw he has another repo for suggestions: https://github.com/AlexModGuy/Ice-and-Fire-Suggestions

I'm in the same situation as @Nantris. Less intermittent though. Seems to happen more often if my pc has been running for a long time or the GPU is under...

You can modify it in config I believe

Btw this doesn’t seem to happen when in spectator mode.

(also please make the general error type passed in to `on_error` better, i had to use `expect` in my event handler in order to actually see the error message)

> > (also please make the general error type passed in to `on_error` better, i had to use `expect` in my event handler in order to actually see the error...

I split the off-topic error stuff into a new issue.

Did the request manually, got the following structure (string contents omitted): ``` [ { "type": 0, "code": "...", "inviter": { "id": "...", "username": "...", "avatar": "...", "discriminator": "0", "public_flags": 128,...

> Could you post the backtrace? ``` thread 'main' panicked at /home/runner/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniquad-0.4.0-alpha.6/src/lib.rs:251:50: X11 backend failed stack backtrace: 0: rust_begin_unwind at /rustc/a991861ec9fd8aedffbe5744a8852c7c64dd40b2/library/std/src/panicking.rs:619:5 1: core::panicking::panic_fmt at /rustc/a991861ec9fd8aedffbe5744a8852c7c64dd40b2/library/core/src/panicking.rs:72:14 2: core::panicking::panic_display at /rustc/a991861ec9fd8aedffbe5744a8852c7c64dd40b2/library/core/src/panicking.rs:168:5 3:...