korpling / ANNIS

ANNIS is an open source, versatile web browser-based search and visualization architecture for complex multilevel linguistic corpora with diverse types of annotation.
http://corpus-tools.org/annis/
Apache License 2.0
69 stars 25 forks source link

Chrome Windows: no edges are drawn in query builder #369

Closed thomaskrause closed 9 years ago

thomaskrause commented 9 years ago

auswahl_024

thomaskrause commented 9 years ago

Can't reproduce after fixing #368

thomaskrause commented 9 years ago

It only happens when using the Kickstarter in Windows, not when just accessing an ANNIS instance on a remote server in the browser.

thomaskrause commented 9 years ago

Additionally it works when Chrome is started first and the "Launch ANNIS frontend" button is clicked afterwards. Having Chrome closed and start Chrome from the Kickstarter leads to the buggy behavior.

thomaskrause commented 9 years ago

Used Windows 7, in Windows 8.1 it works even if Chrome was started from the Kickstarter.

thomaskrause commented 9 years ago

More findings:

starting chrome with

chrome.exe

works, starting it with

chrome.exe http://localhost:8080/annis-gui/

not. If I disable gpu support it works again:

chrome.exe --disable-gpu http://localhost:8080/annis-gui/

thomaskrause commented 9 years ago

Seems to be a VirtualBox only problem.