Jump to content


Photo

RcModel bug


  • Please log in to reply
4 replies to this topic

#1 scp

  • Member
  • 18 posts

+1
Neutral

Posted 29 November 2012 - 00:28

These changes caused hang on some machines:
http://openpli.git.s...83f7cdd86de7e04

Solution:
lib/python/Components/RcModel.py
- if len(model) == 6 and model[:2] == 'et' or 'xp':
+ if len(model) == 6 and model[:2] == 'et' or model[:2] == 'xp':

Edited by scp, 29 November 2012 - 00:29.


Re: RcModel bug #2 xpu

  • Member
  • 4 posts

0
Neutral

Posted 29 November 2012 - 00:43

Which machines hangs?

I have test it on ET9000 and XP1000.

Re: RcModel bug #3 scp

  • Member
  • 18 posts

+1
Neutral

Posted 29 November 2012 - 00:51

OK, I must admit it is not an supported one, it is a Gigablue HD 800 SE :-)
But because the code came from here and the condition or 'xp' is always true I thought I would be right to post it here.

Edited by scp, 29 November 2012 - 00:55.


Re: RcModel bug #4 xpu

  • Member
  • 4 posts

0
Neutral

Posted 29 November 2012 - 01:14

Right I needed to specify the model.

It worked on openpli images so I didn't looked further.

Re: RcModel bug #5 scp

  • Member
  • 18 posts

+1
Neutral

Posted 29 November 2012 - 01:16

Thank you for the commit :-)


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users