"
Drakier wrote:
I wonder if there is something with the d3dx9_42 that is different.
The PoE installer, if it does install directx at all, does not do it in the same way as winetricks. Winetricks adds an override to winecfg for example.
|
Posted bySovyn#2637on Feb 19, 2013, 3:27:29 PM
|
"
Sovyn wrote:
The PoE installer, if it does install directx at all, does not do it in the same way as winetricks. Winetricks adds an override to winecfg for example.
I dunno if you have the tools to or not, but there is a dxsetup.exe in the Path of Exile folder. I'm pretty certain it is the same version that is used to install DirectX components for PoE during the setup process.
I'm just basing my previous comment on a different forum post in this thread where they specified that after installing PoE through the setup.msi, there was a d3dx9_42 item listed in the Libraries tab in winecfg. Also running the setup.msi causes the font issue where doing a manual copy does not.. as far as can be seen the only difference of what was listed was d3dx9_42.
*shrug* I'm just stabbing right now as I don't have PoE here to test with, but I'll try to do more tests later and see if I can clear anything up and see if I can get something working even better than it is now with fixed fonts as well.
|
Posted byDrakier#1520on Feb 19, 2013, 3:35:43 PMValued Poster
|
"
Drakier wrote:
"
n0rg wrote:
I tried winetricks d3dcompiler_43 d3dx9_36 d3dx9_42 dotnet20 vcrun2005 vcrun2008 vcrun2010 and i got the font corruption. I didn't tried much more but maybe this helps some of you here
So what you're saying is... I should run winetricks --gui and just check every box and let it install absolutely everything... then attempt to narrow down what is causing the problem? *grins*
I'm just teasing. I wonder if there is something with the d3dx9_42 that is different. A prior post said that the setup.msi installs the d3dx9_42 and some other stuff based on the overrides list.. I didn't install d3dx9_42, but instead used 43 and I do not have the font issue. It would be interesting to see if installing _42 and removing _43 causes the font issue to come back.
I really need to make a backup of my prefix and just keep re-copying it after trying more stuff to see if I can narrow down both the font issue as well as the performance issue. I still don't think my performance was quite were it used to be, but it's certainly better than it was.
I didn't said that it adds it to overrides, I just said, the winetricks -gui somehow detects it as installed.
|
Posted byjulus#1066on Feb 19, 2013, 3:39:40 PMValued Poster
|
"
julus wrote:
I didn't said that it adds it to overrides, I just said, the winetricks -gui somehow detects it as installed.
My mistake
|
Posted byDrakier#1520on Feb 19, 2013, 4:19:21 PMValued Poster
|
"
Drakier wrote:
"
BennyPlayboy wrote:
Thanks for the great step-by-step guide, Sovyn! I followed all steps but I get an error while trying to run the game. It says:
"
[02/19/13 02:16:34] - Running wine-1.5.24 Client.exe (Working directory : /home/bennyplayboy/.PlayOnLinux/wineprefix/Path_of_Exile/drive_c/Program Files/Grinding Gear Games/Path of Exile)
err:module:load_builtin_dll failed to load .so lib for builtin L"WLDAP32.dll": libldap_r-2.4.so.2: cannot open shared object file: No such file or directory
err:module:import_dll Loading library WLDAP32.dll (which is needed by L"C:\\Program Files\\Grinding Gear Games\\Path of Exile\\Client.exe") failed (error c000007a).
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Grinding Gear Games\\Path of Exile\\Client.exe" failed, status c0000135
Any help would be really appreciated.
I'm not sure which distro you are using (next time include that in a support request so people can help more easily)
do you have libldap-2.4-2:i386 installed?
Thanks for trying to help. I'm running Arch Linux, and I've got libldap 2.4.33-3, which I guess is what I need?
[EDIT] Tried installing lib32-libldap 2.4.33-1 but that didn't seem to help. Now I get this program error in Wine:
"
The program Client.exe has encountered a serious problem and needs to close. We are sorry for the inconvenience.
This can be caused by a problem in the program or a deficiency in Wine. You may want to check the Application Database for tips about running this application.
Error in PlayOnLinux logfile:
Last edited by BennyPlayboy#5494 on Feb 20, 2013, 12:25:27 PM
|
Posted byBennyPlayboy#5494on Feb 20, 2013, 11:45:43 AM
|
"
BennyPlayboy wrote:
Unhandled exception: unimplemented function msvcr100.dll.wctomb_s called in 32-bit code (0x7b83d8e9).
Are you sure you installed Microsoft Visual C++ 2010 correctly per the guide? vcrun2010
|
Posted bySovyn#2637on Feb 20, 2013, 12:26:55 PM
|
"
Sovyn wrote:
"
BennyPlayboy wrote:
Unhandled exception: unimplemented function msvcr100.dll.wctomb_s called in 32-bit code (0x7b83d8e9).
Are you sure you installed Microsoft Visual C++ 2010 correctly per the guide? vcrun2010
I'm not sure. I'm getting a Wine error while running winetricks vcrun2010. Here's what the shell says:
Again, thank you guys for helping out!
|
Posted byBennyPlayboy#5494on Feb 20, 2013, 12:48:46 PM
|
"
BennyPlayboy wrote:
"
Sovyn wrote:
"
BennyPlayboy wrote:
Unhandled exception: unimplemented function msvcr100.dll.wctomb_s called in 32-bit code (0x7b83d8e9).
Are you sure you installed Microsoft Visual C++ 2010 correctly per the guide? vcrun2010
I'm not sure. I'm getting a Wine error while running winetricks vcrun2010. Here's what the shell says:
Again, thank you guys for helping out!
seems like you dont have libxml present in your system.
|
Posted byjulus#1066on Feb 20, 2013, 12:58:23 PMValued Poster
|
"
julus wrote:
"
BennyPlayboy wrote:
I'm not sure. I'm getting a Wine error while running winetricks vcrun2010. Here's what the shell says:
Again, thank you guys for helping out!
seems like you dont have libxml present in your system.
I agree... install libxml and then try installing the winetricks vcrun2010 again. It shouldn't have that xml error, and should install properly. The msvcr100.dll error in wine is because vcrun2010 isn't properly installed/working. Based on the winetricks log, it can't see any libldap errors, so perhaps that is fixed as well.
[edit]
if you still have the libldap issue, it seems you might need to install "lib32-libldap" based on some other pages I've read with that error on arch linux.
Last edited by Drakier#1520 on Feb 20, 2013, 3:43:51 PM
|
Posted byDrakier#1520on Feb 20, 2013, 3:38:57 PMValued Poster
|
Out of curiosity: did anyone of the Linux and Mac users got "hacked" in the last days (see account support forum). The answer might give a hint on the source of the intrusions.
|
Posted byPsycho7765#6241on Feb 21, 2013, 6:19:12 AM
|