Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menu Character Editor keeps crashing #16357

Open
HealedHalo opened this issue Feb 20, 2025 · 6 comments
Open

Menu Character Editor keeps crashing #16357

HealedHalo opened this issue Feb 20, 2025 · 6 comments
Labels
bug Something isn't working

Comments

@HealedHalo
Copy link

Describe your bug here.

Everytime I reload the image for my custom menu Character, the game crashed with this error:
flixel/graphics/frames/Flx/AtlasFrames.hx(line 253)states/editors/MenuCharacter/mEditorState.hx

Command Prompt/Terminal logs (if existing)

Are you modding a build from source or with Lua?

Lua

What is your build target?

Windows

Did you edit anything in this build? If so, mention or summarize your changes.

No

@HealedHalo HealedHalo added the bug Something isn't working label Feb 20, 2025
@MC077
Copy link

MC077 commented Feb 20, 2025

do you know if it works with atlases? and if so it might be something with your sprite atlas

@Shadow06735
Copy link

did you put the character in assets/shared/images/menucharacters or mods/yourmod/images/menucharacters

@HealedHalo
Copy link
Author

do you know if it works with atlases? and if so it might be something with your sprite atlas

Idk what an atlas is- I'm kinda slow

@HealedHalo
Copy link
Author

did you put the character in assets/shared/images/menucharacters or mods/yourmod/images/menucharacters

I put it in both

@MC077
Copy link

MC077 commented Feb 20, 2025

Idk what an atlas is- I'm kinda slow

its the kind where you have all the parts split up and have an animation.json and all that, the stuff base game uses sometimes.

@Shadow06735
Copy link

Shadow06735 commented Feb 21, 2025

did you put the character in assets/shared/images/menucharacters or mods/yourmod/images/menucharacters

I put it in both

you should only put it in mods since your modding from lua, as the game would try to reach for both but crash as you need to compile the game via source in order to put menucharacters in the main assets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants