cdev-tux / q3lite

Q3lite, an OpenGL ES port of Quake III Arena for embedded Linux systems.
GNU General Public License v3.0
93 stars 16 forks source link

Can't not type words at 'Talk' funsion #5

Closed kenneth-Q closed 6 years ago

kenneth-Q commented 6 years ago

Hello. Thanks for your project. I am using raspberry pi 3 for this game and so nice!

But however, I could not type something at the funsion --> talk, when I tick 'T' at my keyboard, and I see a 'say: ' on the screen. But I cannot talk everything, Please fix. Thanks again.

cdev-tux commented 6 years ago

Hello, I pushed a fix that will hopefully address the issue. Please compile the latest "dev" branch and let me know if it fixes your issue. Thank you for your help.

kenneth-Q commented 6 years ago

Thanks, I tested, but not working.😂 Come on!😉

cdev-tux commented 6 years ago

Try setting r_primitives "2" in your autoexec.cfg and see if that fixes the issue. If not, look at the troubleshooting section of the Compiling and Installation Guide and see if any of those suggestions help. Test on a spare SD card with a fresh install of Raspbian Stretch. You may have some installed packages or system settings that are preventing it from working correctly. Please let me know if it works on a fresh install. Thank you.

kenneth-Q commented 6 years ago

I tried to add seta r_primitives "2", but also not working. Maybe the problem is about 'xinput --disable' the keyboard event.

Can I have your email, I am interested in another game too.

Thanks a lot.

cdev-tux commented 6 years ago

Have you tried this on a fresh install of Stretch? What does it return when you type "sdl2-config --version"?

cdev-tux commented 6 years ago

It's working here on a fresh install of Stretch, so I don't have any way to reproduce this. Please reopen if you want to troubleshoot the issue again.