3.00 star(s) 9 Votes

Ptah

Member
Jul 28, 2018
106
318
how can I buy the flip flops to the pool? I went to the shop and I got them there but cannot interact with the item list??
 

somrani112

Newbie
Nov 10, 2018
23
0
Hi. I got this error while trying to move to park map after giving sister her energy tonic.

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

While running game code:
File "game/script.rpy", line 242, in script
$ keyed_common_event = None
Exception: Possible infinite loop.

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

Full traceback:
File "game/script.rpy", line 242, in script
$ keyed_common_event = None
File "D:\IC Story 1\renpy\execution.py", line 58, in check_infinite_loop
raise Exception("Possible infinite loop.")
Exception: Possible infinite loop.

Windows-8-6.2.9200
Ren'Py 6.99.14.3135
ics1 0.6.1
_______________________________________________________________

i have no idea how to edit this to make it work.
anyone have any ideas?
man i got the same problem i was sad that i couldn't finish the game
 

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,686
man i got the same problem i was sad that i couldn't finish the game
Maybe you should read the OP. Specifically, the part that talks about the patch that's required for IS1. Given that you're running 0.6.1, and the bug you're seeing was fixed in 0.6.9.
 

krys69

Active Member
Sep 6, 2017
744
298
Anyone knows the link to both patches that are not mega? I do not know if its my browser or their website because I get weird error when trying to use it to download stuff. :unsure: :(
 

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,686
Anyone knows the link to both patches that are not mega? I do not know if its my browser or their website because I get weird error when trying to use it to download stuff. :unsure: :(
Does this error have an...error?
 

krys69

Active Member
Sep 6, 2017
744
298
Does this error have an...error?
I keep getting this:


Sorry, we were unable to initialize the browser's local storage, either you're using an outdated/misconfigured browser or it's something from our side.

If you think it's our fault, please report the issue back to us.

Reason: [Exception... "Failure" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: :: <TOP_LEVEL> :: line 348" data: no]
Browser: mozilla/5.0 (windows nt 6.1; win64; x64; rv:67.0) gecko/20100101 firefox/67.0
 

xx21x

New Member
Jul 8, 2019
5
3
how tf do i open the map? can't find nicole's home. im pressing P and nothing shows up so where exactly is the map and how do i open it?
 
D

Deleted member 377868

Guest
Guest
I got this error
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 237, in script
$ game_state.show_map(in_interaction)
File "game/script.rpy", line 237, in <module>
$ game_state.show_map(in_interaction)
File "game/game_state.rpy", line 798, in show_map
background_image = self.map.background_image()
File "game/game_map.rpy", line 275, in background_image
self.generate_background_image()
File "game/game_map.rpy", line 292, in generate_background_image
bg.save()
File "game/game_map.rpy", line 178, in save
pygame_sdl2.image.save(surf, self.cache_file)
error: Couldn't open C:/Users/garci/OneDrive/Área de Trabalho/Valdrung/ics1-0.6.1-pc/rpgmcache/maps/v1/Map001.png
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 237, in script
$ game_state.show_map(in_interaction)
File "C:\Users\garci\OneDrive\Área de Trabalho\Valdrung\ics1-0.6.1-pc\renpy\ast.py", line 848, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\garci\OneDrive\Área de Trabalho\Valdrung\ics1-0.6.1-pc\renpy\python.py", line 1804, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 237, in <module>
$ game_state.show_map(in_interaction)
File "game/game_state.rpy", line 798, in show_map
background_image = self.map.background_image()
File "game/game_map.rpy", line 275, in background_image
self.generate_background_image()
File "game/game_map.rpy", line 292, in generate_background_image
bg.save()
File "game/game_map.rpy", line 178, in save
pygame_sdl2.image.save(surf, self.cache_file)
File "pygame_sdl2/image.pyx", line 151, in pygame_sdl2.image.save (gen\pygame_sdl2.image.c:2426)
error: Couldn't open C:/Users/garci/OneDrive/Área de Trabalho/Valdrung/ics1-0.6.1-pc/rpgmcache/maps/v1/Map001.png
Windows-8-6.2.9200
Ren'Py 6.99.14.3135
ics1 0.6.9
What do I do?
 
  • Like
Reactions: DDshaoas

goobdoob

Conversation Conqueror
Modder
Respected User
Dec 17, 2017
7,426
9,686
I got this error
Code:
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 237, in script
$ game_state.show_map(in_interaction)
File "game/script.rpy", line 237, in <module>
$ game_state.show_map(in_interaction)
File "game/game_state.rpy", line 798, in show_map
background_image = self.map.background_image()
File "game/game_map.rpy", line 275, in background_image
self.generate_background_image()
File "game/game_map.rpy", line 292, in generate_background_image
bg.save()
File "game/game_map.rpy", line 178, in save
pygame_sdl2.image.save(surf, self.cache_file)
error: Couldn't open C:/Users/garci/OneDrive/Área de Trabalho/Valdrung/ics1-0.6.1-pc/rpgmcache/maps/v1/Map001.png
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 237, in script
$ game_state.show_map(in_interaction)
File "C:\Users\garci\OneDrive\Área de Trabalho\Valdrung\ics1-0.6.1-pc\renpy\ast.py", line 848, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "C:\Users\garci\OneDrive\Área de Trabalho\Valdrung\ics1-0.6.1-pc\renpy\python.py", line 1804, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 237, in <module>
$ game_state.show_map(in_interaction)
File "game/game_state.rpy", line 798, in show_map
background_image = self.map.background_image()
File "game/game_map.rpy", line 275, in background_image
self.generate_background_image()
File "game/game_map.rpy", line 292, in generate_background_image
bg.save()
File "game/game_map.rpy", line 178, in save
pygame_sdl2.image.save(surf, self.cache_file)
File "pygame_sdl2/image.pyx", line 151, in pygame_sdl2.image.save (gen\pygame_sdl2.image.c:2426)
error: Couldn't open C:/Users/garci/OneDrive/Área de Trabalho/Valdrung/ics1-0.6.1-pc/rpgmcache/maps/v1/Map001.png
Windows-8-6.2.9200
Ren'Py 6.99.14.3135
ics1 0.6.9
What do I do?
error: Couldn't open C:/Users/garci/OneDrive/Área de Trabalho/Valdrung/ics1-0.6.1-pc/rpgmcache/maps/v1/Map001.png
See the non-ascii characters in your path? Move the game to somewhere without those characters.

You're also going to want to install the patch, if you haven't. It's in the OP.
 
3.00 star(s) 9 Votes