• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Script Resizer error

KoolKat vs. Lucas

KoolKat Gold
178
Posts
12
Years
  • Seen Nov 30, 2013
When I try to test the game (default map), I get this error:

"Script 'Resizer' line 149: NoMethodError occured.
undefined method '*' for nil:NilClass"

This is REALLY annoying, could somebody help me please?
 
Last edited:

carmaniac

Where the pickle surprise at?
671
Posts
15
Years
When I try to test the game (default map), I get this error:

"Script 'Resizer' line 149: NoMethodError occured.
undefined method '*' for nil:NilClass"

This is REALLY annoying, could somebody help me please?

Saying there's a method being used that you have not defined on line 149 of your script, can you give us more details, what did you change, have you added any custom scripts. What is on line 149 of the Resizer script?
 

Maruno

Lead Dev of Pokémon Essentials
5,285
Posts
16
Years
When I try to test the game (default map), I get this error:

"Script 'Resizer' line 149: NoMethodError occured.
undefined method '*' for nil:NilClass"

This is REALLY annoying, could somebody help me please?
Delete your save file, try again.
 

KoolKat vs. Lucas

KoolKat Gold
178
Posts
12
Years
  • Seen Nov 30, 2013
OK, I'll try that. Also, I'm reporting an error, I didn't edit a thing. (to the first responder)
Wait, I can't find a save file! Also, the script on line 149 of Resizer is

Code:
    $ResizeFactorMul=(factor*100).to_i
 
Last edited:

Maruno

Lead Dev of Pokémon Essentials
5,285
Posts
16
Years
Next question, and please try to answer it honestly: Are you using Essentials v12.2 with no modifications?
 

Maruno

Lead Dev of Pokémon Essentials
5,285
Posts
16
Years
You do have an old save file, and that's what's causing the error. It's in this folder:

C:\Users\Dave\Saved Games\Pokemon Essentials

Delete it.
 
Back
Top