Re: Don't start the interface
fnl <[email protected]> Tue, 8 Sep 2020 11:29:35 -0700 (PDT)
| Newsgroups | gmane.comp.java.robocode |
|---|---|
| Message-ID | <[email protected]> |
I have no idea what is going on there. What is written out to the console if you write these lines?: java -version javac -version I suspect that something is wrong with your Java installation, as Ubuntu 20.04 LTS and JDK 8 should have no problem running Robocode. You could try to insert -verbose as the first option for the java command in the robocode.sh file, like: Change this: java -Xmx512M ... ...into: java -verbose -Xmx512M ... And see what is printed out? tirsdag den 8. september 2020 kl. 20.21.56 UTC+2 skrev [email protected]: > I'm trying to execute 1.9.3.9 robocode, but after installation, I run: > cd robocode > ./robocode.sh > and I got this message and never progress from this... > > Loaded net.sf.robocode.api > Loaded net.sf.robocode.core > Loading plugins from /home/felipe/robocode/libs > Loaded net.sf.robocode.ui > Loaded net.sf.robocode.battle > Loaded net.sf.robocode.host > Loaded net.sf.robocode.ui.editor > Loaded net.sf.robocode.sound > Loaded net.sf.robocode.repository > Initializing version check date. > Reading robot database > > I'm using Ubuntu 20.04 LTS and oh my zsh as terminal > and jdk8 > > The interface flashes on screen for a moment > PORTUGUÊS > INGLÊS > ESPANHOL > 25/5000 > the interface flashes on the screen > > PORTUGUÊS > INGLÊS > ESPANHOL > 25/5000 > the interface flashes on the screen > > -- You received this message because you are subscribed to the Google Groups "robocode" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/robocode/f5aaae64-759c-4e25-af13-369f60521d0dn%40googlegroups.com.