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
No connection listed in Regionsraum
Moderatoren: Stellwerk-Admin, Moderatoren
Re: No connection listed in Regionsraum
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
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
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
To enable the Java Console on Linux this can helps you
How do I enable and view the Java Console for Linux
How do I enable and view the Java Console for Linux
R-Admin Thüringen
Erbauer in der Region Baden-Württemberg und Großbritannien
Erbauer in der Region Baden-Württemberg und Großbritannien
Re: No connection listed in Regionsraum
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
That said, the problem is back. So it is some kind of interim failure happening somewhere.
Re: No connection listed in Regionsraum
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.
R-Admin Thüringen
Erbauer in der Region Baden-Württemberg und Großbritannien
Erbauer in der Region Baden-Württemberg und Großbritannien
Re: No connection listed in Regionsraum
A workaround has been posted in the german forum. User Speen suggests that the issue could be caused by a rogue Java process. Using to kill the process did solve the problem in his case.
David
Code: Alles auswählen
kill `pidof java`
David