queue trees not working

i’ve marked the packet in firewall mangle but it not working with queue tree.

does you mangle rule count packets?

post here your rule and your queue

im using v2.9.44. the packet marks read but not the queues. following an example from http://www.mikrotik.com/testdocs/ros/2.8/root/queue.php. see rules n queues attached
rules.rsc (1.16 KB)
queuetree.rsc (1.56 KB)

at first, ‘input’ chain is for packets directed to router itself. for client’s packets, use ‘prerouting’, ‘forward’ and ‘postrouting’.

second, see http://wiki.mikrotik.com/wiki/Packet_Flow - it’s dangerous to use ‘global-in’ as parent, because you should mark packets for that queue in ‘prerouting’ only: forward and postrouting are after global-in processing

thanx.tried markin in the foward chain.my network is proxied.what could be the best route considering i want to use queue trees and tie them to PCQs

if you’re using proxy, you are also need to mark packets in ‘input’ and ‘output’ chains