Traceroute not working in 3.0rc5

Hi,

Please fix a script for traceroute in Mikrotik RouterOS v3.0rc5 (x86)
I try to traceroute a website from Mikrotik v3.0rc5 and see this

[riza@R-Gateway] > /tool traceroute www.kompas.co.id
Script Error: missing required values
                                     invalid value for argument address
[riza@R-Gateway] >

So, i try another traceroute from other router (x86 - Mikrotik 2.9.43)

[riza@XXXX] >  /tool traceroute www.kompas.co.id
     ADDRESS                                    STATUS
   1 202.65.112.249  10ms 14ms 10ms 
   2 218.100.27.147  10ms 33ms 15ms 
   3 202.146.5.33    23ms 15ms 19ms

Script error ? Script bug ?

traceroute is working for me. Problem could be somewhere else:

Script Error: missing required values
invalid value for argument address
this error means that your dns name could not be resolved when you tried to trace it.

You can check if DNS is resolving correctly by writing this command:

:put [ :resolve www.kompas.co.id ]