Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
faq [2023/08/14 16:51]
admin [Performance]
faq [2025/08/12 20:00] (current)
admin [Troubleshooting]
Line 112: Line 112:
 **When I try to run Dinamica EGO, I get a message box that says '​Unable to load library "​JavaBinding"'​. What is wrong?** **When I try to run Dinamica EGO, I get a message box that says '​Unable to load library "​JavaBinding"'​. What is wrong?**
  
-Installing the "​Visual C++ Redistributable for Visual Studio ​2015" on your computer will fix the issue. Usually, the Dinamica EGO installer tries to install the redistributable files itself, but in case it fails, you might have to install them manually:+Installing the "​Visual C++ Redistributable for Visual Studio ​2022" on your computer will fix the issue. Usually, the Dinamica EGO installer tries to install the redistributable files itself, but in case it fails, you might have to install them manually:
  
-Go to the [[https://www.microsoft.com/​en-us/​download/details.aspx?id=48145|Microsoft website]], and click the "​Download"​ button.+Go to the [[https://learn.microsoft.com/​en-us/​cpp/windows/​latest-supported-vc-redist?view=msvc-170|Microsoft website]], and click the "​Download"​ button.
  
 After installing this utility, try running Dinamica EGO again. After installing this utility, try running Dinamica EGO again.
Line 302: Line 302:
   * Run Dinamica EGO in environment with as much memory as possible;   * Run Dinamica EGO in environment with as much memory as possible;
  
-  * Set the memory management option ("​Tools"​ -> "​Options"​ | "​Advanced"​) to "​Balanced" or "​Aggressive". If your are using the command line tool, you will have to use the option "​-memory-allocation-policy"​ with values ​or 4, respectively;+  * Set the memory management option ("​Tools"​ -> "​Options"​ | "​Advanced"​) to "​Balanced"​. If your are using the command line tool, you will have to use the option "​-memory-allocation-policy"​ with value 1;
  
   * Reduce the number of lines and columns in your maps;   * Reduce the number of lines and columns in your maps;
Line 312: Line 312:
  
    
-===== Usage ===== 
- 
-=== Question U-1 === 
- 
-**Console Launcher output window only shows the last messages produced by model execution. Is there any way to see the complete model output?** 
- 
-In the folder where the model is been executed, there is a complete log file written by the Console Launcher with the model name. It allows the Console to run several models at the same folder one after another without discarding the previous output logs. 
- 
-Clicking on the "Show More" on the Console Launcher Output panel, it is possible to see a list of output log of models that have completed the execution and are available for inspection. 
  
 ===== Models =====  ===== Models =====