![]() |
![]() +- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Tools (https://www.save-point.org/forum-42.html) +--- Thread: ![]() |
RE: HiddenChest RGSS Player Executable - kyonides - 03-25-2019 "First There Was a Penguin And Then a Few Windows Suddenly Showed Up" the BUMP Stated Out of the Blue
Yeah, I have updated HiddenChest's version of friendly object oriented programming language, Ruby! ![]() ![]() @KDC Well, since it's just a player executable, meaning you only will use it as a replacement for Game.exe, you only need to unzip the executable file and its dll's right where the Game.exe file itself is located. If you've got a 64 bit Windows OS, then you'd need to download:
RE: HiddenChest RGSS Player Executable - KDC - 03-26-2019 (03-25-2019, 10:20 PM)kyonides Wrote: @KDC Ah. I see. I'll do that and see if that works. RE: HiddenChest RGSS Player Executable - KDC - 03-26-2019 Did all of the above and.... it just closes for some reason. ![]() RE: HiddenChest RGSS Player Executable - kyonides - 03-26-2019 Well, I would need to get more information on it before I can tell you what could be going wrong there. ![]() RE: HiddenChest RGSS Player Executable - KDC - 03-26-2019 (03-26-2019, 05:24 AM)kyonides Wrote: Well, I would need to get more information on it before I can tell you what could be going wrong there. I did do that before trying it out. ![]() RE: HiddenChest RGSS Player Executable - kyonides - 03-26-2019 Mmm, well, it could be due to the inclusion of some old Ruby DLL file in the dllXXfull ZIP file... He, he ![]() ![]() Usually the log would be created by replacing or commenting out... Code: rescue Errno::ENOENT with... Code: rescue Meanwhile I will reupload the dll64full ZIP to prevent people from ending up in the same strange situation as you did not long ago. ![]() Edit OR just place the dlls found in the dllxxfull ZIP file not in the dll or dll64 directory but the game's root directory. Side Note Due to previous incompatibilities with side by side configuration, the latest versions of HiddenChest for Windows do not support loading DLL's found in a custom directory placed in the game's root directory. RE: HiddenChest RGSS Player Executable - KDC - 03-26-2019 (03-26-2019, 05:57 AM)kyonides Wrote: Mmm, well, it could be due to the inclusion of some old Ruby DLL file in the dllXXfull ZIP file... He, he Surprisingly, all the dll files were in the root folder. ![]() RE: HiddenChest RGSS Player Executable - kyonides - 03-26-2019 Huh? O_o? Then I would need you to send me the log.txt file to read the error message and backtrace info found there. Are you testing it on a blank project? Or is it an old demo you haven't touched in a long time? Are you trying to play any XP or VX or VX Ace game, KDC? ![]() RE: HiddenChest RGSS Player Executable - KDC - 03-26-2019 Can't find the log.txt file T.T I tried it with a basic copy of a project I'm working on with XP.. to be on a safe side of things in case things went wrong.... and a copy of a VX Project.... and just a completly initial one from RPGXP recently. ![]() RE: HiddenChest RGSS Player Executable - kyonides - 03-26-2019 OK, if you plan to use it to playtest VX or VX Ace's game, you'd need to fetch the hiddenchest.conf file because it will quickly tell the executable you need to grab RGSS 2 or 3 instead of the default option, RGSS 1. In order to get the log file, you'll need to copy and paste the code I mentioned above in the Main script by replacing that part of the original code. Did you do that already? O_o? Which version of windows are you using now? XP, Vista, 7, 8, 10? I've been wondering if there's a missing file. Whenever that happens, you wouldn't get an error message or pop up window. |