메뉴 건너뛰기

조회 수 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 531
공지 키 입력이 스킵되시는 분들 3 ddart 2020.03.05 3857
312 버전 2.96 해피머니 교환권 교환이 안되는 이유 찾음 3 file 하늘공항 2022.08.09 393
311 개발자모드로 실행된 엣지창이 존재하지 않습니다 라고 뜹니다 1 SANGHYUKKIM 2022.11.15 390
310 위메프 해피머니상품권 추출 불가 1 BobKim 2021.03.08 389
309 사용자 휴대폰, 해피머니 가져오기 실패 2 상상돌이 2022.01.28 385
308 2.3 버전을 쓰는데 해피머니 충전이 오류가 떠요. 6 JaekeunSim 2020.03.02 385
307 휴대폰과 연결 앱에서 제대로 가져오지 못하는 문제 6 file HOHO 2022.09.30 382
306 해피머니 - 설정에서 크롬으로 바꿨는데도 크롬으로 안뜨고...ie로 뜨구요, 자동입력 했을 때 별표 부분이 인식 안됨 오류 1 소민파파 2020.04.27 372
305 해피머니 상품권 인식오류 3 MinguJung 2023.04.03 369
304 0x800401F3 문자열 오류 1 file 수푸 2021.04.07 368
303 티몬 북앤라이프 코드 입력이 제대로 되지 않습니다 4 WesNam 2020.03.01 364
302 1.04버전 쓰다가 2.2버전 다운받으니 이메세지가 뜨네요 2 file 송보현 2020.03.02 361
301 사용자휴대폰문자불러오기 불가 6 주동성 2021.02.05 359
300 이거 다른분들은 도대체 어떻게 쓰는겁니까? 1 수석연구원 2023.02.01 356
299 SKT 데이터선물 자동발송기는 아이폰은 안되는거죠? 1 만두다섯개 2021.03.05 353
298 해피머니에서 전환한 스마일상품권 인식에 대한 문의입니다 4 손준 2023.02.23 352
297 북앤라이프 아이넘버 입력 오류 1 file WooHyunPark 2023.07.20 351
296 개발자 모드로 실행된 엣지창이 존재하지 않습니다. 9 강동운 2023.05.04 351
295 상품권 인식 이 안되네요. 7 file 제로콜라 2023.04.25 351
294 온라인문화상품권 네이버 포인트 전환 오류 6 성실명 2023.06.12 349
293 티몬 북앤라이프 오류 4 프리비스 2020.03.01 349
Board Pagination Prev 1 ... 2 3 4 5 6 7 8 9 10 ... 19 Next
/ 19