Git Product home page Git Product logo

Comments (4)

inodentry avatar inodentry commented on August 16, 2024

Please post a copy of what the message looks like, and what your app setup code looks like.

From just your description, I have no idea what is really going on.

from iyes_loopless.

Semihazah avatar Semihazah commented on August 16, 2024

The message is

Missing downcast: StateTransitionStageLabel(TypeId { t: 2123205023094397789 }, "fallen_project::game_states::GameState")
Missing downcast: StateTransitionStageLabel(TypeId { t: 14454845288124870650 }, "fallen_project::game_states::loading::LoadingState")

The states are

#[derive(Component, Debug, Clone, Eq, PartialEq, Hash)]
pub enum LoadingState {
    Idle,
    Loading,
}

and

#[derive(Debug, Clone, Eq, PartialEq, Hash, Deref)]
pub struct GameState(pub String);

They are added via add_loopless_state

app.add_loopless_state(LoadingState::Idle);
app.add_loopless_state(GameState(TITLE_STATE.to_string()));

from iyes_loopless.

InnocentusLime avatar InnocentusLime commented on August 16, 2024

I think I know where this message is coming from. It seems to belong to bevy_mod_debugdump and is printed right here. Seems like it doesn't know how to handle iyes_loopless's custom stage type.

Basically, it doesn't seem to be an issue with iyes_loopless.

from iyes_loopless.

Semihazah avatar Semihazah commented on August 16, 2024

Thanks. I didn't know what the message meant. Hope you guys resolve it on their side.

from iyes_loopless.

Related Issues (20)

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.