exe 실행 하면 창이 바로 꺼집니다.

seongha lee 0 평판 포인트
2025-12-18T07:59:53.6266667+00:00

https://portal.perforce.com/s/downloads?product=Helix%20Visual%20Client%20%28P4V%29

p4vinst64.exe

를 다운 받고 설치하려고 하는데 설치가 안됩니다.

아래 그림처럼 2초정도 실행된 이후에 꺼집니다.

사용자의 이미지

관리자 권한으로도 해봤고, msi로 설치하려고해도 안됩니다.

비즈니스용 Windows | Windows 365 Enterprise
댓글 0개 설명 없음

답변 2개

정렬 기준: 가장 유용함
  1. VPHAN 43,395 평판 포인트 독립 자문가
    2025-12-19T06:50:10.7233333+00:00

    Hello seongha lee,

    I am following up to see if the proposed solution regarding the Qt framework rendering conflict resolved the blank window issue with the Helix Core installer. As previously analyzed, the white screen followed by an immediate crash is a specific symptom of the installer’s GUI failing to initialize hardware acceleration, which is effectively bypassed by running the installer via Command Prompt with the set QT_QUICK_BACKEND=software environment variable active. If you have not yet attempted this command-line execution, it is the critical step to override the display driver conflict.

    However, if you applied that fix and the executable still terminates silently after two seconds, we must look at Windows security permissions. Right-click the p4vinst64.exe file, select Properties, and ensure the Unblock checkbox at the bottom of the General tab is checked; Windows often sandboxes downloaded installers (Mark of the Web), causing them to silently fail when they attempt to unpack temporary files. Additionally, verify that your antivirus or Windows SmartScreen is not heuristically terminating the process.

    If the issue has been successfully resolved, please consider accepting the answer as it helps other people sharing the same question benefit too. Thank you!

    VP

    이 대답이 도움이 되었나요?

    댓글 0개 설명 없음

  2. VPHAN 43,395 평판 포인트 독립 자문가
    2025-12-18T08:41:53.2666667+00:00

    Helix Core Apps(P4V) 설치 프로그램이 빈 흰색 창으로 표시된 뒤 종료되는 문제는 일반적으로 설치 프로그램의 Qt 기반 프레임워크와 시스템의 그래픽 하드웨어 가속 또는 로컬 환경 변수 간의 렌더링 충돌로 인해 발생합니다. 이미 관리자 권한 실행 및 MSI 버전을 시도했음에도 문제가 해결되지 않았다면, 실행 환경 자체를 조정해야 합니다.

    이 현상은 설치 프로그램이 현재 디스플레이 드라이버에서 정상적으로 협상할 수 없는 하드웨어 가속을 사용하려고 할 때 자주 발생합니다. 이를 우회하려면 소프트웨어 렌더링을 강제로 사용하도록 설정할 수 있습니다. 관리자 권한으로 명령 프롬프트를 열고 set QT_QUICK_BACKEND=software를 입력한 뒤 Enter 키를 누르십시오. 동일한 명령 프롬프트 세션에서 p4vinst64.exe가 있는 디렉터리로 이동한 후, 해당 파일을 직접 실행하십시오. 이렇게 하면 GUI가 실패하고 있는 DirectX 또는 OpenGL 컨텍스트를 초기화하지 않도록 차단할 수 있습니다.

    설치 프로그램이 여전히 즉시 종료된다면, 충돌 원인은 Windows Management Instrumentation(WMI) 서비스나 손상된 %TEMP% 디렉터리 환경에 있을 수 있습니다. %USERPROFILE%\AppData\Local\Temp로 이동하여 이전 Perforce 설치 시 생성된 P4 또는 MSI로 시작하는 모든 폴더를 삭제하십시오. 또한 시스템 환경 변수에 존재하지 않는 경로를 가리키는 P4V 또는 P4Merge 항목이 남아 있는지 확인하십시오. 2025.3 설치 프로그램은 이러한 변수를 사전 점검하며, 잘못된 문자열을 발견할 경우 충돌이 발생할 수 있습니다.

    이 내용이 문제를 이해하는 데 도움이 되었기를 바랍니다. 추가적인 질문이 있다면 메시지를 남기셔도 됩니다. 좋은 하루 되십시오.

    VP

    이 대답이 도움이 되었나요?

    댓글 0개 설명 없음

답변

질문 작성자는 답변을 '승인됨'으로 표시하고, 중재자는 답변을 '추천됨'으로 표시할 수 있습니다. 이를 통해 사용자는 해당 답변이 작성자의 문제를 해결했다는 것을 알 수 있습니다.