YoYoGames / GMRT-Beta

Bug Tracking for new GameMaker Runtime Beta
25 stars 0 forks source link

In-Game: attempting to use draw_sprite_pos on a 9-slice image will cause the runner to crash instead of providing error #175

Closed scott-dunbar closed 4 months ago

scott-dunbar commented 5 months ago

Description

9-slice sprites cannot be drawn with draw_sprite_pos , in current runtime attempting to so gives a runtime error dialog with a meaningful message. In GMRT, it will crash the runner without error

sprite_draw_posCrash.zip

Expected Change

No response

Steps To Reproduce

  1. Start GameMaker
  2. import attached project
  3. Run the project for VM
  4. Run the project for GMRT
  5. See the issue

How reliably can you recreate this issue using your steps above?

Always

Which version of GameMaker are you reporting this issue for?

No response

Which platform(s) are you seeing the problem on?

No response

Compiler Log File

Sample .yyz File