Jump to content
New account registrations are disabed. This website is now an archive. Read more here.
  • 0
Sign in to follow this  
cozmo

Somethings wrong with my Window_Base script!

Question

I guess the description says the most...

 

I have no idea why this pops up. Everytime I press continue or new game, it comes up. It looks fine, have checked other games, line 30 is what It's supposed to be. Help :huh:

 

I tried to remove all the scripts. It didn't work. So that's not a problem.

 

29 # Dispose if window contents bit map is set

30 if self.contents != nil

31 self.contents.dispose

 

I don't see a problem. Never mind the spaces though.

Share this post


Link to post
Share on other sites

5 answers to this question

Recommended Posts

  • 0
I guess the description says the most...

 

I have no idea why this pops up. Everytime I go in a battle or a shop, it comes up. It looks fine, have checked other games, line 30 is what It's supposed to be. Help :huh:

 

29 # Dispose if window contents bit map is set

30 if self.contents != nil

31 self.contents.dispose

 

I don't see a problem. Never mind the spaces though.

Ok follow this exactly

 

1. did you mess with window base script

yes go to 2

no go to 3

2.No problem go to 4

3.did you add any scripts

yes go to 5

no go to 6

4. Make a new game and copy its window base in for yours. Does it work?

yes "Your done'

5.Cut 1 script from the script editor that you added then test game, does it work?

yes That means that script is messed up

no paste the old script back in and remove a new one till you try all of them, if it stills doesnt work then remove all additional scripts

6.Something is messing with ur window base Did you mess with any other scritps?

yes go to 8

no go to 9

7. make a copy of your game folder then copy the scipts file from the data file of the new game

yes good

o go to 9

8. cut your window base and see what script fails then replace that one with a default rmxp script does it work

yes good

no go to 7

9.Check your rgss.dll make sure its updated and then go to the game config settings make sure its like this

[Game]
Library=RGSS102E.dll
Scripts=Data\Scripts.rxdata
Title=
RTP1=Standard
RTP2=
RTP3=

Share this post


Link to post
Share on other sites
  • 0
What is the error?

 

 

Can't convert TrueClass into bitmap

 

Are you suing a custom script?

 

 

I don't think so...

Maybe the MOG scripts are it. I'll try to remove those.

 

Are you suing a custom script?

 

 

That didn't work... Hm.

 

What is the error?

 

Type error

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...