본문 바로가기
Delphi 문제점 Tip

실행 종류 시 SetThreadContext failed 오류 해결법

by MonoSoft 2022. 5. 18.
728x90
반응형

실행 종류 시 SetThreadContext failed 오류 해결법

 

델파이 2009 버전 설치 후 기본 프로젝트 생성 후 실행한다음

종료 후 아래 같은 메세지 오류가 나오면 

 

bds.exe - bordbk105N.dll

Assertion failure:"(!"SetThreadContext failed")"

in ..\win32src\thread32.cpp at line 403

Continue execution?

 

다음과 같은 해결법으로 해결해보쟈!

1. Close Delphi

2. Locate bordbk120N.dll (C:\Program Files (x86)\CodeGear\RAD Studio\6.0\bin)

3. Make a backup of the library (just in case).

4. Open bordbk120N.dll with mh-nexus and locate the hex values: “01 00 48 74 47 80 3D”

5. Replace “74” with  “EB”and save the changes.

6. Restart Delphi and the error message should be gone.

---------------해석

 

1. Delphi 닫기

2. bordbk120N.dll (C : \ Program Files (x86) \ CodeGear \ RAD Studio \ 6.0 \ bin)을 찾습니다.

3. 라이브러리의 백업을 만드십시오 (경우에 따라).

4. mh-nexus로 bordbk120N.dll을 열고 16 진수 값을 찾습니다. 

"01 00 48 74 47 80 3D"

5. "74"를 "EB"로 바꾸고 변경 사항을 저장합니다.

6. Delphi를 다시 시작하면 오류 메시지가 사라집니다.

 

문제해결!

비슷한 글 https://blog.naver.com/kimwonho001/221540639451

728x90
반응형

댓글