"
Sovyn wrote:
"
nzskiing wrote:
What things do i need inside the library like dedx9_36 etc?
My guide, if followed carefully, will put three entries in there:
*d3dx9_36 (native)
*msvcr100 (native, builtin)
openal32 (native, builtin)
The ones with asterisks are installed by winetricks.
okay thanks :)
msvcr100 is not on winetricks is that a problem?
|
Posted bynzskiing#7883on Aug 23, 2013, 9:01:02 PM
|
"
nzskiing wrote:
msvcr100 is not on winetricks is that a problem?
The game won't run without that - better update winetricks to the latest version.
Alternatively, installing MS visual C++ 2010 redistributable via downloading and copying it into the virtual drive and then executing it with the "run a .exe in this virtual drive" button should work.
I'd check your winetricks script version and update it because that's how you install directx as well.
It's also possible you are confusing the configure wine dialog with the command line winetricks script. They do two different things.
|
Posted bySovyn#2637on Aug 23, 2013, 9:15:46 PM
|
"
Sovyn wrote:
"
nzskiing wrote:
msvcr100 is not on winetricks is that a problem?
The game won't run without that - better update winetricks to the latest version.
Alternatively, installing MS visual C++ 2010 redistributable via downloading and copying it into the virtual drive and then executing it with the "run a .exe in this virtual drive" button should work.
I'd check your winetricks script version and update it because that's how you install directx as well.
It's also possible you are confusing the configure wine dialog with the command line winetricks script. They do two different things.
sorry im really crap at linux
directx is installed and it still does not work?
|
Posted bynzskiing#7883on Aug 23, 2013, 9:20:08 PM
|
"
nzskiing wrote:
"
Sovyn wrote:
"
nzskiing wrote:
msvcr100 is not on winetricks is that a problem?
The game won't run without that - better update winetricks to the latest version.
Alternatively, installing MS visual C++ 2010 redistributable via downloading and copying it into the virtual drive and then executing it with the "run a .exe in this virtual drive" button should work.
I'd check your winetricks script version and update it because that's how you install directx as well.
It's also possible you are confusing the configure wine dialog with the command line winetricks script. They do two different things.
sorry im really crap at linux
directx is installed and it still does not work?
i have the lastest version of wine tricks and there is still no msvcr100???
This is really pissing me off i am going to give up this is so hard!!
|
Posted bynzskiing#7883on Aug 23, 2013, 9:27:52 PM
|
it's not called msvcr100 in winetricks. is called vcrun2010 I think. just run winetricks vcrun2010 and it should install.
|
Posted byDrakier#1520on Aug 23, 2013, 9:32:15 PMValued Poster
|
"
Drakier wrote:
it's not called msvcr100 in winetricks. is called vcrun2010 I think. just run winetricks vcrun2010 and it should install.
it said it was already installed
|
Posted bynzskiing#7883on Aug 23, 2013, 9:33:44 PM
|
are you running winetricks from a normal terminal or from inside the shell window launched by PlayOnLinux?
|
Posted byDrakier#1520on Aug 23, 2013, 9:35:34 PMValued Poster
|
"
nzskiing wrote:
"
Drakier wrote:
it's not called msvcr100 in winetricks. is called vcrun2010 I think. just run winetricks vcrun2010 and it should install.
it ran then crashed and it said
|
Posted bynzskiing#7883on Aug 23, 2013, 9:36:49 PM
|
that error is because your prefix is missing the vcrun2010 stuff. you need to run winetricks from a terminal launched from inside PlayOnLinux
|
Posted byDrakier#1520on Aug 23, 2013, 9:38:47 PMValued Poster
|
To clarify what you need to do...
in PlayOnLinux, click once on the Path of Exile shortcut, then click the Configure button.
Click over to the Miscellaneous tab, then click the button that says "Open a shell".
When that shell opens, type winetricks -q vcrun2010 d3dx9_36 riched20 and press enter.
It should install stuff within your prefix for Path of Exile. Then try and launch again.
|
Posted byDrakier#1520on Aug 23, 2013, 9:48:46 PMValued Poster
|