mattj949 0 Posted January 26, 2018 Posted January 26, 2018 Windows server version 3.2.70: I have made some minor changes to the M3U parser that I have been using for a long time. Every time there is a new update to the server, I just simply go to GitHub and get the new source, then recompile with my changes and replace the "Emby.Server.Implementations.dll" with my recompiled version on my server. This time it does not work. I can compile it fine. My compiled "Emby.Server.Implementations.dll" is about 2.7mb (as it has been in previous versions), but the downloaded and installed binaries file "Emby.Server.Implementations.dll" is 4.7mb, and if I replace it with my version, the server will not even start. What has changed that would cause this? Is there now something embedded in that .DLL that it needs? The version numbers match up (3.2.70). I've tried it with the beta too (3.2.70.3) without success. What am I doing wrong? THANK YOU!!
Luke 42085 Posted January 26, 2018 Posted January 26, 2018 Yes they are different so that might not work. you would just have to run from source entirely. but why not submit a pull request with your changes?
mattj949 0 Posted January 26, 2018 Author Posted January 26, 2018 (edited) I just compiled the entire thing myself locally and that fixed it. Thank you. Edited January 26, 2018 by mattj949
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now