Adam
Adam
Maybe not impossible, but more like making something that doesn't already exist. OpenGMK is a sourceport project, but gamemaker doesn't have any way to run a .gmk directly, so there...
Almost correct. It's whichever one was created first. Changing the order in the gmk won't affect anything. The decompiler lists objects in the order they were created, so if you...
I meant the list in the GMK, under "Objects". Like this: 
Can you show us specifically what you mean when you say "its code is used"?
Sorry for the delay, are you talking about how text doesn't appear after the game is decompiled? That happens because fonts can't be decompiled to GMK. You need to open...
I don't think that's possible, but if you're able to share the game you're talking about, we can take a look and try to see which behaviour you're talking about.
Run from command line (`gm8decompiler.exe game_name_here.exe -v`) and see if there's any output. It's most likely telling you that the game isn't made with GameMaker 8.
Without any files to look at or information to work with, I can only guess, but this is probably a GameMaker 8.2 game using the new room editor.
It doesn't crash. A process exiting isn't a crash. What does it say in the console when you try to decompile the game? It most likely tells you that it's...
libgtk2 and openssl-1.1 are listed as optdepends for 'rs3' in the AUR package. For oldschool, installing any Java version is fine, but I don't think there's a good way of...