Displaying 1 result from an estimated 1 matches for "rpgxp".
2010 Aug 07
3
C++ runtime error
...ng RPG Maker XP to make an rpg game. It utilizes a modified version of ruby called RGSS. I am using a script that opens a debug output console, it works fine in M$ Windows, but I get the following error in wine:
> Microsoft Visual C++ Runtime Library
> Runtime Error!
>
> Program: E:\RPGXP\SDK\Game.exe
>
>
> This application has requested the Runtime to terminate it in an unusual way.
> Please contact the application's support team for more information.
Here is the script in question:
Code:
#=======================================================================...