View 'dos' not available | Unable to save workspace

Issue #141 resolved
Joseph Montanez created an issue

This is for MacOS, when I close the editor I get multiple popups. If I try to reopen the editor, it will continue to crash until I delete the workspace folder ".jme3-spaceshift-editor".

Code Type:             X86-64 (Native)
OS Version:            Mac OS X 10.12.5 (16F73)
JVM Version:           jdk1.8.0_121
java.lang.UnsupportedOperationException: View 'dos' not available
    at sun.nio.fs.AbstractFileSystemProvider.readAttributes(AbstractFileSystemProvider.java:91)
    at java.nio.file.Files.readAttributes(Files.java:1964)
    at java.nio.file.Files.getAttribute(Files.java:1869)
    at com.ss.editor.model.workspace.Workspace.save(Unknown Source)
    at com.ss.editor.manager.WorkspaceManager.lambda$save$1(Unknown Source)
    at com.ss.rlib.util.dictionary.AbstractObjectDictionary.forEach(AbstractObjectDictionary.java:472)
    at com.ss.editor.manager.WorkspaceManager.save(Unknown Source)
    at com.ss.editor.Editor.destroy(Unknown Source)
    at com.ss.editor.JFXApplication.lambda$onExit$4(Unknown Source)
    at com.ss.editor.executor.impl.EditorThreadExecutor.execute(Unknown Source)
    at com.ss.rlib.util.array.Array.forEach(Array.java:216)
    at com.ss.editor.executor.impl.EditorThreadExecutor.execute(Unknown Source)
    at com.ss.editor.Editor.update(Unknown Source)
    at com.jme3.system.lwjgl.LwjglWindow.runLoop(LwjglWindow.java:524)
    at com.jme3.system.lwjgl.LwjglWindow.run(LwjglWindow.java:607)
    at com.jme3.system.lwjgl.LwjglWindow.create(LwjglWindow.java:445)
    at com.jme3x.jfx.injfx.JmeOffscreenSurfaceContext.create(JmeOffscreenSurfaceContext.java:211)
    at com.jme3.app.LegacyApplication.start(LegacyApplication.java:463)
    at com.jme3.app.LegacyApplication.start(LegacyApplication.java:424)
    at com.jme3.app.SimpleApplication.start(SimpleApplication.java:125)
    at com.ss.editor.Editor.start(Unknown Source)
    at java.lang.Thread.run(Thread.java:745)

Comments (3)

  1. Joseph Montanez reporter

    As a note I've checked out the 0.9.10 branch and get the following error:

    SEVERE: Requested OpenGL version 4.5, got version 4.1
    java.lang.Exception: Requested OpenGL version 4.5, got version 4.1
        at com.jme3.system.lwjgl.LwjglWindow$1.invoke(LwjglWindow.java:135)
        at org.lwjgl.glfw.GLFWErrorCallbackI.callback(GLFWErrorCallbackI.java:23)
        at com.jme3.system.lwjgl.LwjglWindow$1.callback(LwjglWindow.java:145)
        at org.lwjgl.system.JNI.invokePPPP(Native Method)
        at org.lwjgl.glfw.GLFW.nglfwCreateWindow(GLFW.java:1361)
        at org.lwjgl.glfw.GLFW.glfwCreateWindow(GLFW.java:1521)
        at com.jme3.system.lwjgl.LwjglWindow.createContext(LwjglWindow.java:232)
        at com.jme3.system.lwjgl.LwjglWindow.initInThread(LwjglWindow.java:456)
        at com.jme3.system.lwjgl.LwjglWindow.run(LwjglWindow.java:582)
        at com.jme3.system.lwjgl.LwjglWindow.create(LwjglWindow.java:427)
        at com.jme3x.jfx.injfx.JmeOffscreenSurfaceContext.create(JmeOffscreenSurfaceContext.java:211)
        at com.jme3.app.LegacyApplication.start(LegacyApplication.java:463)
        at com.jme3.app.LegacyApplication.start(LegacyApplication.java:424)
        at com.jme3.app.SimpleApplication.start(SimpleApplication.java:125)
        at com.ss.editor.Editor.start(Editor.java:266)
        at java.lang.Thread.run(Thread.java:745)
    
  2. Log in to comment