VN Ren'Py Tainted Heritage - a.k.a Weird Shit Is Going to Happen [v0.7.1] [recreation]

4.40 star(s) 40 Votes

recreation

pure evil!
Respected User
Game Developer
Jun 10, 2018
6,278
22,425
Oh, i don't know - perhaps you could, you know, not try to make stuff you know is going to be problematic because it's {apparently} beyond the capabilities of the software you're using to make it?

Just a thought, mind...
I have to admit. Almost straight up saying 'There may be problems, but I don't care' is a new version of dealing with the players I hadn't run into yet outside of big game developers.
Made me rethink even trying it out, honestly. But the reviews are over 4 stars, so I'll try it anyways.
If you read the OP carefully then you'll see that this game is two things:
1. An experiment.
2. A fun project.
I'm literally experimenting with stuff in this game, so of course some things might not work for some people. There are some perfomance issues with the 4k version, but that's why there's also a 1080p version (yes, it's not there yet, but you know what I mean).
Honestly look at the name of the game, anybody who plays a game with such a name should be aware that weird shit might happen.
and ssj782 if people know me for anything that it's more likely the opposite of "I don't care".

As an addition for you two I've already mentioned that the 4k version runs a lot better now with the new renpy version since they (finally) switched to a new render and python version.

i keep getting this after the start and game crashes : anyone know how i can fix this ?

Problem signature:
Problem Event Name: APPCRASH
Application Name: WeirdShitIsGoingToHappen4K-32.exe
Application Version: 0.0.0.0
Application Timestamp: 00000000
Fault Module Name: librenpython.dll
Fault Module Version: 0.0.0.0
Fault Module Timestamp: 00000000
Exception Code: c0000005
Exception Offset: 0012a5bd
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1033
Additional Information 1: 0a9e
Additional Information 2: 0a9e372d3b4ad19135b953a78882e789
Additional Information 3: 0a9e
Additional Information 4: 0a9e372d3b4ad19135b953a78882e789
This error is mostly relevant to other programs like game accelerators, anti virus and drivers, you could try deactivating/updating said programs/drivers.
Anyhow, this is a well known problem with the new renpy version that only concerns older hardware and afaik pyTom is working on a workaround. Problem on my side is I'll probably not be able to upload a fixed version until late next month when my data volume is back up :HideThePain:
 

Spfjolietjake

Conversation Conqueror
Sep 26, 2019
7,511
14,649
Yeah I like BM a lot aswell, but there is something special about this one. Maybe it's the fantasy element, I love fantasy games.
Again, I agree. But I must admit from one update to the next I have very little clue what will happen besides some lewdness and entertainment. The unknowing except knowing that I will enjoy it adds to the appeal for me. If that makes sense
 

DocPorny

Member
Feb 23, 2018
107
186
It warms my heart to see something is still happening with this game, was fearing the worst.
Still weird, still awesome, still loving it!
 
  • Red Heart
Reactions: recreation

recreation

pure evil!
Respected User
Game Developer
Jun 10, 2018
6,278
22,425
ImperialD
Good news: just updated renpy and the fix should be included, so the 1080p version might work for you when it's out ;)

It warms my heart to see something is still happening with this game, was fearing the worst.
Still weird, still awesome, still loving it!
Takes a while because BM takes a lot longer to update, but I make WS as a way to relax, to get my head free after an BM update, so don't worry it takes a while, but updates will come^^

Version: 0.4 :unsure:
Can you answer me something Dv
You don't have permission to view the spoiler content. Log in or register now.
I have 3 different endings planned and might even expand on that.
 

cchance

Newbie
Mar 7, 2018
97
49
As an addition for you two I've already mentioned that the 4k version runs a lot better now with the new renpy version since they (finally) switched to a new render and python version.
Wait...really? Holy fuckin Christ I thought they'd be stuck on XP era technology forever.
 
  • Haha
Reactions: recreation

Moricano

Well-Known Member
Jan 30, 2019
1,663
1,118
Every game ending is a game over, what you mean is probably a dead end
No game over is when a developer creates something that Mc cannot do, and if it does the game is over. The name game (LastCall_0.2.2) has several routes but they all lead to the same destination. I played the game and repeated it several times and using all routes being bad or bad, and all routes took me to a written page choose another route and try again, this is game over.
 

Naxos

Engaged Member
May 9, 2018
2,490
6,860
Any reason why old saves are not working?

Every one I've tried gives errors.



Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "renpy/ast.py", line 922, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "renpy/python.py", line 2218, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "renpy/ui.py", line 298, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "renpy/display/core.py", line 3006, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
  File "renpy/display/core.py", line 3815, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/transition.py", line 48, in event
    return self.new_widget.event(ev, x, y, st) # E1101
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/screen.py", line 720, in event
    rv = self.child.event(ev, x, y, st)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/layout.py", line 1027, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "renpy/display/layout.py", line 245, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "renpy/display/behavior.py", line 969, in event
    return handle_click(self.clicked)
  File "renpy/display/behavior.py", line 904, in handle_click
    rv = run(action)
  File "renpy/display/behavior.py", line 323, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 452, in __call__
    renpy.load(fn)
  File "renpy/loadsave.py", line 767, in load
    log.unfreeze(roots, label="_after_load")
  File "renpy/python.py", line 2173, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "renpy/python.py", line 2005, in rollback
    self.load_failed()
  File "renpy/python.py", line 1923, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.19041
Ren'Py 7.4.1.1270
Weird Shit Is Going To Happen 4K 0.4
Sun Jan 31 16:28:47 2021
 

recreation

pure evil!
Respected User
Game Developer
Jun 10, 2018
6,278
22,425
Any reason why old saves are not working?

Every one I've tried gives errors.
The error code doesn't have anything to do with the saves but:
Please note that saves from v0.2 won't work anymore, saves from 0.3 are fine though.
So if your saves are from before 0.3 they won't work.
How old are your save files?
 

Naxos

Engaged Member
May 9, 2018
2,490
6,860
The error code doesn't have anything to do with the saves but:

So if your saves are from before 0.3 they won't work.
How old are your save files?
They are from v0.3
The only thing I can think of which I noticed now. is my v3 is 1080 and I'm playing the 4k release here.



Ok it seems my saves where from 0.2 I had the 1080 of v.3 downloaded but had never tried it. Just loaded up an old save and saved it in 0.3 and then loaded in 4k 0.4 fine.

recreation maybe put a note in the op about it to stop idiots like me trying to use the old saves? Just a suggestion
 
  • Haha
Reactions: recreation
4.40 star(s) 40 Votes