-
Notifications
You must be signed in to change notification settings - Fork 100
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
Game crashes when function keys are pressed #84
Comments
Will investigate |
This is what logs when I attempt to use a function key to change my volume. |
Post FULL log please
…On Thu, Jun 13, 2019, 8:38 AM Ladizi ***@***.***> wrote:
Dumping stack...
#29 HYBRIS (null)+-251029648 in libminecraftpe.so+0x2618770 [0xf1099770]
#30 HYBRIS (null)+-251029712 in libminecraftpe.so+0x2618730 [0xf1099730]
#87 HYBRIS Keyboard::_states+0 in libminecraftpe.so+0x6c57838 [0xf56d8838]
#118 HYBRIS (null)+-179637076 in libminecraftpe.so+0x6a2e4ac [0xf54af4ac]
#120 HYBRIS ScreenRenderBatch::_populateRenderControlsCollection(UIControl&, BatchClippingState const&, BatchClippingState const&, BatchVisualState const&, ClippedControlMetadata&, bool)+1330 in libminecraftpe.so+0x2615e52 [0xf1096e52]
#148 HYBRIS (null)+-179637076 in libminecraftpe.so+0x6a2e4ac [0xf54af4ac]
#152 HYBRIS mce::RenderContextOGL::drawIndexed(mce::PrimitiveMode, unsigned int, unsigned int)+275 in libminecraftpe.so+0x38f8233 [0xf2379233]
#158 HYBRIS (null)+-179637076 in libminecraftpe.so+0x6a2e4ac [0xf54af4ac]
#160 HYBRIS ScreenRenderBatch::_populateRenderControlsCollection(UIControl&, BatchClippingState const&, BatchClippingState const&, BatchVisualState const&, ClippedControlMetadata&, bool)+1421 in libminecraftpe.so+0x2615ead [0xf1096ead]
#170 HYBRIS (null)+-179637245 in libminecraftpe.so+0x6a2e403 [0xf54af403]
#172 HYBRIS (null)+-179637248 in libminecraftpe.so+0x6a2e400 [0xf54af400]
#175 HYBRIS (null)+-179637076 in libminecraftpe.so+0x6a2e4ac [0xf54af4ac]
#176 HYBRIS UIAnimFlipbook::tick(UIControl&, float)+404 in libminecraftpe.so+0x210cf94 [0xf0b8df94]
#189 HYBRIS (null)+-204850425 in libminecraftpe.so+0x5222b07 [0xf3ca3b07]
#190 HYBRIS operator delete(void*)+6 in libminecraftpe.so+0x51cb8b6 [0xf3c4c8b6]
#191 HYBRIS (null)+-179637076 in libminecraftpe.so+0x6a2e4ac [0xf54af4ac]
#192 HYBRIS (null)+-204849684 in libminecraftpe.so+0x5222dec [0xf3ca3dec]
#198 HYBRIS (null)+-179637076 in libminecraftpe.so+0x6a2e4ac [0xf54af4ac]
#200 HYBRIS ScreenRenderBatch::_populateRenderControlsCollection(UIControl&, BatchClippingState const&, BatchClippingState const&, BatchVisualState const&, ClippedControlMetadata&, bool)+1421 in libminecraftpe.so+0x2615ead [0xf1096ead]
#212 HYBRIS (null)+-204847872 in libminecraftpe.so+0x5223500 [0xf3ca4500]
#226 HYBRIS (null)+-179637076 in libminecraftpe.so+0x6a2e4ac [0xf54af4ac]
#235 HYBRIS (null)+-179637076 in libminecraftpe.so+0x6a2e4ac [0xf54af4ac]
#264 HYBRIS _ProfilerLiteTimer::~_ProfilerLiteTimer()+24 in libminecraftpe.so+0x16cda98 [0xf014ea98]
#284 HYBRIS (null)+-286968437 in libminecraftpe.so+0x3d258b [0xeee5358b]
#285 HYBRIS (null)+-268419076 in libminecraftpe.so+0x1582ffc [0xf0003ffc]
#291 HYBRIS _ProfilerLiteTimer::~_ProfilerLiteTimer()+24 in libminecraftpe.so+0x16cda98 [0xf014ea98]
#322 HYBRIS (null)+-286968437 in libminecraftpe.so+0x3d258b [0xeee5358b]
#518 HYBRIS (null)+-179637076 in libminecraftpe.so+0x6a2e4ac [0xf54af4ac]
Process exited with unexpected exit code: 6
This is what logs when I attempt to use a function key to change my volume.
I have the version from AUR on Manjaro.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#84?email_source=notifications&email_token=AFYTD5DFQ4AKLMP7LF6TJJTP2JSWZA5CNFSM4HK2L2Z2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXUDH6A#issuecomment-501756920>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFYTD5EEX76CB2TI3ZGFPDLP2JSWZANCNFSM4HK2L2ZQ>
.
|
I have a keyboard in which the function keys serve as shortcuts for volume etc by default, the function key behaviour is attained by pressing them with Fn. I am running Ubuntu 16.04. When I try to change my volume with the keyboard keys, the game immediately crashes with (for instance, if I start it and immediately try) the following log:
|
I'll fix this tomorrow |
This appears to be fixed, however, it seems to have spawned another issue where I'm unable to bind actions to my Alt key (It would previously work and show a generic name "Button233"). I guess the game is now ignoring extraneous keys. Should I close this one and open a new thread or just let it be? |
The game is crashing for me whenever function keys are pressed.
I'm running the AppImage on Debian 9.9 (Stretch)
Repro steps:
Crash log: https://pastebin.com/raw/TwAT4EcN
The text was updated successfully, but these errors were encountered: