Pirate-Crew / IPTV

Search and perform brute force attacks on illegal IPTV Servers
MIT License
378 stars 232 forks source link

Non funziona su Windows7 #51

Open Danieleeee opened 7 years ago

Danieleeee commented 7 years ago

Ciao, ho installato tutto come da guida ma ho il seguente errore con windows7: 1

Poi ho provato a scaricare la versione apposita per windows (IPTV Sharp) ma da anch'essa problemi: 2

Di seguito il dettaglio dell'errore: _Le informazioni su come richiamare il debug JIT (Just-In-Time) anziché questa finestra sono riportate in fondo al messaggio.

** Testo dell'eccezione ** System.IO.FileNotFoundException: Impossibile caricare il file o l'assembly 'HtmlAgilityPack, Version=1.4.9.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' o una delle relative dipendenze. Impossibile trovare il file specificato. Nome file: 'HtmlAgilityPack, Version=1.4.9.0, Culture=neutral, PublicKeyToken=bd319b19eaf3b43a' in IPTV_Sharp.Form1.Form1_Load(Object sender, EventArgs e) in System.Windows.Forms.Form.OnLoad(EventArgs e) in System.Windows.Forms.Form.OnCreateControl() in System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) in System.Windows.Forms.Control.CreateControl() in System.Windows.Forms.Control.WmShowWindow(Message& m) in System.Windows.Forms.Control.WndProc(Message& m) in System.Windows.Forms.ScrollableControl.WndProc(Message& m) in System.Windows.Forms.ContainerControl.WndProc(Message& m) in System.Windows.Forms.Form.WmShowWindow(Message& m) in System.Windows.Forms.Form.WndProc(Message& m) in System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) in System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

AVV: la registrazione dell'associazione di assembly è disattivata. Per abilitare la registrazione degli errori di associazione di assembly, impostare il valore del Registro di sistema [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) su 1. Nota: alcune penalità di prestazione sono associate alla registrazione degli errori di associazione di assembly. Per disattivare la funzionalità, rimuovere il valore del Registro di sistema [HKLM\Software\Microsoft\Fusion!EnableLog].

** Assembly caricati ** mscorlib Versione assembly: 4.0.0.0 Versione Win32: 4.0.30319.34209 built by: FX452RTMGDR Base di codice: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll

IPTV Sharp Versione assembly: 1.0.0.0 Versione Win32: 1.0.0.0 Base di codice: file:///C:/Users/dricci/Downloads/IPTV-Sharp-master/IPTV-Sharp-master/IPTV%20Sharp/obj/Release/IPTV%20Sharp.exe

System.Windows.Forms Versione assembly: 4.0.0.0 Versione Win32: 4.0.30319.34209 built by: FX452RTMGDR Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System.Drawing Versione assembly: 4.0.0.0 Versione Win32: 4.0.30319.34209 built by: FX452RTMGDR Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

System Versione assembly: 4.0.0.0 Versione Win32: 4.0.30319.34209 built by: FX452RTMGDR Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

System.Windows.Forms.resources Versione assembly: 4.0.0.0 Versione Win32: 4.0.30319.34209 built by: FX452RTMGDR Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_it_b77a5c561934e089/System.Windows.Forms.resources.dll

mscorlib.resources Versione assembly: 4.0.0.0 Versione Win32: 4.0.30319.34209 built by: FX452RTMGDR Base di codice: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_it_b77a5c561934e089/mscorlib.resources.dll

** Debug JIT ** Per abilitare il debug JIT, è necessario impostare il valore jitDebugging nella sezione system.windows.forms del file di configurazione dell'applicazione o del computer (machine.config). L'applicazione inoltre deve essere compilata con il debug abilitato.

Ad esempio:

Quando il debug JIT è abilitato, tutte le eccezioni non gestite vengono inviate al debugger JIT registrato nel computer, anziché essere gestite da questa finestra di dialogo._