Notice
Recent Posts
Recent Comments
Link
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Archives
Today
Total
관리 메뉴

개발자 사카

IOException: Win32 IO returned ERROR_BROKEN_PIPE 에러가 떴을 때 본문

Develop/Unity

IOException: Win32 IO returned ERROR_BROKEN_PIPE 에러가 떴을 때

DevSaka 2018. 1. 12. 18:00

회사에서 작업하던 프로젝트를 집에 가져와 작업해서 빌드하는데


"IOException: Win32 IO returned ERROR_BROKEN_PIPE. Path : C:\...somepath...\[Unknown]" 


이라는 처음 보는 에러가 떴다.


의외로 해결책은 간단했다.


C:\ 에 프로젝트를 옮겨놓고 빌드를 하면 빌드가 정상적으로 된다.


출처 : https://trello.com/c/2JwjcnTP/54-move-the-project-to-c-if-you-get-this-at-the-last-step-of-the-build-ioexception-win32-io-returned-errorbrokenpipe-path-c-somepat

Comments