Skip to content

fix windows Syscall Deprecated#1723

Merged
MarksonHon merged 1 commit intov2rayA:mainfrom
zzbamboo:fix-windows-syscall-deprecated
Aug 24, 2025
Merged

fix windows Syscall Deprecated#1723
MarksonHon merged 1 commit intov2rayA:mainfrom
zzbamboo:fix-windows-syscall-deprecated

Conversation

@zzbamboo
Copy link
Copy Markdown
Contributor

@zzbamboo zzbamboo commented Aug 7, 2025

// Deprecated: Use [SyscallN] instead.
func Syscall(trap, nargs, a1, a2, a3 uintptr) (r1, r2 uintptr, err Errno)

// Deprecated: Use [SyscallN] instead.
func Syscall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err Errno)

windows Syscall is deprecated, use SyscallN

@MarksonHon MarksonHon merged commit 6694ad8 into v2rayA:main Aug 24, 2025
4 checks passed
@zzbamboo zzbamboo deleted the fix-windows-syscall-deprecated branch August 25, 2025 02:05
@jiangshen95
Copy link
Copy Markdown

更新到 2.2.7 版本后,windows 上的 system proxy 无法使用了。显示错误 “failed to start v2ray-core: not support "system proxy" mode of transparent proxy: Invalid access to memory location.”,但是在 2.2.6.7 下可以正常使用。

@zzbamboo
Copy link
Copy Markdown
Contributor Author

更新到 2.2.7 版本后,windows 上的 system proxy 无法使用了。显示错误 “failed to start v2ray-core: not support "system proxy" mode of transparent proxy: Invalid access to memory location.”,但是在 2.2.6.7 下可以正常使用。

正在查看问题,准备修复

@zzbamboo
Copy link
Copy Markdown
Contributor Author

更新到 2.2.7 版本后,windows 上的 system proxy 无法使用了。显示错误 “failed to start v2ray-core: not support "system proxy" mode of transparent proxy: Invalid access to memory location.”,但是在 2.2.6.7 下可以正常使用。

已提交已修复的pull request,等待作者合并发新版本

YLinXin pushed a commit to YLinXin/v2rayA that referenced this pull request Apr 5, 2026
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

Successfully merging this pull request may close these issues.

3 participants