Tethering doesn't always load the set model

When opening A3d on a tethered laptop to an @5, more often than not it won't load the set models, only displaying the lights and the generic floor. The quickest way I've found to fix it is go in to edit mode, then close edit mode without saving changes. 

Is this a known issue?

Running 3.0.2

Parents Reply Children
  • Hey, I figured it out!  At least in my case.

    To answer your question, one is running Windows 10 and the other is Windows 11.

    The problem in my case is that, because I'm a software engineer, I use PyCharm as a Python editor and debugger.  PyCharm was listening on port 3098, which is the port that the console uses to transfer the model.  I was able to see in the Diagnostics tab that the model transfer was failing, then used Wireshark to trace the network packets to figure out that it was a TCP connection to port 3098 that wasn't working, then used tcpview and found that PyCharm had port 3098 open.

    Closing PyCharm on the system where Augment3d wasn't loading the module fixed the problem.

Related