Insuffecient Memory problem in Foxpro

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
abhaysobti
Newbie
Newbie
Posts: 2
Joined: Fri Aug 13, 2010 6:56 am

Insuffecient Memory problem in Foxpro

Post by abhaysobti »

Hi everyone,

I am a newbie to Linux [you may have to start with the ls command] and i have managed to install wine 1.2 on my OpenSUSE box. I am trying to run VFP9.EXE using Wine and IT IS RUNNING ! No Issues there !! However, whenever I issue any command that requires an SQL Connection, line SQLSTRINGCONNECT(), VFP gives the following error :

There is not enough memory to complete this operation.

Anybody has any idea why this could be?

Abhay
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: Insuffecient Memory problem in Foxpro

Post by dimesio »

abhaysobti wrote:Hi everyone,

I am a newbie to Linux [you may have to start with the ls command] and i have managed to install wine 1.2 on my OpenSUSE box. I am trying to run VFP9.EXE using Wine and IT IS RUNNING ! No Issues there !! However, whenever I issue any command that requires an SQL Connection, line SQLSTRINGCONNECT(), VFP gives the following error :

There is not enough memory to complete this operation.

Anybody has any idea why this could be?
Run it from a terminal and post whatever messages appear. http://wiki.winehq.org/FAQ#run_from_terminal
abhaysobti
Newbie
Newbie
Posts: 2
Joined: Fri Aug 13, 2010 6:56 am

Post by abhaysobti »

When I run VFP9.EXE from Terminal, the following messages appear. Then whenever I use an command that tries to access ODBC, VFP gives the error There is not enough memory to complete the operation.

abhaylin@abhaylin:~/c/microsoft visual foxpro 9> wine vfp9.exe
fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = /home/abhaylin/.wine/dosdevices/d:/microsoft visual foxpro 9/foxfont.fon
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS, hwnd=(nil)): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS, hwnd=(nil)): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETTASKBARPOS, hwnd=(nil)): stub
fixme:ole:TLB_ReadTypeLib Header type magic 0x00405a4d not supported.
err:ole:TLB_ReadTypeLib Loading of typelib L"oleacc.dll" failed with error 0

Thanks for any help

Abhay
User avatar
DanKegel
Moderator
Moderator
Posts: 1164
Joined: Wed May 14, 2008 11:44 am

Post by DanKegel »

The error message looks vaguely like
http://bugs.winehq.org/show_bug.cgi?id=14617

Not sure it's still practical to do 'winetricks dcom98', but you might try that on a throwaway .wine prefix with your app.
Locked