Jeremy B

Results 84 comments of Jeremy B

Resolved as part of [this commit](https://github.com/NetLogo/NetLogo/commit/9f0039338cc040b6baef648e8d3efd0ad3e9ce11)

Thanks for reporting this issue, and sorry you ran into it. Things run okay for me on Ubuntu 20.04. Some quick searching indicates [this might be an incompatibility between JavaFX...

Awesome! Thank you for updating us so we know how to help others who encounter the same problem. In theory this will be fully and properly resolved when we finally...

As of [this commit](https://github.com/NetLogo/NetLogo/commit/aaa4eab1ef7037c956e5d379b2cc60d207f30b52) we're using the pre-release JOGL version. it was stable enough to include in NetLogo 6.2.0. It should no longer be a blocker for adopting Java 9+

Some info, tips, and tools from Microsoft on the Java 8 to 11 upgrade process: https://docs.microsoft.com/en-us/azure/developer/java/fundamentals/transition-from-java-8-to-java-11

[A compatibility issue popped up with Ubuntu 21.04 (Wayland) and Java 8 with Behaviorsearch](https://github.com/NetLogo/NetLogo/issues/1935). Fortunately there is a workaround. That issue should be resolved if we update our JavaFX to...

> Have any benchmarks been done alrready? Really curious about the performance improvement Java 17 brings. There was a limited set of benchmarks done on a single system that generally...

There is a workaround to use a patch size < 1. Just add a `startup` procedure and use `set-patch-size` there: ```netlogo to startup set-patch-size 0.2 end ``` The view will...

@RollingCompass Thanks for reporting this. I tried running a small systems dynamics model through BehaviorSpace and it worked okay for me. Are you able to send a copy of you...

Another user reported the same issue, but with variable names. So `animals-own [ size ]` will compile and run, but will cause `size` (the built-in) to be unusable.