An other 4D problem (4D V11)

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
totoro
Level 2
Level 2
Posts: 12
Joined: Wed Jan 06, 2010 4:11 am

An other 4D problem (4D V11)

Post by totoro »

Hi evey one,

After solved my problem with 4D2004 now I have to foud a way to run 4D V11 (SQL Release 5) with Wine.

When I try to run it wine return me:

Code: Select all

err:ole:CoCreateInstance apartment not initialised
fixme:mlang:fnIMultiLanguage2_CreateConvertCharset
fixme:mlang:fnIMultiLanguage2_CreateConvertCharset
err:module:attach_process_dlls "Kernel.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program Files\\4D V11.5\\4D v11 SQL Release 5 Custom\\4D\\4D.exe" failed, status c0000005
I don't found enything on Google.
My wine version is : 1.1.38 under a kubuntu 9.10

Thank's for you help
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: An other 4D problem (4D V11)

Post by vitamin »

totoro wrote:err:module:attach_process_dlls "Kernel.dll" failed to initialize, aborting
My wine version is : 1.1.38 under a kubuntu 9.10
Have you compiled it yourself? If not, have you installed all parts of Wine?
totoro
Level 2
Level 2
Posts: 12
Joined: Wed Jan 06, 2010 4:11 am

Post by totoro »

Hi thanks for your answer,

No I don't compli it I use the deb's you can found here:
http://wine.budgetdedicated.com/archive/index.html
So the official one for Ubuntu.
I didn't install any other part just the deb and other pakage is need.
I just install geko with winetricks, but the problem was there before

Thanks again

Totoro
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Post by dimesio »

totoro wrote:Hi thanks for your answer,

No I don't compli it I use the deb's you can found here:
http://wine.budgetdedicated.com/archive/index.html
So the official one for Ubuntu.
I didn't install any other part just the deb and other pakage is need.
I just install geko with winetricks, but the problem was there before

Thanks again

Totoro
Those packages are for older versions of Ubuntu, not 9.10. Search the forum here or the Ubuntu forum to find out what repository you have to add. (I don't know offhand, as I don't use Ubuntu.)
totoro
Level 2
Level 2
Posts: 12
Joined: Wed Jan 06, 2010 4:11 am

Post by totoro »

Hi
Thanks for your answer, in the link I give, it's written "Ubuntu Karmic (9.10) users should try installing the 9.04 packages." so I try ;)
But I try again with the official packages there http://ppa.launchpad.net/ubuntu-wine/pp ... w/wine1.2/ and the repository "deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu karmic main multiverse restricted universe"
The result is the same :(
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: An other 4D problem (4D V11)

Post by vitamin »

totoro wrote:After solved my problem with 4D2004 now I have to foud a way to run 4D V11 (SQL Release 5) with Wine.
What's the full name of the program you trying to run? What exactly is it doing?
totoro
Level 2
Level 2
Posts: 12
Joined: Wed Jan 06, 2010 4:11 am

Post by totoro »

vitamin
Exactly it's 4D v11 SQL Release 5 Custom, it's a program to connect and use 4D data base.
I have no choice of the program it's for my office.
Thanks for your help
totoro
Level 2
Level 2
Posts: 12
Joined: Wed Jan 06, 2010 4:11 am

Post by totoro »

The product web site : http://www.4d.com/
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

totoro wrote:The product web site : http://www.4d.com/
That could be using themedia protection. Try removing kernel32.dll and user32.dll files from system32 directory. They are not real dlls but faces, so Wine will continue to work just fine.
totoro
Level 2
Level 2
Posts: 12
Joined: Wed Jan 06, 2010 4:11 am

Post by totoro »

Hi thanks for your answer,
But same problem ...
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

totoro wrote:Hi thanks for your answer,
But same problem ...
Then open bug report in bugzilla. Attach WINEDEBUG=+tid,+relay,+seh debug log to the bug.
Locked