Hunted - The Demons Forge error....

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
r2rX
Level 3
Level 3
Posts: 69
Joined: Thu Apr 29, 2010 4:28 pm

Hunted - The Demons Forge error....

Post by r2rX »

Hey all,

I've been testing a new release called Hunted - The Demons Forge.

I have installed, via winetricks, DirectX9 and the vcrun suite. When running the game for the first time, there was an error concerning eihter Xact or Xinput, so I installed both.

After this, the game's spash screen loaded. But shortly after, it quit. The following is the output of wine:

Code: Select all

fixme:gameux:GameExplorerImpl_VerifyAccess (0x135be8, L"C:\\Program Files\\Bethesda Softworks\\Hunted The Demons Forge\\BINARIES\\WIN32\\P4DFTRE.DLL", 0x277f340)
fixme:win:EnumDisplayDevicesW ((null),0,0x277e028,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x277def4,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x277f4c4,0x00000000), stub!
fixme:mixer:ALSA_MixerInit No master control found on HDA NVidia, disabling mixer
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x148280,0x1481a0): stub
fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan (0x1482a0,0x1481a0): stub
fixme:process:GetLogicalProcessorInformation ((nil),0x277f8e8): stub
*** Dumping Known Language Extensions:
	 0: INT
	 1: FRA
	 2: ESN
*** Determining the current language index...
Warning, 	Found INT at index 0
	Found language INT at index  0!
Warning, Failed to load Outer for resource 'ReturnValue': Function OnlineSubsystemGameSpy.OnlineSubsystemGameSpy:GetPlayerNickname
wine: Call from 0x7bc499e0 to unimplemented function msvcrt.dll._aligned_malloc, aborting
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:validate_addr64 Unsupported address fffffffff7480000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff59f0000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff59d0000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff4d10000
fixme:dbghelp:validate_addr64 Unsupported address fffffffff5840000
fixme:faultrep:ReportFault 0x277d2b0 0x0 stub
fixme:system:SystemParametersInfoW Unimplemented action: 59 (SPI_SETSTICKYKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 53 (SPI_SETTOGGLEKEYS)
fixme:system:SystemParametersInfoW Unimplemented action: 51 (SPI_SETFILTERKEYS)
err:mmtime:TIME_MMTimeStop Timer still active?!
Could someone help explain the nature of this error?

Thanks,

r2rX :)
r2rX
Level 3
Level 3
Posts: 69
Joined: Thu Apr 29, 2010 4:28 pm

Post by r2rX »

I forgot to mention that i'm using Wine 1.3.21. :)

r2rX :)
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

Re: Hunted - The Demons Forge error....

Post by austin987 »

r2rX wrote: I have installed, via winetricks, DirectX9 and the vcrun suite. When running the game for the first time, there was an error concerning eihter Xact or Xinput, so I installed both.

Code: Select all

wine: Call from 0x7bc499e0 to unimplemented function msvcrt.dll._aligned_malloc, aborting
Installing native vcrun* got you native msvcrt, apparently an older version, which doesn't have this function. Set 'msvcrt' to 'builtin' in winecfg.
Locked