```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 7589, in script call
call examine_room(mc.location) from _call_examine_room
File "game/script.rpy", line 8511, in script
python:
File "game/script.rpy", line 8512, in <module>
renpy.say("","You are at [the_room.name].") #Where are we right now?
File "renpy/common/00library.rpy", line 295, in say
who(what, interact=interact, *args, **kwargs)
File "game/script.rpy", line 7589, in script call
call examine_room(mc.location) from _call_examine_room
File "game/script.rpy", line 8511, in script
python:
IOError: [Errno 28] No space left on device
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 7589, in script call
call examine_room(mc.location) from _call_examine_room
File "game/script.rpy", line 8511, in script
python:
File "Z:\Users\marcuslei\Downloads\renpy-7.1.3-sdk copy\renpy\ast.py", line 900, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "Z:\Users\marcuslei\Downloads\renpy-7.1.3-sdk copy\renpy\python.py", line 1930, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 8512, in <module>
renpy.say("","You are at [the_room.name].") #Where are we right now?
File "Z:\Users\marcuslei\Downloads\renpy-7.1.3-sdk copy\renpy\exports.py", line 1320, in say
renpy.store.say(who, what, *args, **kwargs)
File "renpy/common/00library.rpy", line 295, in say
who(what, interact=interact, *args, **kwargs)
File "Z:\Users\marcuslei\Downloads\renpy-7.1.3-sdk copy\renpy\character.py", line 1127, in __call__
self.do_display(who, what, cb_args=self.cb_args, **display_args)
File "Z:\Users\marcuslei\Downloads\renpy-7.1.3-sdk copy\renpy\character.py", line 842, in do_display
**display_args)
File "Z:\Users\marcuslei\Downloads\renpy-7.1.3-sdk copy\renpy\character.py", line 591, in display_say
rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
File "Z:\Users\marcuslei\Downloads\renpy-7.1.3-sdk copy\renpy\ui.py", line 289, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "Z:\Users\marcuslei\Downloads\renpy-7.1.3-sdk copy\renpy\display\core.py", line 2690, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, **kwargs)
File "Z:\Users\marcuslei\Downloads\renpy-7.1.3-sdk copy\renpy\display\core.py", line 3300, in interact_core
self.idle_frame(can_block, expensive)
File "Z:\Users\marcuslei\Downloads\renpy-7.1.3-sdk copy\renpy\display\core.py", line 2791, in idle_frame
result = self.prediction_coroutine.send(expensive)
File "Z:\Users\marcuslei\Downloads\renpy-7.1.3-sdk copy\renpy\display\predict.py", line 112, in prediction_coroutine
for _i in renpy.game.context().predict():
File "game/script.rpy", line 7589, in script call
call examine_room(mc.location) from _call_examine_room
File "game/script.rpy", line 8511, in script
python:
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/traceback.py", line 233, in print_exc
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/traceback.py", line 124, in print_exception
File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/traceback.py", line 13, in _print
File "Z:\Users\marcuslei\Downloads\renpy-7.1.3-sdk copy\renpy\log.py", line 235, in write
self.real_file.flush()
IOError: [Errno 28] No space left on device
Windows-XP-5.1.2600-SP3
Ren'Py 7.2.2.491
Lab Rats 2 - Down to Business v0.16.1
Fri May 10 17:57:17 2019
```
After I get past the intro and little bit into the text I get this anyone know how to fix