EasyRPG / Player

RPG Maker 2000/2003 and EasyRPG games interpreter
https://easyrpg.org/player/
GNU General Public License v3.0
1.01k stars 191 forks source link

arrow key error #2614

Closed Great1052 closed 1 year ago

Great1052 commented 3 years ago

Thank you for supporting EasyRPG Player. Before creating an issue, please verify that your bug still occurs in the "continuous builds" of the Player. You can get them at the bottom of our download section: https://easyrpg.org/player/downloads


Please fill in the following fields before submitting an issue:

Name of the game: cell of empireo

Player platform: Android

Attach files (as a .zip archive or link them)

https://t.co/sYKZNoDsQT -> link to download the game

Describe the issue in detail and how to reproduce it:

Arrow key do not work in menu. It doesn't move up or down, sand both side. I can't save the file or use items so I have to start it again from the beginning.

toaranotdev commented 3 years ago

Have you tried WASD instead? Also try using Gboard instead of whatever you had, and restart the device, i had a similiar problem before and that's how I actually fixed it :)

Great1052 commented 3 years ago

Have you tried WASD instead? Also try using Gboard instead of whatever you had, and restart the device, i had a similiar problem before and that's how I actually fixed it :)

Thank you for your help :) but I am using tablet to play the game so i can't (actually don't know how to) use WASD or Gborad

Here's the image of the game screen

Screenshot_20210817-115906_EasyRPG Player

toaranotdev commented 3 years ago

So the arrow keys is the plus thingy, I misunderstood, I assume you downloaded the Player on Google Play and I don't think this issue can be game specific. Perharps your touchscreen is broken...? A restart could be magical sometimes too :)

Great1052 commented 3 years ago

So the arrow keys is the plus thingy, I misunderstood, I assume you downloaded the Player on Google Play and I don't think this issue can be game specific. Perharps your touchscreen is broken...? A restart could be magical sometimes too :)

I tried using my bluetooth keyboard with rebooting my device, but only left arrow key worked (my touchscreen also recognized only left arrow key) 😂😂 And with left arrow key, still I can't save the game

Ghabry commented 3 years ago

Guess for your game the wrong engine version was detected and this breaks the key input :/ There is currently no way to fix this on Android. Sorry

libraryofruina commented 2 years ago

is there any way to fix this on pc?

fdelapena commented 2 years ago

Tested on Linux and it fails also for number keys (1, 2, 3) and it also fails on 3DS and PSVita (see #2811).

fdelapena commented 2 years ago

Confirmed it's an engine detection failure. It's a 2k3 game but lacks 2k3 game folders (possible 2k to 2k3 migration).

@libraryofruina a temporal solution for PC: add --engine rpg2k3v105 as argument to the command line and it will work as intended.

lens0021 commented 1 year ago

When the fix of this will be released? Adding --engine rpg2k3v105 works for me also, but a general patch will be great.

Ghabry commented 1 year ago

It is fixed in the continuous build. You can get them at the bottom of the download page.

An official release (0.8) is planned soon