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

Keybinding For Fullscreen - Disabled Fullscreen Borderless by default, can be changed by the player #1089

Closed
IC-SubiX opened this issue Apr 12, 2019 · 12 comments
Labels
Bug A modpack specific bug Config

Comments

@IC-SubiX
Copy link

Modpack version
1.60
Can the issue be reproduced?
Yes

Logs
-/-

Issue
I wanted to open Wireless-Crafting-Terminal and instantly crashed (i opend it cuple times before, and nothing happend). It's even more strange, because ther is no crash file in the MC folder!
After a restart and i tryed to open WCT again. My hotkey is "<" on the german keybord its next to left shift. And that key got somehow bound to toggle Fullscreen after restart but in the options its not bound to any key... and it crashed again (no crash file).

@NielsPilgaard
Copy link
Collaborator

Thank you for the report, I will investigate the issue.

@gustavosouza1997
Copy link

gustavosouza1997 commented Apr 13, 2019

Having a similar issue, when pressing '','|' or '/' button (on a pt-br keyboard) while there is the option to write (like chat & applied terminals) causes the game to enter/leave fullscreen mode. The keybind don't show as asigned in controls, I'm currently playing on a server with the 1.60 version, but the game don't crash/restart as happened to IC-SubiX.

@mvdstam
Copy link

mvdstam commented Apr 14, 2019

Just wanted to check in and confirm the issue @gustavosouza1997 is having . Firing KEY_PRESSED events with keycodes 219 (meta/windows key) and/or 43 (backslash/pipe) causes the game to toggle fullscreen mode. Doesn't happen until after the main loading screen has completed.

Tested and reproduced on a fresh install of the modpack. No crashing here though, just the game switching to and from fullscreen mode.

@mvdstam
Copy link

mvdstam commented Apr 14, 2019

I've found the issue. It's this line which causes the behaviour myself and @gustavosouza1997 are experiencing, and will likely effect @IC-SubiX as well.

Workaround

In config/fw.cfg, set the enableFullscreenWindowed setting to false:

(..)

general {
    # Enable Fullscreen Windowed (replaces Minecraft Fullscreen)
    B:enableFullscreenWindowed=false

(..)

It seems to be a bug/known/unknown behaviour of the "Fullscreen-Windowed-Minecraft"-mod which causes this. Disabling the mod functionality with the above setting fixes these issues for now. As this is a client-side problem, server configs need not to be touched.

@NielsPilgaard
Copy link
Collaborator

That's not a fix though, it's just disabling the mod.

@NielsPilgaard
Copy link
Collaborator

But I guess that's the best option, thanks mvdstam :)

@ghost
Copy link

ghost commented Apr 14, 2019

This issue was moved by NillerMedDild to NillerMedDild/enigmatica2#435.

@ghost ghost deleted a comment from NielsPilgaard Apr 14, 2019
@ghost
Copy link

ghost commented Apr 14, 2019

This issue was moved by NillerMedDild to NillerMedDild/enigmatica2expertskyblock#491.

@ghost
Copy link

ghost commented Apr 14, 2019

This issue was moved by NillerMedDild to NillerMedDild/scientia#307.

@gustavosouza1997
Copy link

gustavosouza1997 commented Apr 14, 2019

Sorry for reopening the thread, but seems like the Toggle Fullscreen didn't have any key assigned to it by default, when I added a key (in my case I put it on F11) the bug stopped. So there is no need to remove/disable the mod.

@NielsPilgaard NielsPilgaard reopened this Apr 14, 2019
@NielsPilgaard
Copy link
Collaborator

Cool :)

@IC-SubiX
Copy link
Author

Thx for that info! :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A modpack specific bug Config
Projects
None yet
Development

No branches or pull requests

4 participants