*HOT issues/ Bugs/ etc. here please
Home › Forums › Fupoco Discussion › HOT issues/ Bugs/ etc. here please
-
May 31, 2013 at 1:45 pm #1796
Hi all, in an effort to help us keep on top of bugs/ issues we find in House of Tail- we’re going to try and use this post for a repository of what people have found and what we have fixed. If you find something please give us as much info as you can such as-
Browser or Download version of HOT
Your operating system
What Browser you were using (for browser versions)
What you were doing when things went wonkyThanks (prepares for the deluge)
May 31, 2013 at 2:22 pm #1798I do have one question, do you know how much the download version will cost? Also, what does it include that the free online one doesn’t? Like the full list of differences?
May 31, 2013 at 7:46 pm #1821Just a note – feel free to start your own topics about House of Tail if you like, even ones about bugs/issues. This is more to get the ball rolling.
Download version costs $9.95, but will cost more once we add more download-only features and the game itself has more to it.
We’ll post a page explaining the differences and such. Tentatively, we’d like to add the option of loading your own graphics to make your own characters. We’ve tested this, but need to test a bit more to confirm we can deliver before making a hard promise.
In general, we’re very concerned about file size, so the download version will *likely* have more graphics and sound, more space for saving things, like an achievements feature.
June 1, 2013 at 3:14 am #1822Got a error trying to load up my saved game.
Downloaded version that I have.And the error message I got.
___________________________________________
FATAL ERROR in
action number 1
of Create Event
for object obj_game:############################################################################################
VMError!! Occurred – Push :: Execution Error – Variable Get load_file
at gml_Script_sc_game_set_modes (line -1) – <unknown source line>
############################################################################################
Self Variables :
j = 0
i = 29
Global Variables :
levelup = 0
part_pix = 0
system_pix = 0
emit_pix = 0
part_flare = 1
system_flare = 1
emit_flare = 0
part_glitter = 2
system_glitter = 2
emit_glitter = 0
part_glitter2 = 3
system_glitter2 = 3
emit_glitter2 = 0
part_pow = 4
system_pow1 = 4
system_pow2 = 5
system_pow3 = 6
system_pow4 = 7
system_pow5 = 8
system_pow6 = 9
system_pow7 = 10
emit_pow1 = 0
emit_pow2 = 0
emit_pow3 = 0
emit_pow4 = 0
emit_pow5 = 0
emit_pow6 = 0
emit_pow7 = 0
part_dust = 5
system_dust = 11
emit_dust = 0
part_gain = 6
system_gain = 12
allchars = 0
emit_gain = 0
hire_roster = 1
part_heal = 7
system_heal = 13
version = “v5.31.13”
emit_heal = 0
html5 = 0
part_maid = 8
system_maid1 = 14
emit_maid1 = 0
system_maid2 = 15
pause = 1
emit_maid2 = 0
super_pause = 0
system_maid3 = 16
supress_buttons = 0
emit_maid3 = 0
pressed = -4
day = 1
money = 0
money_gained = 0
money_spent = 0
gamemode = 0
house_color = 65280
icon_speed = 6
curtain_speed = 4
music = 1
sound = 1
roster = 0
hire_roster_copy = 2
bench = 3
slot = 1
tags = 2
cust_list = 4
allitems = 3
items = 5
items_icons = 4
alltext = 5
stack frame is
gml_Script_sc_game_set_modes (line 0)
called from – gml_Script_sc_game_set_chars (line -1) – <unknown source line>
called from – gml_Script_sc_game_create (line -1) – <unknown source line>
called from – gml_Object_obj_game_Create_0 (line -1) – <unknown source line>June 1, 2013 at 3:43 am #1823I also have no sound in my downloaded version as well.
June 1, 2013 at 6:11 am #1824Having a bit of trouble with my save file. I’m playing online, firefox 21.0, on windows 7 home premium.
Started game on Steady mode, chose murguy as starter. Saved and quit before doing anything else. Loaded up save file, have victoria as my starter now, seems to be no other difference. Save, quit, reload, now I’ve got no characters: http://s1290.photobucket.com/user/hey_its_smoxy/media/hot_debug/01_zps006c3c99.png.html
No limit on days like this? Got to 100 days: http://s1290.photobucket.com/user/hey_its_smoxy/media/hot_debug/02_zpsf75b6c5b.png.html
Game crashes (specificially, it stops responding and I have to refresh the page) when I try to look at the goal.
Tried saving and reloading my 100 day save, didn’t work; had days and cash reset to zero like that first screenshot. Actually, there was a crash/refresh via goals button between the saving and reloading of that save. And that seems to make the difference. Using this no characters file, it seems to reset the day to the first day regardless of when I save or how I go about loading. If I do not refresh the page (crash or no crash), it remembers how much money I had in my save.Trying to recreate incident…I’m still having the switch of starting character happen as described, but the characters disappearing is just happening when I refresh the page after saving.
Same happens on hard mode, except no character switching. Also not getting save file to register any progress I’m making, just getting sent back to the start of the game when I load. Checking that with normal mode..same there. Huh. Same stuff on easy mode.tldr: Saves aren’t saving anything for me other than what mode I’m on.
June 1, 2013 at 9:04 am #1825All these delicious bugs! I shall get to work…
– Fixed a bug when you click item twice with no items, web updated, download not updated yet. It might be responsible for some odd behavior since the download version will keep running whereas web will stall.
—
The download version will voice its errors much better than the web one, so these two save/load errors are likely related.
Seems the game is having trouble opening save files. When loading data, if it can’t find anything, it will default numbers to 0. Not smart, but it’s a work in progress.
The 100+ day thing: if the game never loads the goal type and time limit, it has nothing to check for, would be my guess. The goal map will query those variables to display info, thus crashing.
—
No sound yet, even though options for it have been put into place. Sorry 🙁
Will hopefully have that remedied fairly soon.
June 1, 2013 at 10:23 am #1826And fixed!
When you loaded a save, it never reset the gamemode, instead leaving it to whatever mode you previously selected. And when you start the game fresh, you will have GronV2’s error when loading.
The fix was…
– resetting the gamemode
– reading ‘load_file’ from the correct object
– also errors in the save/load functions, namely not creating character icons from the roster list.(will post to journal when uploaded)
June 1, 2013 at 12:20 pm #1827What I found, is that there is no sound in the game, the game will occasionally freeze and require a page refresh, and the save/load outright doesn’t work at all. If I load a saved game, it shows no characters, no location switcher, no money, and stuck on day 1.
June 1, 2013 at 12:23 pm #1828Correction, loading a game gives me completely different characters than I had chosen before saving it.
June 1, 2013 at 1:42 pm #1829Some problems with many characters – game stoped.
June 1, 2013 at 2:42 pm #1830The save/load issue is the same as it was for me.
June 1, 2013 at 2:54 pm #1831I later retried loading a game that I was almost finished with, and it still reverted to one character, the starter character I didn’t select. If this game uses flash player, I assume it stores a .SOL file in the usual directory, but I wasn’t able to find one.
June 1, 2013 at 3:02 pm #1833Downloaded Ver 5.31.13
Windows 7 Ultimate 64 bit
firefox 21.0Cant seem to get any sound at all.
After hiring a character, game froze.
After moving a character up to the top bar, character get “stuck” there.
Saving game resets all progress back to day 1 and removes all characters.- This reply was modified 11 years, 5 months ago by Bailey Otter. Reason: More bugs occured
June 1, 2013 at 3:07 pm #1834I should probably mention that I am also playing the online version, running on Windows 7 Home Premium 64-bit, with Firefox 21.0, flash player 11.7.700.202.
You must be logged in to reply to this topic.