jvdw92

Member
Sep 30, 2019
375
64
or this

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

While running game code:
  File "game/def_functions.rpy", line 913, in script call
    call _splashscreen from _call_splashscreen_1
  File "game/def_splash.rpy", line 8, in script
    scene intro1 with Pause(3)
  File "game/renpy_screens.rpy", line 2109, in execute
    screen notification(n):
  File "game/renpy_screens.rpy", line 2109, in execute
    screen notification(n):
  File "game/renpy_screens.rpy", line 2116, in execute
    default headbang = "headbang{}".format(random.randint(1,4))
NameError: name 'random' is not defined

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

Full traceback:
  File "game/def_functions.rpy", line 913, in script call
    call _splashscreen from _call_splashscreen_1
  File "game/def_splash.rpy", line 8, in script
    scene intro1 with Pause(3)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\ast.py", line 1389, in execute
    renpy.exports.with_statement(trans, paired)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/renpy_screens.rpy", line 2109, in execute
    screen notification(n):
  File "game/renpy_screens.rpy", line 2109, in execute
    screen notification(n):
  File "game/renpy_screens.rpy", line 2116, in execute
    default headbang = "headbang{}".format(random.randint(1,4))
  File "<screen language>", line 2116, in <module>
NameError: name 'random' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Deadlocked in Time Part2 0.1.1
Tue Jan 11 00:55:50 2022
i start it again and this error hapen
what do i do now ??????
 

the66

beware, the germans are cumming
Modder
Donor
Respected User
Jan 27, 2017
7,657
23,757
or this

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

While running game code:
  File "game/def_functions.rpy", line 913, in script call
    call _splashscreen from _call_splashscreen_1
  File "game/def_splash.rpy", line 8, in script
    scene intro1 with Pause(3)
  File "game/renpy_screens.rpy", line 2109, in execute
    screen notification(n):
  File "game/renpy_screens.rpy", line 2109, in execute
    screen notification(n):
  File "game/renpy_screens.rpy", line 2116, in execute
    default headbang = "headbang{}".format(random.randint(1,4))
NameError: name 'random' is not defined

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

Full traceback:
  File "game/def_functions.rpy", line 913, in script call
    call _splashscreen from _call_splashscreen_1
  File "game/def_splash.rpy", line 8, in script
    scene intro1 with Pause(3)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\ast.py", line 1389, in execute
    renpy.exports.with_statement(trans, paired)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\exports.py", line 1601, in with_statement
    return renpy.game.interface.do_with(trans, paired, clear=clear)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\core.py", line 2251, in do_with
    clear=clear)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\core.py", line 2702, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\core.py", line 3094, in interact_core
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\core.py", line 541, in visit_all
    d.visit_all(callback, seen)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\screen.py", line 430, in visit_all
    callback(self)
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\core.py", line 3094, in <lambda>
    root_widget.visit_all(lambda i : i.per_interact())
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\screen.py", line 440, in per_interact
    self.update()
  File "C:\Users\chuyv1992\Downloads\Deadlocked_in_Time-P2-0.1.1+xmas-pc-crunched\DIT-P2-0.1.1-pc\renpy\display\screen.py", line 625, in update
    self.screen.function(**self.scope)
  File "game/renpy_screens.rpy", line 2109, in execute
    screen notification(n):
  File "game/renpy_screens.rpy", line 2109, in execute
    screen notification(n):
  File "game/renpy_screens.rpy", line 2116, in execute
    default headbang = "headbang{}".format(random.randint(1,4))
  File "<screen language>", line 2116, in <module>
NameError: name 'random' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Deadlocked in Time Part2 0.1.1
Tue Jan 11 00:55:50 2022
i start it again and this error hapen
what do i do now ??????
not merging Part1 with Part2. both are separate games.
none of the scripts of Part2 tries to show an image images/s0287.png, two of Part1 actually do that.
 

AceOfNiagara

Well-Known Member
May 1, 2020
1,679
2,503
I tried that but it says incompatible save.
Don't know what the issue is then. These are the two screens you see, right?

if it's an incompatible save, then I don't know what the issue could be. Hopefully someone else does.
If an incompatible message comes up, it most likely means that you had the patches for the one week but didn't have it for the other week.

Short form: If you had patched week 1 you need to get the patches for week 2. And vise-versa.

The installation guide found here should be of some help.
 

Deleted member 4298851

Well-Known Member
Oct 27, 2021
1,761
2,360
If an incompatible message comes up, it most likely means that you had the patches for the one week but didn't have it for the other week.

Short form: If you had patched week 1 you need to get the patches for week 2. And vise-versa.

The installation guide found here should be of some help.
Alright, so my preliminary instinct was right about the patches. Good to know for the future. (y)
 

Mike11138

Newbie
Jul 24, 2017
48
12
If an incompatible message comes up, it most likely means that you had the patches for the one week but didn't have it for the other week.

Short form: If you had patched week 1 you need to get the patches for week 2. And vise-versa.

The installation guide found here should be of some help.
I'll check it out thank you
 

Mike11138

Newbie
Jul 24, 2017
48
12
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/xmas/def_audio.rpy", line 2, in <module>
NameError: name 'isXMAS' is not defined

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

Full traceback:
  File "xmas/def_audio.rpyc", line 1, in script
  File "C:\Users\Mike11138\Documents\H-Games\Keep\DIT-P2-0.1-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Mike11138\Documents\H-Games\Keep\DIT-P2-0.1-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/xmas/def_audio.rpy", line 2, in <module>
NameError: name 'isXMAS' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
 
Thu Jan 13 21:58:10 2022
Anybody have a way two fix this?
 

the66

beware, the germans are cumming
Modder
Donor
Respected User
Jan 27, 2017
7,657
23,757
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/xmas/def_audio.rpy", line 2, in <module>
NameError: name 'isXMAS' is not defined

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

Full traceback:
  File "xmas/def_audio.rpyc", line 1, in script
  File "C:\Users\Mike11138\Documents\H-Games\Keep\DIT-P2-0.1-pc\renpy\ast.py", line 914, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Mike11138\Documents\H-Games\Keep\DIT-P2-0.1-pc\renpy\python.py", line 2028, in py_exec_bytecode
    exec bytecode in globals, locals
  File "game/xmas/def_audio.rpy", line 2, in <module>
NameError: name 'isXMAS' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606

Thu Jan 13 21:58:10 2022
Anybody have a way two fix this?
the current version of DIT-P2 is 0.1.1. you have to use it.
 

ArmoredCascade

Well-Known Member
Sep 27, 2018
1,040
369
where's the other chapters? all i see is Chapter 5 and the special? how can i start a new game on Main Game on Part 2?
 

ArmoredCascade

Well-Known Member
Sep 27, 2018
1,040
369
well cant play Part 1 because theres no Part one to download and chapter 5 has been taken down so downloading this is a waste of time if you cant play the others dont bother
 

ArmoredCascade

Well-Known Member
Sep 27, 2018
1,040
369
Mega Links
The file you are trying to download is no longer available
This folder or file was reported to contain objectionable content, such as Child Exploitation Material, Violent Extremism, or Bestiality. The link creator’s account has been closed and their full details, including IP address, have been provided to the authorities.

so if Mega took it down for said reasons above how come its still up if the game is said to have been reported to the Authorities?
 

ArmoredCascade

Well-Known Member
Sep 27, 2018
1,040
369
Mega is very confusing how they handle their downloads with some of what they said can slide and pass on other games while some like this one gets banned and reported to the police
 
3.10 star(s) 40 Votes