KranZera Posted May 4, 2021 Share Posted May 4, 2021 How to compiling or fix error editor? Source used: https://github.com/RedBandana/Intersect-Engine/tree/diagonal-move Error: Message: O processo não pode acessar o arquivo 'D:\Client e Editor\Logs\Editor-2021_05_03-20_54_02_862.log' porque ele está sendo usado por outro processo. Stack: em System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) em System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost) em System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share) em Intersect.Editor.Forms.FrmMain.queryFilesForUpdate(Update update, String[] excludeFiles, String[] clientExcludeFiles, String[] excludeExtensions, String[] excludeDirectories, String workingDirectory, String path, String updatePath, Int32 filesProcessed, Int32 fileCount, Update existingUpdate) em Intersect.Editor.Forms.FrmMain.queryFilesForUpdate(Update update, String[] excludeFiles, String[] clientExcludeFiles, String[] excludeExtensions, String[] excludeDirectories, String workingDirectory, String path, String updatePath, Int32 filesProcessed, Int32 fileCount, Update existingUpdate) em Intersect.Editor.Forms.FrmMain.createUpdate(String path, Update existingUpdate) em Intersect.Editor.Forms.FrmMain.<>c__DisplayClass104_0.<packageUpdateToolStripMenuItem_Click>b__0() em System.Threading.ThreadHelper.ThreadStart_Context(Object state) em System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) em System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) em System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) em System.Threading.ThreadHelper.ThreadStart() Help me Link to comment Share on other sites More sharing options...
0 Cheshire Posted May 4, 2021 Share Posted May 4, 2021 Can you try this with an official release from our actual repository? I don't think we're going to offer much support for builds made by other people on here. (I'd also recommend using 7.0 rather than 6.2 if you want to use asset packing and make a game that's relatively future proof) Link to comment Share on other sites More sharing options...
0 jcsnider Posted May 4, 2021 Share Posted May 4, 2021 I agree. Very large chance that this is fixed in the official builds B7 is definitely worth using. You should never use code that is a year out of date for 1 feature. Link to comment Share on other sites More sharing options...
Question
KranZera
How to compiling or fix error editor?
Source used: https://github.com/RedBandana/Intersect-Engine/tree/diagonal-move
Error:
Message: O processo não pode acessar o arquivo 'D:\Client e Editor\Logs\Editor-2021_05_03-20_54_02_862.log' porque ele está sendo usado por outro processo.
Stack: em System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
em System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
em System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
em Intersect.Editor.Forms.FrmMain.queryFilesForUpdate(Update update, String[] excludeFiles, String[] clientExcludeFiles, String[] excludeExtensions, String[] excludeDirectories, String workingDirectory, String path, String updatePath, Int32 filesProcessed, Int32 fileCount, Update existingUpdate)
em Intersect.Editor.Forms.FrmMain.queryFilesForUpdate(Update update, String[] excludeFiles, String[] clientExcludeFiles, String[] excludeExtensions, String[] excludeDirectories, String workingDirectory, String path, String updatePath, Int32 filesProcessed, Int32 fileCount, Update existingUpdate)
em Intersect.Editor.Forms.FrmMain.createUpdate(String path, Update existingUpdate)
em Intersect.Editor.Forms.FrmMain.<>c__DisplayClass104_0.<packageUpdateToolStripMenuItem_Click>b__0()
em System.Threading.ThreadHelper.ThreadStart_Context(Object state)
em System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
em System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
em System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
em System.Threading.ThreadHelper.ThreadStart()
Help me
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now