The listener dll timed out (system simulation)
By default, after loading the listener.dll through the Simulation tab, Modeler waits for 30 seconds before timing out. After timing out, Modeler unloads the listener.dll.
You can change the amount of time that Modeler waits after loading the listener.dll through the Simulation tab.
To change the listener.dll time out value:
1. Open the Registry:
To open the registry under Windows 10:
In the Windows Search the Web and Windows box, type Regedit, and then press the Enter key.
To open the registry under Windows 8.1 or Windows Server 2012:
On the Windows Apps screen, type Regedit, and then press the Enter key.
To open the registry under Windows 7:
Click the Windows Start menu, type Regedit, and then press the Enter key.
To open the registry under Windows Server 2008 and earlier supported versions of Windows:
On the Windows Start menu, click Run, type Regedit, and then press the Enter key.
2. In the left pane, locate and select the following registry key.
HKEY_CURRENT_USER\Software\ARTISAN Software Tools\Synchronizer\Simulation
3. In the right pane, determine whether the key has a DWORD entry named Timeout.
4. If there is not a Timeout entry, create the Timeout entry and set its value as required. The value is specified in milliseconds, for example, set the value to 20000 for a 20 second timeout:
a. Right-click the Simulation folder, and select New > DWORD Value.
b. In the right-pane, right-click the new entry, click Rename, type Timeout, and the press the Enter key.
c. Right-click the Timeout entry, and then select Modify.
d. In the Value Data box, type the required timeout value in milliseconds.
e. Select the Decimal option, and then click OK.
If Timeout entry exists, set its timeout value as required:
a. Right-click the Timeout entry, and then click Modify.
b. In the Value Data box, type the required timeout value in milliseconds, and then click OK.
5. Save and close the registry.