• '19 '18

    I’m having an problem with the dice roller similar to others in the past that seems to be caused by a Java issue. When I try to roll dice in a fresh game (either in game or using the test function) it just errors out. However if I use a previously created game or create a game with a past version of Triple A the dice roller works fine.

    Below is from my Debug -> Console -> Properties. Is someone able to interpret what my java problem is from this? Much Appreciated for the help.

    SYSTEM PROPERTIES
    awt.toolkit=sun.awt.windows.WToolkit
    exe4j.consoleCodepage=cp0
    exe4j.isInstall4j=true
    exe4j.launchName=C:\Program Files\TripleA\5.16.2019\TripleA\TripleA.exe
    exe4j.moduleName=C:\Program Files\TripleA\5.16.2019\TripleA\TripleA.exe
    exe4j.semaphoreName=Local\c:_program_files_triplea_5.16.2019_triplea_triplea.exe0
    exe4j.tempDir=
    exe4j.unextractedPosition=0
    file.encoding=Cp1252
    file.encoding.pkg=sun.io
    file.separator=
    install4j.appDir=C:\Program Files\TripleA\5.16.2019\TripleA
    install4j.exeDir=C:\Program Files\TripleA\5.16.2019\TripleA
    install4j.launcherId=33
    install4j.swt=false
    java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment
    java.awt.printerjob=sun.awt.windows.WPrinterJob
    java.class.path=C:\Program Files\TripleA\5.16.2019\TripleA.install4j\i4jruntime.jar;C:\Program Files\TripleA\5.16.2019\TripleA.\bin\triplea-game-headed-1.9.0.0.13066-all.jar
    java.class.version=52.0
    java.endorsed.dirs=c:\program files\common files\i4j_jres\1.8.0_66\lib\endorsed
    java.ext.dirs=c:\program files\common files\i4j_jres\1.8.0_66\lib\ext;C:\WINDOWS\Sun\Java\lib\ext
    java.home=c:\program files\common files\i4j_jres\1.8.0_66
    java.io.tmpdir=C:\Users\xxxxxxx\AppData\Local\Temp
    java.library.path=C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client;C:\Program Files\Intel\iCLS Client;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\Program Files (x86)\Intel\Intel® Management Engine Components\DAL;C:\Program Files\Intel\Intel® Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel® Management Engine Components\IPT;C:\Program Files\Intel\Intel® Management Engine Components\IPT;C:\WINDOWS\System32\OpenSSH;C:\Users\xxxxxxx\AppData\Local\Microsoft\WindowsApps;;c:\program files\common files\i4j_jres\1.8.0_66\bin
    java.runtime.name=Java™ SE Runtime Environment
    java.runtime.version=1.8.0_66-b17
    java.specification.name=Java Platform API Specification
    java.specification.vendor=Oracle Corporation
    java.specification.version=1.8
    java.vendor=Oracle Corporation
    java.vendor.url=http://java.oracle.com/
    java.vendor.url.bug=http://bugreport.sun.com/bugreport/
    java.version=1.8.0_66
    java.vm.info=mixed mode
    java.vm.name=Java HotSpot™ 64-Bit Server VM
    java.vm.specification.name=Java Virtual Machine Specification
    java.vm.specification.vendor=Oracle Corporation
    java.vm.specification.version=1.8
    java.vm.vendor=Oracle Corporation
    java.vm.version=25.66-b17
    line.separator=

    os.arch=amd64
    os.name=Windows 10
    os.version=10.0
    path.separator=;
    sun.arch.data.model=64
    sun.awt.enableExtraMouseButtons=true
    sun.boot.class.path=c:\program files\common files\i4j_jres\1.8.0_66\lib\resources.jar;c:\program files\common files\i4j_jres\1.8.0_66\lib\rt.jar;c:\program files\common files\i4j_jres\1.8.0_66\lib\sunrsasign.jar;c:\program files\common files\i4j_jres\1.8.0_66\lib\jsse.jar;c:\program files\common files\i4j_jres\1.8.0_66\lib\jce.jar;c:\program files\common files\i4j_jres\1.8.0_66\lib\charsets.jar;c:\program files\common files\i4j_jres\1.8.0_66\lib\jfr.jar;c:\program files\common files\i4j_jres\1.8.0_66\classes
    sun.boot.library.path=c:\program files\common files\i4j_jres\1.8.0_66\bin
    sun.cpu.endian=little
    sun.cpu.isalist=amd64
    sun.desktop=windows
    sun.io.unicode.encoding=UnicodeLittle
    sun.java.command=C:\Program Files\TripleA\5.16.2019\TripleA\TripleA.exe
    sun.jnu.encoding=Cp1252
    sun.management.compiler=HotSpot 64-Bit Tiered Compilers
    sun.os.patch.level=
    user.country=CA
    user.dir=C:\Program Files\TripleA\5.16.2019\TripleA
    user.home=C:\Users\xxxxxxxx
    user.language=en
    user.name=xxxxxxxx
    user.script=
    user.timezone=America/New_York
    user.variant=


  • @Tizkit Your TripleA installation uses an outdated Java that once came bundled with an old installation file.
    On your system this old Java is located here:

    java.home=c:\program files\common files\i4j_jres\1.8.0_66

    This old Java has old security certificates that don’t work with the dice server.

    Now you need to manually delete the “i4j_jres” directory including its subdirectories.

    TripleA should run and use your up-to-date Java then. If not please re-install the latest Java.

    Just ask back in case you have further questions. Good luck :slightly_smiling_face:

  • '19 '18

    @Panther awesome, that worked. You’re the man.

    Actually, if anyone in the future has the same problem I had to uninstall Triple A first and then delete the extra Java folder, otherwise Triple A was having an error when I opened it because it couldn’t locate the deleted Java folder. Furthermore I couldn’t uninstall Triple A after the Java folder was deleted because of the reference.

    Long story short, this is the order that worked for me:

    • Uninstall Triple A
    • Delete extra Java folder
    • Re-install Triple A
    • Become an Axis and Allies legend

  • @Tizkit
    You are welcome and thank you for sharing your experience.

    Now enjoy gaming :slightly_smiling_face:

Suggested Topics

  • 3
  • 4
  • 5
  • 12
  • 2
  • 3
  • 5
  • 21
Axis & Allies Boardgaming Custom Painted Miniatures

29

Online

17.0k

Users

39.3k

Topics

1.7m

Posts