문제해결 15

Java 17 end of life in Jenkins

윈도우즈 젠킨스에서You are running Jenkins on Java 17, support for which will end on or after 2026. 3. 31.. Refer to the documentation for more details.이렇게 노란색의 경고가 떳다. 1. Java 21 다운로드https://www.oracle.com/kr/java/technologies/downloads/#jdk21-windows Download the Latest Java LTS FreeSubscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts.www.or..

문제해결 2025.04.08

언리얼 프로젝트 "디버깅을 시작할 수 없습니다."

Visual Studio 디버깅실행을 했을때 위와 같이 "디버깅을 시작할 수 없습니다. 프로젝트 속성을 열고 '구성 속성--> 디버깅'으로 이동하여 디버거 설정을 확인하십시오. 라고 팝업이 떴다. 이럴때는 꼭 UE5가 시작프로젝트로 설정되어있는 경우가 많으니 솔루션 탐색기에서 현재의 프로젝트가 시작 프로젝트가 되어있는지 확인하자.

문제해결 2025.02.26

Visual Studio CMakeProject Linux 에서 특정경로 복사 안되게 막기

CMakePresets.json에 보면 { "name": "linux-debug", "displayName": "Linux Debug", "generator": "Ninja", "binaryDir": "${sourceDir}/out/build/${presetName}", "installDir": "${sourceDir}/out/install/${presetName}", "cacheVariables": { "CMAKE_BUILD_TYPE": "Debug" }, "condition": { "type": "equals", "lhs": "${hostSystemName}", "rhs": "Linux" }, "vendor": { "microsoft.com/VisualStudioRemoteSettings/CMake/..

문제해결 2023.09.18

UE5 Launcher 내 프로젝트

런처에서 내 프로젝트 항목이 안보이게 되면  C:\Users\[USER]\AppData\Local\EpicGamesLauncher\Saved\Config\Windows\ 경로에서 GameUserSettings.ini를 열어 아래와 같이 CreatedProjectPaths 항목에 UE5프로젝트가 있는 경로를 추가하면된다.(중복가능) 하고 런처를 재시작해보자. 잘 나온다. - 프로젝트가 존재한 경로의 Parent 경로를 넣어준다[Launcher] 어쩌고어쩌고 어쩌고어쩌고 CreatedProjectPaths=C:/Unreal ProjectsCreatedProjectPaths=D:/MyWork 난 여기 포스트에서 확인했다.https://rhyce.dev/2022/04/14/fix-unreal-projects-n..

문제해결 2022.07.26