Installing Unity3D on Debian Jessie

Questions about Wine on Linux
Locked
eluong3
Newbie
Newbie
Posts: 2
Joined: Tue Dec 10, 2013 2:42 am

Installing Unity3D on Debian Jessie

Post by eluong3 »

Hey guys,

I've been trying to install Unity3D on my Debian 7 Jessie system, but I've been running into some issues doing so:

I've been following this guide for Ubuntu version: http://jacobwgames.wordpress.com/2013/0 ... k-in-wine/

Here's the debug log I have right now:

Code: Select all

[12/10/13 02:25:43] - Running wine-1.7.8 Unity.exe (Working directory : /home/user/.PlayOnLinux/wineprefix/Unity3D/drive_c/Program Files/Unity/Editor)
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessDEPPolicy (1): stub
fixme:heap:HeapSetInformation (nil) 1 (nil) 0
fixme:process:SetProcessShutdownParameters (00000380, 00000000): partial stub.
fixme:wtsapi:WTSQuerySessionInformationW Stub (nil) 0xffffffff 4 0x86e64c 0x86e63c
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\\Unity\\Editor\\LIBPQ.dll") failed (error c000007a).
err:module:import_dll Library LIBPQ.dll (which is needed by L"C:\\Program Files\\Unity\\Editor\\Unity.exe") not found
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\\Unity\\Editor\\libcurl.dll") failed (error c000007a).
err:module:import_dll Library libcurl.dll (which is needed by L"C:\\Program Files\\Unity\\Editor\\WebKit.dll") not found
err:module:import_dll Library WebKit.dll (which is needed by L"C:\\Program Files\\Unity\\Editor\\Unity.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\Unity\\Editor\\Unity.exe" failed, status c0000135
It says I'm missing libldap_r-2.4.so.2, but I've installed the packages where it's supposed to be located. I tried googling with no luck, any help?

Thanks in advance. :D
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Installing Unity3D on Debian Jessie

Post by dimesio »

Is your system 64 bit? You may be missing the 32 bit version of the library.

FYI, PlayOnLinux is not supported here. This forum is for plain Wine only.
eluong3
Newbie
Newbie
Posts: 2
Joined: Tue Dec 10, 2013 2:42 am

Re: Installing Unity3D on Debian Jessie

Post by eluong3 »

dimesio wrote:Is your system 64 bit? You may be missing the 32 bit version of the library.

FYI, PlayOnLinux is not supported here. This forum is for plain Wine only.
Yes, my system is 64-bit but I've downloaded the 32bit libraries via Multiarch as ia32-libs is depreciated in Debian 7.

I used PlayOnLinux because I was having difficulties finding a installation file for a newer version of wine on Debian. (the one in the repository is 1.4.1, and it's giving me issues when trying to install dotnet20).
Locked