Welcome to yEd Q&A!
Here you can ask questions and receive answers from other members of the community and yEd developers. And you can tell us your most wanted feature requests.

Categories

java: ../sysdeps/posix/getaddrinfo.c:1738: rfc3484_sort: Assertion `src->results[i].native == -1

0 votes
error when running yEd 3.10.2 on archlinux 32-bit

 

$ ./yEd-3.10.2_32-bit_setup.sh Unpacking JRE ... Preparing JRE ... Starting Installer ... May 21, 2013 9:35:02 PM java.util.prefs.FileSystemPreferences$2 run INFO: Created system preferences directory in java.home. java: ../sysdeps/posix/getaddrinfo.c:1738: rfc3484_sort: Assertion `src->results[i].native == -1 || src->results[i].native == a2_native' failed. ./yEd-3.10.2_32-bit_setup.sh: line 482: 21268 Aborted (core dumped) $INSTALL4J_JAVA_PREFIX "$app_java_home/bin/java" -Dinstall4j.jvmDir="$app_java_home" -Dexe4j.moduleName="$prg_dir/$progname" -Dexe4j.totalDataLength= 58027503 -Dinstall4j.cwd="$old_pwd" -Djava.ext.dirs="$app_java_home/lib/ext" "-Dsun.java2d.noddraw=true" "$vmov_1" "$vmov_2" "$vmov_3" "$vmov_4" "$vmov_5" $INSTALL4J_ADD_VM_PARAMS -classpath "$local_classpath" com.install4j.runtime.launcher.Launcher launch com.install4j.runtime.installer.Installer false false "" "" false true false "" true true 0 0 "" 20 20 "Arial" "0,0,0" 8 500 "version 3.10.2" 20 40 "Arial" "0,0,0" 8 500 -1 "$@"
in Help by

1 Answer

0 votes

Seems like your system does not like install4j, the Java installer application we use.

As a workaround, you can "install" yEd manually.

  1. Install the latest official Oracle Java (7u21 at the time of this writing). Oracle Java is available here. It suffices to install the JRE (Java Runtime Environment), you only need the larger JDK (Java Development Kit) if you want to program in Java.
  2. Download the generic Java yEd zip archive from the yWorks download site and extract the archive to a directory of your choice.

That is all there is to installing yEd.

 

You can run yEd with

java -Xmx512m -jar /path/to/yed-3.10.2/yed.jar

by [yWorks] (160k points)
Legal Disclosure | Privacy Policy
...