Menu

#843 Yscale out of bounds

General
open
nobody
None
5
2019-08-07
2019-08-07
Anonymous
No

I compiled fceux for linux. When I set it to use OpenGl and go to full screen I get the message "ysacale out of bounds." The issue seems to be the if statement on line 322 of file /src/drivers/sdl-video.cpp. The values of the variables used in that if statements are as follows.
yres 900
tlines 224
s_seys 4.01786
My screen resolution is set to 1440x900. I think the problem is 224x4.01786 is bigger than 900. I was able to get it to work by commenting out the contents of the if statement.

Discussion

  • zeromus

    zeromus - 2019-08-07

    update your code

     
  • Roger Ryan

    Roger Ryan - 2019-08-07

    I am using fceux 2.2.3 and I downloaded it frome www.fceux.com. I beleve 2.2.3. is the most up to date version. Unless There is another website I can down load it from.

     
  • zeromus

    zeromus - 2019-08-07

    github.

     
  • Roger Ryan

    Roger Ryan - 2019-08-07

    I didn't know there was a git hub version; my bad. I am not familiar with github. Is there a way to use the command line to down load it.
    $> git ("something here")

     
  • zeromus

    zeromus - 2019-08-07

    yes. git clone something or other. then run scons. you may need an older version of scons though.

     

Log in to post a comment.

MongoDB Logo MongoDB