Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Sand: A Superfluous Game

An open world, base-building, adventure survival game with quirky humor and Llamas!​ · By Voided Pixels Studio

BUGS Sticky

A topic by Voided Pixels Studio created Feb 19, 2018 Views: 13,677 Replies: 640
Viewing posts 168 to 187 of 208 · Next page · Previous page · First page · Last page
(+1)

I don't know if its already posted here, but I get this Error-Message every ten seconds after I build the deliverer-robot

___________________________________________
############################################################################################
ERROR in
action number 1
of Other Event: User Defined 2
for object obj_robot_deliverer_station:

Unable to assign a collision category for object obj_robot.
Consider using parenting to reduce collision overheads where possible.
############################################################################################
--------------------------------------------------------------------------------------------
called from - gml_Object_obj_robot_deliverer_station_Other_12 (line 19)
called from - gml_Object_obj_robot_deliverer_station_Step_0 (line 5)

Developer

I did not see this one. Let me track that one down.

I've forgot to mention that this report comes after the deliverer are active, I think that somewhere in the time when they are activated and when they move to the selling booth something is not quite right, but the game was fine itself. It was functioning, but I had to turn the deliverer off if I don't want to get this report. But thats a minor issue I think, maybe it can be  some issue with my system itself, I dunno^^

___________________________________________
############################################################################################
FATAL ERROR in
action number 1
of Other Event: User Defined 2
for object obj_camp_fire:

REAL argument is unset
############################################################################################
--------------------------------------------------------------------------------------------
called from - gml_Object_obj_camp_fire_Other_12 (line 74)
called from - gml_Script_save_base_data (line 2)
called from - gml_Object_obj_game_setup_Alarm_5 (line 6)
It says that after a few minutes of playing, it happened to me a few times, when I close the game, my maps data just gets deleted

Developer

Make sure you unzip the files from the folder before running the game.

Went directly north looted came back down to home and everything was gone

Developer

Did you unzip everything before running the game?

Developer

Also did you start with a house and resources? There should be a backup of the base in the %localappdata%sand_alpha folde

(+1)

i unzipped everything and i started a normal spawn, i just reinstalled the game and started fresh. things happen with alphas.

___________________________________________
############################################################################################
ERROR in
action number 1
of Other Event: User Defined 3
for object obj_camp_fire:

Trying to read from undefined INI file
############################################################################################
--------------------------------------------------------------------------------------------
called from - gml_Object_obj_camp_fire_Other_13 (line 47)
called from - gml_Object_obj_prefab_loader_Create_0 (line 35)
called from - gml_Object_obj_resource_generator_0_Alarm_1 (line 3)

Every time I click on 'Explore', I get this error: 'ERROR: \prefabs\prefab_-1.ini NOT found.' and the above message.

Developer

you most likely didn't unzip the game from the folder. 

It turns out that I only get that error if I *don't* run it from the Itch.io launcher.  Go figure.

Developer(+1)

humm... I wonder if itch launcher stores files in different places...

But glad it works for you!

(+1)

if you put foundation in a few different types of soil, in addition to ordinary sand the foundation may become impossible to remove, if necessary, I can send a copy of the world with the bug, triggering most of the possible locations.

Developer

Ahh have you tracked down which soil it is?

Developer

I think I found the issue. The depth sorting got messed up somehow and since I am manually drawing the floors on a surface now it wasn't noticeable that the dirt floor was above the other floors.

(+1)

ops I'm sorry for not responding about the bug, I was completely consented to a game that I ended up forgetting about the rest! but basically road, dirt, dark sand and rock floors, the bug doesn’t happen with 100% but normally when it happens in a certain place it’s always repeated, and I also wanted to take the opportunity to ask a question the npc’s option to sweep the floor was temporarily disabled ? sorry if this subject has already been said elsewhere and that i came back to this game a short time ago

(+1)

I can't find the second raider camp.

Idk if it's a bug or if was already patched and I would like some help

Developer

I am working on adding missions now. That mission doesn't exist and is the end of the main mission path. I suppose it is a bug because it should have a different message :)

(1 edit)

Sand Alpha 0.6.4 -Experimental

I came across this bug during the execution of the mission to defeat Raider Camp Beta, after restarting the game the line of missions continued correctly, after a reassessment of the site the bug seems to be involved with some code of the exit ladder of the cave, the bug does not occur with the other ladders on the map.

___________________________________________

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

FATAL ERROR in

action number 1

of Alarm Event for alarm 3

for object obj_player:

Unexisting room number: -1

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

--------------------------------------------------------------------------------------------

called from - gml_Object_obj_player_Alarm_3 (line 3)

Developer

Yep I fixed it. Should now be in the new version :

Hi um whenever I go to a place that's supposed to have a building there is nothing
And when I try to "explore" an empty square, it says: 

############################################################################################ ERROR in action number 1 of Other Event: User Defined 3 for object obj_camp_fire:

Creating instance for non-existing object: -4 at gml_Object_obj_camp_fire_Other_13 ############################################################################################ -------------------------------------------------------------------------------------------- stack frame is gml_Object_obj_camp_fire_Other_13 (line -1) called from - gml_Object_obj_camp_fire_Other_4 (line -1) - <unknown source line>

then the game shuts off

Developer(+1)

Make sure you have unzipped all the files before you run the exe. Also in the options menu you can reset everything. See if that helps :)

(+1)

Sand Alpha 0.6.4 -Experimental
After some investigations I decided to report a possible negative energy generation error, I will continue to run some tests yet to find out exactly what causes such an event, the tests carried out so far have resulted in nothing, I will update it as soon as I get something useful!

Developer

I saw that once in my base today too. I haven't quite figured out how that happens. I will do more investigation myself. :)

Was there any change regarding the winds or power generation? as though it might be something involved in some change in the direction of the wind, probably something that has not been applied completely yet, believing that if the energy generation is based on the speed of the wind, probably what is occurring would be winds with negative force making the blades of the windmill rotate in reverse and generate negative energy values.

Developer (1 edit)

I didn't directly change anything. Also yes you are correct that windmills are based on windspeed (or technically the windmills rotation speed which accelerates/decelerates when the wind speed changes). Wind direction only goes one way for now. I put a temporary fix that will stop the energy from ever going negative, but I need to see what is causing it

(+1)

well i found lot of buggs the last one crash my game

1 i can plant infinite saplines

2 i can build the mod workbench even if i am missing the green thing

3 i can use the rock throw ability infinite amount of times

4 and last when i went to the first town i click some thing idk what it was  it gave me the opcion to link i press right click and it crash

___________________________________________

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

ERROR in

action number 1

of Mouse Event for Glob Left Pressed

for object obj_photocell:

Data structure with index does not exist.

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

--------------------------------------------------------------------------------------------

called from - gml_Object_obj_photocell_Mouse_53 (line 29)

Developer

maybe you entered the dev mode by mistake. it is the ~ key

(1 edit) (+1)

I found a bug or something I’m not sure to be honest.

  1. When I go to the menu to go to different areas, the mission I’m doing resets (One of the first missions which is the plant 4 saplings to be exact) and I have to do it again.

  2. When your dead you can still pick items up for some reason

  3. Ui glitch when I equip nothing the previous item I equipped still has the enlarged box

Anyways great game, I’m already addicted and it’s still the first part of this

Developer(+1)

1. yeah i think there error there is the missions get reloaded on that menu. I'll fix that.

2. lol funny :) I can fix that pretty easily

3. Odd. I'll look into that!

Thanks! I am excited people like it :)

Might not be able to buy it but reporting bugs is the best I can do :)

This is more of a suggestion, not a bug, but if you aren't already panning on doing so, could u please make a singleplayer AND multiplayer option for this pls?

I made a sport in game, i wanna do it with someone, and i also wanna do some adventuring with someone

Developer(+2)

I haven't really built it to be online multiplayer. I could (and am strongly thinking about it) add a couch-co-op multiplayer. I could still add the net code maybe to make it playable online. I just don't want to say I will and then bite off more then I can chew and disappoint someone.

(+1)

I left my game idle probably for too long, this popped up when I went back:


############################################################################################ FATAL ERROR in action number 1 of Step Event0 for object obj_base_raid_manager:

REAL argument is unset ############################################################################################

called from - gml_Object_obj_base_raid_manager_Step_0 (line 48)

(+2)

Had the same error just randomly accuring

(+1)

Developer

On it

Developer

Found it

Developer(+1)

Building

(+1)

Another one today : ) 

when attaching relay to another which is connected to a switch ( I think? ) connected to gates

Developer

I thought I fixed this one. I'll re-check. are you on the newest version?

Yap, with the hotfix.

well sorry I'm ruining your game lol but I had another crush while exiting the underground with the stone in Raider Camp Beta.

I decided to reset everything except for my camp so I'm redoing the quests cause I haven't done then since v3.5 or something. 

So probably I'll find more bugs I will update here lol

Developer

you might have to reset map data to fix that one. it is in the options menu

I deleted all the map files except for my base so that shouldn't be the problem. I think?

Developer

odd let me chack again

(+1)

well in my case.

___________________________________________

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

FATAL ERROR in

action number 1

of Other Event: User Defined 2

for object obj_camp_fire:

ini_write_string argument 3 incorrect type (unknown) expecting a String (YYGS)

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

--------------------------------------------------------------------------------------------

called from - gml_Object_obj_camp_fire_Other_12 (line 702)

called from - gml_Object_obj_bed_Other_10 (line 28)

called from - gml_Object_obj_bed_Step_0 (line 7)

Developer

I'll look into it. are you using the newest build and does this happen on startup?

(+1)

yes i'am using the newest, this can happen when i interact with the bed, close game, save, the day ends or i go in another part of the map.

it's random.

(+1)

i think it is the bed and fireplace that i destroy on the beggining of the game, i'm going to try playing without drestroying them and tell you if the error stil happends or not.

Developer

I think the issue might be with the weapon cabinet. I believe I fixed it.

Developer

The issue is that an empty gear cabinet didn't have the new effect variable added to it. The fix is either to not use them or have something in it when you leave the base :) I'll post an update later tonight to fix that bug.

Developer

Okay, let me know. I am not at my computer to test it today.

(1 edit)

well, i got another error, i was travelling and clicked explore, i travelled  3 times before and no error happend.

___________________________________________

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

ERROR in

action number 1

of Other Event: User Defined 3

for object obj_camp_fire:

Trying to read from undefined INI file

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

--------------------------------------------------------------------------------------------

called from - gml_Object_obj_camp_fire_Other_13 (line 47)

called from - gml_Object_obj_prefab_loader_Create_0 (line 35)

called from - gml_Object_obj_resource_generator_0_Alarm_1 (line 3)

Developer

That error is usually when someone runs the game without unzipping it. It is looking for a file it can't find.

Developer

but if you explored inside the game 3 times before I don't know what happened.

is there an especific place for unzipping it? the 3 times was on a marked place (steve farm etc..).

Developer

no not really. I just do it on the desktop, but you can put it anywhere

(+1)

Hey just finished the updated story mission - LOVED IT!!!!

Small issue tho, my followers, the shotgun woman and sharpshooter both fires too much bullets. I mean so much bullets. Its like they have an infinite rate of fire!!!

is there a fix for this???

Developer

haha yeah probably :) I'll look into it

Developer

I also might have fixed this already for the next patch

Update - 

My base got reset!!!

I checked the map, nothing else is reset, I have all my gear and all the resources I've collected. Too bad I don't have enough storage to keep it all.

Developer

There are backups. You can find them in your localapp data folder.

Viewing posts 168 to 187 of 208 · Next page · Previous page · First page · Last page