Rolisteam is a virtual tabletop. It helps you to manage tabletop role playing games with remote friends/players. It provides many features to share maps, pictures, dice roller, manage background music and much more. The main git repository is available here: [https://invent.kde.org/kde/rolisteam].
Rolisteam version: 1.9.0
Operating System and version (remove irrelevant):
Windows 10
QtCreator 4.6.2
Qt 5.10.1
msvc2017 64bits
What did you do ? (Explain each step from starting rolisteam to the issue)
compile and start debug
What did you get instead ? (Describe in details the issue)
Program crashes at start with message "The inferior stopped because it triggered an exception ... read access violation"
Every call to tr() method, made from a dynamic initializer, like
QStringList VisualItem::s_layerName = QStringList() << tr("Ground")<< tr("Object");
prevents the program to start.
When initialization is made in contructor, everything is ok.
Your configuration:
Rolisteam version: 1.9.0 Operating System and version (remove irrelevant):
What did you do ? (Explain each step from starting rolisteam to the issue)
What did you get instead ? (Describe in details the issue)
Every call to tr() method, made from a dynamic initializer, like
QStringList VisualItem::s_layerName = QStringList() << tr("Ground")<< tr("Object");
prevents the program to start.When initialization is made in contructor, everything is ok.
Impacted files :