Azərbaycan dili Bahasa Indonesia Bosanski Català Čeština Dansk Deutsch Eesti English Español Français Galego Hrvatski Italiano Latviešu Lietuvių Magyar Malti Mакедонски Nederlands Norsk Polski Português Português BR Românã Slovenčina Srpski Suomi Svenska Tiếng Việt Türkçe Ελληνικά Български Русский Українська Հայերեն ქართული ენა 中文
Subpage under development, new version coming soon!

Subject: »[SV] SokkerViewer

2017-07-31 14:57:22
Yeah, graphic style is very raw, interface is worse, but better this than nothing. It has some functions which SV does not, though.

And that graphic style is probably the reason why SO works so easily on different OS and SV does not.
(edited)
2017-07-31 15:46:52
That's right better than nothing :)
2017-11-22 22:04:09
can someone explain me what could be the reason that SV is working and SO is not on the same laptop?
2017-11-23 00:31:43
Maybe bad sector? Try to reinstall it.
2017-11-23 11:04:15
Guys, I am looking for additional SV file - SokkerViewer.exe.
It was available under this link www.rymek.user.icpnet.pl/SokkerViewer.exe, but obviously link is not valid anymore, so I am looking for other ways to get that file. Some Sokker users must have it.
2017-11-23 18:24:32
tried it also but it does not work...

@kryminator sry, looked it up, but dont have it...
2017-11-23 20:24:43
Your problem seems to be really strange. IIRC SO uses only standard Java libraries so it only needs Java and should be also Java "bitness" independent and working SV implies installed Java.
Does SO display any error?
2017-11-23 20:34:19
no, just double click and it "starts" (blue circle rotatesfor sec or two) but never get anything after that....
2017-11-23 20:44:36
You may try running it using .bat script with following content (just create start.bat and double click on it instead of jar):
java -jar so.jar 2> so_start.log

"so.jar" must be changed to proper file name, I used it as example because I do not remember SO executable jar-file name

It should store any error info in file so_start.log. Error information might be useful.
2017-11-23 22:13:21
ty, i guess i(you) found the problem...

Exception in thread "main" java.lang.UnsatisfiedLinkError: Cannot load 32-bit SWT libraries on 64-bit JVM
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.Library.loadLibrary(Unknown Source)
at org.eclipse.swt.internal.C.(Unknown Source)
at org.eclipse.swt.widgets.Display.(Unknown Source)
at pl.pronux.sokker.launcher.Launcher.main(Unknown Source)
2017-11-24 00:13:29
That means that either You have 32-bit java and are trying to run 64-bit SO or You have 64-bit java and are trying to run 32-bit SO (with 32-bit libs). I think it's the latter, however I don't think there are 64-bit version of SO, so You can try adding "-d64" to Your so_star.bet parameters (should be "java -d64 -jar so.jar 2> so_start.log") or try to find 64-bit version of SWT lib which Ithink should be easy to find using google (but probably wont solve the problem because the SO itself is on 32- JVM so even if You replace the lib, the app might not start).
You can also try to install 32-bit java and run SO with -d32 then it should use 32-bit JVM to execute it.

sorry for posible typos but I am a little drunk
2017-12-16 15:17:03
Links to slightly modified versions of SV (to to make it easier for users to run SV) may be found here:
http://sokker.org/forum_topic/ID_forum/12246/ID_topic/3328684/pg/0#forum-topic-post-1
2018-02-19 18:53:29
I just got a new computer...

When I start SokkerViewer, I get to the login screen, but when I press 'OK', SokkerViewer shut down.

What might be the problem?

(edited)
2018-02-19 21:34:02
1.Do you use a 32 bit or 64 bit system? You must have special java versions installed (32 bit or 64 bit)
https://java.com/eng/

2. Download SV(32 bit if you have 32 bit system or 64 bit if you have 64 bit)(in 64 bit system yes you can run 32 bit sv but in 32 bit system you can't run 64 bit sv version )

http://sokker.org/forum_topic/ID_forum/12246/ID_topic/3328684/pg/0#new

2018-02-19 21:38:09
Links Java for Windows from official offline install:
64 bit java:
http://javadl.oracle.com/webapps/download/AutoDL?BundleId=230542_2f38c3b165be4555a1fa6e98c45e0808


32 bit java

http://javadl.oracle.com/webapps/download/AutoDL?BundleId=230540_2f38c3b165be4555a1fa6e98c45e0808


Which Download should I choose?
Choose the 32-bit download to use with a 32-bit browser.
Choose the 64-bit download to use with a 64-bit browser.
If you use 32-bit and 64-bit browsers, you need to download both 32-bit and 64-bit Java.

Choose the Online download for the fastest install experience.
Choose the Offline download if you will be installing on a machine without an internet connection, or you are having problems with the Online install.

System Requirements
Windows 10 (8u51 and above)
Windows 8.x Desktop
Windows 7
Windows Vista SP2
Windows Server 2008 R2 SP1 (64-bit)
Windows Server 2012 and 2012 R2 (64-bit)
Note: As of April 8, 2014 Microsoft stopped supporting Windows XP and therefore it is no longer an officially supported platform. Users may still continue to use Java 7 updates on Windows XP at their own risk, but support will only be provided against Microsoft Windows releases Windows Vista or later.

Linux or Mac and Solaris manual link:
https://java.com/en/download/manual.jsp
2018-02-19 22:06:59
I have never encountered such problem, but I think it is everything ok with Your Java since You are able to start SV.
I would try checking firewall or sth like that. When You press ok on login window, then some data is going to be downloaded from the internet and maybe just maybe your firewall does not allow SV to do this and shuts it down somehow.

You can check sokker.log file for errors. Or if that file does not exist but You are using SV from links in my post above then You should be able to start SV via one of those files: start.bat which should create last_execution.log file which may contain some useful info about potential error.