Closed thomaskrause closed 9 years ago
Can't reproduce after fixing #368
It only happens when using the Kickstarter in Windows, not when just accessing an ANNIS instance on a remote server in the browser.
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.
Used Windows 7, in Windows 8.1 it works even if Chrome was started from the Kickstarter.
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/
Seems to be a VirtualBox only problem.