meflakcannon

Results 11 comments of meflakcannon

Go read https://github.com/autopilot-rs/autopy/issues/64 There are some needed changes in the rust files to enable proper install of this tool. Specifically you need to be on the correct rust nightly. Which...

Could you provide a more detailed install assuming a Fresh installation of windows? I installed Python 3.9.1, and run "pip install autopy" This errors because I haven't installed setuptools-rust. So...

If you follow that error down path. head into the following file and add "#![feature(cfg_doctest)]" without quotes. Around line 70 add it and save the lib.rs. Once done the autopy...

It's an issue with the fact we are locked to that rust nightly from 2019. Ideally that dependency should be updated/fixed so the compile works on a newer nightly or...

Check my comment from January 19th anonymousminati. You have to modify the rust cargo documentation and add an "experimental" feature. This is an absolute pain in the ass and since...

> > > autopy does not support python above 9 so downgrade , it will work It works fine. The underlying rust code that is interacted with will not work...

Folks Once you have enabled the correct rust nightly you will get an error which ultimately complains about E0658 in rust. To fix this you need to enable the doctest...

This has been fixed a few times in several branches (Check branches). However due to the passing of Sylvanaar. The merges won't be approved to the main files.

The PARTY_MEMBERS_CHANGED event has been removed with TBC Prepatch. The alternative calls GROUP_ROSTER_UPDATE and GROUP_JOINED GROUP_LEFT are already registered (hence why Prat continues to work).

I captured the error. 2x [ADDON_ACTION_FORBIDDEN] AddOn 'Prat-3.0-3.9.1-1-g6978fc8' tried to call the protected function 'AcceptBattlefieldPort()'. [string "@!BugGrabber\BugGrabber.lua"]:519: in function [string "=[C]"]: in function `AcceptBattlefieldPort' [string "@FrameXML\StaticPopup.lua"]:768: in function `OnAccept' [string...