I can but im pretty sure you still need to do step 1-3 or renpy will use the orginal, unfixed .rpa files. anyway here are the fixed ones. They go straight into the "strandedinspace/game" folder.
so i used these and put them where they are supposed to go and it is still broken
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/laptoplabels.rpy", line 932, in <module>
File "renpy/common/00action_other.rpy", line 543, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/script.rpy", line 1730, in set_pm_window
Exception: Screen Haylee_convo_d8 is not known.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "laptoplabels.rpyc", line 932, in script
File "D:\XXXgames\StrandedInSpace-1.7-day1-15-pc\StrandedInSpace-1.7-pc\renpy\ast.py", line 1111, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\XXXgames\StrandedInSpace-1.7-day1-15-pc\StrandedInSpace-1.7-pc\renpy\python.py", line 1049, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/laptoplabels.rpy", line 932, in <module>
File "D:\XXXgames\StrandedInSpace-1.7-day1-15-pc\StrandedInSpace-1.7-pc\renpy\exports.py", line 1533, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay)
File "D:\XXXgames\StrandedInSpace-1.7-day1-15-pc\StrandedInSpace-1.7-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\XXXgames\StrandedInSpace-1.7-day1-15-pc\StrandedInSpace-1.7-pc\renpy\display\core.py", line 3376, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) # type: ignore
File "D:\XXXgames\StrandedInSpace-1.7-day1-15-pc\StrandedInSpace-1.7-pc\renpy\display\core.py", line 4251, in interact_core
rv = root_widget.event(ev, x, y, 0)
File "D:\XXXgames\StrandedInSpace-1.7-day1-15-pc\StrandedInSpace-1.7-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\XXXgames\StrandedInSpace-1.7-day1-15-pc\StrandedInSpace-1.7-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\XXXgames\StrandedInSpace-1.7-day1-15-pc\StrandedInSpace-1.7-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\XXXgames\StrandedInSpace-1.7-day1-15-pc\StrandedInSpace-1.7-pc\renpy\display\screen.py", line 743, in event
rv = self.child.event(ev, x, y, st)
File "D:\XXXgames\StrandedInSpace-1.7-day1-15-pc\StrandedInSpace-1.7-pc\renpy\display\layout.py", line 1175, in event
rv = i.event(ev, x - xo, y - yo, cst)
File "D:\XXXgames\StrandedInSpace-1.7-day1-15-pc\StrandedInSpace-1.7-pc\renpy\display\behavior.py", line 1054, in event
return handle_click(self.clicked)
File "D:\XXXgames\StrandedInSpace-1.7-day1-15-pc\StrandedInSpace-1.7-pc\renpy\display\behavior.py", line 989, in handle_click
rv = run(action)
File "D:\XXXgames\StrandedInSpace-1.7-day1-15-pc\StrandedInSpace-1.7-pc\renpy\display\behavior.py", line 329, in run
return action(*args, **kwargs)
File "renpy/common/00action_other.rpy", line 543, in __call__
rv = self.callable(*self.args, **self.kwargs)
File "game/script.rpy", line 1730, in set_pm_window
File "D:\XXXgames\StrandedInSpace-1.7-day1-15-pc\StrandedInSpace-1.7-pc\renpy\display\screen.py", line 1185, in show_screen
raise Exception("Screen %s is not known.\n" % (name[0],))
Exception: Screen Haylee_convo_d8 is not known.
Windows-10-10.0.19045 AMD64
Ren'Py 8.0.0.22062402
Stranded In Space 1.7
Sun Jan 8 05:12:24 2023
```