I can't get join.me to run

Questions about Wine on Linux
Locked
i544CC
Newbie
Newbie
Posts: 1
Joined: Tue Aug 05, 2014 7:42 pm

I can't get join.me to run

Post by i544CC »

Hi everyone.
I'm trying to run http://www.join.me with WINE

This is what I have:
Ubuntu 14.04.1 LTS trusty tahr
Wine 1.6.2
PlayOnLinux 4.2.4

I tried putting the missing config.json file:
http://appdb.winehq.org/objectManager.p ... &iId=27556

but the program crashes.


This is what I got when I ran the debugger with PlayOnLinux:

Code: Select all

[08/05/14 18:37:29] - Running wine- join.me.exe (Working directory : /home/i544c/.PlayOnLinux/wineprefix/joinme/drive_c/users/i544c/Local Settings/Application Data/join.me)
err:ntdll:NtQueryInformationToken Unhandled Token Information class 29!
fixme:advapi:SetNamedSecurityInfoW Object type 6 is not currently supported.
fixme:ver:GetCurrentPackageId (0x32fbe0 (nil)): stub
fixme:process:SetProcessDEPPolicy (1): stub
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),2,2,(nil),8,(nil)) - stub!
err:ntdll:NtQueryInformationToken Unhandled Token Information class 29!
fixme:advapi:SetNamedSecurityInfoW Object type 6 is not currently supported.
fixme:system:SetProcessDPIAware stub!
fixme:toolhelp:CreateToolhelp32Snapshot Unimplemented: heap list snapshot
fixme:toolhelp:Heap32ListFirst : stub
fixme:advapi:RegisterTraceGuidsW (0x11d38c4, (nil), {f7b697a3-4db5-4d3b-be71-c4d284e6592f}, 7, 0x1829a48, (null), (null), 0x1883088,): stub
fixme:process:GetNumaHighestNodeNumber (0x32eb78): stub
fixme:advapi:SetEntriesInAclW unhandled access mode 4
fixme:advapi:SetEntriesInAclW unhandled access mode 4
fixme:advapi:SetEntriesInAclW unhandled access mode 4
fixme:advapi:SetEntriesInAclW unhandled access mode 4
fixme:dbghelp:elf_search_auxv can't find symbol in module
fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithDataSegs
fixme:dbghelp:MiniDumpWriteDump NIY MiniDumpWithHandleData
fixme:advapi:RegisterEventSourceW ((null),L"Join.Me"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0001,0xc002006d,0x576330,0x0001,0x00000000,0x77e034,(nil)): stub
err:eventlog:ReportEventW L"8b88452319ef0ec4555261b06356b4b1"
fixme:wtsapi:WTSQueryUserToken 0 0x77dfe8
fixme:advapi:CreateProcessAsUserW (nil) L"C:\\users\\i544c\\Local Settings\\Application Data\\join.me\\LMIGuardianSvc.exe" L"C:\\users\\i544c\\Local Settings\\Application Data\\join.me\\LMIGuardianSvcfixme:process:SetProcessDEPPolicy (1): stub
fixme:advapi:SetEntriesInAclW unhandled access mode 4
fixme:advapi:SetEntriesInAclW unhandled access mode 4
fixme:advapi:SetEntriesInAclW unhandled access mode 4
fixme:advapi:SetEntriesInAclW unhandled access mode 4
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
err:ole:CoUninitialize Mismatched CoUninitialize
I still don't have much experience using Linux, but I'm getting used to it.
User avatar
dimesio
Moderator
Moderator
Posts: 13208
Joined: Tue Mar 25, 2008 10:30 pm

Re: I can't get join.me to run

Post by dimesio »

PlayOnLinux is not supported here. Retest in the latest development release of plain Wine. Use a clean 32 bit wineprefix.
Locked