Hm, i set on my potato all proper sausage: NET 4.7, required VC redistributables, ensured it have 3.3 OpenGl drivers, but still cant eat it.
Code:
Value cannot be null.
Parameter name: ptr
at System.Runtime.InteropServices.Marshal.GetDelegateForFunctionPointer(IntPtr ptr, Type t)
at LibreLancer.GL.Load(Func`3 getprocaddress)
at LibreLancer.Game.Run()
at LancerEdit.Program.Main(String[] args)
Same for any exe, with respectively different bin name in last line. Have i any chances gain freedom from milkshape?
UPD: Solved, that was caused by usage of glMemoryBarrier (which appear only from OpenGL 4.2, and of course doesnt exist on my 3.3 potato) in SystemRenderer. (also funny it have comments about no needed, its indeed ).