Node Webkit becoming invasive

Iliassine

Rider.
Veteran
Joined
Dec 14, 2016
Messages
90
Reaction score
3
First Language
French
Primarily Uses
N/A
Good morning everyone ! Like the title says, I'd like to find a way to disable the Node Webkit. I keep getting it and when I close it down, 1 of 3 times, it closes the game with it. It keeps popping up and becomes really annoying. So, I must ask for help. Thanks in advance.
 

Hudell

Dog Lord
Veteran
Joined
Oct 2, 2014
Messages
3,545
Reaction score
3,716
First Language
Java's Crypt
Primarily Uses
RMMZ
Uhh, Node webkit (now called nw.js) is what makes your game run. Can you take a screenshot of what's popping up on your screen?
 

Iliassine

Rider.
Veteran
Joined
Dec 14, 2016
Messages
90
Reaction score
3
First Language
French
Primarily Uses
N/A
Uhh, Node webkit (now called nw.js) is what makes your game run. Can you take a screenshot of what's popping up on your screen?
It is the pop-up of the debugging console that annoys me. It pops everytime I get in a fight and I don't know how to solve this.
 

JtheDuelist

Your Friendly Nieghborhood Stygian Zinogre
Veteran
Joined
Dec 9, 2017
Messages
1,185
Reaction score
1,440
First Language
English
Primarily Uses
Other
It is the pop-up of the debugging console that annoys me. It pops everytime I get in a fight and I don't know how to solve this.
Node Webkit isn't being invasive- this only happens on its own if there is an error with a plugin/script that runs during battles (usually crashing the game/testplay as a result).
 

Iliassine

Rider.
Veteran
Joined
Dec 14, 2016
Messages
90
Reaction score
3
First Language
French
Primarily Uses
N/A
That's what I don't get, I deleted and downloaded a fresher version of the Plugin and it still does it, but I don't know where the problem should come from.
 

JtheDuelist

Your Friendly Nieghborhood Stygian Zinogre
Veteran
Joined
Dec 9, 2017
Messages
1,185
Reaction score
1,440
First Language
English
Primarily Uses
Other
I deleted and downloaded a fresher version of the Plugin and it still does it, but I don't know where the problem should come from.
Sounds like the plugin's writer messed something up in the code if it is occuring in fresh copies as well. Might help if we could know what plugin is the problem and where you got it.
 

Doktor_Q

I'm not a real doktor, but I am a real Q
Veteran
Joined
Aug 1, 2016
Messages
874
Reaction score
562
First Language
English
Primarily Uses
RMMV
If you post a screenshot, people might be able to figure out what's going on. There could be any number of problems that would cause an error with a plugin, especially if you updated recently.
 

Iliassine

Rider.
Veteran
Joined
Dec 14, 2016
Messages
90
Reaction score
3
First Language
French
Primarily Uses
N/A
If you post a screenshot, people might be able to figure out what's going on. There could be any number of problems that would cause an error with a plugin, especially if you updated recently.
I use the Yanfly Auto Passive States.
 

JtheDuelist

Your Friendly Nieghborhood Stygian Zinogre
Veteran
Joined
Dec 9, 2017
Messages
1,185
Reaction score
1,440
First Language
English
Primarily Uses
Other
I use the Yanfly Auto Passive States.
I actually use this myself with no problems- at this point it sounds like you've messed up setting up a parameter or notetag set-up.
 

mlogan

Global Moderators
Global Mod
Joined
Mar 18, 2012
Messages
15,354
Reaction score
8,536
First Language
English
Primarily Uses
RMMV

I've moved this thread to Plugin Support. Please be sure to post your threads in the correct forum next time. Thank you.

 

Iliassine

Rider.
Veteran
Joined
Dec 14, 2016
Messages
90
Reaction score
3
First Language
French
Primarily Uses
N/A
I actually use this myself with no problems- at this point it sounds like you've messed up setting up a parameter or notetag set-up.
Fact now is that if it is true, then I don't know where. I entered false where I had choice (display the monster state informations)
 

JtheDuelist

Your Friendly Nieghborhood Stygian Zinogre
Veteran
Joined
Dec 9, 2017
Messages
1,185
Reaction score
1,440
First Language
English
Primarily Uses
Other
Could you do a play test and screenshot (Alt + PrtSc and paste into a image editor) what the error says and post the image here?
 

JtheDuelist

Your Friendly Nieghborhood Stygian Zinogre
Veteran
Joined
Dec 9, 2017
Messages
1,185
Reaction score
1,440
First Language
English
Primarily Uses
Other
My JS is a bit shaky, but I don't see a "else" branch in that JS.
 

Iliassine

Rider.
Veteran
Joined
Dec 14, 2016
Messages
90
Reaction score
3
First Language
French
Primarily Uses
N/A
upload_2018-8-29_3-41-29.pngAnd here is the plugin'supload_2018-8-29_3-41-29.png settings.
 

Iliassine

Rider.
Veteran
Joined
Dec 14, 2016
Messages
90
Reaction score
3
First Language
French
Primarily Uses
N/A
My JS is a bit shaky, but I don't see a "else" branch in that JS.
Just mentionning so you can be aware : I'm a real newbie at JS, and I don't have time to learn it, so I get even less than you can understand in the situation. :|
 

JtheDuelist

Your Friendly Nieghborhood Stygian Zinogre
Veteran
Joined
Dec 9, 2017
Messages
1,185
Reaction score
1,440
First Language
English
Primarily Uses
Other
Parameters look fine, which makes me think your JS is lacking an "else" branch.

Basically, your JS is checking if the condition is met, and if it isn't met, it is rechecking the condition in a infinite loop, as the code doesn't have a "or else" to complete the check.
 

Iliassine

Rider.
Veteran
Joined
Dec 14, 2016
Messages
90
Reaction score
3
First Language
French
Primarily Uses
N/A
What should I do ? Download once more, hoping having this miraculous branch ? Or edit it ? (I don't think it would be nice to YF). But I just don't know how to get this solved. That's making me quite nervous.
 

JtheDuelist

Your Friendly Nieghborhood Stygian Zinogre
Veteran
Joined
Dec 9, 2017
Messages
1,185
Reaction score
1,440
First Language
English
Primarily Uses
Other
Someone more fluent in JS than me will have to help- I can't seem to find an answer with my current knowledge. I'm sorry.
 

Iliassine

Rider.
Veteran
Joined
Dec 14, 2016
Messages
90
Reaction score
3
First Language
French
Primarily Uses
N/A
I'm sorry for the trouble I caused you. I thank you for lighting my fire and help me troubleshooting this. You helped more than you can think. Have a good day.
 

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

Latest Threads

Latest Profile Posts

I should realize that error was produced by a outdated version of MZ so that's why it pop up like that
Ami
i can't wait to drink some ice after struggling with my illness in 9 days. 9 days is really bad for me,i can't focus with my shop and even can't do something with my project
How many hours have you got in mz so far?

A bit of a "sparkle" update to the lower portion of the world map. :LZSexcite:
attack on titan final season is airing tomorrow, I'm excited and scared at the same time!

Forum statistics

Threads
105,882
Messages
1,017,230
Members
137,607
Latest member
Maddo
Top