home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Compiling and building MP
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="ArnoldGoat" data-source="post: 479367" data-attributes="member: 51533"><p>Whilst awaiting a reply here, I did this. The PC has client-only on it. I installed client+plugin 1.0.2. Looked in cpl Add/Remove progs. There's MP, and MP Client/Server. I selected the latter. This produced a list of the files it deleted. I assumed this was the 'patch' that the client plugin does to a MP standard install. I then used Robocopy to copy files from the MP compiled area to same-named files in the installed folder. Then overwrote some of these with list obtained earlier. The result is exactly the same! Crash in TVGuide. I put some debug code in, and the problem is in the debug-bracketed bit in TVGuidbase.cs:</p><p></p><p> if (_viewingTime.Date.Equals(DateTime.Now.Date))</p><p> {</p><p>Log.Info("line 989");</p><p> int iStartX = GetControl((int)Controls.LABEL_TIME1).XPosition;</p><p> int iWidth = GetControl((int)Controls.LABEL_TIME1 + 1).XPosition - iStartX;</p><p>Log.Info("line 992");</p><p> iWidth *= 4;</p><p></p><p>That's as far as I have got. Not sure where these controls are. LABEL_TIME1 is a constant in this unit.</p></blockquote><p></p>
[QUOTE="ArnoldGoat, post: 479367, member: 51533"] Whilst awaiting a reply here, I did this. The PC has client-only on it. I installed client+plugin 1.0.2. Looked in cpl Add/Remove progs. There's MP, and MP Client/Server. I selected the latter. This produced a list of the files it deleted. I assumed this was the 'patch' that the client plugin does to a MP standard install. I then used Robocopy to copy files from the MP compiled area to same-named files in the installed folder. Then overwrote some of these with list obtained earlier. The result is exactly the same! Crash in TVGuide. I put some debug code in, and the problem is in the debug-bracketed bit in TVGuidbase.cs: if (_viewingTime.Date.Equals(DateTime.Now.Date)) { Log.Info("line 989"); int iStartX = GetControl((int)Controls.LABEL_TIME1).XPosition; int iWidth = GetControl((int)Controls.LABEL_TIME1 + 1).XPosition - iStartX; Log.Info("line 992"); iWidth *= 4; That's as far as I have got. Not sure where these controls are. LABEL_TIME1 is a constant in this unit. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Development
General Development (no feature request here!)
Compiling and building MP
Contact us
RSS
Top
Bottom