• Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

Windows Compile error about sprites

C

corwin22

Guest
I keep getting this one error and pressing "clean" allows the game to run but the player sprite is invisible
1 ; drawing

Code:
draw_sprite_part_ext(Spr_Guns,0,0,0,64,64,x-32,y-64,2,2,c_white,1)
draw_sprite(Spr_Player,0,x,y)
2 ; the compile error

Code:
Error : Duplicate resource name found "Spr_Player_8fa36e31-0441-44f6-a37e-aad383a1d9b3.tpe" - must be unique (NOTE: case insensitive)
Error : Duplicate resource name found "Spr_Player_094e3bd6-134f-4977-868c-e0d73a1efa1a.tpe" - must be unique (NOTE: case insensitive)
Error : Duplicate resource name found "Spr_Player_ef46d642-acfc-4e95-ad5f-bf406b1ba7ea.tpe" - must be unique (NOTE: case insensitive)
Error : Duplicate resource name found "Spr_Player_2fa598cc-b6ea-457c-aa52-2ee27f182c14.tpe" - must be unique (NOTE: case insensitive)
Error : Duplicate resource name found "Spr_Player_44aead38-a541-45b2-af88-09bb3d159faf.tpe" - must be unique (NOTE: case insensitive)
Error : Duplicate resource name found "Spr_Player_74876948-1e2a-4a4c-a465-41af3faa1de0.tpe" - must be unique (NOTE: case insensitive)
Error : Duplicate resource name found "Spr_Player_ef73d7da-3a37-47aa-a62a-77b7298576e4.tpe" - must be unique (NOTE: case insensitive)
Error : Duplicate resource name found "Spr_Player_d3d88d2f-db70-4519-9f93-85aba04108a9.tpe" - must be unique (NOTE: case insensitive)
 

Nocturne

Friendly Tyrant
Forum Staff
Admin
Try duplicating the player sprite and deleting the original. If that fails, delete the sprite altogether and then create a new one and reload the images it uses.
 
Top