Giter Site home page Giter Site logo

Window size bug about pulsemixer HOT 12 CLOSED

georgefilipkin avatar georgefilipkin commented on July 17, 2024
Window size bug

from pulsemixer.

Comments (12)

GeorgeFilipkin avatar GeorgeFilipkin commented on July 17, 2024 1

Everything should be fixed now. Considering the issue closed.

from pulsemixer.

AlexTalker avatar AlexTalker commented on July 17, 2024

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

from pulsemixer.

AlexTalker avatar AlexTalker commented on July 17, 2024

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

from pulsemixer.

GeorgeFilipkin avatar GeorgeFilipkin commented on July 17, 2024

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

from pulsemixer.

AlexTalker avatar AlexTalker commented on July 17, 2024

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

from pulsemixer.

GeorgeFilipkin avatar GeorgeFilipkin commented on July 17, 2024

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.

from pulsemixer.

AlexTalker avatar AlexTalker commented on July 17, 2024

@GeorgeFilipkin sure, as only meet this problem again πŸ˜„ thanks for maintain the useful thing πŸ‘

from pulsemixer.

GeorgeFilipkin avatar GeorgeFilipkin commented on July 17, 2024

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?

from pulsemixer.

AlexTalker avatar AlexTalker commented on July 17, 2024

@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 😞

from pulsemixer.

wrtlprnft avatar wrtlprnft commented on July 17, 2024

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.

from pulsemixer.

GeorgeFilipkin avatar GeorgeFilipkin commented on July 17, 2024

@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.

from pulsemixer.

wrtlprnft avatar wrtlprnft commented on July 17, 2024

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.

from pulsemixer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.