Coder Social home page Coder Social logo

Comments (16)

MarkusJx avatar MarkusJx commented on September 23, 2024

There is actually no need for autobet to detect your game (in fact, it can't), as it doesn't interact with the executables in any way.
It just takes screenshots and moves your mouse around accordingly, so your issue is probably something different.
Would you mind sending me some more information about this issue and some logs? Maybe enable the Extended Debugging switch in the UI and send the zip (or parts of it) containing debugging information (make sure to censor any private information in there).

from autobet.

 avatar commented on September 23, 2024

Thank you for the swift response, it's stuck on initializing, as shown on the screenshot
autobet_Yfs4XNhuml
Unfortunately, I can't send anything except this screenshot, as the zip file on the desktop is empty, and out.log wasn't generated at it's supposed place. Thank you for the assistance!

from autobet.

MarkusJx avatar MarkusJx commented on September 23, 2024

Uhmm, so, yeah, this is related to the program not starting properly (or rather, the render process throwing some error).
Could you start the program from the command line with the following flag passed --enableDevTools to enable dev tools, then, press CTRL+SHIFT+I to open the devtools and send me the errors printed in there (those should be marked red).

More detailed steps (if you need further instructions)

  • Open up a command promp (type in cmd in your search bar, press enter)
  • Change to the directory where your autobet installation (or the shortcut to it) is located using cd, e.g. cd Desktop
  • Run the program with the devTools flag: autobet.lnk --enableDevTools
  • It should output Starting with devTools enabled
  • Open up the dev tools by pressing CTRL+SHIFT+I

from autobet.

 avatar commented on September 23, 2024

Uncaught (in promise) Error: unable to open database file
d45666d5-b617-4d00-a3b3-dff9d7e7d801:1 Uncaught DOMException: Failed to execute 'importScripts' on 'WorkerGlobalScope': The script at 'file:///C:/Program%20Files/autobet/resources/app.asar/renderer/out/worker-javascript.js' failed to load.
at blob:file:///d45666d5-b617-4d00-a3b3-dff9d7e7d801:1:1

from autobet.

MarkusJx avatar MarkusJx commented on September 23, 2024

Is that the only error? Because that one is actually not a problem. If so, try re-installing the program, that may fix your problem.
You are using the latest version (v1.4.0), right?

from autobet.

 avatar commented on September 23, 2024

I am using 1.4.0 and I've also tried reinstalling. Maybe my gpu doesnt support Vulkan? Its an R7 240.

from autobet.

MarkusJx avatar MarkusJx commented on September 23, 2024

I don't see why not having vulkan support would be an issue. Also, I've ran autobet on really old hardware (built in 2010 or so), but those were older versions of autobet...You could try installing v1.3.1 but that one will automatically update to v1.4.0 once restarted, so this would only help us see if this is related to v1.4.0. Did you use autobet before update 1.4.0? As 1.4.0 brought new config options, there may be an issue with that

from autobet.

 avatar commented on September 23, 2024

1,3,1 seems to work for me, it detects my game

from autobet.

MarkusJx avatar MarkusJx commented on September 23, 2024

So the issue is v1.4.0, could you try enabling logging to file (no extended debugging) in v1.3.1, stop the program, wait a few minutes for the update to finish (or just update manually), start up v1.4.0, wait some time, stop that and send me the logs which are stored in YOUR_DOCUMENTS_FOLDER/autobet/autobet.log (The logs are usually written on program exit)

from autobet.

 avatar commented on September 23, 2024

autobet.log
Okay so it is indeed the latest version that is causing the issue, here are the logs

from autobet.

MarkusJx avatar MarkusJx commented on September 23, 2024

So I don't see a clear issue in there and I am unable to reproduce this bug, maybe try deleting the config folder (YOUR_DOCUMENTS_FOLDER/autobet). Or maybe this is a caching issue with electron. In this case, try deleting the electron directory, which is located in C:\Users\<user>\AppData\Roaming\autobet. If nothing helps, I could offer you an installer of version 1.3.1 with automatic updates disabled.

from autobet.

 avatar commented on September 23, 2024

Actually, my bad, here are the latest log files, after I enabled the log to file option. Could you take a look if this is any different? Thank you so much for the help.
autobet.log
:

from autobet.

MarkusJx avatar MarkusJx commented on September 23, 2024

Nope, still nothing, I'd suggest trying to delete the cache(s), as there are no signs of errors, which is weird

from autobet.

 avatar commented on September 23, 2024

I've tried deleting both cache folders, unfortunately it didn't bring any success. Could you please make an installer of 1.3.1 without auto updates? Also, is there any difference in the betting algorithm between 1.3.1 and 1.4.0?

from autobet.

MarkusJx avatar MarkusJx commented on September 23, 2024

I've added the version without automatic updates to the release section of v1.3.1.

And no, there were no changes regarding the betting algorithm in v1.4.0 made, that algorithm is the same since v1.1.0.
v1.4.0 mainly brought UI changes, a better web ui with SSL and (browser) Notification support, support for collecting historic data, plus some configuration options, so nothing, which impacts the profit, generated by this tool.

But anyways, I'm really sorry I couldn't (properly) help you with this issue and I hope that I can find a solution to this, at some point. If you find any new clues, please let me know, maybe we can find something to work with.

Cheers! :)

from autobet.

 avatar commented on September 23, 2024

Thank you so much for your efforts, I'm really grateful for your assistance!

from autobet.

Related Issues (12)

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.