메뉴 건너뛰기

조회 수 89 추천 수 0 댓글 6
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

※ 아래 포맷으로 오류보고해주시면 문제해결을 위한 시행착오를 줄일수가 있습니다.

1. 자신의 실행환경 (최대한 자세히)
[09:16:37] 운영체제 : Windows 10 Enterprise 버전 22H2 (10.0.19045), 오토핫키 : 2.0.2 64bit, 웹뷰 : 119.0.2151.44, 자동입력기 : 3.0.05


2. 오류발생경로

설정 누를때도 설정창이 나오는데 로그창에서 오류가 뜹니다.

프로그램 종료시에도 동일합니다. 
3. 오류현상 (최대한 자세히)

4. 기타 오류재현에 필요한 추가정보(문자포맷정보, 오류화면캡쳐 등)

프로그램 종료 시 

[09:16:37] __________________________________________________________________________<오류>______

[09:16:37] Return PropertyError : C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk 14700번째줄

[09:16:37]  : This value of type "String" has no property named "view_log".

[09:16:37] 스택 : C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk (14700) : [CAutocoderApplication.Prototype.SaveSetting] this.setting.view_log := this.tabLog.IsWindowVisible()

C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk (15080) : [CAutocoderApplication.Prototype.OnClose] this.SaveSetting()

C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk (2452) : [CApplicationWindow.Prototype.OnSysCommand] this.OnClose()

C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk (2479) : [CApplicationWindow.Prototype.OnMessage] Return this.OnSysCommand(hWnd, uMsg, wParam, lParam)

C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk (15764) : [CAutocoderApplication.Prototype.OnMessage] Return super.OnMessage(hWnd, uMsg, wParam, lParam)

C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk (2206) : [CCreatableWindow.Prototype.WndProc] If (this.OnMessage(hWnd, uMsg, wParam, lParam))

> Callback

C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk (2189) : [DllCall] Return DllCall("DefWindowProc", "Ptr", hWnd, "UInt" ,uMsg, "UPtr", wParam, "Ptr",lParam)

C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk (2189) : [CCreatableWindow.Prototype.DefaultWindowProc] Return DllCall("DefWindowProc", "Ptr", hWnd, "UInt" ,uMsg, "UPtr", wParam, "Ptr",lParam)

C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk (2214) : [CCreatableWindow.Prototype.WndProc] Return this.DefaultWindowProc(hWnd, uMsg, wParam, lParam)

> Callback

 

설정 열 경우

[09:16:46] Return PropertyError : C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk 16094번째줄

[09:16:46]  : This value of type "String" has no property named "auto_login".

[09:16:46] 스택 : C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk (16094) : [CAutocoderApplication.Prototype.OnOptionSetting] bAutoLogin := this.setting.auto_login

C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk (15207) : [CAutocoderApplication.Prototype.OnCommand] this.OnOptionSetting()

C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk (2475) : [CApplicationWindow.Prototype.OnMessage] Return this.OnCommand(hWnd, uMsg, wParam, lParam)

C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk (15764) : [CAutocoderApplication.Prototype.OnMessage] Return super.OnMessage(hWnd, uMsg, wParam, lParam)

C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk (2206) : [CCreatableWindow.Prototype.WndProc] If (this.OnMessage(hWnd, uMsg, wParam, lParam))

 

> Callback

 

  • profile
    ddart 2023.11.08 10:04 Files첨부 (1)

    설정화면 저장을 보다 안전한 방식으로 바꾸고 저장직전에 다시한번 오류체크 또 설정 불러올때도 오류가 있으면 설정 초기화하는 임시버전입니다.

    임시버전 : autocoder.ahk

     

    이걸로 해보시고 문제가 사라지면 다음버전에 반영하겠습니다.

     

     

     

  • profile
    ddart 2023.11.08 10:22

    그리고 오토핫키 버전이 2.0.2 를 사용하고 계신데 2.0.10 최신버전으로 업그레이드하시길 권장합니다.

    개발과정에서 보니 2.0.5 버전이하는 오토핫키 자체버그가 더러 존재해서 코드가 정상적으로 수행이 안되는 경우가 있습니다.

  • profile
    kimTerry 2023.11.08 12:59
    오토핫키는 업데이트 하였습니다. 그리고 실행파일로 주신거로 실행해서 설정을 저장했더니 아래와 같이 나옵니다.

    [12:57:50] 설정을 저장하는 과정에서 오류가 발생했습니다
    [12:57:50] This value of type "String" has no method named "OwnProps".
    [12:57:50] C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk (16098) : [CAutocoderApplication.Prototype.OnOptionSetting] For prop, value in dialog.data.OwnProps()
    C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk (15206) : [CAutocoderApplication.Prototype.OnCommand] this.OnOptionSetting()
    C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk (2475) : [CApplicationWindow.Prototype.OnMessage] Return this.OnCommand(hWnd, uMsg, wParam, lParam)
    C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk (15763) : [CAutocoderApplication.Prototype.OnMessage] Return super.OnMessage(hWnd, uMsg, wParam, lParam)
    C:\Users\Bugs\Desktop\autocoder_setup_v1.00\autocoder.ahk (2206) : [CCreatableWindow.Prototype.WndProc] If (this.OnMessage(hWnd, uMsg, wParam, lParam))
    > Callback
  • profile
    ddart 2023.11.08 14:03
    아무래도 정상적인 동작같지가 않네요.
    설정을 눌러 설정화면이 열렸을때 ctrl+shift+I 를 누르면 devtools 창이 뜨는데 거기에 콘솔탭에 나온 내용을 캡쳐하거나 복사해서
    보여줄수 있나요? 스크립트 오류가 나는것 같은데..
  • profile
    kimTerry 2023.11.08 15:13 Files첨부 (1)

    일단 설정값이 모두 비어있고 저장이 안됩니다. 콘솔창에서 캡처한 부분 첨부했습니다. 확인 부탁 드립니다.

    설정콘솔.jpg

     

  • profile
    ddart 2023.11.08 16:08

    저건 상품권 추출기의 dev 툴내용이구요. 설정화면 열었을때 설정화면 빈곳을 한번 클릭해주시고 ctrl+shift+i 를 눌러 띄워서 콘솔화면을 캡쳐부탁드립니다.


List of Articles
번호 제목 글쓴이 날짜 조회 수
공지 3.0버전 오류보고 안내 ddart 2023.11.07 509
공지 키 입력이 스킵되시는 분들 3 ddart 2020.03.05 3827
285 온라인문화상품권 포인트로페이 충전시 오류 3 감사 2023.11.13 52
284 2.x대 가져오기 범위가 있던데 3.0.10 에는 범위가 업던데 1 테스트1 2023.11.13 39
283 카톡에서 상품권 추출할때 해피머니 온라인상품권 핀번호가 없다고 추출을 못합니다. 1 file FenoMenoRhee 2023.11.13 43
282 해피머니 오류 1 file YunChoi 2023.11.12 54
281 스마일캐시 핀번호 추출이 안됩니다. 1 file 패닉 2023.11.12 35
280 해피머니(기프티쇼발) 충전시 오류가 납니다. 1 file jumpsky 2023.11.12 74
279 휴대폰과 연결 오류 7 file 정통화는 2023.11.10 75
278 SSG 가져오기 오류 1 file 신세훈 2023.11.10 56
277 자동로그인 오류 로그 드려요 1 file BJK 2023.11.09 45
276 3.0.06버전 오류발생입니다 5 바나나우유 2023.11.09 81
275 자동로그인 정보 저장 오류 1 김민석 2023.11.08 43
274 3.0.5에서 브라우저에 연결을 할 수가 없습니다. 노출 1 kimTerry 2023.11.08 82
273 오류보고 드려요 4 EUNKYONGKIL 2023.11.08 57
272 휴대폰과 연결 앱 연결문제 4 HOHO 2023.11.08 107
271 버전 3로 업데이트후 자동로그인이 되지 않습니다. 4 최정곤1 2023.11.08 51
270 Ahk2Exe Error 1 file er 2023.11.08 86
» 3.05 버전 설정 메뉴 진입 시 오류 , 프로그램 종료 시 오류 6 kimTerry 2023.11.08 89
268 [종결] 새버전 이용을 이용하고 실행을 누르면 새창이 열립니다. 2 유니짱 2023.11.07 76
267 오류 보고 입니다. 5 카라괴즈 2023.11.07 74
Board Pagination Prev 1 ... 2 3 4 5 6 7 8 9 10 ... 19 Next
/ 19