Right off the bat, the issue occurs on my laptop keyboard as well as my external one, so I very much doubt it's keyboard related per se, more input driver related.
So welp. Here's my specs:
Laptop: Asus Zenbook ux303, i7 4510U
Distro: Manjaro Arch 64 bit, Linux 4.5.7
DE: Gnome 3.22
Input Driver: libinput (manages about everything input related on my system afaik)
Love Version: 10.2-1 (newest available in the aur)
Starting to suspect that libinput could be the source of the issue, but I have no evidence so far...
"Questions that don't deserve their own thread" thread
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
Re: "Questions that don't deserve their own thread" thread
// removed. Not helpful
Last edited by Smoggert on Tue Dec 13, 2016 1:14 pm, edited 1 time in total.
Re: "Questions that don't deserve their own thread" thread
Smoggert wrote:Have you tried testing with an external keyboard? Cuz it defo looks like its either your drivers or hardware being faulty
partnano wrote:Right off the bat, the issue occurs on my laptop keyboard as well as my external one, so I very much doubt it's keyboard related per se, more input driver related.
Re: "Questions that don't deserve their own thread" thread
Wow i even quoted that I need sleep.
Re: "Questions that don't deserve their own thread" thread
I asked about the specs so I could discard some exotic hardware that could have issues. All this sounds pretty standard. Well, except the distro, but I know that Arch is pretty robust, and a quick googling says that Manjaro is Arch-based.partnano wrote:Right off the bat, the issue occurs on my laptop keyboard as well as my external one, so I very much doubt it's keyboard related per se, more input driver related.
[...]
Starting to suspect that libinput could be the source of the issue, but I have no evidence so far...
I'm afraid I can't help much more. Maybe change your SDL version to see if that has any effects. SDL is the library that manages LÖVE's input.
I've tried with xev, and even in my system, it issues both key press and key release events for any key I hold.
Re: "Questions that don't deserve their own thread" thread
Well, thanks anyway for the help and interest!
I'll keep experimenting around, maybe I'll be able to find something..
I'll keep experimenting around, maybe I'll be able to find something..
- Positive07
- Party member
- Posts: 1014
- Joined: Sun Aug 12, 2012 4:34 pm
- Location: Argentina
Re: "Questions that don't deserve their own thread" thread
If you don't find anything please create a separate thread or an issue in the LÖVE repository. It will be better
for i, person in ipairs(everybody) do
[tab]if not person.obey then person:setObey(true) end
end
love.system.openURL(github.com/pablomayobre)
[tab]if not person.obey then person:setObey(true) end
end
love.system.openURL(github.com/pablomayobre)
Re: "Questions that don't deserve their own thread" thread
As a final note and why I won't make a new thread.Positive07 wrote:If you don't find anything please create a separate thread or an issue in the LÖVE repository. It will be better
It's not a löve bug. I experimented a bit and it's actually libinput (/xinput, the Wayland input driver), which sends repeating keypressed/keyreleased events for its keyrepeat. Running a session with Xorg, and therefore other input drivers, everything works as intended in löve.
I don't really know what to do about this yet, but I guess I'll have to do further experiments and double check with other people that run similar systems and at some point might file a bugreport to wherever libinput is developed...
However, I have a feeling that this might be intended behaviour of the Wayland driver so,
yay :/
- slime
- Solid Snayke
- Posts: 3166
- Joined: Mon Aug 23, 2010 6:45 am
- Location: Nova Scotia, Canada
- Contact:
Re: "Questions that don't deserve their own thread" thread
Could it be this issue (which was fixed after SDL 2.0.5 was released)? https://hg.libsdl.org/SDL/rev/b48d8a98e261partnano wrote:It's not a löve bug. I experimented a bit and it's actually libinput (/xinput, the Wayland input driver), which sends repeating keypressed/keyreleased events for its keyrepeat. Running a session with Xorg, and therefore other input drivers, everything works as intended in löve.Positive07 wrote:If you don't find anything please create a separate thread or an issue in the LÖVE repository. It will be better
Re: "Questions that don't deserve their own thread" thread
Is there a way to load and display some image from a web server?
Something like?
Something like
Code: Select all
love.graphics.newImage("http://server.com/imgs/pic1.png")
Who is online
Users browsing this forum: Bing [Bot] and 4 guests