Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

That's really strange because the error doesn't happen to me. Is the error only happening in mission 28 ? Does it works fine in other missions or modes ?

Yes. Just tried to run mission 27 and it works fine. Probably my save file cause this problem somehow? I'm pretty sure I've downloaded latest version cause I can navigate weapons menu using cursor buttons. This time the error was:


___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Draw Event
for object enemy_aagun:

REAL argument is unset
############################################################################################
--------------------------------------------------------------------------------------------
called from - gml_Object_enemy_aagun_Draw_0 (line 72)

I need to see the more detailed error message because I can't find the error like you did in mission 28.

please download Hornet Virus 1.9.0 test and play it, if the error is happened it will show more detailed description about the error.

(3 edits)

It's very strange but I see the same error without additional information.


___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Draw Event
for object enemy_aagun:

REAL argument is unset
############################################################################################
--------------------------------------------------------------------------------------------
called from - gml_Object_enemy_aagun_Draw_0 (line 29)


Here are my save files.

https://dropmefiles.com/Gu0iK

I'm using Russian Windows 7 64-bit version. But name of the user is in English so I'm not sure it could cause the problem (though I had an issue in one game and one of the developers said that it happened because of different language Windows and made a fix pretty fast).

P.S. I've got it! Found the problem. I set draw distance to 32x32 to see more when I began to play. I had performance issues in one mission before so I've thought - what if I set this parameter to default 16x16. A-a-and... that worked! Then I tried all options that are between 16x16 and 32x32 and it worked only at 18x18.

Ok I got where this error is coming from. I'll fix the error tomorrow morning !