jjbones123

Regular
Regular
Joined
Aug 2, 2016
Messages
67
Reaction score
35
First Language
English
Primarily Uses
N/A
So, I am operating on windows 10 and my graphics card is a NIVIDIA GeForce GTX 650 Ti.


When trying to play test the game i'm making in RPG Maker VX Ace, I attempt to make the game full screen so I can see the small details in the game better. But when I push Alt + Enter at the same time, the play test window just freezes and it's says (Not Responding) in the top left of the game window. If I leave it alone long enough, it seems to just give up and continue playing in a windowed resolution.


While I am aware of Fullsceen++ and have been using it for awhile now. I would like to find an actual solution to the problem rather than a work around. That and this is my game that i'm making by myself; I wouldn't feel right in using someone else's script. Speaking of script, there are no custom scripts that would prevent the game from launching in full screen. The only custom script that was in the game was the previously mentioned Fullscreen++ but I have since removed that and found that it still refuses to open at a full screen ratio.


Does anyone know why this problem occurs and how to fix it please?
 

Andar

Regular
Regular
Joined
Mar 5, 2013
Messages
39,954
Reaction score
11,895
First Language
German
Primarily Uses
RMMV
1) check compatibility settings and make sure that you disabled any special W10 function.


I don't know if W10 added new functions for the keyboard, but if it does and tries to redirect that alt-enter to a different function, it could explain such behaviour.


Set compatibility to XP or W7 if possible, that should clear that up.


2) try to use yanfly's core and increase the screen size to Ace' maximum of 640x480, then test again.


The default screen size of Ace is NOT a standard screen size, and some graphic drivers might get problems trying to maximize that. 640x480 is an officially supported screen size and should always work.


3) try reinstalling the editor, and test if this happens only on playtest or also on launching the game with the game.exe
 

jjbones123

Regular
Regular
Joined
Aug 2, 2016
Messages
67
Reaction score
35
First Language
English
Primarily Uses
N/A
1) check compatibility settings and make sure that you disabled any special W10 function.


I don't know if W10 added new functions for the keyboard, but if it does and tries to redirect that alt-enter to a different function, it could explain such behaviour.


Set compatibility to XP or W7 if possible, that should clear that up.


2) try to use yanfly's core and increase the screen size to Ace' maximum of 640x480, then test again.


The default screen size of Ace is NOT a standard screen size, and some graphic drivers might get problems trying to maximize that. 640x480 is an officially supported screen size and should always work.


3) try reinstalling the editor, and test if this happens only on playtest or also on launching the game with the game.exe

I tried changing the comparability to both XP and 7, neither worked. It does the same thing both times: Alt+Enter, window says: (Not Responding) and then it seems to just give up and remain small windowed mode.

I also tried reinstalling RPG Maker, but it also makes no difference.

I have yet to try your second suggestion as I am not familiar with what you mean? 

I do appreciate the help though. :)
 

Andar

Regular
Regular
Joined
Mar 5, 2013
Messages
39,954
Reaction score
11,895
First Language
German
Primarily Uses
RMMV
Ace has a default screen size of 544x416. If you check the windows display settings, you will not find those numbers there, the smallest windows screen size is 640x480.


That is why there are usually black borders around the RM-Games in full-size.


However, it might be that your display driver has problems handling that non-standard screen size on full screen. To test that, you need to change the screen size of your game to 640x480 (which is the maximum that Ace can handle).


That change can only be done by scripts, and yanfly's core engine is one of several scripts that have that option (you'll need to edit its configuration part to change to 640x480, that is not automatic).


Increasing the screen size on a game that was not intended for the larger size can result in map-looping, but ignore that for now. This test is just to check if it is the display driver having problems with the screensize, and if it freezes even on 640x480 then we have to search elsewhere for the cause.
 

jjbones123

Regular
Regular
Joined
Aug 2, 2016
Messages
67
Reaction score
35
First Language
English
Primarily Uses
N/A
Okay, I applied the Yanfly's core script and set the resolution to 640x480, but it still reacts the same way. Its weird because the script is clearly taking effect on the play test window but it only seems to make a black border on the inside of the play test window? (I'll add a picture so you can see what I mean)

Even if I go into the properties of the play test window and force it to open in full screen, any attempt always goes the same way: Tries to launch in fullscreen > (Not Responding) / freezes and then after awhile of waiting, the play test window gives up trying to launch in full screen and remains a small windowed mode.

I can't think of what's stopping it. there aren't any custom scripts (except the now applied Yanfly's core script). I don't think the fact that i'm displaying it on my TV through use of a HDMI cable instead of a monitor would make much of a difference...would it? 

Stranger still, the Full screen ++ script does work and will even force the play test window to launch in full screen should I set it to do so in the properties. What else can I try? 

new resolution black border.png
 

Andar

Regular
Regular
Joined
Mar 5, 2013
Messages
39,954
Reaction score
11,895
First Language
German
Primarily Uses
RMMV
As said, the black borders are normal for that because you increased screen size. The important info was that increasing the size didn't solve the screen.


However, that the use of the fullscreen++ script does work, indicates it is something in the script and that the fullscreen script simply overrides the error...


Try the following:


Make a backup of the project, then make a new project.


Copy all default scripts from the new project into the backup, overwriting the default scripts in the backup.


This is a lot of copy&paste, but the only way to test if something damaged the original scripts of the engine.


If that doesn't help, please give a screenshot of your script editor where all scripts you've installed can be seen (I hope you used their original names?),
 

jjbones123

Regular
Regular
Joined
Aug 2, 2016
Messages
67
Reaction score
35
First Language
English
Primarily Uses
N/A
Okay so, rather than copy and paste all the files, I tried launching older projects i've made in full screen. These projects were back when I just messed around with RPG Maker, so none of them have any custom scripts. I even tried creating a brand new project just to test it, but the same thing still happens: Alt+ Enter > (Not Responding) and after awhile gives up and remains in windowed mode.


As for the scripts in "That game i'm making demo" (really got the creative juices flowing for that one huh?) I removed full screen ++ before I posted this question, so the only custom script I have for this project is Yanfly, "Font" Which is used to set a custom font for the games text and "Window" which while the name might make you think it's related, is just to make the window black and a solid color. Everything else it the same so here is a screenshot showing the custom script section:

still no workie.png
 

jjbones123

Regular
Regular
Joined
Aug 2, 2016
Messages
67
Reaction score
35
First Language
English
Primarily Uses
N/A
I have also discovered that games iv'e made in RPG Maker that could previously launch in full screen before no longer do. I haven't added any script or altered anything so why is this happening now? 

I've done some research and found that a common reason why some people have this issue is due to their video cards being outdated. Could that be why? and how do I know my video card is outdated?? 
 

Andar

Regular
Regular
Joined
Mar 5, 2013
Messages
39,954
Reaction score
11,895
First Language
German
Primarily Uses
RMMV
if the other games have the effect without any change, then it is definitively something non-RM related on your computer.


As for graphic drivers outdated, no, that can't happen with your Ace games - it was a problem with MV (the newest engine) and graphic drivers that were several years old while MV needed a more modern version.


It could be that your graphic driver has been damaged, and because of that I suggest updating to the newest driver anyway - it can't hurt.


Unfortunately I'll give that only a fifty-fifty chance at max, and if it isn't the graphic driver you need to search every other program on your computer for which might cause problems
 

jjbones123

Regular
Regular
Joined
Aug 2, 2016
Messages
67
Reaction score
35
First Language
English
Primarily Uses
N/A
Okay, i'll look into it. Thanks for the help. :)
 

Latest Threads

Latest Posts

Latest Profile Posts

Decided to splurge and commissioned a friend to draw the main character of my game jam project. Worth it! I never could've gotten the game and the art done XD New avatar by ClockworkCrane!
One of my biggest pet peeves? Action Button events not being interactable unless they are same as character.


Like... for why?
The X-Mas and ~ all ~ December long Calendar Project seems to bring my machine right to the limit. A very good oportunity to test what my pc can do. Or at which point I should decide to take a step back from filling the rendering program with assets.
The new grafics card and ram do their job well, that's for sure. My own early Christmas gifts were a good investment.
my laptop keyboard gave up, they keep glitching out, it seems like it's time to finally replace them, honestly surprised it lasted this long.
Tiny setback. Turns out my Title Screen image and one of my primary background & avatar images are AI Generated. Glad I went back and checked all my resource links. So I am in hot pursuit of replacement images. Which is fine since I was still missing some images that I need anyway.

Forum statistics

Threads
136,894
Messages
1,271,142
Members
180,673
Latest member
SnailKing
Top