aphadeon / OpenGame.exe

A custom Ruby-powered game engine that supports RPG Maker games.
24 stars 11 forks source link

Win32API not working correctly #16

Closed aphadeon closed 8 years ago

aphadeon commented 8 years ago

There have been several reports of Win32API crashing. One reported error: Script runtime error: Win32API is not supported in 64-bit process

There may be additional issues as well - basically, test and debug.

aphadeon commented 8 years ago

In commit cc0b8c70c547f14bbf3f606127bf4988709cccb0 I changed the target to x86. This may alleviate this issue, but is untested as of yet.

aphadeon commented 8 years ago

Reports indicate this is fixed. Closing.