Problem with FOCA on my linux.

Questions about Wine on Linux
Locked
portaro
Level 2
Level 2
Posts: 23
Joined: Mon Mar 05, 2012 7:31 pm

Problem with FOCA on my linux.

Post by portaro »

Hello friends i have a problem with this software->
http://www.downloadcrew.com/article/22211-foca_free

There is a problem with gdiplus.dl i put a dll gdiplus on foca folder and install other dlls foca needs all in the folder of FOCA program, also i install

sudo apt-get install mono-complete

and

winetricks dotnet20 dotnet30 gdiplus fontfix

But! The problem persists, i dont have any idea why gdiplus give error->

[img]http://img267.imageshack.us/img267/6845 ... a4.png[img]

[/img]http://img196.imageshack.us/img196/6882 ... 3x.png[img]

THere is the command line error->

Code: Select all

wine '/home/joao/.wine/dosdevices/c:/Programas/Informatica64/FOCA Free/FOCA Free.exe' 
fixme:sync:CreateMemoryResourceNotification (0) stub
err:ole:CoGetContextToken apartment not initialised
fixme:shell:URL_ParseUrl failed to parse L"System"
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:shell:URL_ParseUrl failed to parse L"mscorlib.resources"
fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms"
fixme:shell:URL_ParseUrl failed to parse L"System.Drawing"
fixme:win:EnumDisplayDevicesW ((null),0,0x32dc98,0x00000000), stub!
fixme:imm:ImmDisableIME (-1): stub
fixme:thread:NtQueryInformationThread Cannot get kerneltime or usertime of other threads
fixme:thread:NtQueryInformationThread info class 9 not supported yet
fixme:thread:NtQueryInformationThread info class 9 not supported yet
fixme:thread:NtQueryInformationThread info class 9 not supported yet
fixme:thread:NtQueryInformationThread info class 9 not supported yet
fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime 2.0 Error Reporting"): stub
fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x000003e8,(nil),0x0008,0x000000ee,0x3009a1b4,0x5dc600): stub
err:eventlog:ReportEventW L"foca free.exe"
err:eventlog:ReportEventW L"3.0.0.0"
err:eventlog:ReportEventW L"4ea98520"
err:eventlog:ReportEventW L"gdiplus.dll"
err:eventlog:ReportEventW L"5.1.3102.1355"
err:eventlog:ReportEventW L"403e3d7f"
err:eventlog:ReportEventW L"0"
err:eventlog:ReportEventW L"00037550"
fixme:advapi:DeregisterEventSource (0xcafe4242) stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
err:ole:CoInitializeEx Attempt to change threading model of this apartment from multi-threaded to apartment threaded
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
fixme:richedit:ME_HandleMessage EM_SETMARGINS: stub
Thanks[/code]
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

I was able to get this app to almost work in a clean .wine directory
by doing 'winetricks dotnet35'. The app crashed with

System.Configuration.ConfigurationErrorsException: Unrecognized element. (C:\windows\Microsoft.NET\Framework\v2.0.50727\Config\machine.config line 156)

somewhere in the log; editing that file to remove the bogus
's
got the app to start!

I filed http://bugs.winehq.org/show_bug.cgi?id=31215 for the bogus

problem.

This was with wine-1.5.8. No gdiplus or anything beyond
'winetricks dotnet35' was needed.

The rub is, sometimes installing dotnet35 hangs. Haven't figured that out yet.
portaro
Level 2
Level 2
Posts: 23
Joined: Mon Mar 05, 2012 7:31 pm

Post by portaro »

yes that works, i need some dlls but works this time, thanks for your help.
Locked