[krita] [Bug 356455] Krita crashes immediately when some buttons on the remote hotkey keypad of Yiynova MVP20U+RH is pressed.

2015-12-17 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356455

--- Comment #15 from wenhsin...@gmail.com ---
**Krita_testing: test01**
Hi, finally got down to testing the Krita_testing version.
"krita-testing_2+git20151214+r45-61~ubuntu14.04.1_amd64.deb (36.0 MiB)"
https://code.launchpad.net/~dimula73/+archive/ubuntu/krita/+build/8438324

1.
Good news is, pressing the buttons does not crash Krita anymore. But something
is wrong, the first few times I tried, krita froze after pressing the button,
and the viewport turns into some transparency thingy state, but comes back to
somewhat normal state.. see url video 001. But it only happened in the first
few times, I can no longer replicate this effect.
VIDEO 001:(might be hard to see , sorry ...)
https://youtu.be/NaAMUkvBdlc
2.
I can however replicate a "pixelation with white edge" effect which only occurs
after button presses.
See video 002:
https://youtu.be/p6ToT7xATMA

-- 
You are receiving this mail because:
You are watching all bug changes.


[krita] [Bug 356455] Krita crashes immediately when some buttons on the remote hotkey keypad of Yiynova MVP20U+RH is pressed.

2015-12-13 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356455

--- Comment #13 from Boudewijn Rempt  ---
Git commit e749f160150a3d14ff0bfaad32607e17886b80fb by Boudewijn Rempt.
Committed on 13/12/2015 at 14:46.
Pushed by rempt into branch 'master'.

The Yiynova MVP20U+RH has hotkeys that generate some broken input,
and this patch corrects that down the line. I still want to know
what is broken, though.

M  +8-0krita/plugins/paintops/libpaintop/kis_dab_cache.cpp

http://commits.kde.org/krita/e749f160150a3d14ff0bfaad32607e17886b80fb

-- 
You are receiving this mail because:
You are watching all bug changes.


[krita] [Bug 356455] Krita crashes immediately when some buttons on the remote hotkey keypad of Yiynova MVP20U+RH is pressed.

2015-12-13 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356455

--- Comment #12 from Boudewijn Rempt  ---
Created attachment 96037
  --> https://bugs.kde.org/attachment.cgi?id=96037=edit
patch

You could also try to apply this patch. It doesn't fix what's wrong with the
input from the tablet, but it should fix the crash.

-- 
You are receiving this mail because:
You are watching all bug changes.


[krita] [Bug 356455] Krita crashes immediately when some buttons on the remote hotkey keypad of Yiynova MVP20U+RH is pressed.

2015-12-13 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356455

--- Comment #14 from Boudewijn Rempt  ---
Git commit fc534a1f8bd2f6ed9e0b350d960d94fe38d4036e by Boudewijn Rempt.
Committed on 13/12/2015 at 15:03.
Pushed by rempt into branch 'calligra/2.9'.

The Yiynova MVP20U+RH has hotkeys that generate some broken input,
and this patch corrects that down the line. I still want to know
what is broken, though.

M  +8-0krita/plugins/paintops/libpaintop/kis_dab_cache.cpp

http://commits.kde.org/calligra/fc534a1f8bd2f6ed9e0b350d960d94fe38d4036e

-- 
You are receiving this mail because:
You are watching all bug changes.


[krita] [Bug 356455] Krita crashes immediately when some buttons on the remote hotkey keypad of Yiynova MVP20U+RH is pressed.

2015-12-13 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356455

--- Comment #11 from Boudewijn Rempt  ---
Hm, yes... But what's really needed is figuring out where the NaN parameters
come from. That is rather involved though, and means you'd have to put a
breakpoint in krita/ui/tool/strokes/freehand_stroke.cpp:76 and check at which
point we get the invalid data. Is that something you could try? If so, if you
could join us on irc, we might be able to help you.

-- 
You are receiving this mail because:
You are watching all bug changes.


[krita] [Bug 356455] Krita crashes immediately when some buttons on the remote hotkey keypad of Yiynova MVP20U+RH is pressed.

2015-12-12 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356455

--- Comment #9 from Boudewijn Rempt  ---
Hm, that's interesting. The crash is an assert in the display code that happens
because we get a NaN for one of the parameters. We can check for that, but I
would really like to know what this tablet is actually sending to Krita.
Unfortunately that isn't in the log.

-- 
You are receiving this mail because:
You are watching all bug changes.


[krita] [Bug 356455] Krita crashes immediately when some buttons on the remote hotkey keypad of Yiynova MVP20U+RH is pressed.

2015-12-11 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356455

--- Comment #6 from Boudewijn Rempt  ---
Oh, and try to attach the backtrace of the crash, too!

-- 
You are receiving this mail because:
You are watching all bug changes.


[krita] [Bug 356455] Krita crashes immediately when some buttons on the remote hotkey keypad of Yiynova MVP20U+RH is pressed.

2015-12-11 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356455

--- Comment #5 from Boudewijn Rempt  ---
Well, then we must figure out what those buttons are sending... Try starting
Krita 
on the command line, and press crtl-shift-t to enable tablet debugging. Press
those
buttons and attach the output here.

-- 
You are receiving this mail because:
You are watching all bug changes.


[krita] [Bug 356455] Krita crashes immediately when some buttons on the remote hotkey keypad of Yiynova MVP20U+RH is pressed.

2015-12-11 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356455

--- Comment #8 from wenhsin...@gmail.com ---
Created attachment 95997
  --> https://bugs.kde.org/attachment.cgi?id=95997=edit
Tablet Debugging and backtrace of Krita crashes_02

This time I first presses the 2 buttons that does not cause crashes, then at
last pressed one of the buttons which causes crashes.

-- 
You are receiving this mail because:
You are watching all bug changes.


[krita] [Bug 356455] Krita crashes immediately when some buttons on the remote hotkey keypad of Yiynova MVP20U+RH is pressed.

2015-12-11 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356455

--- Comment #7 from wenhsin...@gmail.com ---
Created attachment 95996
  --> https://bugs.kde.org/attachment.cgi?id=95996=edit
Tablet Debugging and backtrace of Krita crashes

I tested the remote with GDB and Tablet Debugging running.
In the attachment are button presses of First, fourth, fifth and scroll center
button. Krita crashes instantly with just one press of any of these buttons.

-- 
You are receiving this mail because:
You are watching all bug changes.


[krita] [Bug 356455] Krita crashes immediately when some buttons on the remote hotkey keypad of Yiynova MVP20U+RH is pressed.

2015-12-10 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356455

--- Comment #3 from wenhsin...@gmail.com ---
I tried installing this build, see link below, however this build file is
rejected by the Ubuntu apt
"dependency is not satisfiable"

https://launchpad.net/~dimula73/+archive/ubuntu/krita/+build/8413495

this, even though this package is supposed to be fore ubuntu 14.04.

On Thu, Dec 10, 2015 at 2:29 PM, Boudewijn Rempt via KDE Bugzilla <
bugzilla_nore...@kde.org> wrote:

> https://bugs.kde.org/show_bug.cgi?id=356455
>
> Boudewijn Rempt  changed:
>
>What|Removed |Added
>
> 
>  Resolution|--- |WAITINGFORINFO
>  CC||b...@valdyas.org
>  Status|UNCONFIRMED |NEEDSINFO
>
> --- Comment #2 from Boudewijn Rempt  ---
> Hi,
>
> Thanks for your report. Krita 2.8 is very old, though. Could you check
> whether
> this issue still happens with Krita 2.9? You can install it the lime repo:
> with
> https://launchpad.net/~dimula73/+archive/ubuntu/krita .
>
> --
> You are receiving this mail because:
> You are on the CC list for the bug.
> You reported the bug.
>

-- 
You are receiving this mail because:
You are watching all bug changes.


[krita] [Bug 356455] Krita crashes immediately when some buttons on the remote hotkey keypad of Yiynova MVP20U+RH is pressed.

2015-12-09 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356455

--- Comment #1 from wenhsin...@gmail.com ---
Im using DIGIMend kernel driver "digimend-dkms_6_all.deb" for the tablet
monitor.
link here:
https://github.com/DIGImend/digimend-kernel-drivers/releases/tag/v6

-- 
You are receiving this mail because:
You are watching all bug changes.


[krita] [Bug 356455] Krita crashes immediately when some buttons on the remote hotkey keypad of Yiynova MVP20U+RH is pressed.

2015-12-09 Thread Boudewijn Rempt via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356455

Boudewijn Rempt  changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 CC||b...@valdyas.org
 Status|UNCONFIRMED |NEEDSINFO

--- Comment #2 from Boudewijn Rempt  ---
Hi,

Thanks for your report. Krita 2.8 is very old, though. Could you check whether
this issue still happens with Krita 2.9? You can install it the lime repo: with
https://launchpad.net/~dimula73/+archive/ubuntu/krita .

-- 
You are receiving this mail because:
You are watching all bug changes.


[krita] [Bug 356455] Krita crashes immediately when some buttons on the remote hotkey keypad of Yiynova MVP20U+RH is pressed.

2015-12-09 Thread via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=356455

wenhsin...@gmail.com changed:

   What|Removed |Added

 CC||wenhsin...@gmail.com

-- 
You are receiving this mail because:
You are watching all bug changes.