메뉴 건너뛰기

조회 수 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 3858
292 기프티콘 사이트에서 번호 긁어오기가 안되네요 4 ByoungYoonPark 2021.01.08 332
291 기프티콘 선물함 추출이 잘 안됩니다. 도움부탁드립니다. 2 sanghunLee 2021.05.23 307
290 기프티콘 선물함에서 가져오기 연결이 끊어졌습니다. 다음 기능 실행시 자동으로 재연결됩니다. 오류가 나옵니다. 1 file 똘똘하게 2023.08.23 164
289 내역이 사라졌습니다 1 EJS. 2020.06.09 225
288 너무잘이용하고있는데 혹시나 문의드립니다 1 기명구기 2020.09.29 269
287 네이버 웨일 브라우저 지원 가능 여부 문의 1 하늘의별따기 2020.03.05 264
286 네이버충전 오류 1 신ᄅ 2023.12.03 58
285 네트워크 환경에 따른 충전페이지 이동에 실패했습니다 3 GippeumPark 2023.10.06 183
284 다른 컴퓨터에서 창위치 고정 또는 DB공유 1 MinAn 2024.04.07 23
283 다운로드 문제 1 AblSohn 2023.06.12 219
282 데이터 선물 메시지를 못 읽어오네요 4 박선우 2021.03.01 303
281 데이터 선물기 로그인에서 넘어가는게 안되네요 ㅠㅠ 4 file 송관엽 2023.07.10 179
280 데이터 선물하기 오류 4 file 박선우 2023.01.17 167
279 데이터 선물하기 인증번호 수신 실패 오류 3 file user 2023.06.18 219
278 데이터 자동 보내기 관련 오류 문의 10 file 김덕겸 2021.09.15 261
277 데이터선물하기 번호 못 가져오는 오류(3) 1 박선우 2023.04.10 213
276 데이터선물하기 번호 잘못 가져오는 건 10 박선우 2023.04.02 239
275 데이터자동선물 문의드립니다 2 DhhS 2021.01.29 234
274 도서문화 사이트 에러 1 3992 2023.04.01 264
273 두번째칸에 숫자가 들어갔다가 지워지는 현상이 보입니다. 1 file 쨍-하고해뜰날 2023.08.04 187
Board Pagination Prev 1 ... 2 3 4 5 6 7 8 9 10 ... 19 Next
/ 19