Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit) (+3)

Workaround for scaling issue below.


I downloaded for Windows 10 and had the same issue that a couple people had mentioned previously. The game loads immediately into fullscreen, but the only user input that does anything is ESC (exits the game) and Z and X (appears to zoom in and out). The ship just flies diagonally toward the top right of the screen and music plays, but no menu ever comes up. It appears this issue is because the game is scaled inward too far, so you cannot click the buttons on the menu. I also noticed in the console for the game that there was an error: texture_set_size_override: Condition ' p_width <= 0 || p_width > 16384 ' is true.


I got the game to run using the following workaround: 

  • right click on application
  • select "troubleshoot compatibility"
  • click "troubleshoot program"
  • check box labeled "the program opens but doesn't display correctly"
  • click next
  • check box labeled "program does not display properly when large scale font settings are selected"
  • hit next
  • test the program
  • hit next
  • save the compatibility settings

This workaround can also be done by right clicking > properties > compatibility > change high DPI settings > override high DPI scaling behavior (I think)


Other interesting notes:

  • clicking "exit" from the main menu instead of hitting escape to exit causes the program to lock up
  • The mouse cursor disappears and I had to alt-tab out of the program to get it to reappear
  • The error mentioned above still exists even when the DPI scaling is not an issue