Project Bob (Ravenous' Uncle)

Already reported and i have a fix for the next version.

I assume your referring to this error

If so, already reported and i have a fix for the next version.

A reminder to all if your reporting a bug and it came with an error message please past the error message here. It gives the exact line of code that caused the error and gives a reason why that line errored out allowing me to quickly find and see why something when wrong. Without this i could be combing through hundreds or even thousands of lines of code looking for whats going on.

1 Like

I have a crash to report.

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/monthend.rpy", line 7, in <module>
  File "game/pfuncs.rpy", line 420, in billlistupdate
UnboundLocalError: local variable 'bct' referenced before assignment

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

Full traceback:
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "monthend.rpyc", line 7, in script
  File "C:\Users\Edward\Downloads\Bob-Alpha1.3.2-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Edward\Downloads\Bob-Alpha1.3.2-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/monthend.rpy", line 7, in <module>
  File "game/pfuncs.rpy", line 420, in billlistupdate
UnboundLocalError: local variable 'bct' referenced before assignment

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Bob Alpha1.3.2
Mon Aug 17 09:54:14 2020

I also have a question. What “units” does the game use? Is character height inches? Is weight in pounds? If so, it’s possible to start… Very thin. I started with a height of 64 and a weight of about 69.

1 Like

From same problem as another reported will be fixed in next version.

Inches and pounds.

The starting options are very rudimentary and don’t check for realism at all, so with a bunch of compounding options in a row that would make you weigh less, it would definitely be able give you this, not surprised.

1 Like

So how does raising your target weight work exactly? Does this raise passively over time as you get bigger? Or is it only affected by outgrowing clothes, and saying if you like someone’s body,along with others suggestions? Also how much bigger then you do they need to be for saying you like them to raise your target weight?

3 Likes

Been getting this and similar errors whenever I’m offered food of any kind while at work. coworkers, vending machine, and boss’ donuts

I’m sorry, but an uncaught exception occurred.

While running game code:
File “game/p_work.rpy”, line 89, in
File “game/pfuncs.rpy”, line 512, in eventsfire
File “game/pfuncs.rpy”, line 478, in eventfire
File “game/eventslist_general.rpy”, line 6, in vending_machine
File “game/pfuncs.rpy”, line 212, in chanceg
ZeroDivisionError: float division by zero

– Full Traceback ------------------------------------------------------------

Full traceback:
File “start_day.rpyc”, line 12, in script call
File “p_work.rpyc”, line 89, in script
File “C:\Users\mintp\Desktop\Bob-Alpha1.3.2-pc\renpy\ast.py”, line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File “C:\Users\mintp\Desktop\Bob-Alpha1.3.2-pc\renpy\python.py”, line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File “game/p_work.rpy”, line 89, in
File “game/pfuncs.rpy”, line 512, in eventsfire
File “game/pfuncs.rpy”, line 478, in eventfire
File “game/eventslist_general.rpy”, line 6, in vending_machine
File “game/pfuncs.rpy”, line 212, in chanceg
ZeroDivisionError: float division by zero

Windows-8-6.2.9200
Ren’Py 7.3.5.606
Bob Alpha1.3.2
Mon Aug 17 17:09:48 2020

1 Like

Ok any variation of a division by zero error found in chanceg is all the same bug for 1.3.2 that i have fixed for the next version. it specifically is caused when there are no eat actions assigned during a day and then this section of code is run, which is pretty much all the time. the problem is with counting the number of meals you have planed giving a result of zero then trying to divide that by something else. again i have resolved the issue for the next version.

Ok, so if you haven’t noticed my game tends to with hold a lot of numbers and info in regards to whats worth what, if people know the value of things they get to adsorbed into min maxing to get a result instead of just playing along. That is why your weight and measurements are not real time updated and rather only updated when you actually weigh your self or measure yourself, i’m trying to immerse you into your character, rather than being an omniscient controller of your character. This is why you don’t get a number for greed, fitness, happiness, or fullness. it should not matter the number of happiness points only that your partially happy or fully happy. same with a lot of things. I consider the target weight the same, stop worrying about how to min max the numbers, just play along. All i will say is what i said before which is multiple factors play into it, one of which is the players ideal weight, determined from your choices during some scenes and actions. Whats is also good to remember is there is no way you could easily calculate what it should be or is without spreadsheet software like excel and a lot of data from the game, even if i did tell you what all goes into it. So please try not to worry about it.

1 Like

I dont want to rush but any eta on the next update? id like to play it some more but my character is stuck with the excersising thing.

2 Likes

@donnyboi I would like to remind you that asking for updates is against our community rules & guidelines. Thank you for your understanding.

What no-one wants like my delicious pi?

@zdeerzzz I know this is your project post but please remember our rules about staying on topic and improving the discussion.

1 Like

Well now you really can have some delicious pi because version 1.4 is posted. Featuring swimming suits, complete clothing system rework, and the friend event for if you have no fitting clothing and cannot buy any. Also changed is you have to have a internet service to use online stores.

Edit: Clothes now have a type and elasticity, the skirt and swimsuits have their own clothing fitment text, however i have not written for them yet so they use copy pasted pants and dress text respectively

All the links for download have been updated in the first post in the first!

5 Likes

I feel in control of my character in version 1.4 or 1.4.1

  • Yes
  • No
  • Sort of

0 voters

in 1.4 when starting a new day

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/dp_check.rpy", line 139, in <module>
NameError: name 'bmi' is not defined

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

Full traceback:
  File "start_day.rpyc", line 12, in script call
  File "dp_check.rpyc", line 139, in script
  File "G:\Stuu\Zityra\Secunda\Bob-Alpha1.4-pc\renpy\ast.py", line 1832, in execute
    if renpy.python.py_eval(condition):
  File "G:\Stuu\Zityra\Secunda\Bob-Alpha1.4-pc\renpy\python.py", line 2059, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "G:\Stuu\Zityra\Secunda\Bob-Alpha1.4-pc\renpy\python.py", line 2052, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/dp_check.rpy", line 139, in <module>
NameError: name 'bmi' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Bob Alpha1.4
Tue Aug 18 12:49:55 2020

in the pool:

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/p_home.rpy", line 20, in <module>
NameError: name 'meetfriends' is not defined

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

Full traceback:
  File "start_day.rpyc", line 12, in script call
  File "dp_check.rpyc", line 586, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "p_home.rpyc", line 20, in script
  File "G:\Stuu\Zityra\Secunda\Bob-Alpha1.4-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "G:\Stuu\Zityra\Secunda\Bob-Alpha1.4-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/p_home.rpy", line 20, in <module>
NameError: name 'meetfriends' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Bob Alpha1.4
Tue Aug 18 13:33:00 2020

Also regarding clothing: Why can’t we buy the bikini parts extra?

1 Like

I fixed both bugs.

I’m not sure i understand what you mean.

Playing 1.3.2, got two errors related to parties.

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/p_party.rpy", line 7, in <module>
  File "game/npc.rpy", line 378, in scramblenpcslist
ValueError: empty range for randrange() (0,0, 0)

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

Full traceback:
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "p_party.rpyc", line 7, in script
  File "C:\Users\User\Downloads\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\User\Downloads\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/p_party.rpy", line 7, in <module>
  File "game/npc.rpy", line 378, in scramblenpcslist
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/random.py", line 242, in randint
  File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/random.py", line 218, in randrange
ValueError: empty range for randrange() (0,0, 0)

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Bob Alpha1.3.2
Tue Aug 18 12:01:06 2020

This one just seems to fire during the day when arriving at the party occasionally.

I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/p_party.rpy", line 117, in <module>
TypeError: 'int' object has no attribute '__getitem__'

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

Full traceback:
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "start_day.rpyc", line 12, in script call
  File "p_party.rpyc", line 30, in script
  File "C:\Users\User\Downloads\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\User\Downloads\Bob-Alpha1.3.2-pc\Bob-Alpha1.3.2-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/p_party.rpy", line 117, in <module>
TypeError: 'int' object has no attribute '__getitem__'

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Bob Alpha1.3.2
Tue Aug 18 12:48:31 2020

This one on the other hand regularly triggers when talking to a feeder party goer. They feed you cupcakes, it gives the line about your character suspecting they’re ruining your diet and then this fires. Presumably something to do with the part where they’re supposed to tease you for your weight gain.

Bugs aside I’m really impressed with your interaction with users asking questions and responding to problems. Interesting game you’ve got here, enough so that you’ve encouraged a long time lurker to finally post.

1 Like

Ok, theses have been reported for 1.3.2, and 1.4 is now out which there fixed in.

1 Like

Fantastic, thanks for the quick response.

1 Like

I know bikinis come with top and bottom, but these are separate clothing parts. Why can’t we take mix and match them?

1 Like

For the sake of simplicity, it would require twice as much everything for the swimsuit including making all of the tops and bottom images, just for different color parts. Your character cannot use the swimsuits as a clothing clothing top or bottom, and uses a single slot, for swimsuits. Also two slots are not really required to check proper fitment of it, and it can be done with one.

At a later date i might go back and change this but for now, its good enough.

Version 1.4.1 is posted. All 1.4 saves will be compatible with 1.4.1

Edit: Known bug pool npc’s aren’t getting saved when saving, meaning after load of a save you get an error for the pool npc’s when at pool. Will fix and patch saves in next version.

All the links for download have been updated in the first post in the first!

4 Likes