Jump to content

thiagosaliba

Inactive Member
  • Posts

    7
  • Joined

  • Last visited

  • Feedback

    0%

About thiagosaliba

Informations

  • Gender
    Male

Recent Profile Visitors

625 profile views

thiagosaliba's Achievements

Rookie

Rookie (2/16)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

6

Reputation

  1. constinfo intrologin networkmodule I found the problem and that the solution def Connect(self, id, pwd, Hwid, Snn): global Hwid, Snn if constInfo.SEQUENCE_PACKET_ENABLE: net.SetPacketSequenceMode() if IsLoginDelay(): loginDelay = GetLoginDelay() self.connectingDialog = ConnectingDialog() self.connectingDialog.Open(loginDelay) self.connectingDialog.SAFE_SetTimeOverEvent(self.OnEndCountDown) self.connectingDialog.SAFE_SetExitEvent(self.OnPressExitKey) self.isNowCountDown = TRUE else: self.stream.popupWindow.Close() self.stream.popupWindow.Open(localeInfo.LOGIN_CONNETING, self.SetPasswordEditLineFocus, localeInfo.UI_CANCEL) self.stream.SetLoginInfo(id, pwd, Hwid, Snn) self.stream.Connect() Change it to this global Hwid, Snn Hwid = constInfo.Hwid Snn = constInfo.Snn So getting. def Connect(self, id, pwd, Hwid, Snn): # global Hwid # global Snn Hwid = constInfo.Hwid Snn = constInfo.Snn if constInfo.SEQUENCE_PACKET_ENABLE: net.SetPacketSequenceMode() if IsLoginDelay(): loginDelay = GetLoginDelay() self.connectingDialog = ConnectingDialog() self.connectingDialog.Open(loginDelay) self.connectingDialog.SAFE_SetTimeOverEvent(self.OnEndCountDown) self.connectingDialog.SAFE_SetExitEvent(self.OnPressExitKey) self.isNowCountDown = TRUE else: self.stream.popupWindow.Close() self.stream.popupWindow.Open(localeInfo.LOGIN_CONNETING, self.SetPasswordEditLineFocus, localeInfo.UI_CANCEL) self.stream.SetLoginInfo(id, pwd, Hwid, Snn) self.stream.Connect()
  2. Can anyone fix my file and sends me? he cited are up there because already tried and still have not got it. / constinfo intrologin networkmodule
  3. 1201 14:28:14163 :: Traceback (most recent call last): 1201 14:28:14163 :: File "introLogo.py", line 60, in OnUpdate 1201 14:28:14163 :: File "networkModule.py", line 183, in SetLoginPhase 1201 14:28:14164 :: File "system.py", line 130, in __pack_import 1201 14:28:14164 :: File " 1201 14:28:14164 :: introLogin.py 1201 14:28:14164 :: ", line 1201 14:28:14164 :: 777 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: if constInfo.SEQUENCE_PACKET_ENABLE: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: 1201 14:28:14164 :: ^ 1201 14:28:14164 :: IndentationError 1201 14:28:14164 :: : 1201 14:28:14164 :: unindent does not match any outer indentation level 1201 14:28:14164 ::
  4. My error syserr constinfo intrologin networkmodule 1130 02:42:05084 :: Traceback (most recent call last): 1130 02:42:05084 :: File "introLogo.py", line 60, in OnUpdate 1130 02:42:05085 :: File "networkModule.py", line 183, in SetLoginPhase 1130 02:42:05085 :: File "system.py", line 130, in __pack_import 1130 02:42:05085 :: File " 1130 02:42:05085 :: introLogin.py 1130 02:42:05085 :: ", line 1130 02:42:05085 :: 776 1130 02:42:05085 :: 1130 02:42:05085 :: 1130 02:42:05085 :: global Hwid, Snn 1130 02:42:05085 :: 1130 02:42:05085 :: 1130 02:42:05085 :: 1130 02:42:05085 :: 1130 02:42:05085 :: 1130 02:42:05085 :: 1130 02:42:05085 :: 1130 02:42:05085 :: 1130 02:42:05085 :: 1130 02:42:05085 :: 1130 02:42:05085 :: 1130 02:42:05085 :: 1130 02:42:05085 :: 1130 02:42:05085 :: 1130 02:42:05085 :: 1130 02:42:05085 :: 1130 02:42:05085 :: ^ 1130 02:42:05085 :: IndentationError 1130 02:42:05085 :: : 1130 02:42:05085 :: unindent does not match any outer indentation level 1130 02:42:05085 ::
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.