This is a read only copy without any forum functionality of the old Modcraft forum.
If there is anything that you would like to have removed, message me on Discord via Kaev#5208.
Big thanks to Alastor for making this copy!

Menu

Author Topic: [QUESTION] WoW Error...  (Read 1453 times)

Vision

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 22
    • View Profile
[QUESTION] WoW Error...
« on: February 09, 2014, 05:18:22 am »
Hey guys,

I have a new WoW Error...

I have Anthony MOP Content Patch..

And i have batch a creature.sql from mop into my database... now stormwind is buggy and other maps.. i become this error when i go on this map...

Its not at every map.. only at 3 - 4 maps...

ERROR #132 (0x85100084) Fatal Exception
Program:   E:World Of Warcraft 3.3.5aWoW 3.3.5a PLAYWow.exe
Exception:   0xC0000005 (ACCESS_VIOLATION) at 0023:004F3C36


The instrucion at "0x004F3C36" referenced memory at "088000000".
The memory could not be "read"

but i dont know what he cant read....
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Skarn

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 807
    • View Profile
    • http://skarn-project.net
Re: [QUESTION] WoW Error...
« Reply #1 on: February 09, 2014, 09:32:01 am »
I don't know much about SQLs but if the creature.sql defines the position of spawned NPCs ingame that means some models are missing or broken. Your server asks your client to render them, but it cannot do it because they're missing or broken. That's the possible reason for your crash.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Ascathos

  • Moderators
  • Creator of Worlds
  • *****
  • Posts: 1129
    • View Profile
Re: [QUESTION] WoW Error...
« Reply #2 on: February 09, 2014, 12:20:52 pm »
Quote from: "Skarn"
I don't know much about SQLs but if the creature.sql defines the position of spawned NPCs ingame that means some models are missing or broken. Your server asks your client to render them, but it cannot do it because they're missing or broken. That's the possible reason for your crash.
Basically. Either, it's models missing, broken oder faulty server data.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Vision

  • Registred Member
  • GM Isle Explorer
  • *****
  • Posts: 22
    • View Profile
Re: [QUESTION] WoW Error...
« Reply #3 on: February 09, 2014, 01:22:31 pm »
Okay, thanks for the answer :) i hope i can fix it :)

If the problem a other bug then i will post it here for other guys :)
« Last Edit: January 01, 1970, 01:00:00 am by Admin »

Skarn

  • Contributors
  • Creator of Worlds
  • *****
  • Posts: 807
    • View Profile
    • http://skarn-project.net
Re: [QUESTION] WoW Error...
« Reply #4 on: February 09, 2014, 01:51:21 pm »
Most likely it's missing models.
« Last Edit: January 01, 1970, 01:00:00 am by Admin »