Problem with remote workspace and sync or pull (infinite loading)

Status
Can not reproduce
Issue description

Hello greetings, Me and my friend are working on a remote workspace and when we try to sync or pull change we go on infinite loading same if we add only one element if we sync or pull that go on infinite loading What to do please ? Thanks

Issue comments

Please run MCreator with mcreator.bat and paste the contents of the terminal when you try to pull or sync and it starts to load infinitely.

2020-01-25-21:42:03 [main/INFO] [Launcher] Starting MCreator 2020.1.04519 - 202000104519
2020-01-25-21:42:03 [main/INFO] [Launcher] Java version: 1.8.0_232, specification: 1.8, VM name: OpenJDK 64-Bit Server VM
2020-01-25-21:42:03 [main/INFO] [Launcher] Current JAVA_HOME for running instance: C:\Program Files\Pylo\MCreator\jdk\jre
2020-01-25-21:42:03 [main/DEBUG] [Preferences Manager] Loading preferences from the C:\Users\Creeper07\.mcreator\preferences
2020-01-25-21:42:03 [main/INFO] [Launcher] Installation path: C:\Program Files\Pylo\MCreator
2020-01-25-21:42:03 [main/INFO] [Launcher] User home of MCreator: C:\Users\Creeper07\.mcreator\
2020-01-25-21:42:07 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added stepsounds datamap to cache
2020-01-25-21:42:07 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added biomes datamap to cache
2020-01-25-21:42:07 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added potions datamap to cache
2020-01-25-21:42:07 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added biomedictionarytypes datamap to cache
2020-01-25-21:42:07 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added mapcolors datamap to cache
2020-01-25-21:42:07 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added achievements datamap to cache
2020-01-25-21:42:07 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added particles datamap to cache
2020-01-25-21:42:07 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added blocksitems datamap to cache
2020-01-25-21:42:07 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added keybuttons datamap to cache
2020-01-25-21:42:07 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added sounds datamap to cache
2020-01-25-21:42:07 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added tabs datamap to cache
2020-01-25-21:42:07 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added enhancements datamap to cache
2020-01-25-21:42:07 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added entities datamap to cache
2020-01-25-21:42:07 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added gamemodes datamap to cache
2020-01-25-21:42:07 [AWT-EventQueue-0/DEBUG] [Data List Loader] Added materials datamap to cache
2020-01-25-21:42:08 [AWT-EventQueue-0/INFO] [Application] Loading generator: 1.12.2/generator.yaml
2020-01-25-21:42:09 [AWT-EventQueue-0/INFO] [Application] Loading generator: 1.14.4/generator.yaml
2020-01-25-21:42:09 [AWT-EventQueue-0/INFO] [Application] Loading generator: datapack-1.14.x/generator.yaml
2020-01-25-21:42:10 [Thread-6/INFO] [Website API] Checking Pylo user session
2020-01-25-21:42:11 [Thread-7/INFO] [GA] Tracking page: /2020.1/launch
2020-01-25-21:42:18 [AWT-EventQueue-0/INFO] [Generator 1.14.4] Gradle cache loaded from cache file
2020-01-25-21:42:18 [AWT-EventQueue-0/INFO] [Workspace] Loaded workspace file C:\Users\Creeper07\MCreatorWorkspaces\memes_mod\memes_mod.mcreator
2020-01-25-21:42:18 [AWT-EventQueue-0/INFO] [MCreator] Opening MCreator workspace: memes_mod
2020-01-25-21:42:18 [AWT-EventQueue-0/INFO] [MCreator] Loaded VCS for current workspace
2020-01-25-21:42:25 [AWT-EventQueue-0/INFO] [Workspace File Manager/MEMES_MOD] Saving the workspace by direct request!
2020-01-25-21:42:25 [AWT-EventQueue-0/DEBUG] [Workspace File Manager/MEMES_MOD] Workspace stored on the FS
2020-01-25-21:42:29 [AWT-EventQueue-0/ERROR] [Exception] Uncaught exception in AWT-EventQueue-0
java.lang.NullPointerException: null
        at net.mcreator.workspace.Workspace.getFolderManager(SourceFile:254) ~[mcreator.jar:?]
        at net.mcreator.generator.b.y(SourceFile:699) ~[mcreator.jar:?]
        at net.mcreator.generator.b.<init>(SourceFile:85) ~[mcreator.jar:?]
        at net.mcreator.workspace.g.<init>(SourceFile:414) ~[mcreator.jar:?]
        at net.mcreator.ui.l.b.a(SourceFile:55) ~[mcreator.jar:?]
        at net.mcreator.vcs.e.a(SourceFile:122) ~[mcreator.jar:?]
        at net.mcreator.ui.a.a.b.e.a(SourceFile:78) ~[mcreator.jar:?]
        at net.mcreator.ui.a.f.actionPerformed(SourceFile:51) ~[mcreator.jar:?]
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2022) ~[?:1.8.0_232]
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2348) ~[?:1.8.0_232]
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:402) ~[?:1.8.0_232]
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:259) ~[?:1.8.0_232]
        at javax.swing.AbstractButton.doClick(AbstractButton.java:376) ~[?:1.8.0_232]
        at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:842) ~[?:1.8.0_232]
        at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:886) ~[?:1.8.0_232]
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:289) ~[?:1.8.0_232]
        at java.awt.Component.processMouseEvent(Component.java:6539) ~[?:1.8.0_232]
        at javax.swing.JComponent.processMouseEvent(JComponent.java:3324) ~[?:1.8.0_232]
        at java.awt.Component.processEvent(Component.java:6304) ~[?:1.8.0_232]
        at java.awt.Container.processEvent(Container.java:2239) ~[?:1.8.0_232]
        at java.awt.Component.dispatchEventImpl(Component.java:4889) ~[?:1.8.0_232]
        at java.awt.Container.dispatchEventImpl(Container.java:2297) ~[?:1.8.0_232]
        at java.awt.Component.dispatchEvent(Component.java:4711) ~[?:1.8.0_232]
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4904) ~[?:1.8.0_232]
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4535) ~[?:1.8.0_232]
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4476) ~[?:1.8.0_232]
        at java.awt.Container.dispatchEventImpl(Container.java:2283) ~[?:1.8.0_232]
        at java.awt.Window.dispatchEventImpl(Window.java:2746) ~[?:1.8.0_232]
        at java.awt.Component.dispatchEvent(Component.java:4711) ~[?:1.8.0_232]
        at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:760) ~[?:1.8.0_232]
        at java.awt.EventQueue.access$500(EventQueue.java:97) ~[?:1.8.0_232]
        at java.awt.EventQueue$3.run(EventQueue.java:709) ~[?:1.8.0_232]
        at java.awt.EventQueue$3.run(EventQueue.java:703) ~[?:1.8.0_232]
        at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_232]
        at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) ~[?:1.8.0_232]
        at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:84) ~[?:1.8.0_232]
        at java.awt.EventQueue$4.run(EventQueue.java:733) ~[?:1.8.0_232]
        at java.awt.EventQueue$4.run(EventQueue.java:731) ~[?:1.8.0_232]
        at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_232]
        at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74) ~[?:1.8.0_232]
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:730) ~[?:1.8.0_232]
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205) [?:1.8.0_232]
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) [?:1.8.0_232]
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) [?:1.8.0_232]
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) [?:1.8.0_232]
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) [?:1.8.0_232]
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) [?:1.8.0_232]

 

       (Trying to pull changes from the remote workspace)