z0x010 / pytool

Automatically exported from code.google.com/p/pytool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

acess violation reading 0X00000004

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1.正确的手机号
2.正确的密码
3.登陆

What is the expected output? What do you see instead?
   WindowsError: exception: access violation reading 0x00000004
What version of the product are you using? On what operating system?
   xp系统 2010版本

Please provide any additional information below.
-->Traceback (most recent call last):
  File "C:\Documents and Settings\gongzhe\桌面\fetion\PyFetion\fetion.py", line
451, in <module>
    sys.exit(main())
  File "C:\Documents and Settings\gongzhe\桌面\fetion\PyFetion\fetion.py", line
407, in main
    ret = phone.login(FetionOnline)
  File "C:\Documents and Settings\gongzhe\桌面\fetion\PyFetion\PyFetion.py", lin
e 820, in login
    response = self.__register(self._ssic,self._domain)
  File "C:\Documents and Settings\gongzhe\桌面\fetion\PyFetion\PyFetion.py", lin
e 1269, in __register
    self.get("REG",step,response)
  File "C:\Documents and Settings\gongzhe\桌面\fetion\PyFetion\PyFetion.py", lin
e 222, in get
    response = self.__RSA_Encrypt(plain,len(plain),a2b_hex(key[:-6]),a2b_hex(key
[-6:]))
  File "C:\Documents and Settings\gongzhe\桌面\fetion\PyFetion\PyFetion.py", lin
e 622, in __RSA_Encrypt
    ret = RSA_Encrypt(plain,length,n,e)
WindowsError: exception: access violation reading 0x00000004

Original issue reported on code.google.com by gongzh...@gmail.com on 10 Jan 2011 at 6:25

请使用最新的代码,已经不用额外的库了。

Original comment by cocobear.cn on 10 Jan 2011 at 8:45

  • Changed state: WontFix