Doesn't Work

Issue #130 new
Former user created an issue

java -jar jme3-spaceshift-editor.jar INFO 19:11:42:204 Editor: OS: Arch Linux \r (\l) INFO 19:11:42:213 ExecutorManager: initialized. INFO 19:11:42:267 ClassPathScanner: scanning /home/wobblytrout/Programming Stuff/jme3-spaceshift-editor-0.9.8/libs/jME/jme3-core-3.2.0.jar INFO 19:11:42:367 ClassPathScanner: scanning /home/wobblytrout/Programming Stuff/jme3-spaceshift-editor-0.9.8/libs/jME/jme3-effects-3.2.0.jar INFO 19:11:42:376 ClassPathScanner: scanned for 780 classes and 203 resources. log4j:WARN No appenders could be found for logger (org.apache.http.impl.conn.PoolingHttpClientConnectionManager). log4j:WARN Please initialize the log4j system properly. Jun 20, 2017 7:11:44 PM com.jme3.material.Material checkSetParam WARNING: Material parameter being set: Texture with type Texture2D doesn't match definition types TextureCubeMap Jun 20, 2017 7:11:44 PM com.jme3.material.Material setTextureParam WARNING: The texture graphics/textures/sky/studio.hdr has linear color space, but the material parameter Texture specifies no color space requirement, this may lead to unexpected behavior. Check if the image was not set to another material parameter with a linear color space, or that you did not set the ColorSpace to Linear using texture.getImage.setColorSpace(). java: ../nptl/pthread_mutex_lock.c:117: __pthread_mutex_lock: Assertion `mutex->__data.__owner == 0' failed. Aborted (core dumped)

Opens, when I click open assets I get a blank grey window and the above message

Comments (2)

  1. Aliaksandr Brui repo owner

    You can use code element to post your log ;) About this exception, can you find a crash log in your home folder of this error?

  2. Aliaksandr Brui repo owner

    Also, you can avoid the dialog if you put a file named 'prefs.xml' to the folder /home/<your_user>/.java/.userPrefs/com/ss/editor with content:

    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE map SYSTEM "http://java.sun.com/dtd/preferences.dtd">
    <map MAP_XML_VERSION="1.0">
    <entry key="Asset.currentAsset" value="file://path_to_asset_folder"/>
    </map>
    

    where the 'path_to_asset_folder' is a path to your asset folder.

  3. Log in to comment