Warhammer. !

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
junkee
Newbie
Newbie
Posts: 3
Joined: Thu Jul 31, 2008 8:07 pm

Warhammer. !

Post by junkee »

I know it takes a life time for bugs to be worked on in wine so I just have a jew questions on this bug!

http://bugs.winehq.org/show_bug.cgi?id=14608

What happens in normal models in warhammer online look like this ->
http://bugs.winehq.org/attachment.cgi?id=15173

and wine outputs the models like this ->
http://bugs.winehq.org/attachment.cgi?id=15172

Basically what happens is all the textures for the player model, and npc models are not bound to a model skeleton. They just load in a huge blob on the ground! ! ! I was wondering if someone can take a quick glance at this error and point me in the direction as where I might be able to tweak some code to TRY and get it working while we wait for a real dev to get some spare time. Besides this error the game is working in PLAT standard in my eyes. Just letting all the people who are waiting for this game to release know their is hope!
Dean Hamstead

Warhammer. !

Post by Dean Hamstead »

Anyone can work on bugs in wine, so they can be fixed as soon as you can
log into git, get the code, and mail in a fix!

Dean

junkee wrote:
I know it takes a life time for bugs to be worked on in wine so I just have a jew questions on this bug!

http://bugs.winehq.org/show_bug.cgi?id=14608

What happens in normal models in warhammer online look like this ->
http://bugs.winehq.org/attachment.cgi?id=15173

and wine outputs the models like this ->
http://bugs.winehq.org/attachment.cgi?id=15172

Basically what happens is all the textures for the player model, and npc models are not bound to a model skeleton. They just load in a huge blob on the ground! ! ! I was wondering if someone can take a quick glance at this error and point me in the direction as where I might be able to tweak some code to TRY and get it working while we wait for a real dev to get some spare time. Besides this error the game is working in PLAT standard in my eyes. Just letting all the people who are waiting for this game to release know their is hope!





--
http://fragfest.com.au
junkee
Newbie
Newbie
Posts: 3
Joined: Thu Jul 31, 2008 8:07 pm

Blank

Post by junkee »

Aye, What I was trying to get out is if someone can point me in a general direction of where the problems might be like in wined3d/directx.c or something so I can look through the code and try to make a fix.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Blank

Post by vitamin »

junkee wrote:Aye, What I was trying to get out is if someone can point me in a general direction of where the problems might be like in wined3d/directx.c or something so I can look through the code and try to make a fix.
Games are tricky to get working. The bug you are seeing could be lots of different things. Because so much happens to draw just one frame. Especially that I see you using beta game that might have number of it's own bugs.
Locked