bepass-org / oblivion-desktop

Oblivion Desktop - Unofficial Warp Client for Windows/Mac/Linux
https://github.com/bepass-org/oblivion-desktop/releases
Other
4.91k stars 556 forks source link

VBS path issue (System proxy settings not changing [BUG]) #135

Closed siq0o closed 4 months ago

siq0o commented 4 months ago

Search first

What Happened?

After 615a77d system proxy settings don't change to their respective values.

Minimal Reproducible Example (MRE)

  1. Select any connection method
  2. Try connecting

Expected Behavior

No response

Version

v0.4.5

Platform/OS

Windows

Additional Context

Here are my previous settings that were changed using nekobox:

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings] "CertificateRevocation"=dword:00000001 "DisableCachingOfSSLPages"=dword:00000000 "IE5_UA_Backup_Flag"="5.0" "PrivacyAdvanced"=dword:00000001 "SecureProtocols"=dword:00002800 "User Agent"="Mozilla/4.0 (compatible; MSIE 8.0; Win32)" "ZonesSecurityUpgrade"=hex:95,17,bf,53,92,a7,da,01 "WarnonZoneCrossing"=dword:00000000 "EnableNegotiate"=dword:00000001 "ProxyEnable"=dword:00000000 "MigrateProxy"=dword:00000001 "LockDatabase"=hex(b):cc,20,ad,18,af,0a,da,01 "ProxyServer"="127.0.0.1:2081" "ProxyOverride"=";localhost;127.;10.;172.16.;172.17.;172.18.;172.19.;172.20.;172.21.;172.22.;172.23.;172.24.;172.25.;172.26.;172.27.;172.28.;172.29.;172.30.;172.31.;192.168.*"

Application Config Options

No response

Relevant log output

[2024-05-19 01:02:36.985] [info] proxy has been set for your system successfully! time=2024-05-19T01:02:40.079+03:30 level=INFO msg="serving proxy" address=127.0.0.1:8086

Are you willing to submit a PR? If you know how to fix the bug.

kiomarzsss commented 4 months ago

@siq0o i see 🤔... could you please do the following and get back to me?:

  1. right click on the app icon
  2. open the file location
  3. and send me a screen shot of what you have on resources/assets/bin

also how you installed the app? (zip/exe(all users, one user))?

siq0o commented 4 months ago

@kiomarzsss Here are the files: image

I'm running the portable app compiled from source (zip)

kiomarzsss commented 4 months ago

@siq0o i see... create a folder in this folder called "vbs" and move all the files exept warp-plus.exe to it and your problem should be fixed. i will fix this bug in the next version.

kiomarzsss commented 4 months ago

@siq0o i re-checked the problem and there was no problem on the official packages(https://github.com/bepass-org/oblivion-desktop/releases/tag/v0.4.5-beta) if you want to build from the source again run 'npm install' and build again and your problem should be fixed