RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Video Crashes in Full Screen

Started by kam_islash, March 27, 2006, 10:02:38 PM

0 Members and 1 Guest are viewing this topic.

kam_islash

For some reason, my RPG crashes during the avi sequence if it is in full screen.

Furthermore, when I install the game disc on another computer, it ALWAYS comes up as Full Screen and never in a window.

Is tehre a way to remedy either problem?

Jesse 015

don't make it full screen, duh
Badass, and a do'er not a thinker

Blizzard

Check in your scripts in "Main" if there is something like:

unless $DEBUG
   unless $keybd
     $keybd = Win32API.new 'user32.dll', 'keybd_event', ['i', 'i', 'l', 'l'], 'v'
     $keybd.call 0xA4, 0, 0, 0
     $keybd.call 13, 0, 0, 0
     $keybd.call 13, 0, 2, 0
     $keybd.call 0xA4, 0, 2, 0
   end
 end


or something similar. Delete it. Now it should work always in window mode. You can switch between window and full-screen by holding ALT and pressing ENTER.
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.



Get DropBox, the best free file syncing service there is!