Code Monkey home page Code Monkey logo

Comments (8)

thomas-crane avatar thomas-crane commented on August 15, 2024

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.

from famebot.

KrakoviaDev avatar KrakoviaDev commented on August 15, 2024

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.

from famebot.

thomas-crane avatar thomas-crane commented on August 15, 2024

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.

from famebot.

KrakoviaDev avatar KrakoviaDev commented on August 15, 2024

Alright thanks! Really looking forward to using your famebot.

from famebot.

Azukee avatar Azukee commented on August 15, 2024

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)

from famebot.

KrakoviaDev avatar KrakoviaDev commented on August 15, 2024

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

from famebot.

Azukee avatar Azukee commented on August 15, 2024

try fusion virtualization

from famebot.

thomas-crane avatar thomas-crane commented on August 15, 2024

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.

from famebot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.