Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Extension crashes the game after 2023.01 update?

A topic by Phoebii created Feb 07, 2023 Views: 142 Replies: 2
Viewing posts 1 to 3

This is what happens when the game is compiled with YYC - works fine in VM? -

############################################################################################

ERROR in

action number 1

of Create Event

for object control:

Expected a native_cursor, got { __ptr__ : 0000021D30ED0CF0 }############################################################################################

gml_Script_native_cursor_set_framerate (line 5)

gml_Script_native_cursor_create_from_sprite_ext (line 16)

gml_Script_native_cursor_create_from_sprite (line 5)

gml_Script_window_set_cursor_sprite (line 3)

gml_Object_control_Create_0 (line 5822)

That's the code:

window_set_cursor_sprite(spr_cursor,  0);

Help! :)
Developer

Complain to YoYo Games - instanceof doesn’t work on YYC anymore.

O_O'