[1.14] Radial menu nonfunctional - Possible conflict with Create mod

Issue #74 resolved
Former user created an issue

Upon clicking in radial menu, game is selected instead of an option, and a repeated clicking made is noise with no option selected, Impossible to select alternate build modes or modifiers without hotkeys. Any submenus activated in this state will act as if the mouse button is being repeatedly pressed, a-la autoclicker. Creative, 1.14. Latest 1.14 Forge version.

Comments (7)

  1. William Kou

    Having the same issue on both a Windows and a macOS client consistently for me. On macOS it is not possible to select any build modes, but on Windows a mode can be selected by hovering over the option and releasing the radial menu button. This should get a high-priority fix.

    No warnings in log during gameplay. Creative mode on singleplayer, non-LAN.

    Forge 1.14.4-28.2.0

    Effortless Building v2.1.8

    Other mods:

    • Ding 1.1.0
    • AppleSkin 1.0.13
    • HWYLA 1.10.6-B67
    • OptiFine HD U F5
    • VoxelMap 1.9.17

    (same mods on both platforms)

  2. William Kou

    (above comment deleted)

    The menu is not functional for hover-over-item and release on certain macOS and Windows environments, as stated above, and on Windows one should be able to click on radial menu items to select them as sub-menus exist, but this is non-functional for other players such as me. Please read the issue description and other comments thoroughly.

  3. Requios repo owner

    This is a tough one. I installed all the mods you have, including optifine, and on a server, but I do not have any issues with selecting build modes. I have not tried on macOS yet (need to ask someone to lend me their macbook), but other than that I’m not sure I can do much here (unless you find a crashlog somewhere).

  4. William Kou

    If you want, you can remote access into the Win10 computer that this is occurring on using either Remote Support (Windows built-in but very laggy especially for games) or Parsec (much smoother but third-party software) to test out the bug for yourself. Just reproduced it this morning.

    Funny story: While I was pulling the forge profile out of mothballs, I had to toss out 2 other utility mods because they were causing crashes, only to find out that the launcher, for some reason, replaced the version with 1.15.2 forge.

  5. Requios repo owner

    Fixed in version 2.21! The issue lied in retina (high-res) displays, not necessarily mac or windows. The mouseposition you get from the Screen.render function does not take it into account, while the mainWindow.getWidth and getHeight functions do. So the mouse position was offset twice as far as it should be (to the lower right corner).

  6. Log in to comment