Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

arrow key error #2614

Closed
Great1052 opened this issue Aug 17, 2021 · 10 comments
Closed

arrow key error #2614

Great1052 opened this issue Aug 17, 2021 · 10 comments
Labels
Heuristics All detection related: encoding, version, etc. Input Input related (gamepads, keyboard mappings, mouse support). For KeyInputProc, add event/interpreter Patch available Settings All about customizable features, storing and applying them
Milestone

Comments

@Great1052
Copy link

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)

  • A savegame next to the problem (if it is not at the beginning of the game)
  • The easyrpg_log.txt log file (you can find it in the game directory)

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
Copy link

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
Copy link
Author

Great1052 commented Aug 17, 2021

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
Copy link

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
Copy link
Author

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
Copy link
Member

Ghabry commented Aug 17, 2021

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

@fdelapena fdelapena added Input Input related (gamepads, keyboard mappings, mouse support). For KeyInputProc, add event/interpreter Android Settings All about customizable features, storing and applying them labels Mar 24, 2022
@libraryofruina
Copy link

is there any way to fix this on pc?

@fdelapena
Copy link
Contributor

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

@fdelapena fdelapena removed Android Settings All about customizable features, storing and applying them labels Aug 3, 2022
@fdelapena
Copy link
Contributor

fdelapena commented Aug 3, 2022

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.

@fdelapena fdelapena added the Settings All about customizable features, storing and applying them label Dec 3, 2022
@Ghabry Ghabry added this to the 0.8.0 milestone Mar 16, 2023
Ghabry added a commit to Ghabry/easyrpg-player that referenced this issue Mar 16, 2023
…e reliable

Extracted are the VERSIONINFO and the amount of XYZ (logo) resources

Fix EasyRPG#2221
Fix EasyRPG#2606
Fix EasyRPG#2614

Related EasyRPG#2294 but not fixed because is about Emscripten
Ghabry added a commit to Ghabry/easyrpg-player that referenced this issue Mar 16, 2023
…e reliable

Extracted are the VERSIONINFO and the amount of XYZ (logo) resources

Fix EasyRPG#2221
Fix EasyRPG#2606
Fix EasyRPG#2614

Related EasyRPG#2294 but not fixed because is about Emscripten
@fdelapena fdelapena added Heuristics All detection related: encoding, version, etc. Patch available labels Mar 16, 2023
@lens0021
Copy link

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

@Ghabry
Copy link
Member

Ghabry commented Apr 12, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Heuristics All detection related: encoding, version, etc. Input Input related (gamepads, keyboard mappings, mouse support). For KeyInputProc, add event/interpreter Patch available Settings All about customizable features, storing and applying them
Development

No branches or pull requests

6 participants