To verify the assumption that the libvlc.dll file was the incorrect file, I removed OpenLP, then used the same install 'msi' file and before running the program, I copied the file from another machine and placed in the Program Files/OpenLP folder. This time when I started the program it gave the same message with a different filename....libvlccore.dll. I copied that file from the other machine and placed in the same folder as the first file.
Now when I start OpenLP I only get the second error message. If you try to preview a song, it errors out. Here is the information the error provided. Traceback (most recent call last): File "openlp\core\lib\mediamanageritem.py", line 503, in on_preview_click File "openlp\core\lib\mediamanageritem.py", line 637, in build_service_item File "openlp\plugins\songs\lib\mediaitem.py", line 630, in generate_slide_data File "openlp\plugins\songs\lib\mediaitem.py", line 660, in generate_footer File "site-packages\sqlalchemy\orm\attributes.py", line 276, in __get__ File "site-packages\sqlalchemy\orm\attributes.py", line 682, in get File "site-packages\sqlalchemy\orm\strategies.py", line 723, in _load_for_state File "<string>", line 1, in <lambda> File "site-packages\sqlalchemy\orm\strategies.py", line 772, in _emit_lazyload File "site-packages\sqlalchemy\util\langhelpers.py", line 929, in __getattr__ File "<string>", line 1, in <lambda> File "site-packages\sqlalchemy\orm\strategies.py", line 743, in _memoized_attr__bakery File "site-packages\sqlalchemy\util\langhelpers.py", line 1074, in __getattr__ File "site-packages\sqlalchemy\util\langhelpers.py", line 1071, in __getattr__ ImportError: Could not resolve module sqlalchemy.ext.baked John On Sat, Apr 20, 2019 at 8:15 AM Tim and Alison Bentley < [email protected]> wrote: > Screens and Advanced had the same is icon. I have fixed that. From memory > one settings was duplicate and that was also fixed. > > On Sat, 20 Apr 2019, 00:08 Raoul Snyman via openlp-dev, < > [email protected]> wrote: > >> > error 1 - seen multiple times >> > C:\Program Files\OpenLP\libvlc.dll is either not designed to run on >> > Windows >> > or it contains an error. Try installing the program again using the >> > original installation media or contact your system administrator or the >> > software vendor for support. Error status 0x000035a. >> >> Good news and bad news in this one. Good news because this means that >> vlc.py is picking up libvlc.dll. Bad news because it seems that the >> 32-bit build process is packaging the 64-bit libvlc.dll (my guess). >> >> > error 2 - seen only once >> > Unable to initialize the following plugins:Images >> > Media >> > VLC or pymediainfo are missing, so you are unable to play any media >> > See the log file for more details. >> >> Yep, I know about this one. It's related to the one above. >> >> > not sure how deep of a review of this build you want.....things I >> > noticed >> > a) Under Settings-> Configure OpenLP there are 2 'Advanced' screens >> > that >> > are the same. >> >> Two "Advanced", or two with the same icon? I did realise that the >> Screens tab doesn't have the right icon, but I'm not aware of a >> duplicated Advanced tab. >> >> >> > b) I loaded a service that I had created in 2.4.6 that was upgraded >> > when >> > this version was installed. Opening caused new custom slides to show >> > up in >> > the media manager....the setting is set NOT to import when opening a >> > service.... >> >> OK, this is a valid bug. That shouldn't happen. >> >> >> > c) Doing a 'Tools->Update Theme images' deleted most of the themes that >> > were there after the upgrade. It appears that only the themes in the >> > open >> > service were kept. >> >> Yup, this is a known issue. We've talked about a potential solution to >> this. >> >> >> -- >> Raoul Snyman >> [email protected] >> _______________________________________________ >> openlp-dev mailing list >> [email protected] >> https://lists.openlp.io/mailman/listinfo/openlp-dev >> > _______________________________________________ > openlp-dev mailing list > [email protected] > https://lists.openlp.io/mailman/listinfo/openlp-dev >
_______________________________________________ openlp-dev mailing list [email protected] https://lists.openlp.io/mailman/listinfo/openlp-dev
