Wack Daddy

Master of Desires
Game Developer
Feb 24, 2022
615
4,209
So this will continue alongside the new game? I quite liked how things went with June in this latest update and was looking forward to continuation, so i hope so.
Yes, but at longer time between updates.
Also contemplating a more Kinetic VN continuation for College Times, which you can imagine would be "quicker" and "easier" to continue to update
 
  • Angry
Reactions: sobstorydev_memes

Alleykatt

Well-Known Member
May 19, 2017
1,356
1,971
I get an unrecoverable crash after the date with Kent.

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/lsc.rpy", line 3471, in script
jump ls7s6start
ScriptError: could not find label 'ls7s6start'.

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

Full traceback:
File "game/lsc.rpy", line 3471, in script
jump ls7s6start
File "/private/var/folders/_s/377m58rn3xg1tqc70v50zhgc0000gn/T/AppTranslocation/481A08B3-4B9A-40CE-828A-262C68113F20/d/CollegeTimes.app/Contents/Resources/autorun/renpy/ast.py", line 1757, in execute
rv = renpy.game.script.lookup(target)
File "/private/var/folders/_s/377m58rn3xg1tqc70v50zhgc0000gn/T/AppTranslocation/481A08B3-4B9A-40CE-828A-262C68113F20/d/CollegeTimes.app/Contents/Resources/autorun/renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'ls7s6start'.

Darwin-21.6.0-x86_64-i386-64bit
Ren'Py 7.4.11.2266
0.7
Sun Oct 2 19:17:15 2022
```
 

mario911

Newbie
Nov 17, 2017
88
22
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/lsc.rpy", line 3471, in script
jump ls7s6start
ScriptError: could not find label 'ls7s6start'.

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

Full traceback:
File "game/lsc.rpy", line 3471, in script
jump ls7s6start
File "renpy/ast.py", line 1757, in execute
rv = renpy.game.script.lookup(target)
File "renpy/script.py", line 918, in lookup
raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'ls7s6start'.

Windows-10-10.0.22000
Ren'Py 7.4.11.2266
0.7
Sun Oct 2 21:18:19 2022


same here
 

Wack Daddy

Master of Desires
Game Developer
Feb 24, 2022
615
4,209
Somehow I made that error while fixing another error - I am all over the place.
I apologize.



To elaborate, as I was making this game I wanted to split the content a bit in routes and the way I did that is with two scripts (I was learning and dumb). This has caused me having to coordinate things in a weird way and these types of "mistakes" happen. I will not be doing that on my current game. It will be more "stat" focused meaning you can do things if your affection is at certain levels and also you can choose not to do certain things (i.e. lesbian content) therefore avoiding.
 
Last edited:

gigan

Engaged Member
Modder
Nov 7, 2017
3,118
7,860
To elaborate, as I was making this game I wanted to split the content a bit in routes and the way I did that is with two scripts (I was learning and dumb). This has caused me having to coordinate things in a weird way and these types of "mistakes" happen.
Mistakes happen.Take it easy buddy nobody is perfect :)
 
  • Like
Reactions: "CJ" and Otaku_Bob

Ghaly

Newbie
Sep 6, 2020
54
24
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/ssc.rpy", line 2957, in script
    jump s7s6start
ScriptError: could not find label 's7s6start'.

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

Full traceback:
  File "game/ssc.rpy", line 2957, in script
    jump s7s6start
  File "renpy/ast.py", line 1757, in execute
    rv = renpy.game.script.lookup(target)
  File "renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 's7s6start'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
 0.7
Sun Oct  2 21:05:49 2022
 
3.10 star(s) 14 Votes