메뉴 건너뛰기

조회 수 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 를 눌러 띄워서 콘솔화면을 캡쳐부탁드립니다.


  1. 3.0버전 오류보고 안내

    Date2023.11.07 Byddart Reply0 Views528
    read more
  2. 키 입력이 스킵되시는 분들

    Date2020.03.05 Byddart Reply3 Views3854
    read more
  3. No valid COM object! 오류

    Date2021.08.03 BySuChulKIM Reply3 Views453
    Read More
  4. G마켓 선물함 가져오기가 갑자기 작동되지 않네요 (오늘부터)

    Date2024.01.04 BycaseFan Reply1 Views63
    Read More
  5. giftcard_autocoder_v2.66 오류 나요!

    Date2020.11.21 By하늘공항 Reply1 Views333 file
    Read More
  6. giftcard_autocoder 실행이 안되는거 같네요

    Date2021.01.27 By오정 Reply1 Views522
    Read More
  7. FHD 모니터에서 북앤 아이넘버 등록 관련 질의

    Date2023.04.02 ByBbCcAa Reply2 Views177 file
    Read More
  8. AutoHotKey아이콘이 작업표시줄에 있는데 창이 뜨지는 않는 현상

    Date2021.03.24 Bytest Reply2 Views506
    Read More
  9. Ahk2Exe Error

    Date2023.11.08 Byer Reply1 Views86 file
    Read More
  10. 8월 중순?부터 상품권알리미 새로운가격 업데이트 반영이 안되는것 같습니다.

    Date2023.08.30 By정안나 Reply3 Views258 file
    Read More
  11. 8146번째 줄 오류 문의입니다

    Date2021.07.30 ByHOHO Reply7 Views268
    Read More
  12. 653번째줄 Init : 0x80020101 - 에러 스크립트 에러

    Date2021.03.26 By직구닷컴 Reply2 Views464 file
    Read More
  13. 3.05 버전 설정 메뉴 진입 시 오류 , 프로그램 종료 시 오류

    Date2023.11.08 BykimTerry Reply6 Views89
    Read More
  14. 3.0.5에서 브라우저에 연결을 할 수가 없습니다. 노출

    Date2023.11.08 BykimTerry Reply1 Views82
    Read More
  15. 3.0.20 오류로 실행 안됨

    Date2023.12.03 ByKK Reply1 Views77 file
    Read More
  16. 3.0.06버전 오류발생입니다

    Date2023.11.09 By바나나우유 Reply5 Views82
    Read More
  17. 2022년 시작하고 나서 상품권 자동입력기가 오류가 발생합니다.

    Date2022.01.09 ByJeongJikNa Reply2 Views795 file
    Read More
  18. 2.x대 가져오기 범위가 있던데 3.0.10 에는 범위가 업던데

    Date2023.11.13 By테스트1 Reply1 Views39
    Read More
  19. 2.3 버전을 쓰는데 해피머니 충전이 오류가 떠요.

    Date2020.03.02 ByJaekeunSim Reply6 Views385
    Read More
  20. 18->20 업데이트 이후 db가 사라졌습니다 어디서 찾을수가 있을까요

    Date2023.11.28 ByHOHO Reply12 Views91
    Read More
  21. 11번가 해피머니 기프티콘 입력시..

    Date2022.11.12 By이일환 Reply1 Views412
    Read More
Board Pagination Prev 1 ... 10 11 12 13 14 15 16 17 18 ... 19 Next
/ 19