cursey / kanan

Mods for Mabinogi using Javascript
The Unlicense
57 stars 30 forks source link

Frida error? #153

Closed InvalidUUID closed 7 years ago

InvalidUUID commented 7 years ago

Getting this error whenever I try to install kanan on a new pc, for some reason.. I don't understand what im doing wrong because it worked just fine on my own pc.

Java is installed properly, and I made sure to install the latest version of Python x64 and Frida, also using the latest repo of kanan (updated today, Jan 18).

See this video for the error, also picture down bellow. Image of Error

https://youtu.be/DAfgBWHh3Ng

ruuka commented 7 years ago

I have the exact same problem right now, hopefully someone could take a look into it !

cursey commented 7 years ago

I believe this is an issue with the latest version of frida, and not kanan. Please open a console and type pip install frida==9.0.7 to install the previous version of frida and let me know if it fixes this issue.

InvalidUUID commented 7 years ago

Image of Error With 9.0.7 Frida installed (uninstalled old version before installing new one)

cursey commented 7 years ago

Do you have the most recent version of the kanan files? I thought I fixed this in a recent commit (see #152 and commits d1d530c / b99008d).

InvalidUUID commented 7 years ago

Oh right, forgot I used an older version to see if it wasnt kanan, didnt update back to latest. Still getting a few errors with new one but it seems to run, mostly. kanangif

cursey commented 7 years ago

Yep, the latest patch broke a few things. I've already started fixing them but I'm glad its mostly working for you like it should.

InvalidUUID commented 7 years ago

Well thanks for the quick reply even though its late asfk

ruuka commented 7 years ago

Thanks to both of you! Fixed for me as well as I had the same exact issues.