PintoIM / Pinto

A modernish IM client inspired by Skype 0.97
GNU General Public License v3.0
23 stars 13 forks source link

Doesn't work on Windows 7 #72

Closed RatErotica closed 7 months ago

RatErotica commented 7 months ago

I have no clue what's happening, I have .NET 4.0.3019 installed and everything.

Here's the log. System.IO.FileLoadException: Could not load file or assembly 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' or one of its dependencies. The given assembly name or codebase was invalid. (Exception from HRESULT: 0x80131047) File name: 'System.Core, Version=2.0.5.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e, Retargetable=Yes' at PintoNS.MainForm.MainForm_Load(Object sender, EventArgs e) at System.Windows.Forms.Form.OnLoad(EventArgs e) at System.Windows.Forms.Form.OnCreateControl() at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible) at System.Windows.Forms.Control.CreateControl() at System.Windows.Forms.Control.WmShowWindow(Message& m) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.ScrollableControl.WndProc(Message& m) at System.Windows.Forms.Form.WmShowWindow(Message& m) at System.Windows.Forms.Form.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

WRN: Assembly binding logging is turned OFF. To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1. Note: There is some performance penalty associated with assembly bind failure logging. To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].

The Key HKLM\Software\Microsoft\Fusion!EnableLog doesn't exist for some reason on windows 7.

vlOd2 commented 7 months ago

https://github.com/PintoIM/Pinto/wiki/Running-Pinto!-on-unsupported-operating-systems

You haven't read this correctly, the latest .NET Framework for Windows 7 isn't .NET 4.0, it's .NET 4.7.2

RatErotica commented 7 months ago

oh alright