Thread Tools Display Modes
04/20/14, 09:07 AM   #1
genadine
Premium Member
Join Date: Feb 2014
Posts: 1
Can ADD-Ons cause Random Game Crashes?

As the title says, I am running with quite a few Add-Ons and over the last few days I am getting lots of random client crashes, stood still bam crash, finish quest bam crash, NPC dialogue bam crash, zoning bam crash.

There is nothing in particular I am doing each time.

Any thoughts?
  Reply With Quote
04/20/14, 09:45 AM   #2
Stormknight
 
Stormknight's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 128
It's certainly possible as the LUA interface isn't as robust as it could be for ESO.

There are known ways of crashing the game with addon script.

I suggest disabling some addons to see if the problem goes away.
  Reply With Quote
04/20/14, 12:52 PM   #3
ins
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 76
/script d(%i)

Is enough to crash the game.
  Reply With Quote
04/20/14, 01:13 PM   #4
BadVolt
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 74
Originally Posted by ins View Post
/script d(%i)

Is enough to crash the game.
I think everyone just tried it.
  Reply With Quote
04/20/14, 04:34 PM   #5
thelegendaryof
 
thelegendaryof's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 161
Reading the above I feel like it might be more like faulty (v)ram that 's causing this. But yep, it 's possible.

Does it happen without addons as well? Even if no, these might just be pushing your boundaries just over the point of it. Anyway - try going from zero to hero (as in disabling every addon, enabling one by one doing long-term tests before enabling another one). If you by any chance find the fauly one, one might take a glance at the sourcecode of it and tell you if that might be the case or not.

Originally Posted by BadVolt View Post
I think everyone just tried it.
I wish I could but my GFX-Card ****ed up itself even before I could lol.
  Reply With Quote
04/21/14, 05:12 AM   #6
Vicster0
 
Vicster0's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 82
I wrote an infinite loop once while developing one of my addons and crashed the game. If there's a will, there's a way.
  Reply With Quote
04/25/14, 04:45 PM   #7
ckaotik
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 12
Originally Posted by ins View Post
/script d(%i)
Another nice one I encountered was

Code:
for k, v in mystring:gmatch('(.+') do
    -- do stuff. noticed the missing ) in the pattern above?
end
  Reply With Quote
04/25/14, 08:54 PM   #8
Seerah
Fishing Trainer
 
Seerah's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 648
I got a crash from d("10%)

I forgot the closing quotes.
  Reply With Quote
05/27/14, 08:18 PM   #9
drunky
Join Date: Apr 2014
Posts: 2
Originally Posted by genadine View Post
As the title says, I am running with quite a few Add-Ons and over the last few days I am getting lots of random client crashes, stood still bam crash, finish quest bam crash, NPC dialogue bam crash, zoning bam crash.

There is nothing in particular I am doing each time.

Any thoughts?
yes it's possible. I had one of those addon that caused the ESO client to crash at random. Some time i had the crash windows show up (sending a report to ZOS) but not always. I found out it was an addon by disabling one of them and never had a crash since that.
  Reply With Quote

ESOUI » General Discussion » Chit-Chat » Can ADD-Ons cause Random Game Crashes?


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off