casper

Results 14 comments of casper

I figured it out. Well, partially. Here is a response from the PuTTY maintainers: > I'm afraid the most likely culprit I could see is the locking down > of...

The problem seems to be here: https://github.com/wbond/package_control/blob/8b947d227bfee2b514283e650c3f88c954ae1026/package_control/deps/oscrypto/__init__.py#L49 Windows Vista SP2 does not include BCryptDeriveKeyPBKDF2, unless manually patched with Windows Server 2008 SP2, which most distributions will not have installed. Therefore...

Confirmed. This change fixes the issue: ``` if sys.platform == 'win32': # Windows XP was major version 5, Vista was 6 if sys.getwindowsversion()[0]

I also want to do this with Lucida Console. Did you figure out what tools are needed?

Just upgraded to Android 11 and gnirehtet which was working fine on 10 basically stopped working on 11 (only Chrome browsing works). Tetrd or fake wifi is not an option...

Hey @LeeBinder , thanks a lot for your reply. My main problem with Tetrd is that it requires Windows 7+ 64-bit, and I am on an old computer which I...

It has something to do with the permission requirements for USB debugging. I guess it's only a Xiaomi issue. See the post here: https://github.com/Genymobile/gnirehtet/issues/5#issuecomment-297045539 . Those options cannot be enabled...

Did you get this to work with --standalone and native C extensions somehow, or any idea how to make it work? It works great with RUBYOPT and pure Ruby gems,...

I'm getting the same error with: `./rubyc /__enclose_io_memfs__/bin/irb ` I copied this command from your RubyConf presentation, but it doesn't seem to work. How can we run irb inside packed...

@morefreeze Yeah that's the problem. MissionID doesn't exist any more, and many other symbols are missing.