Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

java.lang.RuntimeException: Pagina in <q:paginae/act/landscape(v5)> lacks action #80

@Isabur

Description

@Isabur

Describe the bug
A clear and concise description of what the bug is.

After world is loaded the MenuGrid is not created as normal and the exception is thrown.
The exception is repeated every few seconds in a loop.

To Reproduce
Steps to reproduce the behavior:
**1. Start client
2. Login
3. Choose character
4. Waiting for word loading
5. Exception will be thrown during MenuGrid creation

This behavior is not every time, this happens sometimes! It feels like a timing/thread thing.**

Expected behavior
A clear and concise description of what you expected to happen.

After world is loaded the MenuGrid should be created in the indeeded fashion and no exception should be thrown.

Screenshots
If applicable, add screenshots to help explain your problem.

image

image

Desktop (please complete the following information):

  • OS: Windows 11
  • OpenJDK

Additional context
Add any other context about the problem here.

15:38] java.lang.RuntimeException: Pagina in <q:paginae/act/landscape(v5)> lacks action
[15:38] at haven.MenuGrid.cons(MenuGrid.java:480)
[15:38] at haven.MenuGrid.updlayout(MenuGrid.java:1263)
[15:38] at haven.MenuGrid.tick(MenuGrid.java:1517)
[15:38] at haven.Widget.tick(Widget.java:833)
[15:38] at haven.Widget.tick(Widget.java:833)
[15:38] at haven.GameUI.tick(GameUI.java:1430)
[15:38] at haven.Widget.tick(Widget.java:833)
[15:38] at haven.RootWidget.tick(RootWidget.java:98)
[15:38] at haven.UI.tick(UI.java:235)
[15:38] at haven.HavenPanel.run(HavenPanel.java:762)
[15:38] at java.base/java.lang.Thread.run(Thread.java:1589)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions