Trouble shooting(35)
-
Unreal Engine) 언리얼엔진 5.2 화면이 검고, 아무것도 나오지 않는 버그
환경 Window 11 , 인텔, 엔비디아 Unreal Engine 5.2 문제 언리얼 엔진 블루프린트 에디터로 실행시 검은 화면 , 에디터 클릭을 해도 아무 작업을 할수 없음. 화면이 검고, 아무것도 나오지 않는 버그 이런식으로 아무 작업을 할수 없다. 해결 Multiplane overlay 관련 엔비디아 드라이버 오류. https://nvidia.custhelp.com/app/answers/detail/a_id/5157 NVIDIA Support NVIDIA is currently investigating end user reports that after updating to NVIDIA Game Ready Driver 461.09 or newer, Google Chrome may display fl..
2023.09.15 -
언리얼 엔진 검은화면 점멸 오류
보호되어 있는 글입니다.
2023.09.13 -
WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! (aws ec2 접속시 오류)
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED! @ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you right now (man-in-the-middle attack)! It is also possible that a host key has just been changed. The fingerprint for the ECDSA key se..
2023.09.05 -
df.to_sql 오류 TypeError: init() got multiple values for argument 'schema'
https://stackoverflow.com/questions/75282511/df-to-table-throw-error-typeerror-init-got-multiple-values-for-argument df to table throw error TypeError: __init__() got multiple values for argument 'schema' I have dataframe in pandas :- purchase_df. I want to convert it to sql table so I can perform sql query in pandas. I tried this method purchase_df.to_sql('purchase_df', con=engine, if_exists='r..
2023.09.04 -
chrome driver 버전 오류
예전에는 잘되었는데 안된다... 크롬의 업데이트로 인해서 크롬 116 버전, 크롬드라이버는 114 구버전. 버전이 매칭되지 않는 오류이다. SessionNotCreatedException: Message: session not created: This version of ChromeDriver only supports Chrome version 114 Current browser version is 116.0.5845.111 with binary path C:\Program Files\Google\Chrome\Application\chrome.exe 해결 webdriver-manager 를 이용해서 해결 webdrvier-manager 설치 pip install webdriver-manager 한뒤에 f..
2023.08.29 -
mysqlclient 설치 오류 (pkg-config)
환경 : ubuntu 22.04.3 LTS 문제 : 가상환경 설정중 pip install mysqlclent 오류 발생 Collecting mysqlclient Using cached mysqlclient-2.2.0.tar.gz (89 kB) Installing build dependencies ... done Getting requirements to build wheel ... error error: subprocess-exited-with-error × Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [24 lines of output] /bin/sh: 1: pkg-config: not found /bi..
2023.08.18