Josh Wong

Results 20 comments of Josh Wong

Most of the development for `v2.0` with support for OBS 28/29 has been complete. It just needs to be tested and then released. I have been working on this on...

@KWWL-Ethan Here are the Windows libraries. They need to be installed in the folder where the rest of the plugins are installed (for me this is `C:\Program Files\obs-studio\obs-plugins\64bit`). I've also...

@KWWL-Ethan Here are the Ubuntu libraries. The `.so` file needs to be installed with the rest of the plugin `.so` files (for me on Kubuntu 22.04.2 this is `/usr/lib/x86_64-linux-gnu/obs-plugins`) and...

@arek-pelski I am also not able to reproduce your exact issue although I did encounter another crash related to scene collection switching. Seems like a race condition as it is...

> Getting OBS Plugin loader error on startup. Running Windows, Im pretty sure I've followed the installation instructions correctly. > > ![Screenshot 2023-05-30 195759](https://user-images.githubusercontent.com/103804175/241890692-6ccf2d7a-5f00-4c83-93d1-3d735e364db4.png) @daw654 Can you post your OBS...

@daw654 I would double check that you have [v2.0.0-alpha](https://github.com/jbwong05/obs-text-slideshow/releases/tag/v2.0.0-alpha) of the plugin installed. Typically this error occurs when you try to launch OBS 28/29 with an old version of the...

@daw654 I don't think so at the moment. Adding customization of transitions is something in the backlog. I think if that was implemented, you could select the slide transition and...

I am aware of this and this has been under development. I haven't had much time to be able to work on this unfortunately. You can try some of the...

Also it seems like you attempted to build the `main` branch which does not support OBS 28/29. For reference, the branch with the work to support OBS 28/29 is https://github.com/jbwong05/obs-text-slideshow/tree/obs-28-update

For Ubuntu which is a debian based system, I would recommend using the `.deb` installer (ex. `sudo dpkg -i obs-text-slideshow_1.5.2-1_amd64.deb`). If you wish to install the plugin manually on Ubuntu,...