Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • Solarus Solarus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
    • Locked files
  • Issues 240
    • Issues 240
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 6
    • Merge requests 6
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Solarus GamesSolarus Games
  • SolarusSolarus
  • Issues
  • #1376
Closed
Open
Issue created May 18, 2019 by Alex Gleason@alexgleasonContributor

Warning: Cannot use quest size 320x240: this quest only supports 256x144 to 256x144. Using 256x144 instead.

Every time I run VOADI, this warning shows:

Warning: Cannot use quest size 320x240: this quest only supports 256x144 to 256x144. Using 256x144 instead.

Here's my settings:

Screenshot_from_2019-05-18_14-50-32

According to @hhromic, it's likely due to this:

  context.geometry.wanted_quest_size = {
    SOLARUS_DEFAULT_QUEST_WIDTH,
    SOLARUS_DEFAULT_QUEST_HEIGHT
  };

which is pre-defined at compile-time to 320x240 and to 320x400 on Pandora devices

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking