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

Window size bug #11

Closed
AlexTalker opened this issue Feb 21, 2016 · 12 comments
Closed

Window size bug #11

AlexTalker opened this issue Feb 21, 2016 · 12 comments

Comments

@AlexTalker
Copy link

2016-02-22-001258_1366x768_scrot

Bigger than WHAT? 1366x768 ( a little less, but this doesn't matter ) isn't bigger enough?

@AlexTalker
Copy link
Author

Funny, if number button, it show interface. Strange. Seems like first time app running u meet the error, otherwise no.
2016-02-22-002056_1366x768_scrot

@AlexTalker
Copy link
Author

Dammit, don't know how to reproduce that...

@GeorgeFilipkin
Copy link
Owner

So did you manage to reproduce the bug? Because I did not.

@AlexTalker
Copy link
Author

I didn't too. Seems like the bug is able only when you first time ran the app.

@GeorgeFilipkin
Copy link
Owner

Well if you (or anyone else) will ever stumble on this problem again - try running this modified version. It should end curses interface and dump full traceback along with the content of problematic line. I'm leaving the issue open until then.

@AlexTalker
Copy link
Author

@GeorgeFilipkin sure, as only meet this problem again 😄 thanks for maintain the useful thing 👍

@GeorgeFilipkin
Copy link
Owner

I've found a very similar issue in qterminal (lxqt/qterminal#39), but it's closed due to lack of feedback. So it might have been some sneaky qterminal bug. Ever noticed this behavior anywhere besides pulsemixer?

@AlexTalker
Copy link
Author

@GeorgeFilipkin No, I didn't. Strange. The only bug I meet before is great lack of memory in qterminal(34% RAM was record for my 8GiB 😄 ).
Hm. Wait, might I meet it when play around curses examples but I unsure...Sorry 😞

@wrtlprnft
Copy link

wrtlprnft commented May 5, 2016

This is what I get, although it doesn't happen upon starting the program, but instead when I use kmixer's global hotkeys to change the volume while pulsemixer is running:

['  File "./pulsemixer-dbg", line 1215, in display_line\n'
 "    self.screen.addstr(index, shift, ''.join(p[:-1]), int(p[-1]) | mod)\n",
 [2,
  348,
  ' |0\n'
  '                                                                    '
  '|768\n'
  ' |1048576\n'
  ' 152|0\n'
  '  |2097152\n'
  '└|0\n'
  '⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛|256\n'
  '⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛|512\n'
  '⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛⬛|768\n'
  '┘|0\n'
  '|2097152']]

I'm running it inside a screen-4.03.01 session using konsole-2.14.2.

@GeorgeFilipkin
Copy link
Owner

GeorgeFilipkin commented May 6, 2016

@wrtlprnft Hey, thanks for the report. I still could not reproduce the bug, but have found (and fixed) some other issue when using konsole and they are probably related. Can you try this version and see if your problem still persists? Want to be sure before pushing to master.

@wrtlprnft
Copy link

I think this fixes it, at least I can't get it to crash anymore.

There still is a list index bug, but it's probably unrelated: In the menu that pops up when pressing return on an audio sink, select Set port and then move the cursor one beyond the last available port. Pressing return then triggers a “Can you make it any bigger” message.

@GeorgeFilipkin
Copy link
Owner

Everything should be fixed now. Considering the issue closed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants