bkats
bkats
Problem for me was that '~/.local/bin' wasn't in my path, yet. The prepare assumes that this location is in your path. When it isn't it will fail the last step...
It didn't for me. But I found in a other issue about prepare.sh failing a link to the live2d. I got that, that part is now working. But now I...
So I uncommented the line mentioned in other issue in 'pythonlib.py' and now it finished successfully. Line 255: ''' # used_rules.add("steamapi") ''' It also runs. At least some success. My...
Not saying that it should or shouldn't be replaced, but I don't see how this issue effect Ren'Py. The generated key is just stored in a file without any protection....
I just looking into the cryptography library. I think it shouldn't be to complicated (I hope). I got some test code working. So can give it a try and see...
@mal, That function isn't directly used by renpy, but indirectly by using the sign function. But yeah this CVE isn't really a problem for renpy. There way more easier options...
So I was trying to use my own build renpy sdk (to see if my minimum coding would actually work). But I got an error on 'thumb_align' not being correct...
Okay, new day. I switched back to master branch and that one works now. No idea why it didn't handle the new 'thumb_align' before. I got my 'primarily' code building...
So got some progress. I can now successful verify save files using openssl. (savetoken.py - verify_data) I had two issues, first one was I was using void* as parameter on...
So I tried to build an update on a test vn to test my changes. But I got this weird exception: ``` While running game code: File "launcher/game/front_page.rpyc", line 260,...