routeros7 socks packet to another gateway not working

my configure in router os 6.49 and work prefectly :
but not working in router os 7 .
socks users connect to routing table vpn
but in os7 not working

/interface pptp-client
add connect-to=37.xxx.xxx.xxx disabled=no name=vpn password=123 user=123

/ip firewall mangle
add action=mark-routing chain=output dst-port=443 new-routing-mark=vpn
passthrough=yes protocol=tcp

/ip firewall nat
add action=masquerade chain=srcnat

/ip route
add distance=1 gateway=vpn routing-mark=vpn

/ip socks
set auth-method=password enabled=yes version=5

/ip socks users
add name=123 password=123

no body to helping ?
my telegram id : megasoheilsh

ros 7 beta 6 , still have problem

You have to also manually define “vpn” as a routing table in v7 otherwise it will not work, it is a new feature:

/routing table
add disabled=no fib name=vpn

yes in ros7 route table is already added

i have this problem too

anybody have a solution ?

socks5 is currently (as of 7.1) broken.