Bexa2

Results 14 comments of Bexa2

Updated to 516.59 and it got fixed. Weird, first time this has happened with any game.

Nevermind, it worked in full screen for like 2 seconds, I sent the message and when I went back to the phone it was frozen.

[NvStreamerCurrent.log](https://github.com/moonlight-stream/moonlight-android/files/9277071/NvStreamerCurrent.log)

For some reason the game 'High School Days' fails with `renpy.python` and works with `renpy.revertable` but 'SexNote-0.19.5a-pc' fails with `renpy.revertable` and works with `renpy.python` Is there any way to use...

My bad, you can use this as a module but `unrpyc.decompile_rpyc` has to write to file, it'd be cool to be able to choose to return the decompiled rpyc code...

Mmmm... I've installed with `python setup.py install` but I get `ModuleNotFoundError: No module named 'magic'` when trying to import

Yeah, maybe it doesn't really make sense. I can just write `raw_contents` to file, pass the filename to `decompile_rpyc` and then read from the decompiled file, then delete both files....

[unrpyc.py diff](https://i.imgur.com/qyjJdVs.png) [decompiler/\_\_init\_\_.py diff](https://i.imgur.com/JgH6A1t.png) [decompiler/astdump.py diff](https://i.imgur.com/o9bvRx5.png) [decompiler/codegen.py diff](https://i.imgur.com/Y6MyjjG.png) [decompiler/screendecompiler.py diff](https://i.imgur.com/IQilN7E.png) [decompiler/sl2decompiler.py](https://i.imgur.com/ObjMkor.png) [decompiler/testcasedecompiler.py diff](https://i.imgur.com/2NIqDCO.png) [decompiler/translate.py diff](https://i.imgur.com/DvriwpG.png) [decompiler/util.py diff](https://i.imgur.com/tp5PcVf.png) With these changes I was able to make it work with python 3....

> @Bexa2 making decomplie_rpyc operate on file objects instead of filenames would be a nice addition (then you could also just use a BytesIO object in/out when you need to)....

Having everything as `renpy.python` seems to get further before crashing (my added prints print 2000 lines vs 9000 lines) ``` dict={'expr': 'fade', 'paired': None, 'name': ('game/script.rpy', 1658182085, 13), 'filename': 'game/script.rpy',...