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
Hello, I’d like to start by mentioning that I read as much as I could in the general thread on issues with version 6.31+ (#4539), but I found parts of it difficult to understand since much of it is in Chinese.
Could you explain why Tun-mode has started to have issues with enabling in versions after 6.55? (windows) I frequently see messages like this:
+0300 2024-11-13 20:25:43 WARN inbound/tun[tun-in]: open tun interface take too much time to finish!
FATAL[0015] start service: initialize inbound/tun[tun-in]: configure tun interface: Cannot create a file when that file already exists.
For now, my solution has been to revert to version 6.55, since I need to frequently switch between Tun-mode and system proxy mode. However, I would like to know if it’s possible to rebuild the program with new features, such as regional presets, while maintaining stable Tun-mode switching.
Were there significant changes in the code specifically affecting the enable/disable mechanism for Tun-mode, and how difficult would it be to fix this issue?
It seems that this code in MainWindowViewModel.cs (version 7.0.9) should be responsible for this, but something is clearly off, and you probably commented it out for a reason:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello, I’d like to start by mentioning that I read as much as I could in the general thread on issues with version 6.31+ (#4539), but I found parts of it difficult to understand since much of it is in Chinese.
Could you explain why Tun-mode has started to have issues with enabling in versions after 6.55? (windows) I frequently see messages like this:
For now, my solution has been to revert to version 6.55, since I need to frequently switch between Tun-mode and system proxy mode. However, I would like to know if it’s possible to rebuild the program with new features, such as regional presets, while maintaining stable Tun-mode switching.
Were there significant changes in the code specifically affecting the enable/disable mechanism for Tun-mode, and how difficult would it be to fix this issue?
It seems that this code in MainWindowViewModel.cs (version 7.0.9) should be responsible for this, but something is clearly off, and you probably commented it out for a reason:
Beta Was this translation helpful? Give feedback.
All reactions