DDO issues, again, sorry

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
ilnar
Newbie
Newbie
Posts: 3
Joined: Wed Jun 08, 2011 10:32 am

DDO issues, again, sorry

Post by ilnar »

ok, well im not amazing with Linux, but i got Dungeons and dragons online to work perfectly in the last version of ubuntu. i did, honestly!

i just pulled my pc out again, updated to the newest version of ubuntu. tried to run DDO.
nothing,
quite cross.
played around for a bit, tried a full reinstall of both wine, DDO and the LOTR launcher.
as far as i can tell. im having problems with the launcher trying to patch the game, not wine, but i thought id post up here and see if anyone else is having issues.

basically. when i try and patch the game i get this error from the launcher

Code: Select all

rundll32.exe patchclient.dll,Patch patch.ddo.com:80 --language English --productcode DDO --filesonly
wine: Call from 0x7b835a72 to unimplemented function msvcr71.dll._set_purecall_handler, aborting

fixme:faultrep:ReportFault 0x32f638 0x0 stub

wine: Call from 0x7b835a72 to unimplemented function msvcr71.dll._set_purecall_handler, aborting

fixme:faultrep:ReportFault 0x32f638 0x0 stub

wine: Call from 0x7b835a72 to unimplemented function msvcr71.dll._set_purecall_handler, aborting

fixme:faultrep:ReportFault 0x32f638 0x0 stub

*** Finished ***
im fairly sure I'm missing something simple, but I'm dammed if i can work out what is it.
im gonna take a break from banging my head against the wall and go play dwarf fortress
tparker
Level 5
Level 5
Posts: 354
Joined: Tue Feb 24, 2009 3:06 pm

DDO issues, again, sorry

Post by tparker »

On 12/9/2011 9:05 AM, ilnar wrote:
played around for a bit, tried a full reinstall of both wine, DDO and the LOTR launcher.
as far as i can tell. im having problems with the launcher trying to patch the game
Are you using pylotro for your launcher/patcher or trying to use the
Turbine launcher?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: DDO issues, again, sorry

Post by vitamin »

ilnar wrote:wine: Call from 0x7b835a72 to unimplemented function msvcr71.dll._set_purecall_handler, aborting
If you using native "msvcrt.dll" - don't. Use Wine's own.
ilnar
Newbie
Newbie
Posts: 3
Joined: Wed Jun 08, 2011 10:32 am

Post by ilnar »

yes, im using pylotro.
If you using native "msvcrt.dll" - don't. Use Wine's own.
sorry... how?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

ilnar wrote:yes, im using pylotro.
If you using native "msvcrt.dll" - don't. Use Wine's own.
sorry... how?
Winecfg, libraries tab.
ilnar
Newbie
Newbie
Posts: 3
Joined: Wed Jun 08, 2011 10:32 am

Post by ilnar »

apparently im not.
ive got msvcr80
and msvcp80.
but no msvcrt should i add it maybe?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

ilnar wrote:apparently im not.
Update Wine. If that won't work, install vcrun2003 using winetricks.
Locked