Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
  • Sign in / Register
  • solarus solarus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 222
    • Issues 222
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Solarus Games
  • solarussolarus
  • Issues
  • #1376

Closed
Open
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