--
You received this message because you are subscribed to the Google Groups "netlogo-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to netlogo-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/netlogo-users/013b2fc1-4cae-43ff-a650-c7e39a467282n%40googlegroups.com.
Environment:
Command center for on-the-fly interaction
Interface builder w/ buttons, sliders, switches, choosers, monitors, text boxes, notes, output area
Info tab for annotating your model with formatted text and images
HubNet: participatory simulations using networked devices
To view this discussion on the web visit https://groups.google.com/d/msgid/netlogo-users/CAFkCkGe%3DLdoKU84RRVidEwZQEj9nXarCuKHdiDspcEgqEtUGYw%40mail.gmail.com.
On Aug 29, 2024, at 7:53 AM, Dapeng Dong <dapeng....@gmail.com> wrote:
To view this discussion on the web visit https://groups.google.com/d/msgid/netlogo-users/3998c376-f4f4-4a8a-9ab2-5fed60b8cd71n%40googlegroups.com.
It might be that your 'institution' has some sort of EDR agent installed on your system that treats the netlogo program as something suspicious when you are on their network.
You could look at using the Sysinternal tools (I'm assuming you are on Windows) especially Process Explorer to find out what your system is actually doing (or not) while you are waiting for Netlogo to load up.
https://learn.microsoft.com/en-us/sysinternals/
Cheers, Greg
To view this discussion on the web visit https://groups.google.com/d/msgid/netlogo-users/3998c376-f4f4-4a8a-9ab2-5fed60b8cd71n%40googlegroups.com.
-- ---------- Please note my email address has changed to gssk...@acm.org
Hi,
NetLogo makes a request over the network to update information about extensions and their latest versions.
I know of one other case where the user of a linux server had a similar issue.
One can turn off this request by setting the java preference netlogo.libraries.disabled=true
One way to do this is to edit the NetLogo configuration file which for MacOS is "NetLogo 6.4.0.app/Contents/app/NetLogo 6.4.0.cfg"
You can locate the file on a Linux system by cd’ing to the NetLogo installation directory in a terminal and executing
find . -name "*.cfg"
Then add this line to the section with java-options (order doesn’t matter)
java-options=-Dnetlogo.libraries.disabled=true
Note that there is a separate file for NetLogo3D.
Alternatively you could add the additional java preference directly into the netlogo_gui.sh or netlogo_headless.sh scripts
JVM_OPTS=(-XX:MaxRAMPercentage=50 -Dfile.encoding=UTF-8 -Dnetlogo.libraries.disabled=true -Dnetlogo.extensions.dir="${BASE_DIR}/extensions" -Dnetlogo.models.dir="${BASE_DIR}/models" --add-exports=java.base/java.lang=ALL-UNNAMED --add-exports=java.desktop/sun.awt=ALL-UNNAMED --add-exports=java.desktop/sun.java2d=ALL-UNNAMED --add-exports=java.desktop/com.apple.laf=ALL-UNNAMED)
You can set the value to false, or remove that preference if you want to allow the updates.
Please let us know if this solves your problem.
--
Aaron Brandes, Software Developer
Center for Connected Learning and Computer-Based Modeling
.
To view this discussion on the web visit https://groups.google.com/d/msgid/netlogo-users/3998c376-f4f4-4a8a-9ab2-5fed60b8cd71n%40googlegroups.com.
Solo
To view this discussion on the web visit https://groups.google.com/d/msgid/netlogo-users/5f58d87c-8fb7-40a3-abdf-12bd50177defn%40googlegroups.com.