-
Notifications
You must be signed in to change notification settings - Fork 12
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
Wi-Fi status stays at "Checking" // Add support for systems that use languages other than EN-US #1
Comments
Hey @FAWTS thanks for the console info, Seems the app is erroring out for some reason with your adapter. Could you by chance open a command prompt window and type in The output should look similar to: Thanks! |
C:\WINDOWS\system32>netsh wlan show drivers Nom de l'interface : Connexion réseau sans fil
|
Ah... Damn. Okay Netify Jump currently is unable to set systems that are not using English as there language. Ill fix this in the next update. |
Great! Can you tell me on twitter when it is ready so I can test again ? Thank you. |
@FAWTS sure thing :) |
Hi guys, I'm also using a non English version of Windows, but I got a different bug : While I know for sure that I can turn my wifi card into a hotspot, since I just did it (C:\Windows\System32\netsh.exe wlan start hostednetwork works fine, with my set up hosted network). Hope it helps. Looking forward to using the next release! :) |
Hey @Raph01 first off thanks for the bug report! Would you be able to tell me what language are you using? (i have to go and add every single lang to a file :P ) |
Hey @luigiplr :) Glad to help, that's a very good soft you wrote here. I'm using French -I even tried switching it to English, but you can't do that on a Family Edition of Windows X-S |
@Raph01 Darn. I shall make a effort to get the next release out promptly! I will ask though would you able to run the following commands in CMD.exe and paste the output here?
And these commands in powershell.exe
Thanks again! -Luigi |
No problem. netsh wlan show hostednetwork : Paramètres du réseau hébergé
État du réseau hébergé
netsh wlan show drivers: Nom de l'interface : Connexion réseau sans fil
wmic os get osarchitecture: OSArchitecture And as for the Get-net command, none of them work on my Powershell. Apparently they are Windows 8 command and don't work on a Win7 version. |
Hello,
I'm trying Netify Jump v. 0.0.4 on Windows 10 64 bit. My WiFi card is a Qualcomm Atheros AR938x. I have 1 warning in the dev tool :
if (typeof console !== "undefined" && typeof console.warn !== "undefined") {
printWarning = function (message) {
console.warn(message);
(line 777 - 779 in buggability.js)
and 1 error :
TypeError: Cannot read property 'split' of undefined(…)(anonymous function) @ networkEngineActions.js:133
updaterUtil.js:130 No new updates available.
Do you need anything else ?
Best regards.
The text was updated successfully, but these errors were encountered: