메뉴 건너뛰기

조회 수 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 536
공지 키 입력이 스킵되시는 분들 3 ddart 2020.03.05 3860
292 티몬 북앤라이프 오류 4 프리비스 2020.03.01 349
291 오류가 있으면 주저없이 남겨주세요. ddart 2020.02.29 348
290 크롬/엣지 오류 1 상상돌이 2020.08.06 344
289 자동로그인이 안돼요ㅠ 에러코드 126 1 JILEE 2021.02.13 342
288 크롬에서 핀번호 입력이 안됩니다. 1 김상순 2020.03.01 342
287 혹시 낮은 버전을 다시 좀 구할 수 있을까요? 1 briannakim 2020.05.18 340
286 가져오기가 되지 않습니다.. 8 file HeungJaeCHO 2020.03.04 336
285 [기프티콘] 도서문화상품권 한번에 가져오기 10 test 2021.02.05 335
284 실행창이 나타나지 않는 현상 1 test 2021.11.12 333
283 giftcard_autocoder_v2.66 오류 나요! 1 file 하늘공항 2020.11.21 333
282 기프티콘 사이트에서 번호 긁어오기가 안되네요 4 ByoungYoonPark 2021.01.08 332
281 카톡으로 상품권 번호 가져오기 작동이 안됩니다 8 file 김정엽 2023.04.04 330
280 해피머니 오류 4 뚱뚜둥 2020.09.08 327
279 북앤라이프 빈번호 추출안됨 3 file 신ᄅ 2022.09.03 323
278 북앤라이프 아이넘버 충전시 팝업창 나옴 1 file forpray 2022.09.02 319
277 가져오기가 오류가 나네요 2 file 이일환 2022.07.29 317
276 해피머니 기프티콘 가져오기 문의 2 CHANGHEECHO 2021.09.08 317
275 암호화모듈 오휴 4 file 닉네임뭐로해 2022.10.20 315
274 Pushbullet에서 문자 가져오기를 하면 일부 상품권 문자만 가져오기를 하고 있습니다. 2 file 변기복 2022.08.06 315
273 11번가 기프티콘 상품권교환 2 수풀림 2020.03.20 315
Board Pagination Prev 1 ... 2 3 4 5 6 7 8 9 10 ... 19 Next
/ 19