-
Expected command. at position 34 in
at org.nlogo.core.Fail$.exception(Fail.scala:27)
at org.nlogo.core.Fail$.exception(Fail.scala:25)
at org.nlogo.core.Fail$.exception(Fail.scala:23)
at org…
-
I am successfully running the .jar version of PCPanel on Arch Linux. The App Finder does not appear to work or present any apps however, so I have been forced to guess the correct names of apps to be …
-
```Start Failed
Failed to initialize graphics environment
java.awt.AWTError: Can't connect to X11 window server using ':0' as the value of the DISPLAY variable.
(base) utopiah@r15-desktop4090:~…
-
```
to setup
ca
crt 10
show turtles with [ has-hatched? ]
end
to-report has-hatched?
hatch 1
report true
end
```
When running `setup`:
```
error (ConcurrentModificationException)
while o…
-
Hi all,
When I run the _DiscreteEventScheduling_ example model that comes with the time extension, NetLogo gives me an unknown error. Some of the other example models work e.g. _TimeExample_ which …
-
```java
import org.junit.Test;
import javax.imageio.ImageIO;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.io.FileOutputStream;
import java.io.OutputStream;
import java.…
-
The following error occurred after I had copied and pasted a few lines of code in the "Code" tab of the main Netlogo program. Pasting produces an extremely jumbled list of characters.
Verbatim err…
-
java.lang.reflect.InvocationTargetException
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1321)
at java.awt.EventQueue.invokeAndWait(EventQueue.java:1296)
at org.nlogo.awt.EventQueue$.i…
-
For instance `["min-pxcor" 1]`, `["max-pxcor" -1]` will result in a rather nasty stacktrace (see below). The provided world values should either be verified or raise a semantic exception during world …
-
Hi, several passages was not very clear to me, anyway I quite solved the issues.
Last error appears while typing the following command:
> py:setup py:python
I solved opening NetLogo as admini…