Giter VIP home page Giter VIP logo

Comments (9)

UltimateFishbot avatar UltimateFishbot commented on August 18, 2024

Can you try starting the game and the bring up Windows Task Manager (Ctrl + Shift + Esc)?

In the 'Processes' tab you should be able to find the World Of Warcraft game (it will have a description of World of Warcraft) and the Image Name column should tell you what the name is.

It should look something like this:
https://www.dropbox.com/s/wwsizrmm0ujjaao/Screenshot%202014-11-23%2019.44.42.png?dl=0

Do you see it as WoW.exe ?

from ultimatefishbot.

Anglerbrad avatar Anglerbrad commented on August 18, 2024

wow-64.exe

from ultimatefishbot.

henrikhermansen avatar henrikhermansen commented on August 18, 2024

@Anglerbrad Open Settings, then the Premium Settings tab. Change the WoW Process Name to "wow-64.exe". Hopefully this should fix it :)

from ultimatefishbot.

UltimateFishbot avatar UltimateFishbot commented on August 18, 2024

The code should try to find the 64 bit version - but it might be doing it wrong. I'm going to try and download and test it.

       Dim WoW As Process = Process.GetProcessesByName(My.Settings.ProcName).FirstOrDefault()
       If (WoW Is Nothing) Then
           WoW = Process.GetProcessesByName(My.Settings.ProcName + "-64").FirstOrDefault()
       End If

Maybe it should have the .exe in there.

from ultimatefishbot.

Anglerbrad avatar Anglerbrad commented on August 18, 2024

Worked :) ty very much

from ultimatefishbot.

henrikhermansen avatar henrikhermansen commented on August 18, 2024

@UltimateFishbot I see that my process is called "Wow-64.exe" too actually, and it works fine with "Wow" in the process name field. That's a bit strange, unless it's case sensitive?

from ultimatefishbot.

UltimateFishbot avatar UltimateFishbot commented on August 18, 2024

That is strange - I thought it was case insensitive; I only have the 32 bit one but it finds 'WOW' and 'wow'.

I'm tempted to just look at the Window Title - it should be World of Warcraft both both versions?

from ultimatefishbot.

henrikhermansen avatar henrikhermansen commented on August 18, 2024

Fits for my title "World of Warcraft".

from ultimatefishbot.

henrikhermansen avatar henrikhermansen commented on August 18, 2024

Seems your fix where it detects window title solved it for the guy in #29 . I'll leave it up to you to close this @UltimateFishbot

from ultimatefishbot.

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.