4.60 star(s) 56 Votes

eldoen

Member
Jun 30, 2021
460
283
these will give me a headache after a bit, for lab one looking for replacement even for mod. not as bad but still fairly bright.
 

razer11

Newbie
Jan 7, 2020
19
11
I'm guessing they are having issues getting the mod to 48.xx or things have came up in real life that has forced a change in when the new mod releases?
 

eldoen

Member
Jun 30, 2021
460
283
as of latest few commits, first one, breaks saves, but should still work with 46. second one requires 49. Sp those asking MOD Beta is officially at 49 now. but is just a small part of the compatibility work needed for mod and 49, just the serum aspects from 48, so don't go trying to build a 49.1 build now.
 
  • Like
Reactions: Kovux

Greymantle

Member
Jan 11, 2018
135
128
Using latest version of game (49.2), of master branch of bugfix and of develop branch of mods, I get this error :

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Mods/Serums/arousal_serum.rpy", line 1, in script
init python:
File "game/Mods/Serums/arousal_serum.rpy", line 1, in script
init python:
File "game/Mods/Serums/arousal_serum.rpy", line 33, in <module>
attention = 2
TypeError: __init__() got an unexpected keyword argument 'value_added'

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "game/Mods/Serums/arousal_serum.rpy", line 1, in script
init python:
File "game/Mods/Serums/arousal_serum.rpy", line 1, in script
init python:
File "renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Mods/Serums/arousal_serum.rpy", line 33, in <module>
attention = 2
TypeError: __init__() got an unexpected keyword argument 'value_added'

Windows-10-10.0.19041
Ren'Py 7.4.8.1895
Lab Rats 2 - Down to Business v0.49.2
Mon Feb 14 17:48:39 2022
 

Greymantle

Member
Jan 11, 2018
135
128
current downloads for mods and bugfix are for 46.1 so won't work for 49.2. Even the beta versions aren't ready for 49.2 yet
I'm using latest gitgud/github versions, which have been updated to work with 49.2 according to logs. Latest version of mods are even mentioned to be only compatible with 49.x
 

eldoen

Member
Jun 30, 2021
460
283
I'm using latest gitgud/github versions, which have been updated to work with 49.2 according to logs. Latest version of mods are even mentioned to be only compatible with 49.x
github bugfix has not been updated to 49.2, master has, master is not bugfix, read the post 2 messages above your bug post

this is basically what you are doing downloading 49.2 from vren, getting code from github master branch and overwriting the exact same code with no changes, master is vren's code,
 
Last edited:

Diconica

Well-Known Member
Apr 25, 2020
1,100
1,150
github bugfix has not been updated to 49.2, master has, master is not bugfix, read the post 2 messages above your bug post

this is basically what you are doing downloading 49.2 from vren, getting code from github master branch and overwriting the exact same code with no changes, master is vren's code,
They just started work on it. I used win merge to compare the bugfix 46.1 code the current 49.2 code they have on gitgud and the base 49.2 code. The current code on gitgud is effectively the base 49.2 code with no real revisions.
The yellow below only indicates there is a difference in the 46.1 bug fix code and the other two directories files.
The second image below shows a sample file comparison. The left is the current file on gitgud, center is 46.1bf, right is base 49.2
compared.png
compared2.png
 
  • Like
Reactions: Ssato243

dg

New Member
Jul 1, 2017
12
10
Error I got with 46.1
'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Mods/Serums/arousal_serum.rpy", line 1, in script
init python:
File "game/Mods/Serums/arousal_serum.rpy", line 1, in script
init python:
File "game/Mods/Serums/arousal_serum.rpy", line 33, in <module>
attention = 2
TypeError: __init__() got an unexpected keyword argument 'flaws_aspect'

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "game/Mods/Serums/arousal_serum.rpy", line 1, in script
init python:
File "game/Mods/Serums/arousal_serum.rpy", line 1, in script
init python:
File "renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Mods/Serums/arousal_serum.rpy", line 33, in <module>
attention = 2
TypeError: __init__() got an unexpected keyword argument 'flaws_aspect'

Windows-8.1-6.3.9600
Ren'Py 7.4.8.1895
Lab Rats 2 - Down to Business v0.46.1.3
Mon Feb 14 16:39:33 2022 View attachment traceback.txt View attachment traceback.txt
 

eldoen

Member
Jun 30, 2021
460
283
Error I got with 46.1
'm sorry, but an uncaught exception occurred.

While running game code:
File "game/Mods/Serums/arousal_serum.rpy", line 1, in script
init python:
File "game/Mods/Serums/arousal_serum.rpy", line 1, in script
init python:
File "game/Mods/Serums/arousal_serum.rpy", line 33, in <module>
attention = 2
TypeError: __init__() got an unexpected keyword argument 'flaws_aspect'

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

Full traceback:
File "renpy/bootstrap.py", line 326, in bootstrap
renpy.main.main()
File "renpy/main.py", line 515, in main
renpy.game.context().run(node)
File "game/Mods/Serums/arousal_serum.rpy", line 1, in script
init python:
File "game/Mods/Serums/arousal_serum.rpy", line 1, in script
init python:
File "renpy/ast.py", line 923, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2235, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/Mods/Serums/arousal_serum.rpy", line 33, in <module>
attention = 2
TypeError: __init__() got an unexpected keyword argument 'flaws_aspect'

Windows-8.1-6.3.9600
Ren'Py 7.4.8.1895
Lab Rats 2 - Down to Business v0.46.1.3
Mon Feb 14 16:39:33 2022 View attachment 1653819 View attachment 1653819
need to be selective of commits, beta branch is 49.2 on last commit. With mod. but can't build a full 49.2 mod build yet. grab previous commit still 46.1 compat.



but that commit will require a new game start. as it adds new variables,
 
Last edited:
  • Like
Reactions: Ssato243

mytaur

Newbie
Jun 20, 2017
28
3
bugfix is still 46.1 correct, latest commit for mod is for 49.2, just because work has begun
Front page says next mod will be 48.X.

NOTE: We are moving to a bi-monthly release schedule, next update will be based on v0.48.x
 
4.60 star(s) 56 Votes