Open DavidSongzw opened 3 years ago
@DavidSongzw Hi, have you solved your problem yet?I have the same problem as you
try add obs_init_core_path in obs_init.
static bool obs_init_core_path(void) { char *exe_path = os_get_executable_path_ptr("data/libobs/"); if (!exe_path) { return false; } obs_add_data_path(exe_path); return true; }
Windows,
OBS_API_initAPI
Initialization is success in the development mode. An error is reported after the package is completed. local logs: