Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: bad window path name ".top.sources.127.0.0" #3

Open
lovebdsobuj opened this issue Mar 29, 2016 · 5 comments
Open

Error: bad window path name ".top.sources.127.0.0" #3

lovebdsobuj opened this issue Mar 29, 2016 · 5 comments

Comments

@lovebdsobuj
Copy link

$ wish LogCatch.tcl
changeWrapMode none
changeEncoding to :utf-8:
sdk_path  mm
destroy .top.sources.devices Button
destroy .top.sources.files Button
destroy .top.sources.filehistory Button
ADB_PATH already confirmed.
D:
sdk_path  mm
destroy .top.sources.devices Button
destroy .top.sources.files Button
destroy .top.sources.filehistory Button
ADB_PATH already confirmed.
"4.4.2":127.0.0.1:62001"
destroy .top.sources.devices Button
destroy .top.sources.files Button
destroy .top.sources.filehistory Button
se: 127.0.0.1  device: NoxW/4.4.2:127.0.0.1:62001
sdk_path  mm
destroy .top.sources.devices Button
se: 127.0.0.1  device: NoxW/4.4.2:127.0.0.1:62001
sdk_path  mm
destroy .top.sources.devices Button
se: 127.0.0.1  device: NoxW/4.4.2:127.0.0.1:62001

Application Error!

bad window path name ".top.sources.127.0.0"
bad window path name ".top.sources.127.0.0"
while executing
"radiobutton .top.sources.$seriallow -variable Device -value $device -command loadDevice -text $name"
(procedure "updateSourceList" line 17)
invoked from within
"updateSourceList"
(procedure "detectDevices" line 9)
invoked from within
"detectDevices"
(menu invoke)

@pikey8706
Copy link
Owner

I fixed this bug or disadvantage. Now tcp connected device is supported. Please pull and try again.
Well.. other bug or not implemented function:

  • processFilter (temporary showing process package name of device)
  • logLevel filter (clearing 'and' checkbutton cause log hiding... i will fix this later)

@lovebdsobuj
Copy link
Author

I don't understand what is the problem,
Now nothing happen.

  • Windows 10 (32 bits)
  • Nox Android Player for PC

@pikey8706
Copy link
Owner

Problem is that my app did not support dot-separated-name like 127.0.0.1 when adb is tcpip connected. I fixed that.

I checked latest commit on Windows 7 and Nox Android Player. It Worked.
Could you check again ?

@lovebdsobuj
Copy link
Author

I determine something.
It's maybe problem with my latest

  • adb.exe
  • AdbWinApi.dll
  • AdbWinUsbApi.dll

I change it with old adb files, Now I got device name NoxW/4.4.2:127.0.0.1
But Log screen not yet get.

When I mark/unmark show label

I got this in my Git Bash Screen.

$ wish LogCatch.tcl
changeWrapMode none
changeEncoding to :utf-8:
ppl device:
checkAdbPath
destroy .top.sources.devices Button
destroy .top.sources.files Button
destroy .top.sources.filehistory Button
"4.4.2":127.0.0.1:62001"
destroy .top.sources.devices Button
destroy .top.sources.files Button
destroy .top.sources.filehistory Button
serial raw: 127.0.0.1 low: 127.0.0.1 device: NoxW/4.4.2:127.0.0.1:62001
LevelFilter: V\\/|D\\/|I\\/|W\\/
device
reload proc readLog for logtype: time
src:  fd: file2a781f8  eFilter:  =>  <> ifilter:  =>  LevelFilter => V\\/|D\\/|I\\/|W\\/ &&
LevelFilter: V\\/|D\\/|I\\/|W\\/|E\\/
device
reload proc readLog for logtype: time
src:  fd: file2aab3e0  eFilter:  =>  <> ifilter:  =>  LevelFilter => V\\/|D\\/|I\\/|W\\/|E\\/ &&
LevelFilter: V\\/|D\\/|I\\/|E\\/
device
reload proc readLog for logtype: time
src:  fd: file2aac4e0  eFilter:  =>  <> ifilter:  =>  LevelFilter => V\\/|D\\/|I\\/|E\\/ &&
LevelFilter: V\\/|D\\/|I\\/|W\\/|E\\/
device
reload proc readLog for logtype: time
src:  fd: file2aab060  eFilter:  =>  <> ifilter:  =>  LevelFilter => V\\/|D\\/|I\\/|W\\/|E\\/ &&

@pikey8706
Copy link
Owner

From you logs, I think you forgot to click device name "NoxW/4.4.2:127.0.0.1" after clicking "Devices.." button.

Flow:

  • wish LogCatch.tcl
  • click "Devices" -> device name lists "NoxW/4.4.2:127.0.0.1"
  • click device name "NoxW/4.4.2:127.0.0.1" to get log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants