XBASE error under Wine

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
adanmauri
Newbie
Newbie
Posts: 4
Joined: Wed Jul 01, 2009 3:16 am

XBASE error under Wine

Post by adanmauri »

Hi. I'm migrating the system of a friend from Windows to Linux. He used a program made with xBase (programmed by him), and unfortunately isn't compatible with xHarbour. So I tried it with Wine, but I find these errors when I open the program. :(

fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 15/03/2009, dlt (d/m/y): 18/10/2009
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = /home/www/.wine/dosdevices/h:/DISC/NORMAL0/XPPNAT.DLL
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = /home/www/.wine/dosdevices/h:/DISC/NORMAL0/XPPNAT.DLL

Do you have any idea that it can be? I searched several sites but found no solution. I'm a newbie in Wine.

I'm running under Ubuntu Server 9.04 with Gnome. I tested with Wine 1.0.1 and 1.1.24.

Greetings. Thank you.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

XBASE error under Wine

Post by austin987 »

On Wed, Jul 1, 2009 at 3:30 AM, adanmauri<[email protected]> wrote:
Hi. I'm migrating the system of a friend from Windows to Linux. He used a program made with xBase (programmed by him), and unfortunately isn't compatible with xHarbour. So I tried it with Wine, but I find these errors when I open the program. :(
Is there an actual problem? You can ignore the output unless you have an error.
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 15/03/2009, dlt (d/m/y): 18/10/2009
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = /home/www/.wine/dosdevices/h:/DISC/NORMAL0/XPPNAT.DLL
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = /home/www/.wine/dosdevices/h:/DISC/NORMAL0/XPPNAT.DLL
--
-Austin
adanmauri
Newbie
Newbie
Posts: 4
Joined: Wed Jul 01, 2009 3:16 am

Re: XBASE error under Wine

Post by adanmauri »

Yes, the program crashes and delete many files of the database.

I think
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 15/03/2009, dlt (d/m/y):
is irrelevant, but the others errors not.

Thanks for answer.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

XBASE error under Wine

Post by austin987 »

On Wed, Jul 1, 2009 at 3:51 AM, adanmauri<[email protected]> wrote:
Yes, the program crashes and delete many files of the database.

I think
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 15/03/2009, dlt (d/m/y):
is irrelevant, but the others errors not.
fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = /home/www/.wine/dosdevices/h:/DISC/NORMAL0/XPPNAT.DLL
Did you install it in wine? Or are you running it from windows/a copied install?

--
-Austin
adanmauri
Newbie
Newbie
Posts: 4
Joined: Wed Jul 01, 2009 3:16 am

Re: XBASE error under Wine

Post by adanmauri »

austin987 wrote:On Wed, Jul 1, 2009 at 3:51 AM, adanmauri<[email protected]> wrote:
Yes, the program crashes and delete many files of the database.

I think
fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the registry for bias 180, std (d/m/y): 15/03/2009, dlt (d/m/y):
is irrelevant, but the others errors not.
fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = /home/www/.wine/dosdevices/h:/DISC/NORMAL0/XPPNAT.DLL
Did you install it in wine? Or are you running it from windows/a copied install?

--
-Austin
The program have not a installer. I have a copy of the system.

I tried add the DLL. I copy the dll to system32 (in Wine dir), and I wrote "wine regsvr32.exe XPPNAT.DLL" on terminal, but "DllRegisterServer not implemented in DLL XPPNAT.DLL".
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

XBASE error under Wine

Post by austin987 »

On Wed, Jul 1, 2009 at 4:29 AM, adanmauri<[email protected]> wrote:
austin987 wrote:
On Wed, Jul 1, 2009 at 3:51 AM, adanmauri<[email protected]> wrote:
Yes, the program crashes and delete many files of the database.

I think

is irrelevant, but the others errors not.
fixme:font:get_nearest_charset returning DEFAULT_CHARSET face->fs.fsCsb[0] = 00000000 file = /home/www/.wine/dosdevices/h:/DISC/NORMAL0/XPPNAT.DLL
Did you install it in wine? Or are you running it from windows/a copied install?

--
-Austin
The program have not a installer. I have a copy of the system.

I tried add the DLL. I copy the dll to system32 (in Wine dir), and I wrote "wine regsvr32.exe XPPNAT.DLL" on terminal, but "DllRegisterServer not implemented in DLL XPPNAT.DLL".
Which means that dll doesn't support registering itself...probably
should be in the program's directory.

Is this available to download anywhere?

--
-Austin
adanmauri
Newbie
Newbie
Posts: 4
Joined: Wed Jul 01, 2009 3:16 am

Re: XBASE error under Wine

Post by adanmauri »

austin987 wrote:On Wed, Jul 1, 2009 at 4:29 AM, adanmauri<[email protected]> wrote:
austin987 wrote:
On Wed, Jul 1, 2009 at 3:51 AM, adanmauri<[email protected]> wrote:
Did you install it in wine? Or are you running it from windows/a copied install?

--
-Austin
The program have not a installer. I have a copy of the system.

I tried add the DLL. I copy the dll to system32 (in Wine dir), and I wrote "wine regsvr32.exe XPPNAT.DLL" on terminal, but "DllRegisterServer not implemented in DLL XPPNAT.DLL".
Which means that dll doesn't support registering itself...probably
should be in the program's directory.

Is this available to download anywhere?

--
-Austin
Unfortunately is not available to download anywhere. The program was made for his library, and the database now weighs more than 1GB. If not against the law of the forum I can send you a small piece of the program (if i can).
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

XBASE error under Wine

Post by austin987 »

On Wed, Jul 1, 2009 at 3:38 PM, adanmauri<[email protected]> wrote:
austin987 wrote:
On Wed, Jul 1, 2009 at 4:29 AM, adanmauri<[email protected]> wrote:
austin987 wrote:
The program have not a installer. I have a copy of the system.

I tried add the DLL. I copy the dll to system32 (in Wine dir), and I wrote "wine regsvr32.exe XPPNAT.DLL" on terminal, but "DllRegisterServer not implemented in DLL XPPNAT.DLL".
Which means that dll doesn't support registering itself...probably
should be in the program's directory.

Is this available to download anywhere?

--
-Austin
Unfortunately is not available to download anywhere. The program was made for his library, and the database now weighs more than 1GB. If not against the law of the forum I can send you a small piece of the program (if i can).
If your friend is the author, surely you can ask him to send me a copy.

Please don't violate any laws. No need to send an illegal copy.

--
-Austin
Locked