Forums WoW Modding Discussion Retro-Porting [Archive] WoW Error BFA File

[Archive] WoW Error BFA File

[Archive] WoW Error BFA File

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
03-12-2018, 01:01 PM
#1
Archived author: Senix • Posted: 2018-03-12T13:01:54+00:00
Original source

Hey guys i got this wow error and i dont know what he says

[Image: ZR17lOE.png]

Someone knows how to fix this or can say me why he say this?
rektbyfaith
03-12-2018, 01:01 PM #1

Archived author: Senix • Posted: 2018-03-12T13:01:54+00:00
Original source

Hey guys i got this wow error and i dont know what he says

[Image: ZR17lOE.png]

Someone knows how to fix this or can say me why he say this?

rektbyfaith
Administrator
0
03-12-2018, 01:25 PM
#2
Archived author: Senix • Posted: 2018-03-12T13:25:41+00:00
Original source

@Update ADspartan needs to update the Converter... its a currupt m2 files from BFA
rektbyfaith
03-12-2018, 01:25 PM #2

Archived author: Senix • Posted: 2018-03-12T13:25:41+00:00
Original source

@Update ADspartan needs to update the Converter... its a currupt m2 files from BFA

rektbyfaith
Administrator
0
03-12-2018, 08:23 PM
#3
Archived author: wungasaurus • Posted: 2018-03-12T20:23:35+00:00
Original source

No need to update any converter, just fix it: https://wowdev.wiki/Client_Error_Analysis#0x00837A90

Oh, and if you want Adspartan to fix anything, you should report a bug to him, including the exact file and version converted. Otherwise, nothing will change.
rektbyfaith
03-12-2018, 08:23 PM #3

Archived author: wungasaurus • Posted: 2018-03-12T20:23:35+00:00
Original source

No need to update any converter, just fix it: https://wowdev.wiki/Client_Error_Analysis#0x00837A90

Oh, and if you want Adspartan to fix anything, you should report a bug to him, including the exact file and version converted. Otherwise, nothing will change.

rektbyfaith
Administrator
0
03-13-2018, 12:04 PM
#4
Archived author: Senix • Posted: 2018-03-13T12:04:44+00:00
Original source

No need to update any converter, just fix it: https://wowdev.wiki/Client_Error_Analysis#0x00837A90

This say me nothing to fix the bug, only why is coming the error..
rektbyfaith
03-13-2018, 12:04 PM #4

Archived author: Senix • Posted: 2018-03-13T12:04:44+00:00
Original source

No need to update any converter, just fix it: https://wowdev.wiki/Client_Error_Analysis#0x00837A90

This say me nothing to fix the bug, only why is coming the error..

rektbyfaith
Administrator
0
03-13-2018, 08:20 PM
#5
Archived author: wungasaurus • Posted: 2018-03-13T20:20:17+00:00
Original source

Well, the first step would be to look at the .skin file and check if the claim is in fact true. Then to take the unconverted .skin file and see if it is the case there as well. If it is, think about how to handle that, what it means. Can it just be removed? If it is not the case, try fixing the .skin file to not point to bad data? Is it actually pointing to bad data? Is it corrupted or is it fine with a single bad field?

To fix it, you have to look at the stuff and try to understand the error. Nobody can tell you "in this case, write a 1 there", since the solution is 100% data dependent.

But well, I realize it is simpler to just yell out of the window that someone should fix something, without providing further information or actually directing the request to the person you rely on.
rektbyfaith
03-13-2018, 08:20 PM #5

Archived author: wungasaurus • Posted: 2018-03-13T20:20:17+00:00
Original source

Well, the first step would be to look at the .skin file and check if the claim is in fact true. Then to take the unconverted .skin file and see if it is the case there as well. If it is, think about how to handle that, what it means. Can it just be removed? If it is not the case, try fixing the .skin file to not point to bad data? Is it actually pointing to bad data? Is it corrupted or is it fine with a single bad field?

To fix it, you have to look at the stuff and try to understand the error. Nobody can tell you "in this case, write a 1 there", since the solution is 100% data dependent.

But well, I realize it is simpler to just yell out of the window that someone should fix something, without providing further information or actually directing the request to the person you rely on.

rektbyfaith
Administrator
0
03-16-2018, 01:42 AM
#6
Archived author: Σκιάχτρο • Posted: 2018-03-16T01:42:50+00:00
Original source

Never had problem with adspartan converter, maybe the issue is another ? Try removing model and see if it still happen.
rektbyfaith
03-16-2018, 01:42 AM #6

Archived author: Σκιάχτρο • Posted: 2018-03-16T01:42:50+00:00
Original source

Never had problem with adspartan converter, maybe the issue is another ? Try removing model and see if it still happen.

rektbyfaith
Administrator
0
03-16-2018, 06:28 AM
#7
Archived author: Uthil • Posted: 2018-03-16T06:28:24+00:00
Original source

I have the same error code "ERROR#182" with different memory exception due to vanilla client. Not all BfA models appear to have that when I downport them to vanilla but some specific. In my case the Cat NPC and the zombie new models will crash my client after a short while giving me the error code. Not sure if the code is presented on WoWDev site since I couldn't find any info at the moment. From what I can understand seems that for some reason some models cause this memory leak. Now is it cause is still BETA or something else?
rektbyfaith
03-16-2018, 06:28 AM #7

Archived author: Uthil • Posted: 2018-03-16T06:28:24+00:00
Original source

I have the same error code "ERROR#182" with different memory exception due to vanilla client. Not all BfA models appear to have that when I downport them to vanilla but some specific. In my case the Cat NPC and the zombie new models will crash my client after a short while giving me the error code. Not sure if the code is presented on WoWDev site since I couldn't find any info at the moment. From what I can understand seems that for some reason some models cause this memory leak. Now is it cause is still BETA or something else?

rektbyfaith
Administrator
0
03-16-2018, 07:20 AM
#8
Archived author: Mr. DK • Posted: 2018-03-16T07:20:07+00:00
Original source

Im not entierly sure but the reason some „living“ models like catnpc do not work is since blizz made them like charmodels so they could dress them up. Maybe investigate how charmodels would be ported down to see how these work.
rektbyfaith
03-16-2018, 07:20 AM #8

Archived author: Mr. DK • Posted: 2018-03-16T07:20:07+00:00
Original source

Im not entierly sure but the reason some „living“ models like catnpc do not work is since blizz made them like charmodels so they could dress them up. Maybe investigate how charmodels would be ported down to see how these work.

rektbyfaith
Administrator
0
03-16-2018, 01:43 PM
#9
Archived author: Senix • Posted: 2018-03-16T13:43:28+00:00
Original source

Quote: 6 hours ago, Mr. DK said:

Im not entierly sure but the reason some „living“ models like catnpc do not work is since blizz made them like charmodels so they could dress them up. Maybe investigate how charmodels would be ported down to see how these work.
i think the same dude and maybe thats the reason.. it will need a long time to get the new races models working on 335 and maybe never
rektbyfaith
03-16-2018, 01:43 PM #9

Archived author: Senix • Posted: 2018-03-16T13:43:28+00:00
Original source

Quote: 6 hours ago, Mr. DK said:

Im not entierly sure but the reason some „living“ models like catnpc do not work is since blizz made them like charmodels so they could dress them up. Maybe investigate how charmodels would be ported down to see how these work.
i think the same dude and maybe thats the reason.. it will need a long time to get the new races models working on 335 and maybe never

rektbyfaith
Administrator
0
03-17-2018, 10:27 AM
#10
Archived author: Mr. DK • Posted: 2018-03-17T10:27:45+00:00
Original source

Maybe mod 7.3.5 then [Image: smile.png]

Trinity is coming along very nice. And you dont need todo all that downport stuff anymore ^^
rektbyfaith
03-17-2018, 10:27 AM #10

Archived author: Mr. DK • Posted: 2018-03-17T10:27:45+00:00
Original source

Maybe mod 7.3.5 then [Image: smile.png]

Trinity is coming along very nice. And you dont need todo all that downport stuff anymore ^^

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)