Enigmatica 2: Expert - E2E

Enigmatica 2: Expert - E2E

2M Downloads

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

IC-SubiX opened this issue ยท 12 comments

commented

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).

commented

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

commented

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.

commented

Cool :)

commented

Thx for that info! :D

commented

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.

commented

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.

commented

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

commented

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

commented

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

commented

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

commented
commented

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.