Boris 1

New Member
Mar 26, 2022
12
9
I'm getting this error when i get to the main menu. Does anyone know what can i do? Apreciate the help.

I'm sorry, but an uncaught exception occurred.

While running game code:
ShaderError: ERROR: 0:22: '*' : wrong operand types - no operation '*' exists that takes a left-hand operand of type 'varying mediump float' and a right operand of type 'const int' (or there is no acceptable conversion)


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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpymc", line 28, in script
File "renpy/ast.py", line 1131, in execute
File "renpy/python.py", line 1061, in py_exec_bytecode
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
File "renpy/ui.py", line 299, in interact
File "renpy/display\core.py", line 3377, in interact
File "renpy/display\core.py", line 3912, in interact_core
File "renpy/display\core.py", line 2609, in draw_screen
File "gl2draw.pyx", line 815, in renpy.gl2.gl2draw.GL2Draw.draw_screen
File "gl2draw.pyx", line 872, in renpy.gl2.gl2draw.GL2Draw.load_all_textures
File "gl2draw.pyx", line 885, in renpy.gl2.gl2draw.GL2Draw.load_all_textures
File "gl2draw.pyx", line 918, in renpy.gl2.gl2draw.GL2Draw.render_to_texture
File "gl2texture.pyx", line 206, in renpy.gl2.gl2texture.TextureLoader.render_to_texture
File "gl2texture.pyx", line 360, in renpy.gl2.gl2texture.GLTexture.from_render
File "gl2draw.pyx", line 1341, in renpy.gl2.gl2draw.GL2DrawingContext.draw
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1236, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1191, in renpy.gl2.gl2draw.GL2DrawingContext.draw_model
File "renpy/gl2\gl2shadercache.py", line 278, in get
File "gl2shader.pyx", line 230, in renpy.gl2.gl2shader.Program.load
File "gl2shader.pyx", line 213, in renpy.gl2.gl2shader.Program.load_shader
ShaderError: ERROR: 0:22: '*' : wrong operand types - no operation '*' exists that takes a left-hand operand of type 'varying mediump float' and a right operand of type 'const int' (or there is no acceptable conversion)


Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Deadlocked in Time Part2 0.11
Mon Mar 27 00:35:30 2023
 

luchettodj94

Well-Known Member
Dec 25, 2019
1,657
2,924
hmm why incest patch now is called 0.3? I still have the previous released (that was the same since few months) but is called 0.4, it got actually updated or there is some mistake?
 

JGNeon

Active Member
Feb 24, 2021
576
1,752
IC patch for 0.11/0.3 is smaller than the IC patch for 0.10, by a few megabytes. I managed to extract the .rpa files for both to compare, and the only difference is that the "newer" version of the patch contains some missing gallery images for Penelope. Other than that, they're identical, so you should mostly be fine.

If you want those missing files from the previous patch, I've attached them below, just extract this in the main game folder (PC).

This character isn't loli, as far as I remember, so it should be fine to include these here.
 

trojanz

New Member
Sep 30, 2021
13
2
I'm getting this error when i get to the main menu. Does anyone know what can i do? Apreciate the help.

I'm sorry, but an uncaught exception occurred.

While running game code:
ShaderError: ERROR: 0:22: '*' : wrong operand types - no operation '*' exists that takes a left-hand operand of type 'varying mediump float' and a right operand of type 'const int' (or there is no acceptable conversion)


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

Full traceback:
File "renpy/common/_layout/screen_main_menu.rpymc", line 28, in script
File "renpy/ast.py", line 1131, in execute
File "renpy/python.py", line 1061, in py_exec_bytecode
File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
File "renpy/ui.py", line 299, in interact
File "renpy/display\core.py", line 3377, in interact
File "renpy/display\core.py", line 3912, in interact_core
File "renpy/display\core.py", line 2609, in draw_screen
File "gl2draw.pyx", line 815, in renpy.gl2.gl2draw.GL2Draw.draw_screen
File "gl2draw.pyx", line 872, in renpy.gl2.gl2draw.GL2Draw.load_all_textures
File "gl2draw.pyx", line 885, in renpy.gl2.gl2draw.GL2Draw.load_all_textures
File "gl2draw.pyx", line 918, in renpy.gl2.gl2draw.GL2Draw.render_to_texture
File "gl2texture.pyx", line 206, in renpy.gl2.gl2texture.TextureLoader.render_to_texture
File "gl2texture.pyx", line 360, in renpy.gl2.gl2texture.GLTexture.from_render
File "gl2draw.pyx", line 1341, in renpy.gl2.gl2draw.GL2DrawingContext.draw
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1322, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1236, in renpy.gl2.gl2draw.GL2DrawingContext.draw_one
File "gl2draw.pyx", line 1191, in renpy.gl2.gl2draw.GL2DrawingContext.draw_model
File "renpy/gl2\gl2shadercache.py", line 278, in get
File "gl2shader.pyx", line 230, in renpy.gl2.gl2shader.Program.load
File "gl2shader.pyx", line 213, in renpy.gl2.gl2shader.Program.load_shader
ShaderError: ERROR: 0:22: '*' : wrong operand types - no operation '*' exists that takes a left-hand operand of type 'varying mediump float' and a right operand of type 'const int' (or there is no acceptable conversion)


Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Deadlocked in Time Part2 0.11
Mon Mar 27 00:35:30 2023
Dude, i have the same problem as you do lol.. i don't know what kind of fix will be done. Already did Reinstalled the game thrice from different Download hosts, did it with no Mod and Patches. Still no dice
 
  • Like
Reactions: spybreak

Lysergic

Well-Known Member
Aug 18, 2018
1,326
1,633
Showing us Calissy in lingerie but then not including any scenes with her is bullshit.
 

Boris 1

New Member
Mar 26, 2022
12
9
Dude, i have the same problem as you do lol.. i don't know what kind of fix will be done. Already did Reinstalled the game thrice from different Download hosts, did it with no Mod and Patches. Still no dice
Yes. I tried differente things as well, but to no sucess. This is happening in the last two updates, in v0.90 it worked just fine.
 

Evil-Neko

Member
Jun 26, 2020
217
155
as I know, if you played the 0.10 with wt mod and didnt had sex with carmen, you dont get any new content, because the wt mod set your flag to false anyway
 

Twistty

The Happy Beaver
Donor
Respected User
Former Staff
Sep 9, 2016
4,234
38,233
your hero is here :)
dit 1 full save
karma %98 + futa open + only good girls

end of dit 1 for dit 2 , have fun.
Didn't work for me either - might need your persistent file also!
 

Twistty

The Happy Beaver
Donor
Respected User
Former Staff
Sep 9, 2016
4,234
38,233
Ps. The links on Lewdpatcer seem borked! Xmas does not work, others seem outdated?

Are they correct Neko-Hime ?
 

AceOfNiagara

Well-Known Member
May 1, 2020
1,680
2,504
Ps. The links on Lewdpatcer seem borked!
Bad timing maybe? All links appear fine for me.
If you you know how the get a hold of the person who runs , maybe you can get them to update those.
 

TylerDurden01

New Member
Nov 19, 2018
6
8
I'm getting this error when I click the siamese cat without using any patches or mods :

I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "renpy/bootstrap.py", line 277, in bootstrap
File "renpy/main.py", line 660, in main
File "renpy/main.py", line 146, in run
File "renpy/execution.py", line 938, in run_context
File "scr_ch7.rpyc", line 644, in script
File "renpy/script.py", line 927, in lookup
ScriptError: could not find label 'ch7_final'.

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Deadlocked in Time Part2 0.11
Sun Mar 26 18:25:48 2023
Same here, it just keeps crashing. No problems until that point. wtf
 

Spocky69

Member
Mar 5, 2021
205
111
Hello When I'm done with the new update and then press the cat, I always get this error message.

I'm sorry, but an uncaught exception occurred.

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

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

Full traceback:
File "renpy/bootstrap.py", line 277, in bootstrap
File "renpy/main.py", line 660, in main
File "renpy/main.py", line 146, in run
File "renpy/execution.py", line 938, in run_context
File "scr_ch7.rpyc", line 644, in script
File "renpy/script.py", line 927, in lookup
ScriptError: could not find label 'ch7_final'.

Windows-10-10.0.19041 AMD64
Ren'Py 7.5.3.22090809
Deadlocked in Time Part2 0.11
Tue Mar 28 11:22:50 2023
 

Lupin the 3rd

Active Member
Sep 21, 2019
998
1,615
Has someone else a problem with the Christmas Special?

I installed the patch correctly but the christmas tree isn´t in the main menu. Yes I also used the correct patches for the PC.

Deadlocked on Time 2 X Mas Fail 01.png Deadlocked on Time 2 X Mas Fail 02.png
 
  • Like
Reactions: Twistty

the66

beware, the germans are cumming
Modder
Donor
Respected User
Jan 27, 2017
7,661
23,762

Mharryson69

Newbie
May 22, 2022
64
42
A quick simple game installation guide for Deadlocked in Time.

There are 3 spoilers to help with what is required to go from Part 1 (Chapter 5) of DiT to the next.

First spoiler is where to find the patches.

Second spoiler is where the required save point, at end of Part 1 (Chapter5), is that will be needed to start Part 2 (Chapter 6+ (now Chapter 7 v0.11)).

Third spoiler will be what Part 2 (Chapter 6+ (now Chapter 7 v0.11)) looks like if patches are applied correctly, as well as how it appears when importing the end save from Part 1 (Chapter 5).

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

You don't have permission to view the spoiler content. Log in or register now.

Happy gaming all.



P.S.: For those of you who are looking for the android version. Check over at .

You don't have permission to view the spoiler content. Log in or register now.
I'm sorry if this has been covered - I ran through part 1 and am "ready" to start part 2. My problem is that I have tried to install of the correct "patches" including the Christmas update.(C:\Users\XXX\Downloads\DIT-P2-0.3-pc-xmas.zip\) When I start the game "part 2" I show all the icons except the "Christmas tree". I have double and triple checked that I used the correct zips and that the files are in the "game folder". I did also install the Loli patch for the "Christmas update". Everything seems to be where it should be but the "tree icon doesn't show up. Any help would be appreciated. Thanks

Edit: Wait a minute. I see a post just above this one now. I hope it's talking about the P2 first chapter. If so that is probably my problem! I'm sorry I didn't see that before posting but I tried search and couldn't see it. Thanks! I'm play the first Chap of Part 2 and see what it looks like then.
 

AceOfNiagara

Well-Known Member
May 1, 2020
1,680
2,504
I'm sorry if this has been covered - I ran through part 1 and am "ready" to start part 2. My problem is that I have tried to install of the correct "patches" including the Christmas update.(C:\Users\XXX\Downloads\DIT-P2-0.3-pc-xmas.zip\) When I start the game "part 2" I show all the icons except the "Christmas tree". I have double and triple checked that I used the correct zips and that the files are in the "game folder". I did also install the Loli patch for the "Christmas update". Everything seems to be where it should be but the "tree icon doesn't show up. Any help would be appreciated. Thanks
Post directly above yours. Play though Chapter 6.
you have to play the Chapter VI content at least once.
this restriction might get removed when the final version of Part 2 is released.
 
Last edited:
3.10 star(s) 40 Votes