Tue 15 Jan 2013 09:46:39 PM UTC, original submission:
## Traceback:
$ python ranger.py
Preview script undefined or not found!
ranger version: 1.5.5, executed with python 2.7.3
Locale: en_US.UTF-8
Current file: /home/nick/github/ranger/build
Traceback (most recent call last):
File "/home/nick/github/ranger/ranger/core/main.py", line 133, in main
fm.loop()
File "/home/nick/github/ranger/ranger/core/fm.py", line 259, in loop
ui.redraw()
File "/home/nick/github/ranger/ranger/gui/ui.py", line 250, in redraw
self.poke()
File "/home/nick/github/ranger/ranger/gui/displayable.py", line 246, in poke
displayable.poke()
File "/home/nick/github/ranger/ranger/gui/widgets/browserview.py", line 339, in poke
self.resize(self.y, self.x, self.hei, self.wid)
File "/home/nick/github/ranger/ranger/gui/widgets/browserview.py", line 256, in resize
DisplayableContainer.resize(self, y, x, hei, wid)
File "/home/nick/github/ranger/ranger/gui/displayable.py", line 168, in resize
raise ValueError("Y out of bounds!")
ValueError: Y out of bounds!
Not sure what other information is of use.
I printed the values of y, hei, and maxy: 3080192, 48, 50.
|