I can't get my game to Encrypt properly and I don't know why.

Status
Not open for further replies.

Tanarex

Scrub
Veteran
Joined
Sep 14, 2014
Messages
468
Reaction score
306
First Language
English
Primarily Uses
RMVXA
I can upload an unencrypted game to Dropbox without a problem. But when I try to encrypt it I lose both the 'data' and 'graphics' files and I don't know why. I've been trying for days to fix it. But nothing has worked.
 

Andar

Veteran
Veteran
Joined
Mar 5, 2013
Messages
31,367
Reaction score
7,676
First Language
German
Primarily Uses
RMMV
Which maker?
What is the total project size in MB?
Does the encrypted game work locally?
 

Tanarex

Scrub
Veteran
Joined
Sep 14, 2014
Messages
468
Reaction score
306
First Language
English
Primarily Uses
RMVXA
Vx Ace. Like it says in the tag. 548 MB. The encrypted game doesn't work when I DL it either
 

Nightblade50

Developer of "Delta Origins"
Veteran
Joined
Nov 10, 2016
Messages
2,133
Reaction score
4,253
First Language
English, French
Primarily Uses
RMVXA
Vx Ace. Like it says in the tag. 548 MB. The encrypted game doesn't work when I DL it either
548 MB is a lot. It's possible that some files were lost during encryption.
 

Andar

Veteran
Veteran
Joined
Mar 5, 2013
Messages
31,367
Reaction score
7,676
First Language
German
Primarily Uses
RMMV
Vx Ace. Like it says in the tag. 548 MB. The encrypted game doesn't work when I DL it either
I wasn't asking about download - I was asking to see if it works before the upload to see if it is something in the program or something on the Internet.
 

Shaz

Veteran
Veteran
Joined
Mar 2, 2012
Messages
40,098
Reaction score
13,704
First Language
English
Primarily Uses
RMMV
Encrypting puts the graphics and data folders into the rgss3a file so they can't be accessed. That's just how the encrypting works.

Do you run the game.exe to pull the data out again before you put it to dropbox? Or do you put the game.exe itself onto dropbox?

Once you run that, you SHOULD be able to play the game, even though those folders aren't there, because they're embedded in that file. What DOES happen when you try to play the game?

Encrypt it, then run the Game.exe file to pull everything out again (but don't install it into your project folder). Leave dropbox out of it altogether (and any other folder that syncs online). Can you play it then?
 

Tanarex

Scrub
Veteran
Joined
Sep 14, 2014
Messages
468
Reaction score
306
First Language
English
Primarily Uses
RMVXA
Nope. Not working when I encrypt it on my own computer either. Clearly, I've forgotten how to do the entire process. So if someone wishes to explain it to me.
 

Shaz

Veteran
Veteran
Joined
Mar 2, 2012
Messages
40,098
Reaction score
13,704
First Language
English
Primarily Uses
RMMV
Please explain what "not working" means. If it gives you an error when you try to run it, tell us what the error is.

Does your game use RTP? Did you check the Include RTP box?
Does your game use scripts that use custom graphics or add their own files to the Data folder?

The fact that you can't see those folders when your game is encrypted is not an issue - that's what's supposed to happen.
 

Nightblade50

Developer of "Delta Origins"
Veteran
Joined
Nov 10, 2016
Messages
2,133
Reaction score
4,253
First Language
English, French
Primarily Uses
RMVXA
Please explain what "not working" means. If it gives you an error when you try to run it, tell us what the error is.

Does your game use RTP? Did you check the Include RTP box?
Does your game use scripts that use custom graphics or add their own files to the Data folder?

The fact that you can't see those folders when your game is encrypted is not an issue - that's what's supposed to happen.
Screenshot of the error when i play it:
Capture19.PNG
Weird.
 

Shaz

Veteran
Veteran
Joined
Mar 2, 2012
Messages
40,098
Reaction score
13,704
First Language
English
Primarily Uses
RMMV
normally the file name and path would be shown. That indicates there's likely a script that's looking for its own file somewhere. And as it's not showing a path name, maybe it's looking for it in the project folder.
 

Nightblade50

Developer of "Delta Origins"
Veteran
Joined
Nov 10, 2016
Messages
2,133
Reaction score
4,253
First Language
English, French
Primarily Uses
RMVXA
normally the file name and path would be shown. That indicates there's likely a script that's looking for its own file somewhere. And as it's not showing a path name, maybe it's looking for it in the project folder.
That makes sense, not sure how to fix it though.
 

Shaz

Veteran
Veteran
Joined
Mar 2, 2012
Messages
40,098
Reaction score
13,704
First Language
English
Primarily Uses
RMMV
OP would you like to zip up your project and share it so we can take a look?


This is an error I get with my project when it's looking for a new Data file that I created with a script. The way the file is read is not compatible with encrypting. But the error message tells me the name of the file and the folder it's in.
 

Andar

Veteran
Veteran
Joined
Mar 5, 2013
Messages
31,367
Reaction score
7,676
First Language
German
Primarily Uses
RMMV
How did you get to that filename?
The encryption should result in something like ...damned.exe without the Version numbers, and that is the file you need.
With those numbers it looks as if you activates a versioning system on dropbox that automatically creates variant branches on changes, and that can cause problems.
 

Shaz

Veteran
Veteran
Joined
Mar 2, 2012
Messages
40,098
Reaction score
13,704
First Language
English
Primarily Uses
RMMV
I don't want the encrypted game. I want the base project that you built it from. I want to look at the files in the project folder and the Data folder, and I want to look at the scripts.

I understand that you may not want to share it - that's your decision. But the encrypted game tells us nothing more than the error message, which has already been provided, but gives no opportunity for further investigation.
 

Nightblade50

Developer of "Delta Origins"
Veteran
Joined
Nov 10, 2016
Messages
2,133
Reaction score
4,253
First Language
English, French
Primarily Uses
RMVXA
I don't want the encrypted game. I want the base project that you built it from. I want to look at the files in the project folder and the Data folder, and I want to look at the scripts.

I understand that you may not want to share it - that's your decision. But the encrypted game tells us nothing more than the error message, which has already been provided, but gives no opportunity for further investigation.
Actually, I don't think that's even legal - it contains DLC.
 

Shaz

Veteran
Veteran
Joined
Mar 2, 2012
Messages
40,098
Reaction score
13,704
First Language
English
Primarily Uses
RMMV
Well, troubleshooting without access to the scripts is going to be very difficult.
 

Nightblade50

Developer of "Delta Origins"
Veteran
Joined
Nov 10, 2016
Messages
2,133
Reaction score
4,253
First Language
English, French
Primarily Uses
RMVXA
Well, troubleshooting without access to the scripts is going to be very difficult.
You are right. @Tanarex, could you make a small version only with the scripts (no DLC) then share it here?
 

Shaz

Veteran
Veteran
Joined
Mar 2, 2012
Messages
40,098
Reaction score
13,704
First Language
English
Primarily Uses
RMMV
What DLC? I probably have most of it anyway.
 

Nightblade50

Developer of "Delta Origins"
Veteran
Joined
Nov 10, 2016
Messages
2,133
Reaction score
4,253
First Language
English, French
Primarily Uses
RMVXA
RPG Maker DS resource pack and Ancient Dungeons base pack.
 
Status
Not open for further replies.

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Latest Threads

Latest Posts

Latest Profile Posts

People3_5 and People3_8 added!

so hopefully tomorrow i get to go home from the hospital i've been here for 5 days already and it's driving me mad. I miss my family like crazy but at least I get to use my own toiletries and my own clothes. My mom is coming to visit soon i can't wait to see her cause i miss her the most. :kaojoy:
Couple hours of work. Might use in my game as a secret find or something. Not sure. Fancy though no? :D
Holy stink, where have I been? Well, I started my temporary job this week. So less time to spend on game design... :(
Cartoonier cloud cover that better fits the art style, as well as (slightly) improved blending/fading... fading clouds when there are larger patterns is still somewhat abrupt for some reason.

Forum statistics

Threads
105,868
Messages
1,017,083
Members
137,583
Latest member
write2dgray
Top