caxhub

Engaged Member
Aug 22, 2019
2,418
2,300
Download android v0.25 APK
P/s: Request Link Android Game at my
 

mouseguru

Active Member
Game Developer
Aug 2, 2017
715
700
While running game code:
File "game/main/house/my_house.rpy", line 30, in <module>
AttributeError: 'RevertableDict' object has no attribute 'knowsAbout'

Full traceback:
File "main/house/my_house.rpyc", line 16, in script
File "C:\Users\Personal\Downloads\TentacleSlave-0.25-pc\TentacleSlave-0.25-pc\renpy\ast.py", line 912, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\Personal\Downloads\TentacleSlave-0.25-pc\TentacleSlave-0.25-pc\renpy\python.py", line 1959, in py_exec_bytecode
exec bytecode in globals, locals
File "game/main/house/my_house.rpy", line 30, in <module>
AttributeError: 'RevertableDict' object has no attribute 'knowsAbout'

Happened twice now on this build seems to be a bit prolific. happens are spending some time near the cabin.

Added a excessive ammout of gold via save editor, bought a bunch of darts, strappon, and knife went home. set about upgrading house, get the message about elf sorcerer weapons? showing up. error happens not much later then that, like a event is trying to trigger at the start of day or something.

Part of the arrow problem is in size, and part in color, that green just fades in so well.
Did you try the 0.26 patch?
 

inkyhorn

Member
Dec 20, 2020
120
68
When receiving the tentacle blessing I get this error
Code:
ScriptError: could not find label 'my_house_tentacle_gift'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "main/house/my_house_tentacle_ritual.rpyc", line 134, in script
File "/home/xxx/MEGADown/TentacleSlave-0.25-pc/renpy/ast.py", line 1695, in execute
rv = renpy.game.script.lookup(target)
File "/home/xxx/MEGADown/TentacleSlave-0.25-pc/renpy/script.py", line 894, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'my_house_tentacle_gift'.

Linux-5.11.2-zen1-1-zen-x86_64-with-glibc2.2.5
 

mouseguru

Active Member
Game Developer
Aug 2, 2017
715
700
When receiving the tentacle blessing I get this error
Code:
ScriptError: could not find label 'my_house_tentacle_gift'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "main/house/my_house_tentacle_ritual.rpyc", line 134, in script
File "/home/xxx/MEGADown/TentacleSlave-0.25-pc/renpy/ast.py", line 1695, in execute
rv = renpy.game.script.lookup(target)
File "/home/xxx/MEGADown/TentacleSlave-0.25-pc/renpy/script.py", line 894, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'my_house_tentacle_gift'.

Linux-5.11.2-zen1-1-zen-x86_64-with-glibc2.2.5
Yes, the content ends there. Hopefully by the end of March, I'll have finished converting everything from Twine to Ren'py, and you won't see any more of the "could not find label" errors in the game.
 

yunasenna

Member
Dec 10, 2019
367
180
When I go back to my house after I get the bracelet, I get this. I have the patch applied as well.

I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'my_house_keawe_arrives'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "main/house/my_house_mux.rpyc", line 13, in script
File "D:\TentacleSlave-0.25-pc\TentacleSlave-0.25-pc\renpy\ast.py", line 1695, in execute
rv = renpy.game.script.lookup(target)
File "D:\TentacleSlave-0.25-pc\TentacleSlave-0.25-pc\renpy\script.py", line 894, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'my_house_keawe_arrives'.

Windows-8-6.2.9200
Ren'Py 7.3.0.271
Tentacle Slave 0.26
Mon Mar 08 01:02:41 2021
 

mouseguru

Active Member
Game Developer
Aug 2, 2017
715
700
When I go back to my house after I get the bracelet, I get this. I have the patch applied as well.

I'm sorry, but an uncaught exception occurred.

While running game code:
ScriptError: could not find label 'my_house_keawe_arrives'.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "main/house/my_house_mux.rpyc", line 13, in script
File "D:\TentacleSlave-0.25-pc\TentacleSlave-0.25-pc\renpy\ast.py", line 1695, in execute
rv = renpy.game.script.lookup(target)
File "D:\TentacleSlave-0.25-pc\TentacleSlave-0.25-pc\renpy\script.py", line 894, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'my_house_keawe_arrives'.

Windows-8-6.2.9200
Ren'Py 7.3.0.271
Tentacle Slave 0.26
Mon Mar 08 01:02:41 2021
Yes, the content ends there for now. See the previous post.
 

inkyhorn

Member
Dec 20, 2020
120
68
When do you think the next update will be released? I read on Patreon the port is almost complete. Also, could you add a notify that you reached the end of contents for the actual version instead of leaving everything open to errors? I think you´ll get less bug reports this way so you can actually focus on real bugs
 

mouseguru

Active Member
Game Developer
Aug 2, 2017
715
700
When do you think the next update will be released? I read on Patreon the port is almost complete. Also, could you add a notify that you reached the end of contents for the actual version instead of leaving everything open to errors? I think you´ll get less bug reports this way so you can actually focus on real bugs
The end-of-content notifications won't be an issue after this next release -- because all of the loose ends (due to the conversion being incomplete) will be filled in. And hopefully it'll happen in the next several days. This weekend I'll be going on a debugging-fest, so we'll see how far I get.
 

inkyhorn

Member
Dec 20, 2020
120
68
The end-of-content notifications won't be an issue after this next release -- because all of the loose ends (due to the conversion being incomplete) will be filled in. And hopefully it'll happen in the next several days. This weekend I'll be going on a debugging-fest, so we'll see how far I get.
Well, there will be new contents after this release...right? Or is it the conversion+endings?
 

mouseguru

Active Member
Game Developer
Aug 2, 2017
715
700
Well, there will be new contents after this release...right? Or is it the conversion+endings?
Yes, there will be a LOT more content after this release. I only did the conversion because of technical limitations that I was running into with Twine (the previous game engine). Not because I was running short of ideas, or because I was close to finishing. ;)
 
  • Like
Reactions: 0culus and inkyhorn

NekoNyaKotori

Member
Sep 7, 2020
128
59
Is the game for a bit playeble now ? I downloadet it with version 0.15 and got stuck in 2 minutes cuz of error massages ^^ So i waited a few updates cuz it sounds intresting and has really intresting tags ^^
 

mouseguru

Active Member
Game Developer
Aug 2, 2017
715
700
Is the game for a bit playeble now ? I downloadet it with version 0.15 and got stuck in 2 minutes cuz of error massages ^^ So i waited a few updates cuz it sounds intresting and has really intresting tags ^^
I'm hopefully releasing a new version sometime this weekend - a version with a lot more content, and all of the reported bugs so far, fixed.

Getting pretty close...
 
3.20 star(s) 6 Votes