NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 2 3 4 5 … 34 Next »
missing MediaInfo.Wrapper.Core on NextTool execution

 
  • 0 Vote(s) - 0 Average
missing MediaInfo.Wrapper.Core on NextTool execution
spagio
Offline

Member

USA
Posts: 52
Threads: 16
Joined: Mar 2022
#1
2024-12-03, 02:36 PM
I recently updated NextPVR to 7.0.0.241105 using the upgrade procedure

I then updated the NextTool using its install procedure (including the symbolic links steps).

I tried to execute a NextTool command: `/opt/dotnet/dotnet /opt/nextpvr/system/NextTool.dll --file ...`

I got a missing assembly error:

Code:
Error:
  An assembly specified in the application dependencies manifest (NextTool.deps.json) was not found:
    package: 'MediaInfo.Wrapper.Core', version: 'MediaInfo.Wrapper.Core'
    path: 'MediaInfo.Wrapper.Core.dll'


the file does not exist in /opt/nextpvr/system, however the file does exist in  /opt/nextpvr/system.bak

Did I miss a step?

thanks,
John
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,814
Threads: 954
Joined: May 2006
#2
2024-12-03, 02:41 PM
Oops it seems I didn't update the top download info on the NextTool page. Did you get 2.5 from the bottom link?

Martin
spagio
Offline

Member

USA
Posts: 52
Threads: 16
Joined: Mar 2022
#3
2024-12-03, 03:28 PM
(2024-12-03, 02:41 PM)mvallevand Wrote: Oops it seems I didn't update the top download info on the NextTool page. Did you get 2.5 from the bottom link?

Martin

Oh that makes sense now.  The link I used was in the "Where to get NextTool" section which downloads 2.2.1.  Should I use the link for 2.5 in the Change History?
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,814
Threads: 954
Joined: May 2006
#4
2024-12-03, 03:38 PM
Yes you need 2.5 but I fixed the web page so it doesn't matter anymore.

Martin
spagio
Offline

Member

USA
Posts: 52
Threads: 16
Joined: Mar 2022
#5
2024-12-04, 12:07 AM
(2024-12-03, 03:38 PM)mvallevand Wrote: Yes you need 2.5 but I fixed the web page so it doesn't matter anymore.

Martin

well i did that and got a new error:

Code:
Error:
  An assembly specified in the application dependencies manifest (NextTool.deps.json) was not found:
    package: 'Microsoft.Extensions.Logging.Abstractions', version: 'Microsoft.Extensions.Logging.Abstractions'
    path: 'Microsoft.Extensions.Logging.Abstractions.dll'


so i removed the reference for Microsoft.Extensions.Logging.Abstractions in the json file thinking that would solve the problem, and the got a dotnet core error

Code:
Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. The located assembly's manifest definition does not match the assembly reference. (0x80131040)
File name: 'System.Runtime, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
Aborted


it looks like my system already has .NET core 8.0 installed

Code:
$ sudo apt-get install -y dotnet-runtime-8.0
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
dotnet-runtime-8.0 is already the newest version (8.0.10-0ubuntu1~22.04.1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Here are the runtimes I do have

Code:
$ /opt/dotnet/dotnet --list-runtimes
Microsoft.AspNetCore.App 3.1.23 [/opt/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 3.1.24 [/opt/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.9 [/opt/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.10 [/opt/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.12 [/opt/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.22 [/opt/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 6.0.26 [/opt/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 8.0.11 [/opt/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 3.1.23 [/opt/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.24 [/opt/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.9 [/opt/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.10 [/opt/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.12 [/opt/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.22 [/opt/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 6.0.26 [/opt/dotnet/shared/Microsoft.NETCore.App]
Microsoft.NETCore.App 8.0.11 [/opt/dotnet/shared/Microsoft.NETCore.App]
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,814
Threads: 954
Joined: May 2006
#6
2024-12-04, 01:14 AM
Could you try this and see if it helps.  I removed Newtonsoft from the project but it seems sub used it in his own build of the MediaInfoWrapper but I still not sure why the same files work on my main server.

Martin


Attached Files
.zip   NextTool-2.5.0.zip (Size: 168.44 KB / Downloads: 2)
spagio
Offline

Member

USA
Posts: 52
Threads: 16
Joined: Mar 2022
#7
2024-12-04, 01:36 AM
(2024-12-04, 01:14 AM)mvallevand Wrote: Could you try this and see if it helps.  I removed Newtonsoft from the project but it seems sub used it in his own build of the MediaInfoWrapper but I still not sure why the same files work on my main server.

Martin

well that zip seemed to work.  everything ran successfully.  Thanks Martin
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,814
Threads: 954
Joined: May 2006
#8
2024-12-04, 01:44 AM
Ok thanks for checking I will place it on the web. I've had to build and rebuild this so many times over the last year, but can't understand why some machines work here and some don't.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  No NVENC option in settings/transcoder and subtitles missing from ts recordings AWellesley 6 1,092 2024-03-04, 03:19 PM
Last Post: mvallevand
  BBC Four HD missing from Channel scan - Astra 28.2E Heifer 12 2,077 2024-03-03, 01:49 PM
Last Post: mvallevand
  Missing listings WagMan 5 805 2023-12-21, 01:40 AM
Last Post: mvallevand
  Missing EPG entries - Control Characters Tugdwal 5 993 2022-10-11, 06:08 PM
Last Post: sub
  Arch linux core dump CDinger 11 2,490 2022-09-14, 09:31 PM
Last Post: jwh7
  NextPVR on Armbian missing a few channels billybo8 3 914 2022-04-07, 04:16 PM
Last Post: billybo8
  Missing DVB-T subtitles Caesium 26 3,354 2022-02-18, 11:35 PM
Last Post: sub
  DVB subtitles missing Sebu7 17 4,294 2021-03-17, 08:30 PM
Last Post: sub
  HD channel missing mark31 8 2,119 2020-11-08, 03:29 PM
Last Post: mark31
  Features missing and problems encountered koijh65 9 2,791 2020-04-28, 12:43 AM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode