Problem running an own program develop with sybase powerbuil

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
fmorales
Level 2
Level 2
Posts: 21
Joined: Fri May 09, 2008 5:50 am

Problem running an own program develop with sybase powerbuil

Post by fmorales »

Hello, I have make a simple applicacion with sysbase powerbuilder +
oracle, I am trying to run it under linux with
wine but it does not works fine, it start, show me my validation
windows form, it connect with the data base, but when the main windows
form is loaded, the application dont show me some controls, like for a
example a menu tree and others.

When I start the application, I can see this.. I dont know if it can be the problem:

fixme:advapi:LsaOpenPolicy ((null),0x33aab8,0x00000001,0x33aad4) stub
fixme:advapi:LsaClose (0xcafe) stub

What could be the problem?

Thanks a lot
Last edited by fmorales on Fri May 09, 2008 10:30 am, edited 1 time in total.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: Problem running an own program develop with sybase power

Post by vitamin »

fmorales wrote:Hello, I have make a simple applicacion with sysbase powerbuilder +
oracle, I am trying to run it under linux with
wine but it does not works fine, it start, show me my validation
windows form, it connect with the data base, but when the main windows
form is loaded, the application dont show me some controls, like for a
example a menu tree and others.

When I start the problem, I can see this.. I dont know if it can be the problem:

fixme:advapi:LsaOpenPolicy ((null),0x33aab8,0x00000001,0x33aad4) stub
fixme:advapi:LsaClose (0xcafe) stub

What could be the problem?

Thanks a lot
Try native comctrl32.dll. Note you will need to move the corresponding manifest file out of ~/.wine/drive_c/windows/winsxs/manifests and set that dll to "native, builtin".
Dan Kegel

Problem running an own program develop with sybase powerbuil

Post by Dan Kegel »

On Fri, May 9, 2008 at 6:34 AM, vitamin <[email protected]> wrote:
Try native comctrl32.dll. Note you will need to move the corresponding
manifest file out of ~/.wine/drive_c/windows/winsxs/manifests
and set that dll to "native, builtin".
Easiest way to do what Vitamin suggests is
wget http://kegel.com/wine/winetricks
sh winetricks cc580

It takes care of all three chores (downloading a native comctl32
from microsoft.com, adding the override, and removing the manifests).
fmorales
Level 2
Level 2
Posts: 21
Joined: Fri May 09, 2008 5:50 am

Post by fmorales »

Ok, I cant try it till monday.

I´ll write next monday with the result off yours suggestions.

Thanks a lot
fmorales
Level 2
Level 2
Posts: 21
Joined: Fri May 09, 2008 5:50 am

Post by fmorales »

Hello, I install

wget http://kegel.com/wine/winetricks
sh winetricks cc580

but I still have the same error:

fixme:advapi:LsaOpenPolicy ((null),0x33aab8,0x00000001,0x33aad4) stub
fixme:advapi:LsaClose (0xcafe) stub

Any idea?

Thanks a lot
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Post by vitamin »

fmorales wrote:Hello, I install

wget http://kegel.com/wine/winetricks
sh winetricks cc580

but I still have the same error:

fixme:advapi:LsaOpenPolicy ((null),0x33aab8,0x00000001,0x33aad4) stub
fixme:advapi:LsaClose (0xcafe) stub

Any idea?

Thanks a lot
Does your program work or not? Ignore all the messages Wine prints, unless you have a real problem with your application.
fmorales
Level 2
Level 2
Posts: 21
Joined: Fri May 09, 2008 5:50 am

Post by fmorales »

Yes, the program start, connect with the oracle databse, it make the user validation fine, but it is impossible to use it, because when open the main windows after validation, the main windows dont show me for example the menu.
Dan Kegel

Problem running an own program develop with sybase powerbuil

Post by Dan Kegel »

On Sun, May 11, 2008 at 11:11 PM, fmorales <[email protected]> wrote:
Yes, the program start, connect with the oracle databse,
it make the user validation fine, but it is impossible to use it,
because when open the main windows after validation,
the main windows dont show me for example the menu.
Can you write a toy app that doesn't even connect to
a database, and has the same problem? If so, maybe
we could have a look at it.
fmorales
Level 2
Level 2
Posts: 21
Joined: Fri May 09, 2008 5:50 am

Post by fmorales »

Ok, I am going to do it, because .. maybe it is a problem of the oracle client, I am trying with the oracle 10g client version, I am going to try with 9 and 8, because my application works fine with this versions too.

If it does not work, I try to make a symple application without data base conecction have to tell.

Thanks a lot
Locked