On 6/27/22 04:06, Maxime Goubault wrote:
> Hello,
> I managed to install ns3 the simulations works. However I can't use the
> viewer for example: ./ns3 run /examples/tutorial/first.cc --vis
> I have this error:
>
> (python:48819): Gtk-WARNING **: 04:04:38.982: This process is currently
> running setuid or setgid.
> This is not a supported use of GTK+. You must create a helper
> program instead. For further details, see:
>
>
http://www.gtk.org/setuid.html
>
> Refusing to initialize GTK+.
> Command 'build/examples/wireless/ns3.36.1-wifi-ap-default
> --SimulatorImplementationType=ns3::VisualSimulatorImpl' returned
> non-zero exit status 1.
>
> Note that my view is enabled in my configuration.
> Any idea to help me?