-
Notifications
You must be signed in to change notification settings - Fork 9
faq
A collection of raised and valid questions :
Q : While loading something like Failed to load the JNI shared library "C:\Program Files\Java\jre8\bin\server\jvm.dll" pops up and the application won't start.
A : This happens when you use the wrong 32/64 version of eclipse for the installed jdk. For windows you need for now install a 32 bit java version as we don't create the product for the win64 platform for now.
Q : The application start but then some thing goes wrong, I don't even know what. How could I provide the info to help solving this issue.
A: The simples way getting useful informations is provides by the application it self and can be access via the menu About
displaying the installation details and
view the error log, save the file and attach it to an issue which you simply create. You could also simply get the log file for your self it is located at shr_workspace/.metadata/.plugins/org.eclipse.ui.workbench/log.
Q: I am having trouble when it comes to cyberware. It doesn't seem to calculate essence reduction properly, and I can't find a way to change the grade of cyberware. I've looked through the wiki, but cannot find any help. Not sure whether it's a user issue or just something that is still being developed.
A: Yeah, it is mentioned in the doc, but perhaps not prominent enough. As the resources came from an import of the chummer2 project, and the concept differs, the import is not complete. For now you can edit the cyberware directly, after adding it to you character and make it the way you need. [editing the character](Using the application#editing-the-character). To solve this we will need the correct definition of all these stuff, and the import we did are only example, or a working ground. This is the corresponding issue : update the resources
Q : How do you select multiple levels of the same Adept Power? Or any kind of objects.
A : Just open up the dialog again. It's a technical thing, the dialog simply want to move the selected object in your character(this is the current behavior), but the objects you select get copied to the character, that's why you can select the same object the next time again.
Q : Some times labels don't get updates, when I close the editor of an objects are the data lost ?
A : Simply no, all editing is done directly in the objects. Closing the application is an other part, the model is loaded in the memory so it would need to be saved on the hardisk. When you close the application and have changes in the resources, the application should ask you to save.