Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

Rpg maker not working at all

Gixkai

Villager
Xy$
0.00
I keep getting this error where the game freezes after a event, usually the first one of the game. When I click f8 on the pixi thing i click on it and it takes me to some code thing and the line highlighted says " window.console.logapply(console, args); //jhint ignore.line"
I keep starting new games but the same thing happens.
 

MinisterJay

Administrator
Staff member
Administrator
OK, so parts of RPG Maker are working, unlike it not working at all. How many projects are effects by this particular occurrence? Are you running any plugins? Have you cut the event, and then try running the game? Afterwards pasting the event back in?
 

LTN Games

Master Mind
Resource Team
Xy$
0.01
More than likely an event which is set to autorun or parallel but does not switch off so your best bet is to find that event and turn it off by either erasing the event(Temporary) or switching one of it's self-switches on.

P.S When I say erase event I don't mean delete it, I mean there is an event command named "Erase Event" which will temporarily erase the event until you re-enter the map.
 

Gixkai

Villager
Xy$
0.00
It's different games and I always close the events with either erase or just control switches. One of them was a transfer event and i started chabging
where the transfer took you but every time it would freeze up.
 

LTN Games

Master Mind
Resource Team
Xy$
0.01
Then maybe there is an event after the transfer on the newer map. This sounds to me exactly like an autorun/parallel even issue. Maybe a picture or two of the event? Are you switches working correctly? Sorry for the rush replies but I'm really busy right now lol.
 

Gixkai

Villager
Xy$
0.00
Then maybe there is an event after the transfer on the newer map. This sounds to me exactly like an autorun/parallel even issue. Maybe a picture or two of the event? Are you switches working correctly? Sorry for the rush replies but I'm really busy right now lol.
The transfer takes you to a room with no auto run or parallel events just action button.
 

Dad3353

Praised Adventurer
If the Game freezes, there's either an Auto-run stopping the Player from interacting, or an out-of-control loop taking up all of the machine time. Does this lock-up occur transferring to a blank Map, or just one specific Map..? What do you see on screen once it's frozen..?
 

Gixkai

Villager
Xy$
0.00
It gets all wonky and slow for a secound the stepping animations still work but you can't click on anything. move or go to the menu screen.
 

Dad3353

Praised Adventurer
Let me re-phrase the question...

Does this lock-up occur transferring to a blank Map, or just one specific Map..? What do you see on screen once it's frozen..?
 

Gixkai

Villager
Xy$
0.00
So I walked back to the begin
Let me re-phrase the question...

Does this lock-up occur transferring to a blank Map, or just one specific Map..? What do you see on screen once it's frozen..?
It seems to be any map I've tried 4 maps one of them had nonthing but ground on it. When it freezes everything seems normal they still walk in place they just wont move. I just tried walking back to the beginning of the map and that transfer took me to the next map fine.
 

Dad3353

Praised Adventurer
That's better, but I'm still a little bit confused. Let's take the example of the Map with nothing but ground. There are no Events at all on that Map..?
When you say 'they still walk in place', who are you referring to..? The Party with the Hero at its head, or some sprite, NPC, on the Map..? When you say' walking back to the beginning of the Map' I assume that that's the Party, with the Hero at its head. Is that right..? Are you using any Plug-ins at all..?
 

Gixkai

Villager
Xy$
0.00
That's better, but I'm still a little bit confused. Let's take the example of the Map with nothing but ground. There are no Events at all on that Map..?
When you say 'they still walk in place', who are you referring to..? The Party with the Hero at its head, or some sprite, NPC, on the Map..? When you say' walking back to the beginning of the Map' I assume that that's the Party, with the Hero at its head. Is that right..? Are you using any Plug-ins at all..?
There are no events on the map. And when i say walk in place, I mean stepping animation on for all npcs and player and I'm using alot of plugins.
 

Dad3353

Praised Adventurer
That's not what I call a Map with only ground..!
Every NPC is an Event. I hope that none of them are using Parallel Process or Autorun..?

Try, firstly, turning off every Plug-in, and see if the effect s the same.
Could we see a screen shot of a typical NPC (if they're all the same...), please..?
 

Gixkai

Villager
Xy$
0.00
That's not what I call a Map with only ground..!
Every NPC is an Event. I hope that none of them are using Parallel Process or Autorun..?

Try, firstly, turning off every Plug-in, and see if the effect s the same.
Could we see a screen shot of a typical NPC (if they're all the same...), please..?
What I meant is on one of the maps there are no events just ground. On other maps have npcs and stuff. I've tried transfering to them all.
[doublepost=1477424640,1477424494][/doublepost]I just took out the plugins and same thing happened.
 

Dad3353

Praised Adventurer
So... No Plug-ins, and you transfer to the empty Map. What happens next..? Can the Party walk around..?
 

MistyDay

Adventurer
Xy$
0.00
Hello,
I´d like help too. But I am little confused as well hehe.
I must agree, events could be tricky and made me mad many times.
Well what about try clean new project. Put there just default ground and hero, you will see if it freaze or not.
 

MinisterJay

Administrator
Staff member
Administrator
Are you using RTP maps or customized parallax maps?

Also please respond in at least three words to ALL replies. Thank you.
 

Gixkai

Villager
Xy$
0.00
Hello,
I´d like help too. But I am little confused as well hehe.
I must agree, events could be tricky and made me mad many times.
Well what about try clean new project. Put there just default ground and hero, you will see if it freaze or not.
They happen at diffrent points in the game. Some right at the start sometimes its a hour in. I dont wanna put work into another game only to have it break in the middle.
[doublepost=1477431366,1477431264][/doublepost]
Are you using RTP maps or customized parallax maps?

Also please respond in at least three words to ALL replies. Thank you.
I'm using rtp maps, i dont know how to parallax map.
 

MinisterJay

Administrator
Staff member
Administrator
Would you please give us a screenshot of the event that you think is causing you most of the problems? Thank you. :)
 
Top