Others QSP RPGM Unity Ren'Py Italian Free Translators

5.00 star(s) 25 Votes

SonDaw

New Member
Feb 22, 2022
11
3
  • Like
Reactions: mistersasso

mistersasso

Member
Jul 25, 2022
218
1,909
Ho provato anche Virgin Island, dopo il primo dialogo di scelta il gioco va in schermo nero e non si può fare nulla, la versione inglese funziona correttamente.
Ho trovato degli errori e li ho corretti, non so se ha sistemato il tuo problema, se mi carichi un salvataggio prima del diagolo controllo meglio.

In ogni caso, riscarica e riprova.
 

Jungles70

Engaged Member
Mar 20, 2021
3,604
48,104
Buonaseraaaaaa.. grazie per la velocità della traduzione.. mi da questo errore:


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 498, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\core.py", line 2166, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\core.py", line 3208, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\screen.py", line 793, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\transform.py", line 984, in event
    rv = d.event(ev, cx, cy, st)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\transform.py", line 984, in event
    rv = d.event(ev, cx, cy, st)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\transform.py", line 984, in event
    rv = d.event(ev, cx, cy, st)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\behavior.py", line 1174, in event
    return handle_click(self.clicked)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\behavior.py", line 1095, in handle_click
    rv = run(action)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\behavior.py", line 388, in run
    new_rv = run(i, *args, **kwargs)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\behavior.py", line 395, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 498, in __call__
    renpy.load(fn)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\loadsave.py", line 829, in load
    log.unfreeze(roots, label="_after_load")
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\rollback.py", line 1130, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\rollback.py", line 925, in rollback
    self.load_failed()
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\rollback.py", line 843, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
The Synthetic 4.0
Thu Sep 12 23:10:45 2024




ho provato anche a far partire il gioco da zero ma ogni immagire viene fuori la schermata di errore,, come posso risolvere?
Ciao controllo e ti dico...
 

Jungles70

Engaged Member
Mar 20, 2021
3,604
48,104
Buonaseraaaaaa.. grazie per la velocità della traduzione.. mi da questo errore:


Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_file.rpy", line 498, in __call__
    renpy.load(fn)
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

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

Full traceback:
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in script
    python hide:
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\ast.py", line 823, in execute
    renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\python.py", line 1178, in py_exec_bytecode
    exec(bytecode, globals, locals)
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
    python hide:
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
    ui.interact()
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\core.py", line 2166, in interact
    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\core.py", line 3208, in interact_core
    rv = root_widget.event(ev, x, y, 0)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\screen.py", line 793, in event
    rv = self.child.event(ev, x, y, st)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\transform.py", line 984, in event
    rv = d.event(ev, cx, cy, st)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\layout.py", line 1202, in event
    rv = i.event(ev, x - xo, y - yo, cst)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\transform.py", line 984, in event
    rv = d.event(ev, cx, cy, st)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\layout.py", line 288, in event
    rv = d.event(ev, x - xo, y - yo, st)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\transform.py", line 984, in event
    rv = d.event(ev, cx, cy, st)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\behavior.py", line 1174, in event
    return handle_click(self.clicked)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\behavior.py", line 1095, in handle_click
    rv = run(action)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\behavior.py", line 388, in run
    new_rv = run(i, *args, **kwargs)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\display\behavior.py", line 395, in run
    return action(*args, **kwargs)
  File "renpy/common/00action_file.rpy", line 498, in __call__
    renpy.load(fn)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\loadsave.py", line 829, in load
    log.unfreeze(roots, label="_after_load")
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\rollback.py", line 1130, in unfreeze
    self.rollback(0, force=True, label=label, greedy=greedy, on_load=True)
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\rollback.py", line 925, in rollback
    self.load_failed()
  File "C:\Users\Meno2\Downloads\The_Synthetic_Ep.4-pc\The_Synthetic-pc\renpy\rollback.py", line 843, in load_failed
    raise Exception("Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?")
Exception: Couldn't find a place to stop rolling back. Perhaps the script changed in an incompatible way?

Windows-10-10.0.22631 AMD64
Ren'Py 8.2.3.24061702
The Synthetic 4.0
Thu Sep 12 23:10:45 2024




ho provato anche a far partire il gioco da zero ma ogni immagire viene fuori la schermata di errore,, come posso risolvere?
Ciao controllato non mi da nessun errore... liscio come l'olio fino alla fine. Per curiosità usi PC o Mac?
 
5.00 star(s) 25 Votes