Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.16.1 builds not finding python.version #1076

Closed
totaam opened this issue Jan 5, 2016 · 12 comments
Closed

0.16.1 builds not finding python.version #1076

totaam opened this issue Jan 5, 2016 · 12 comments

Comments

@totaam
Copy link
Collaborator

totaam commented Jan 5, 2016

Issue migrated from trac ticket # 1076

component: server | priority: major | resolution: fixed

2016-01-05 23:53:03: afarr created the issue


Trying to test the osx printing reversion to use .ps files (#995), I'm getting the following error on both server (my 0.16.1 r11596 fedora 23 build and maxmylyn's both) and client (the 0.16.1 11593 osx build in your beta repo).

2016-01-05 11:20:25,937 Error: failed to query sound subsystem:
2016-01-05 11:20:25,937  python.version not found in sound properties

Needless to say, there is no working sound. When I tried the 0.16.1 osx client against the 0.16.1 fedora 23 server, I also got a huge stream of the following traceback (come to think of it, I think calvin mentioned that you had forgotten to delete the "frozen" variable in the code that I think you merged for the #835 traceback issue):

Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/xpra/server/window/window_source.py", line 1025, in expire_delayed_region
    self.may_send_delayed()
  File "/usr/lib64/python2.7/site-packages/xpra/server/window/window_source.py", line 1124, in may_send_delayed
    self.do_send_delayed()
  File "/usr/lib64/python2.7/site-packages/xpra/server/window/window_source.py", line 1136, in do_send_delayed
    self.send_delayed_regions(*delayed)
  File "/usr/lib64/python2.7/site-packages/xpra/server/window/window_source.py", line 1151, in send_delayed_regions
    self.do_send_delayed_regions(damage_time, window, regions, coding, options)
  File "/usr/lib64/python2.7/site-packages/xpra/server/window/window_video_source.py", line 581, in do_send_delayed_regions
    self.process_damage_region(damage_time, window, actual_vr.x, actual_vr.y, actual_vr.width, actual_vr.height, coding, video_options, 0)
  File "/usr/lib64/python2.7/site-packages/xpra/server/window/window_video_source.py", line 621, in process_damage_region
    WindowSource.process_damage_region(self, damage_time, window, x+w-dw, y, dw, h, self.edge_encoding, options, flush=1)
  File "/usr/lib64/python2.7/site-packages/xpra/server/window/window_source.py", line 1309, in process_damage_region
    avsynclog("scheduling encode queue iteration in %ims, pixels frozen=%s, encode queue size=%i (max=%i)", av_delay, frozen, l, self.encode_queue_max_size)
NameError: global name 'frozen' is not defined
@totaam
Copy link
Collaborator Author

totaam commented Jan 6, 2016

2016-01-06 02:58:49: antoine changed status from new to closed

@totaam
Copy link
Collaborator Author

totaam commented Jan 6, 2016

2016-01-06 02:58:49: antoine set resolution to fixed

@totaam
Copy link
Collaborator Author

totaam commented Jan 6, 2016

2016-01-06 02:58:49: antoine commented


This was caused by 11592 (a difference in logging between 0.16 and trunk as they have already diverged enough to cause this sort of problems), fixed in 11598.

Closing, feel free to re-open if I've messed up something else in this backport.

@totaam
Copy link
Collaborator Author

totaam commented Jan 6, 2016

2016-01-06 04:15:33: antoine changed status from closed to reopened

@totaam
Copy link
Collaborator Author

totaam commented Jan 6, 2016

2016-01-06 04:15:33: antoine removed resolution (was fixed)

@totaam
Copy link
Collaborator Author

totaam commented Jan 6, 2016

2016-01-06 04:15:33: antoine commented


Oops: there were two issues in this ticket, comment:1 is about the "frozen" bit, the "python.version" still remains.

@totaam
Copy link
Collaborator Author

totaam commented Jan 6, 2016

2016-01-06 04:22:36: antoine changed status from reopened to new

@totaam
Copy link
Collaborator Author

totaam commented Jan 6, 2016

2016-01-06 04:22:36: antoine changed owner from antoine to afarr

@totaam
Copy link
Collaborator Author

totaam commented Jan 6, 2016

2016-01-06 04:22:36: antoine commented


This should be fixed in 11604 (see commit message).

@totaam
Copy link
Collaborator Author

totaam commented Jan 6, 2016

2016-01-06 21:17:31: afarr changed status from new to closed

@totaam
Copy link
Collaborator Author

totaam commented Jan 6, 2016

2016-01-06 21:17:31: afarr set resolution to fixed

@totaam
Copy link
Collaborator Author

totaam commented Jan 6, 2016

2016-01-06 21:17:31: afarr commented


Yup - 0.16.1 11604 osx client against 0.16.1 r11607 fedora 23 server builds and runs without any errors.

Closing.

@totaam totaam closed this as completed Jan 6, 2016
@totaam totaam added the v0.16.x label Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant