Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

READ THIS BEFORE OPENING A NEW ISSUE - FAQ #27

Open
lioen-dev opened this issue Dec 17, 2024 · 2 comments
Open

READ THIS BEFORE OPENING A NEW ISSUE - FAQ #27

lioen-dev opened this issue Dec 17, 2024 · 2 comments

Comments

@lioen-dev
Copy link
Contributor

lioen-dev commented Dec 17, 2024

This is a document containing explanations and fixes for most common questions and issues. Please read through this to try to fix your problem before joining the batch man discord server or creating an issue.


PLEASE ENSURE YOUR DEVICE LANGUAGE IS SET TO ENGLISH, THE APPLICATION WILL NOT WORK OTHERWISE

"Help, wifiscan is crashing when i run it!"

This issue is most commonly caused by there being a discovered network that has no name. it should be fixed in the latest update, just redownload and the issue should be fixed. if you do not want to redownload, you can edit the source code to include the error handling below:

if "!current_ssid!"=="" ( set "current_ssid=Hidden_Network" )

Make sure you have no typos before submitting a request, as most people often forget an ending quotations mark or exclamation point.




"When I launch, it says no interface detected!"

This issue is caused because of the fact some devices use the phrase "Wi-Fi" when doing a scan while others use "WiFi". We currently have two available fixes. You can redownload the application and the issue should be fixed, or you could change the source code of your downloaded file to change from "Wi-Fi" to "WiFi".




"colorchar.exe/colorbox.exe is not recognized as an internal or external command, operable program or batch file."

This is due to the dependencies of the application not being present, or they are not in the right directory. (This is assuming you aren't using a modified version). Ensure that you unzip the archive to run the application, and that you downloaded the entire application, not just the .cmd file.




I implemented these fixes, but it still doesn't work!

If these fixes do not work for you, please ensure the following before submitting an issue or asking a question in the server.

  • Your windows device's language is set to English.
  • You are on the latest version of the application.
  • Your answer is not already resolved in closed issues.

If you have ensured all these things and the issue is still unresolved, let us know so we can fix the issue for you! :)

@majordak
Copy link

majordak commented Dec 26, 2024

i tried everything even changing Wi-fi to Wifi in the source code and my computer's language is set to English but still the program cant detect my NIC is it an issue related to win7?

@lioen-dev
Copy link
Contributor Author

possibly, maybe check if the issue is fixed in the new version written by the original creator

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

No branches or pull requests

2 participants