본문 바로가기

Log/ErrorLog

(13)
[Cursor] VSC Extension 검색 안 됨 | VSIX 설치 및 적용하는 방법 - VS Marketplace 설치 안 됨 * 따라하시기 전에 결론 부터 보십쇼... * 맥 쓰다가VR 개발 때문에 윈도우 환경으로 돌아왔다. 근데 유니티 익스텐션 검색이 안 됨;Whyrano.. 해결 방법 (아님) https://marketplace.visualstudio.com/ Visual Studio MarketplaceExtensions for Visual Studio family of products on Visual Studio Marketplacemarketplace.visualstudio.com여기서 유니티를 다운 받는다. 근데 아마 다운로드가 안 될거다.왜냐?모른다.마이크로소프트 왜 그러냐. VSIX 다운로드 받는 방법불굴의 개발자들.어떻게든 방법을 찾는다.https://github.com/mjmirza/Download-VSIX..
열받는 중국PC 블루투스 설정 사라짐:STATUS_DEVICE_POWER_FAILURE - 윈도우11, 비링크 SE8 후기^^ 아!!!!!!!!!!!!!!!!!!!!!!!퇴근하고와서피곤해죽겠건만블루투스설정이없어져버려서노래도못들으면!!!!!!!!!!!!!! 화가 나지요오~,, 후... 내 PC 로 말하자면 뭐더라'비링크 SE8' 이다.  윈도우 포함.아니!!!!포맷도 하고~ 윈도우도 다시 깔고~보안 부팅 설정 뭐 다~했는데죽어도 안 바뀐다. 설정의 언어설정이.이건 뭐 킹 받으라고 일부러그러냐!!!!!!!!!! 하... 아무튼 또다른 문제가 발생했다.갑자기 블루투스 설정이 없어진 것이다..띠용... 어디갔어.. 이렇게 나와야 정상이지 않는가?근데 딲!저저저 블루투스 아이콘도 없고설정을 열심히 번역해서 봐도 키는 버튼 자체가 없는 것이다....하필 피곤할 때ㅜ 하지만? 해결해내는 나는야뭐참을성은 쪼금 더 있는 사람이지 뭐 나의 원인1..
Mac에서 Unity Hub Editor 다운로드 안 돼요 이것 뭐예요~?(CMake) 처음 맥북 사서 우히히 신난다 하고 있었는데,기존 프로젝트 에디터가 안 된다.... 외요 ,,? 유니티 커뮤에 올렸더니 친절한 어떤 분이 허브 로그 보라고 답을 주셨다.https://docs.unity3d.com/hub/manual/Help.html Troubleshooting > Open" data-og-host="docs.unity3d.com" data-og-source-url="https://docs.unity3d.com/hub/manual/Help.html" data-og-url="https://docs.unity3d.com/hub/manual/Help.html" data-og-image=""> Help | Unity Hub | 3.0Help For more information on how to..
[error] No files matching the pattern were found : Prettier (VSCode) 분명! 책에서 하라는 대로 했는데! > react-sample@0.1.0 prettier-format > prettier --config .prettierrc 'src/**/*.ts' --write [error] No files matching the pattern were found: "'src/**/*.ts'". 이런 오류가 나요! package.json 수정 'src/**/*.ts' -> src/**/*.ts "scripts": { ... "prettier-format": "prettier --config .prettierrc src/**/*.ts --write" }, 허무... 하지만 됐으니 다행~
[유니티] Localization Build Error (not working on Android Build) * 디버그한 지 한 달 넘은 이슈라 불확실한 부분이 있습니다 * 때는 8월 말... 게임의 영문 버전 추가를 위해 Localization 패키지 를 사용했습니다. Quick Start Guide | Localization | 1.0.5 Quick Start Guide Note: This guide requires Unity 2020.3 and above. This page explains how to set up a simple project with localized assets and strings. This covers the following steps: Create the Localization Settings. Create locales. Choose a default loc docs.unit..
[Unity] Rendering Error - Assertion failed (URP) [ Error ] UI GameObject 추가 시 아래와 같은 오류 발생 Assertion failed UnityEngine.Rendering.Blitter:BlitTexture (UnityEngine.Rendering.CommandBuffer,UnityEngine.Rendering.RTHandle,UnityEngine.Vector4,UnityEngine.Material,int) KeepFrameFeature/DrawOldFramePass:Execute (UnityEngine.Rendering.ScriptableRenderContext,UnityEngine.Rendering.Universal.RenderingData&) (at Assets/Samples/Universal RP/14.0.8/URP Pac..
[오라클 오류] 리스너가.. 없으신가요? TNS:프로토콜 어댑터 오류 (TNS-12560) 일단 시작에 앞서... 해결했다는 고양감에 모든 cmd 창, sqlplus 창을 닫아버렸습니다. 그래서 캡쳐본이 남아있지 않으니... 양해 부탁드립니다^^... [ 오류 및 상황 ] 1. (상태 : 침착함) 이클립스에서 오라클 접속하려고 하자 다음의 오류 뜸 Connection conn = DriverManager.getConnection("jdbc:oracle:thin:@xxx.xxx.xxx.xxx:1521:xe", "system", "1234"); // localhost 대신 IP 입력 // IP : cmd - ipconfig - IPv4 주소 복사 javax.servlet.ServletException: java.sql.SQLRecoverableException: IO 오류: The Network ..
[이클립스-Oracle 연동 오류] 테이블 있는데 - sql 명령어가 올바르게 종료되지 않았습니다 (ORA-00933) 진짜 멘탈 나갈 뻔 했다... 아니 구문 오류난게 없고 테이블도 잘 생성돼있는데 올바르게 종료되지 않았다는 것이다. 당신도 그래서 들어온 것이겠죠...? 해결 방법부터 보시죠... [ 오류 ] [ 해결 ] 세미콜론을 뺀다. ResultSet rs = stmt.executeQuery("SELECT * FROM custom_01"); 아니 아니 보통 쿼리를 ; 를 넣어야 하지 않나요 . . ? 왜 ... 빼야 하는 거죠 .. .?;; 지금도 습관적으로 이럼; 그래도 해결됐으니 만사오케이 ^^... 아마 excute 해주면서 자동으로 ; 를 넣어주는 게 아닌가 싶다 ㅎㅎ...