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

Load Error Bug with UndertaleModLib.Models.UndertaleSprite #1790

Open
MarcelineNoble opened this issue Jun 2, 2024 · 1 comment
Open

Load Error Bug with UndertaleModLib.Models.UndertaleSprite #1790

MarcelineNoble opened this issue Jun 2, 2024 · 1 comment
Labels
bug Something isn't working game loading error When the game can't be loaded because of an error

Comments

@MarcelineNoble
Copy link

Describe the bug

When trying to open the .data win file for the video game brand-new-friends
An error occurs where the ModTool is failing to load a sprite this error happens in the Bleeding Edge version and the non bleeding Edge version of UndertaleModTool as well
image

Reproducing steps

  1. this error occurs in brandnewfriends_v210904_4
  2. open the .data win file using the Latest version
  3. the errror shown should occur

Setup Details

  1. UnderTaleModTool: v0.5.1.0 (Bleeding Edge version) this bug also occurs in the non Bleeding edge version of v0.5.1.0
  2. OperatingSystem - Windows 10 home 64 bit - Version 10.0.19045 Build 19045
  3. GameMakerGameUsed - Brand New Friends - https://crispybusiness.itch.io/brand-new-friends
@MarcelineNoble MarcelineNoble added the bug Something isn't working label Jun 2, 2024
@Jacky720
Copy link
Contributor

Jacky720 commented Jun 2, 2024

Reproduced successfully-- seems the first two sprites get by by just having mask data that's already aligned, and no padding is present on the third (or likely later sprites, for that matter). Possible solution to just downgrade the mask padding alert to a warning? Unless we know how/when/why/if this changed for newer games in general.

@Miepee Miepee added the game loading error When the game can't be loaded because of an error label Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working game loading error When the game can't be loaded because of an error
3 participants