Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

FameBot Not Moving #32

Open
KrakoviaDev opened this issue Aug 6, 2017 · 8 comments
Open

FameBot Not Moving #32

KrakoviaDev opened this issue Aug 6, 2017 · 8 comments

Comments

@KrakoviaDev
Copy link

KrakoviaDev commented Aug 6, 2017

I recently was trying to get a famebot and I saw yours. It seemed very good and I tried it out, but I couldn't get it to move. I did everything required, /bind, tried changing settings, and more. I looked at the key presses menu and it showed the bot pressing keys, but I wasn't moving.
screen shot 2017-08-06 at 3 28 51 pm
Note: Using Wine on a Mac

@thomas-crane
Copy link
Owner

The bot says that it's bound to an Unknown process, but it should be bound to something like Adobe Flash Player or similar. /bind will only work if you are on the proxy server, so make sure you are on that. I haven't tested this with Wine for Mac, and there's a good chance that this is the source of the issue because the bot makes heavy use of the Windows API to move the player.

@KrakoviaDev
Copy link
Author

KrakoviaDev commented Aug 7, 2017

I was on the proxy server.
Is there any way you could test it on Wine for Mac and help me fix it?
Or find an alternative for Wine that works?
Thanks.

@thomas-crane
Copy link
Owner

Unfortunately I don't have a Mac I can use to test this with at the moment, but I can look into Wine and how much of the Windows API it offers later today to see if that is the cause.

@KrakoviaDev
Copy link
Author

Alright thanks! Really looking forward to using your famebot.

@Azukee
Copy link

Azukee commented Aug 7, 2017

Wine might not be a very good idea to use here.
If you have a genuine mac with enough space, try dualing booting Windows 7 with Bootcamp, it's hilariously easy; then you'd have all the benefits from Windows on your mac (without doing anything to your Mac OS X).

(Be warned the trackpad turns to shit on windows 7 for some reason, I can talk from my own experience)

@KrakoviaDev
Copy link
Author

KrakoviaDev commented Aug 7, 2017

I've heard about Bootcamp but I wouldn't like to restart my computer every time to switch. Do you know about any other alternatives to it?
Edit: I accidentally keep closing it when I want to click comment

@Azukee
Copy link

Azukee commented Aug 8, 2017

try fusion virtualization

@thomas-crane
Copy link
Owner

As much as I would like to fix this, I don't have a Mac so trying to reproduce any behaviour and fix this will be very hard for me to do.
I am also a bit skeptical of any Windows emulators working because of how many PInvokes are used.
PInvoke calls are not checked at compile time, so the program will attempt to execute whether the method you are trying to PInvoke exists or not.

If the method doesn't exist, an exception will be thrown, so the best 'fix' I can do without buying a Mac would be catching these exceptions and warning the user that the famebot is not compatible with their system.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants