Package Details: ib-tws 1:10.34.1a-1

Git Clone URL: https://aur.archlinux.org/ib-tws.git (read-only, click to copy)
Package Base: ib-tws
Description: Electronic trading platform from discount brokerage firm Interactive Brokers (IBKR)
Upstream URL: http://interactivebrokers.com/
Licenses: custom
Submitter: benalexau
Maintainer: benalexau
Last Packager: benalexau
Votes: 43
Popularity: 0.116355
First Submitted: 2013-01-30 06:21 (UTC)
Last Updated: 2025-02-05 01:02 (UTC)

Latest Comments

1 2 3 4 5 6 .. 21 Next › Last »

rellieberman commented on 2025-02-10 11:24 (UTC)

This seems to be the error message:

java.lang.reflect.InaccessibleObjectException: Unable to make private static javax.swing.UIManager$LAFState javax.swing.UIManager.getLAFState() accessible: module java.desktop does not "opens javax.swing" to unnamed module @26b3fd41

RezwanArefin01 commented on 2025-02-10 11:01 (UTC) (edited on 2025-02-10 11:56 (UTC) by RezwanArefin01)

Having the same problem as @uli.

EDIT: It somehow got fixed mysteriously.

uli commented on 2025-02-07 21:03 (UTC) (edited on 2025-02-07 21:42 (UTC) by uli)

I have ib-tws (Build 10.34.1a) startup issues.

Starting with my ~/.ib-tws directory:

$ /usr/bin/ib-tws

hangs at "Initializing managers".

Starting without ~/.ib-tws directory:

$ /usr/bin/ib-tws

hangs at "Restoring layout windows factory"

JAVA_FLAGS = -Xmx8G -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -XX:ParallelGCThreads=6 -XX:ConcGCThreads=6 -XX:InitiatingHeapOccupancyPercent=70 -Dswing.aatext=true -Dawt.useSystemAAFontSettings=on -Dsun.awt.nopixfmt=true -Dsun.java2d.noddraw=false -Dswing.boldMetal=false -Dsun.locale.formatasdefault=true

I tried to reinstall ib-tws, but I've got same results.

$ /usr/share/ib-tws/jre/bin/java -version

openjdk version "17.0.10.0.101" 2024-04-16 LTS

OpenJDK Runtime Environment Zulu17.49+16-SA (build 17.0.10.0.101+3-LTS)

OpenJDK 64-Bit Server VM Zulu17.49+16-SA (build 17.0.10.0.101+3-LTS, mixed mode)

Last time (some month ago), I think this was a Java version from Oracle?

Any idea?

saniflash commented on 2025-02-04 07:29 (UTC)

I've had an issue where even with GDK_BACKEND=x11 ib-tws, TWS did not start. Only the splashscreen was shown.

I found out that I had to manually install fonts:

sudo pacman -S ttf-dejavu ttf-liberation

After doing this, it now works.

LIL commented on 2024-10-16 18:03 (UTC) (edited on 2024-10-16 18:05 (UTC) by LIL)

 tws-10.32.1e-standalone-linux-x64.sh ... FAILED
==> ERROR: One or more files did not pass the validity check!
 -> error making: ib-tws-exit status 1
 -> Failed to install the following packages. Manual intervention is required:
ib-tws - exit status 1 

:-(

rellieberman commented on 2024-10-09 09:51 (UTC)

ws-10.32.1c-standalone-linux-x64.sh is not passing the validity check, perhaps the file has been updated upstream again since the release.

alexdandrea commented on 2024-09-02 20:24 (UTC) (edited on 2024-09-02 20:25 (UTC) by alexdandrea)

I have tried running ib-tws under wayland with xwayland support. It does, however, crash with a segfault:

$ ib-tws

(java:68023): Gdk-CRITICAL **: 17:52:39.715: gdk_x11_display_set_window_scale: assertion 'GDK_IS_X11_DISPLAY (display)' failed
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x0000000000000003, pid=68023, tid=0x00007cf964dff6c0
#
# JRE version: Java(TM) SE Runtime Environment (8.0_202-b08) (build 1.8.0_202-b08)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.202-b08 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  0x0000000000000003
#
# Core dump written. Default location: /usr/share/ib-tws/jars/core or core.68023
[...]
/usr/bin/ib-tws: line 8: 68023 Aborted                 (core dumped) /usr/share/ib-tws/jre/bin/java -cp \* $JAVA_FLAGS jclient.LoginFrame $IB_CONFIG_DIR

A fix is described in here: starting it with X11 backend explicitly:

$ GDK_BACKEND=x11 ib-tws

Maybe this could be mentioned here somewhere.

benalexau commented on 2024-08-23 01:40 (UTC)

@LIL fixed in 1:10.31.1g-1