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.
On Wed, Jul 1, 2009 at 3:30 AM, adanmauri<wineforum-user at winehq.org> 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
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 wrote:> On Wed, Jul 1, 2009 at 3:51 AM, adanmauri<wineforum-user at winehq.org> 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? > > -- > -AustinThe 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 wrote:> On Wed, Jul 1, 2009 at 4:29 AM, adanmauri<wineforum-user at winehq.org> wrote: > > > > > austin987 wrote: > > > > > On Wed, Jul 1, 2009 at 3:51 AM, adanmauri<wineforum-user at winehq.org> 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". > > > > Which means that dll doesn't support registering itself...probably > should be in the program's directory. > > Is this available to download anywhere? > > -- > -AustinUnfortunately 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).