GoaLitiuM / libobs-sharp

[not maintained] C# wrapper for libobs 0.15.4 (part of obs-studio, multiplatform rewrite of Open Broadcaster Software)
GNU General Public License v2.0
52 stars 33 forks source link

ResetVideo failed #27

Open B00B0X opened 6 years ago

B00B0X commented 6 years ago

We get an error at ResetVideo with the example 'test' program. Dlls are loaded fine. Version: OBS 21.1.2 (64bit, windows)

Unhandled Exception: System.ApplicationException: ResetVideo failed.
   at test.Program.InitObs() in C:\Users\Kaj\Documents\libobs-sharp-master\test\Program.cs:line 79
   at test.Program.Main() in C:\Users\Kaj\Documents\libobs-sharp-master\test\Program.cs:line 39

What could be the problem?

B00B0X commented 6 years ago

Also at line 260 in va_list.cs, I had to make the following change:

case 's':
case 'S':

instead of only

case 'S':

EbramTawfik commented 5 years ago

The same for OBS-Studio-0.15.4 x86 Is there any update?

mirmilad commented 5 years ago

The same for both x86 (21.0.3) and x64 (20.1.3). Did you find any solution?

GoaLitiuM commented 5 years ago

These bindings have not been maintained for years, and I currently have no interest to keep them up to date, so I'm sorry but you guys have to find another bindings for libobs.