madeddy

Results 13 issues of madeddy

## Describe the bug UnRPA is unable to unpack old Renpy archives with rpi extension (RPA-1.0 possibly) *Konsole output:* ``` $ python3.7 -m unrpa /home/olli/Development/rpy/tstrpa/old/images.rpi Extracting files from /home/olli/Development/rpy/tstrpa/old/images.rpi. There...

Bug Report

RenPy's next bigger release will no longer support python 2 in the near future and very possible py3.8. It would be awesome if this little app could get updated to...

A new error from a wrong decompilation was discovered. Used unrpyc v1.1.5 with last patch from dev. Excerpt from errors.txt: `File "game/renpy_screens.rpy", line 1655: end of line expected. at transform:on...

- Codium uses ATM wrongly the VSCode icon. Original icon see: https://github.com/VSCodium/vscodium/tree/master/src/stable/src/vs/workbench/browser/media - Vorta has no icon. Original icon see "icon.svg": https://github.com/borgbase/vorta/tree/master/src/vorta/assets/icons - Theia is also missing: https://github.com/eclipse-theia/theia

With Linux, Python 3.10 and Ren'py 8.2.0 app. I tested something with the TL feature and noticed this problem: ```bash olli@tty2*blue $ python ~/Code/Git/unrpyc/unrpyc.py ~/.xlib/RPG/_test/OurBrightDays-0.1.3-pc/game -T /home/olli/.xlib/RPG/_test/OurBrightDays-0.1.3-pc/game/tl/tl.txt -l english -c...

Not much in terms of code changes beyond removal of a few unused imports, vars, a leftover comment (__init__.py L489) and some added parens for code stacking. However a lot...

See #189 Add/update app infos - add dunders for central info access - add version to argparse - change exception in py-version check Refactoring of result system and endreport -...

(Tracking issue to have it noted and don't gets forgotten.) At the moment, as of unrpyc v2.0 / v1.3, its possible to use certain argparse arg combinations which will not...

Noting this down to be complete. _A task for a bad weather day._ Just out of curiosity i try for some time to figure out how this feature works. What...

For the current test of the rpyc2 header we use this code: ```py if not raw_contents.startswith(b"RENPY RPC2"): raise Exception("This isn't a normal rpyc file") ``` Problem is, it catches only...

Possibly resolved