Seite 1 von 1

No connection listed in Regionsraum

Verfasst: Fr Jul 31, 2015 12:42 pm
von Skully
For some reasons pre-signals and regionsraum show no connection to other players. The functionstest however works out fine.

Normally when you get online the pre-signal shows the aspect of the next region signal. On my end they stay blank.

Also in regionsraum I see almost everybody with Name (Name@Station). My name however doesn't contain the (Name@Station) bit.

I'm at a loss what could be causing this.

Oracle JRE
java version "1.8.0_51"
Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode)

On Ubuntu 14.04

Re: No connection listed in Regionsraum

Verfasst: Fr Jul 31, 2015 12:50 pm
von Skully
Note that this also means I can not send out any trains as the Fahrstrasse will never get accepted (either by server or player).

Re: No connection listed in Regionsraum

Verfasst: Mi Aug 05, 2015 6:22 pm
von DLichti
Hi Skully,
I just want to show you, that your post didn't go unseen. Unfortunately, I don't really have a solution to your problem. It seems that similar issues come up in the german forum from time to time, but without a conclusive solution. A Java reinstall or downgrade might help. It might also be a firewall or security policy issue.

Some people could give you more help if you posted the messages in the Java console. You can activate it in the Java Control Panel. (But I don't know ehre to find it on Linux.)

David

Re: No connection listed in Regionsraum

Verfasst: Mi Aug 05, 2015 6:31 pm
von floflo
To enable the Java Console on Linux this can helps you ;)
How do I enable and view the Java Console for Linux

Re: No connection listed in Regionsraum

Verfasst: Do Aug 06, 2015 4:04 pm
von Skully
It worked out earlier. The console didn't provide anything helpful.

Code: Alles auswählen

Java Plug-in 11.51.2.16
Using JRE version 1.8.0_51-b16 Java HotSpot(TM) 64-Bit Server VM
User home directory = /home/***
----------------------------------------------------
c:   clear console window
f:   finalize objects on finalization queue
g:   garbage collect
h:   display this help message
l:   dump classloader list
m:   print memory usage
o:   trigger logging
q:   hide console
r:   reload policy configuration
s:   dump system and deployment properties
t:   dump thread list
v:   dump thread stack
x:   clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
*** Build: 5006
Mem @ Start 1 max: 3739746304 free: 241084736 cur: 259522560
Mem @ Start 2 max: 3739746304 free: 224866848 cur: 259522560
timemeasurement_impl
Mem @ Start Sim max: 3739746304 free: 151816296 cur: 259522560

Re: No connection listed in Regionsraum

Verfasst: Fr Aug 07, 2015 12:38 pm
von Skully
That said, the problem is back. So it is some kind of interim failure happening somewhere.

Re: No connection listed in Regionsraum

Verfasst: Fr Aug 07, 2015 12:46 pm
von floflo
Everytime when I start the game I have the same message in the Java Console and all is working fine. I don't no what's the problem on your computer.

Re: No connection listed in Regionsraum

Verfasst: Mo Aug 24, 2015 5:43 pm
von DLichti
A workaround has been posted in the german forum. User Speen suggests that the issue could be caused by a rogue Java process. Using

Code: Alles auswählen

kill `pidof java`
to kill the process did solve the problem in his case.

David