Jump to content

AidanPuche

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by AidanPuche

  1. I migrated from SVN. In SVN my team had a Multiple Repository. Example. we work with Unreal. And we got diferents Plugins that is all our Game/App in multiples pieces. Not all the team has acces to all the code. And Artist for example, no need source code. 

    I want to setup an architecture in Plastic for that. I need something as this:

    //Content
    //Config
    //Binaries
    //Plugins
          / Core   <--- this is other Repo
          / Gameplay   <--- this is other Repo
          / Services   <--- this is other Repo

    And, Can I hide certain folders for certain users?

    In every plugin, i had this structure:
    //Plugin
         /Content
         /Binaries <--- This folder i want to not Synced if are Programmer
         /Intermediate
         /Source    <--- This folder i want to hide in non Programmer

    I could do that in SVN, but i dont know the way to do this on Plastic. 

  2. On 6/6/2022 at 5:21 PM, blue said:

    @AidanPuche

    Can you please share the error message you have received? 

    "AWT-EventQueue-0" prio=0 tid=0x0 nid=0x0 runnable
         java.lang.Thread.State: RUNNABLE
     (in native)
        at java.base@11.0.15/java.io.FileInputStream.readBytes(Native Method)
        at java.base@11.0.15/java.io.FileInputStream.read(FileInputStream.java:279)
        at java.base@11.0.15/java.io.BufferedInputStream.read1(BufferedInputStream.java:290)
        at java.base@11.0.15/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
        at java.base@11.0.15/java.io.BufferedInputStream.read1(BufferedInputStream.java:290)
        at java.base@11.0.15/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
        at java.base@11.0.15/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
        at java.base@11.0.15/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
        at java.base@11.0.15/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
        at java.base@11.0.15/java.io.InputStreamReader.read(InputStreamReader.java:181)
        at java.base@11.0.15/java.io.BufferedReader.fill(BufferedReader.java:161)
        at java.base@11.0.15/java.io.BufferedReader.readLine(BufferedReader.java:326)
        at java.base@11.0.15/java.io.BufferedReader.readLine(BufferedReader.java:392)
        at com.codicesoftware.plastic.core.PlasticEphemeralShell.consumeOutputUntilResult(PlasticEphemeralShell.java:402)
        at com.codicesoftware.plastic.core.PlasticEphemeralShell.executeAuxCommand(PlasticEphemeralShell.java:109)
        at com.codicesoftware.plastic.core.PlasticEphemeralShell.start(PlasticEphemeralShell.java:143)
        at com.codicesoftware.plastic.core.PlasticEphemeralShell.buildExplicit(PlasticEphemeralShell.java:29)
        at com.codicesoftware.plastic.core.PlasticShell.testConnection(PlasticShell.java:13)
        at com.codicesoftware.intellij.plastic.PlasticVcsPanel.saveCmExecutable(PlasticVcsPanel.java:115)
        at com.codicesoftware.intellij.plastic.PlasticVcsPanel.saveSettings(PlasticVcsPanel.java:99)
        at com.codicesoftware.intellij.plastic.PlasticConfigurable.apply(PlasticConfigurable.java:53)
        at com.intellij.openapi.options.ex.ConfigurableWrapper.apply(ConfigurableWrapper.java:179)
        at com.intellij.openapi.options.newEditor.ConfigurableEditor.apply(ConfigurableEditor.java:324)
        at com.intellij.openapi.options.newEditor.SettingsEditor$5.apply(SettingsEditor.java:207)
        at com.intellij.openapi.options.newEditor.SettingsEditor.apply(SettingsEditor.java:429)
        at com.intellij.openapi.options.newEditor.SettingsDialog.applyAndClose(SettingsDialog.java:198)
        at com.intellij.openapi.options.newEditor.SettingsDialog.doOKAction(SettingsDialog.java:190)
        at com.jetbrains.rider.settings.RiderSettingsDialog.doOKAction(RiderSettingsDialog.kt:328)
        at com.jetbrains.rider.settings.SaveToAction.actionPerformed(RiderSettingsDialog.kt:349)
        at java.desktop@11.0.15/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
        at java.desktop@11.0.15/javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2308)
        at java.desktop@11.0.15/javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:405)
        at java.desktop@11.0.15/javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:262)
        at java.desktop@11.0.15/javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:270)
        at java.desktop@11.0.15/java.awt.Component.processMouseEvent(Component.java:6654)
        at java.desktop@11.0.15/javax.swing.JComponent.processMouseEvent(JComponent.java:3345)
        at java.desktop@11.0.15/java.awt.Component.processEvent(Component.java:6419)
        at java.desktop@11.0.15/java.awt.Container.processEvent(Container.java:2263)
        at java.desktop@11.0.15/java.awt.Component.dispatchEventImpl(Component.java:5029)
        at java.desktop@11.0.15/java.awt.Container.dispatchEventImpl(Container.java:2321)
        at java.desktop@11.0.15/java.awt.Component.dispatchEvent(Component.java:4861)
        at java.desktop@11.0.15/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
        at java.desktop@11.0.15/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
        at java.desktop@11.0.15/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
        at java.desktop@11.0.15/java.awt.Container.dispatchEventImpl(Container.java:2307)
        at java.desktop@11.0.15/java.awt.Window.dispatchEventImpl(Window.java:2793)
        at java.desktop@11.0.15/java.awt.Component.dispatchEvent(Component.java:4861)
        at java.desktop@11.0.15/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:778)
        at java.desktop@11.0.15/java.awt.EventQueue$4.run(EventQueue.java:727)
        at java.desktop@11.0.15/java.awt.EventQueue$4.run(EventQueue.java:721)
        at java.base@11.0.15/java.security.AccessController.doPrivileged(Native Method)
        at java.base@11.0.15/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
        at java.base@11.0.15/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
        at java.desktop@11.0.15/java.awt.EventQueue$5.run(EventQueue.java:751)
        at java.desktop@11.0.15/java.awt.EventQueue$5.run(EventQueue.java:749)
        at java.base@11.0.15/java.security.AccessController.doPrivileged(Native Method)
        at java.base@11.0.15/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
        at java.desktop@11.0.15/java.awt.EventQueue.dispatchEvent(EventQueue.java:748)
        at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:898)
        at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:820)
        at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:743)
        at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:439)
        at com.intellij.ide.IdeEventQueue$$Lambda$600/0x0000000100869840.compute(Unknown Source)
        at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:803)
        at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:438)
        at com.intellij.ide.IdeEventQueue$$Lambda$598/0x000000010086a040.run(Unknown Source)
        at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:106)
        at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:604)
        at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:436)
        at com.intellij.ide.IdeEventQueue$$Lambda$592/0x000000010086cc40.run(Unknown Source)
        at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:873)
        at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:484)
        at java.desktop@11.0.15/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)
        at java.desktop@11.0.15/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
        at java.desktop@11.0.15/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:121)
        at java.desktop@11.0.15/java.awt.WaitDispatchSupport$2.run(WaitDispatchSupport.java:190)
        at java.desktop@11.0.15/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:235)
        at java.desktop@11.0.15/java.awt.WaitDispatchSupport$4.run(WaitDispatchSupport.java:233)
        at java.base@11.0.15/java.security.AccessController.doPrivileged(Native Method)
        at java.desktop@11.0.15/java.awt.WaitDispatchSupport.enter(WaitDispatchSupport.java:233)
        at java.desktop@11.0.15/java.awt.Dialog.show(Dialog.java:1070)
        at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog.show(DialogWrapperPeerImpl.java:702)
        at com.intellij.openapi.ui.impl.DialogWrapperPeerImpl.show(DialogWrapperPeerImpl.java:439)
        at com.intellij.openapi.ui.DialogWrapper.doShow(DialogWrapper.java:1668)
        at com.intellij.openapi.ui.DialogWrapper.show(DialogWrapper.java:1626)
        at com.intellij.ide.actions.ShowSettingsUtilImpl.showSettingsDialog(ShowSettingsUtilImpl.java:90)
        at com.jetbrains.rider.settings.RiderShowSettingsUtilImpl.showSettingsDialog(RiderShowSettingsUtilImpl.kt:51)
        at com.intellij.ide.actions.ShowSettingsAction.perform(ShowSettingsAction.java:50)
        at com.intellij.ide.actions.ShowSettingsAction.actionPerformed(ShowSettingsAction.java:37)
        at com.intellij.openapi.actionSystem.ex.ActionUtil.lambda$performActionDumbAwareWithCallbacks$4(ActionUtil.java:235)
        at com.intellij.openapi.actionSystem.ex.ActionUtil$$Lambda$2911/0x000000010205c040.run(Unknown Source)
        at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareWithCallbacks(ActionUtil.java:256)
        at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAwareWithCallbacks(ActionUtil.java:235)
        at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.lambda$performAction$0(ActionMenuItem.java:289)
        at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter$$Lambda$2910/0x000000010205cc40.run(Unknown Source)
        at com.intellij.openapi.wm.impl.FocusManagerImpl.runOnOwnContext(FocusManagerImpl.java:233)
        at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.performAction(ActionMenuItem.java:281)
        at com.intellij.openapi.actionSystem.impl.ActionMenuItem$ActionTransmitter.actionPerformed(ActionMenuItem.java:296)
        at java.desktop@11.0.15/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1967)
        at com.intellij.openapi.actionSystem.impl.ActionMenuItem.lambda$fireActionPerformed$2(ActionMenuItem.java:111)
        at com.intellij.openapi.actionSystem.impl.ActionMenuItem$$Lambda$2909/0x000000010205c840.run(Unknown Source)
        at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:106)
        at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:95)
        at com.intellij.openapi.actionSystem.impl.ActionMenuItem.fireActionPerformed(ActionMenuItem.java:111)
        at com.intellij.ui.plaf.beg.BegMenuItemUI.doClick(BegMenuItemUI.java:540)
        at com.intellij.ui.plaf.beg.BegMenuItemUI$MyMouseInputHandler.mouseReleased(BegMenuItemUI.java:570)
        at java.desktop@11.0.15/java.awt.Component.processMouseEvent(Component.java:6654)
        at java.desktop@11.0.15/javax.swing.JComponent.processMouseEvent(JComponent.java:3345)
        at java.desktop@11.0.15/java.awt.Component.processEvent(Component.java:6419)
        at java.desktop@11.0.15/java.awt.Container.processEvent(Container.java:2263)
        at java.desktop@11.0.15/java.awt.Component.dispatchEventImpl(Component.java:5029)
        at java.desktop@11.0.15/java.awt.Container.dispatchEventImpl(Container.java:2321)
        at java.desktop@11.0.15/java.awt.Component.dispatchEvent(Component.java:4861)
        at java.desktop@11.0.15/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4918)
        at java.desktop@11.0.15/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4547)
        at java.desktop@11.0.15/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4488)
        at java.desktop@11.0.15/java.awt.Container.dispatchEventImpl(Container.java:2307)
        at java.desktop@11.0.15/java.awt.Window.dispatchEventImpl(Window.java:2793)
        at java.desktop@11.0.15/java.awt.Component.dispatchEvent(Component.java:4861)
        at java.desktop@11.0.15/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:778)
        at java.desktop@11.0.15/java.awt.EventQueue$4.run(EventQueue.java:727)
        at java.desktop@11.0.15/java.awt.EventQueue$4.run(EventQueue.java:721)
        at java.base@11.0.15/java.security.AccessController.doPrivileged(Native Method)
        at java.base@11.0.15/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
        at java.base@11.0.15/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:95)
        at java.desktop@11.0.15/java.awt.EventQueue$5.run(EventQueue.java:751)
        at java.desktop@11.0.15/java.awt.EventQueue$5.run(EventQueue.java:749)
        at java.base@11.0.15/java.security.AccessController.doPrivileged(Native Method)
        at java.base@11.0.15/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
        at java.desktop@11.0.15/java.awt.EventQueue.dispatchEvent(EventQueue.java:748)
        at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.java:898)
        at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.java:820)
        at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:743)
        at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:439)
        at com.intellij.ide.IdeEventQueue$$Lambda$600/0x0000000100869840.compute(Unknown Source)
        at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:803)
        at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:438)
        at com.intellij.ide.IdeEventQueue$$Lambda$598/0x000000010086a040.run(Unknown Source)
        at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:119)
        at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:604)
        at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$8(IdeEventQueue.java:436)
        at com.intellij.ide.IdeEventQueue$$Lambda$592/0x000000010086cc40.run(Unknown Source)
        at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:873)
        at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:484)
        at java.desktop@11.0.15/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)
        at java.desktop@11.0.15/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
        at java.desktop@11.0.15/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
        at java.desktop@11.0.15/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
        at java.desktop@11.0.15/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
        at java.desktop@11.0.15/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)


    I don't sure if this is the correct Log.

×
×
  • Create New...