#181 樱凛 woc,解决了,把开放世界的那个文件名从open-world0.20改成OpenWorld就好了……..这个应该是bug吧………

    大佬你好,下载了DateMonikaSubmod后拖进submods文件夹里然后就报错了,请问是我操作不当还是说这个mod不符合版本?

      #183 浪客翔天 问题解决了,原因是更之前错误安装mod导致文件重合了,删干净后已经成功运行了,就是选项什么有汉化但monika的话是英语原文……好在以高中英语水平可以勉强啃生肉……

      大大这个情况是要更新吗

      求助,萌新,感谢

      
      I'm sorry, but errors were detected in your script. Please correct the
      
      errors listed below, and try again.
      
      File "game/Submods/Open-World-main/OpenWorld.rpy", line 148: invalid syntax
      
              "sowmcg2": ("SOWM2.png", so_2)
      
                       ^
      
      
      Ren'Py Version: Ren'Py 6.99.12.4.2187

      #1 Sir.P 大佬,你的个人网盘打开显示502 Bad Gateway怎么办

      麻烦问一下大佬

      这个文件夹是不是放在这里的??

        #82 Sir.P

        我下载了新版本。启动游戏出现这个报错

        • #193

        Hi, u/crunchy_meringue from MAS' subreddit here, I allow redistribution/Chinese translations of my spritepacks and submods, do feel free to reupload my folder for downloading convenience as long as my name (verd) on the spritepack files stay intact. And thank you so much for the kimono spritepack, the quality is amazing!

          • #194

          #193 verd Wow, this feeling is very special, usually we go over the firewall to browse the Reddit forum. See a foreign moderator in dcc for the first time.

          想问问,就是安装子模组和精灵包后,mas就打开不了了,但是又没有报错,删除文件重装的时候它又提醒我文件正在运行。重启后也是这样。这怎么解决?

          
          I'm sorry, but an uncaught exception occurred.
          
          While running game code:
          
            File "game/script-ch30.rpy", line 2141, in script call
          
            File "game/tl/chinese/config_pythonov/script_fix.rpy", line 40, in script call
          
            File "game/Submods/Dialogue Packs/P/pc_update_helper.rpy", line 67, in script call
          
          call copyfile
          
            File "game/Submods/Dialogue Packs/P/pc_update_helper.rpy", line 73, in script
          
          python:
          
            File "game/Submods/Dialogue Packs/P/pc_update_helper.rpy", line 83, in <module>
          
          copyOldDir(lista)
          
            File "game/Submods/Dialogue Packs/P/pc_update_helper.rpy", line 38, in copyOldDir
          
          shutil.copytree(cDir,tDir)
          
          WindowsError: [Error 183] : u'D:\\\\mygames\\\\monika/characters/OldVersionFiles/game/mod_assets/location'
          
          \-- Full Traceback ------------------------------------------------------------
          
          Full traceback:
          
            File "game/script-ch30.rpy", line 2141, in script call
          
            File "game/tl/chinese/config_pythonov/script_fix.rpy", line 40, in script call
          
            File "game/Submods/Dialogue Packs/P/pc_update_helper.rpy", line 67, in script call
          
          call copyfile
          
            File "game/Submods/Dialogue Packs/P/pc_update_helper.rpy", line 73, in script
          
          python:
          
            File "D:\\mygames\\monika\\renpy\\ast.py", line 814, in execute
          
          renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
          
            File "D:\\mygames\\monika\\renpy\\python.py", line 1719, in py_exec_bytecode
          
          exec bytecode in globals, locals
          
            File "game/Submods/Dialogue Packs/P/pc_update_helper.rpy", line 83, in <module>
          
          copyOldDir(lista)
          
            File "game/Submods/Dialogue Packs/P/pc_update_helper.rpy", line 38, in copyOldDir
          
          shutil.copytree(cDir,tDir)
          
            File "/home/tom/ab/x64lucid-deps/install/lib/python2.7/shutil.py", line 177, in copytree
          
            File "C:\\Python27\\lib\\os.py", line 157, in makedirs
          
          WindowsError: [Error 183] : u'D:\\\\mygames\\\\monika/characters/OldVersionFiles/game/mod_assets/location'
          
          Windows-8-6.2.9200
          
          Ren'Py 6.99.12.4.2187
          
          Monika After Story 0.12.15
          
          

          好像没法更新啊

          这个情况怎么解决??

          
          I'm sorry, but an uncaught exception occurred.
          
          While running game code:
          
          File "renpy/common/00gamemenu.rpy", line 173, in script
          
          ```$ ui.interact()```
          
          File "renpy/common/00gamemenu.rpy", line 173, in <module>
          
          ```$ ui.interact()```
          
          File "renpy/common/00action_other.rpy", line 484, in **call**
          
          ```rv = self.callable(\*self.args, \*\*self.kwargs)```
          
          File "game/Submods/Auto Weather Change/Utilities/awc_utils.rpy", line 75, in toggleAST
          
          ```store.persistent._mas_sunrise = store.awc_dtToMASTime(store.awc_getSunriseDT())```
          
          File "game/Submods/Auto Weather Change/Utilities/awc_utils.rpy", line 298, in awc_getSunriseDT
          
          ```awc_getObservation().get_weather().get_sunrise_time('date') - datetime.timedelta(seconds=time.timezone)```
          
          AttributeError: 'NoneType' object has no attribute 'get_weather'
          
          \-- Full Traceback ------------------------------------------------------------
          
          Full traceback:
          
          File "renpy/common/00gamemenu.rpy", line 173, in script
          
          ```$ ui.interact()```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\ast.py", line 814, in execute
          
          ```renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\python.py", line 1719, in py_exec_bytecode
          
          ```exec bytecode in globals, locals```
          
          File "renpy/common/00gamemenu.rpy", line 173, in <module>
          
          ```$ ui.interact()```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\ui.py", line 285, in interact
          
          ```rv = renpy.game.interface.interact(roll_forward=roll_forward, \*\*kwargs)```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\core.py", line 2526, in interact
          
          ```repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, \*\*kwargs)```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\core.py", line 3204, in interact_core
          
          ```rv = root_widget.event(ev, x, y, 0)```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 960, in event
          
          ```rv = i.event(ev, x - xo, y - yo, cst)```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\transition.py", line 45, in event
          
          ```return self.new_widget.event(ev, x, y, st)  # E1101```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 960, in event
          
          ```rv = i.event(ev, x - xo, y - yo, cst)```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 960, in event
          
          ```rv = i.event(ev, x - xo, y - yo, cst)```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\screen.py", line 651, in event
          
          ```rv = self.child.event(ev, x, y, st)```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 960, in event
          
          ```rv = i.event(ev, x - xo, y - yo, cst)```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 232, in event
          
          ```rv = d.event(ev, x - xo, y - yo, st)```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 960, in event
          
          ```rv = i.event(ev, x - xo, y - yo, cst)```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 232, in event
          
          ```rv = d.event(ev, x - xo, y - yo, st)```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 232, in event
          
          ```rv = d.event(ev, x - xo, y - yo, st)```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\viewport.py", line 303, in event
          
          ```rv = super(Viewport, self).event(ev, x, y, st)```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 232, in event
          
          ```rv = d.event(ev, x - xo, y - yo, st)```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 960, in event
          
          ```rv = i.event(ev, x - xo, y - yo, cst)```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 960, in event
          
          ```rv = i.event(ev, x - xo, y - yo, cst)```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\layout.py", line 960, in event
          
          ```rv = i.event(ev, x - xo, y - yo, cst)```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\behavior.py", line 889, in event
          
          ```return handle_click(self.clicked)```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\behavior.py", line 824, in handle_click
          
          ```rv = run(action)```
          
          File "E:\\mo\\(仅含mas)Doki Doki Literature Club\\Doki Doki Literature Club\\renpy\\display\\behavior.py", line 306, in run
          
          ```return action(\*args, \*\*kwargs)```
          
          File "renpy/common/00action_other.rpy", line 484, in **call**
          
          ```rv = self.callable(\*self.args, \*\*self.kwargs)```
          
          File "game/Submods/Auto Weather Change/Utilities/awc_utils.rpy", line 75, in toggleAST
          
          ```store.persistent._mas_sunrise = store.awc_dtToMASTime(store.awc_getSunriseDT())```
          
          File "game/Submods/Auto Weather Change/Utilities/awc_utils.rpy", line 298, in awc_getSunriseDT
          
          ```awc_getObservation().get_weather().get_sunrise_time('date') - datetime.timedelta(seconds=time.timezone)```
          
          AttributeError: 'NoneType' object has no attribute 'get_weather'
          
          Windows-8-6.2.9200
          
          Ren'Py 6.99.12.4.2187
          
          Monika After Story 0.12.15
          
          

          大佬们,这是什么问题?我只是安装了个同步天气的模组