Bug's / Problems
Problems
3D map is not displayed
MyTourbook stops during startup
Show Log Console
There are some logging features which show additional information, this is helpfull for the application developer when the application does not work as it should.
The application can be run with an additional terminal window which shows logging information.
Windows
- Add the arguments -debug and -consolelog to the command line.
Linux
- Start mytourbook in a terminal and add the arguments -debug and -consolelog to the command line.
Mac OSX
- Open Finder.
- Select folder: Applications/MyTourbook
- Select file: mytourbook.app
- Open context menu and select Show Package Contents
- In the opened folder select folder Contents/MacOS
- Open mytourbook.ini with
sudo /Applications/TextEdit.app/Contents/MacOS/TextEdit /Applications/MyTourbook.app/Contents/MacOS/mytourbook.ini - Edit & save the file mytourbook.ini and remove the comment character # from the line #-debug, keep the string -debug
- Double-click mytourbook in the same folder this will start the application with the console.
Open Error Log
An error log can also be viewed within the application
- In the menu select Help/About
- Press button: Configuration Details
- Select tab: Configuration
- Press button: View Error Log
Known Bugs
Knows bugs are documented here.
Problems
3D map is not displayed
Sometimes the update of the display driver can solve the problem, when not, you can do some tests if your display is capable to show the 3D map:
- The 3D map is based on the NASA WorldWind SDK, check if some demos at https://worldwind.arc.nasa.gov/java/demos/ are working.
- The NASA WorldWind SDK is based on the JOGL libraries and has also some demos which can test your OpenGL.
Try to run the first test JOGL Version Information at this page http://jogamp.org/deployment/jogamp-current/jogl-test-applets.html which displays the capabilities of your 3D Graphics card.
MyTourbook stops during startup
Error message in the log:
Could not connect to Derby Network Server on host 127.0.0.1, port 1527: Connection refused
Solution
This problem can occure on Linux systems and could be solved by adding the following line into mytourbook.ini
-Djava.net.preferIPv4Stack=true
Other Solution
Try to run the database system with the Embedded Server.
This page is updated for version 20.12