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

Print via stream is broken after exception #31

Open
Th4nat0s opened this issue Oct 20, 2018 · 8 comments
Open

Print via stream is broken after exception #31

Th4nat0s opened this issue Oct 20, 2018 · 8 comments

Comments

@Th4nat0s
Copy link

Regarding the last commit :
0cba3ac

After an exception the print output is broken... need to restart x64dbg.

A bugggy script ...

Traceback (most recent call last):
  File "\\vmware-host\Shared Folders\VmShared\UNPA~97B.PY", line 189, in <module>
    resume()
  File "\\vmware-host\Shared Folders\VmShared\UNPA~97B.PY", line 59, in resume
    DbgCmdExecDirect("run")  # Run as is for thread issues
NameError: global name 'DbgCmdExecDirect' is not defined

Then i do a print "toto", toto is written but after it a traceback occurs.

totoTraceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\PROGRA~1\x96dbg\release\x32\plugins\x64dbgpy\x64dbgpy\hooks.py", line 44, in write
    self.__original_stream.write(text)
IOError: [Errno 0] Error
@ghost

This comment was marked as spam.

@Novakor
Copy link

Novakor commented Oct 20, 2018

M8 why am I getting these notifications ffs

Yeah for real. I'm having the same problem. Unsubscribed and muted so many times and I still get e-mails.

@Th4nat0s
Copy link
Author

@cbxiyn probably being hacked, change your password on github and unsuscribe from the maillings lists

@Andoryuuta
Copy link

It seems like this is caused by a bug in WriteFile on some Windows 10 versions before 1803. (see https://bugs.python.org/issue32245 and microsoft/terminal#40).

@Dagobert-

This comment has been minimized.

@jjwhitehead

This comment has been minimized.

@mrexodia
Copy link
Member

mrexodia commented Jan 10, 2019 via email

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

7 participants
@Th4nat0s @mrexodia @Novakor @jjwhitehead @Andoryuuta @Dagobert- and others