http://bugs.winehq.org/show_bug.cgi?id=58468
Bug ID: 58468 Summary: Firebird/isql crashes on local database connection Product: Wine Version: 10.11 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: kernel32 Assignee: wine-bugs@winehq.org Reporter: koehler@dtv-verkehrsconsult.de Distribution: ---
Created attachment 78923 --> http://bugs.winehq.org/attachment.cgi?id=78923 Wine Backtrace after crash
The database engine firebird can be downloaded from https://www.firebirdsql.org/en/firebird-5-0 (Windows x86, 32-bit-kit, zip-Package)
To reproduce the error: - download firebird - extract the zip-package to a local folder - start isql in the extracted zip-folder with "wine isql" - create a new database with the command: CREATE DATABASE 'test.fdb';
The error message says that the method "KERNEL32.dll.CreateBoundaryDescriptorA" has not been implemented yet.
The same error message appears when connecting to an existing database.
Even though there is a native linux binary for firebird many windows applications uses Firebird as a local database engine. To get those windows applications running with wine there is still a need to get the windows version of isql running first.