Help Running Agarest

Questions about Wine on Linux
Locked
Jjenia
Level 2
Level 2
Posts: 10
Joined: Wed Feb 27, 2013 8:34 am

Help Running Agarest

Post by Jjenia »

I've been trying many things to get this game to run:

1. With vanilla WINE (1.7.14) it simply crashes. Log

2. So I tried doing winetricks directx9 wmp10 , like the one test result that got it to work, and got a "videoFilter" error message from the game, after which it crashed, and the console reported a failed access to quartz.dll, so I did winetricks quartz too. That got me the same error as some people on windows have:
I tried installing the codec the person said fixed it for him, but that didn't help. I did, however, note that the pin number I had was different - 80040218, and not what he had. Not sure it makes any difference, but here's the crash log with that config: Log

3. I tried to get creative and installed the more recent DirectX9 (winetricks gives Feb2010 version, I installed Jun2010), as well as quartz. The game hanged, and the console was flooded with messages about gstreamer getting bad data: Log


In case it matters, I'm running WINE 1.7.14 on Mint Debian with a proprietary nvidia driver.
Any help will be greatly appreciated!
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Help Running Agarest

Post by dimesio »

Code: Select all

(process:18176): GThread-WARNING **: GThread system no longer supports custom thread implementations.
That's http://bugs.winehq.org/show_bug.cgi?id=30557. Disable winegstreamer.
Jjenia
Level 2
Level 2
Posts: 10
Joined: Wed Feb 27, 2013 8:34 am

Re: Help Running Agarest

Post by Jjenia »

Disabling gstreamer gets this error in console:

Code: Select all

err:ole:COMPOBJ_DllList_Add couldn't load in-process dll L"C:\\windows\\system32\\winegstreamer.dll"
And the game crashes with the "Unable to Connect Pins" message, except the number is 80070005.

I also tried applying the "try4" patch from the link you posted and rebuilding wine with it, but that didn't help with this, either. The problems do not seem to budge at all by that.
Locked