You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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! :)
The text was updated successfully, but these errors were encountered:
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?
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.
If you have ensured all these things and the issue is still unresolved, let us know so we can fix the issue for you! :)
The text was updated successfully, but these errors were encountered: