Access 2000 installed in WINE 6.0.1 . . .

Questions about Wine on Linux
Locked
whiteEagleSA
Newbie
Newbie
Posts: 2
Joined: Wed Jul 21, 2021 12:40 pm

Access 2000 installed in WINE 6.0.1 . . .

Post by whiteEagleSA »

I have successfully installed Access 2000 in Linux Mint 20.2 using WINE 6.0.1
I installed DAO & JET40 via wintricks, and I subsequently installed IE 8 w/update & VB6
It will open the "sample" databases, as well as an Address.DB which has one Table only.
However, I cannot open a DB (mdb) with tables, queries, reports, macros, etc.
I am wondering if there's another DLL or engine (such as Active.X or DOTNET) required to display these databases?
whiteEagleSA
Newbie
Newbie
Posts: 2
Joined: Wed Jul 21, 2021 12:40 pm

Re: Access 2000 installed in WINE 6.0.1 . . .

Post by whiteEagleSA »

Launching Access 2000 and opening a DB, I see the following . . .

Code: Select all

$ wine msaccess.exe
00c0:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00c0:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00c8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
00c8:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_PERFORMANCE_INFORMATION
0024:fixme:file:NtLockFile I/O completion on lock not implemented yet
0024:err:rebar:REBAR_WindowProc unknown msg 2002 wp=00000000 lp=0031e738
0024:fixme:shell:IPersistFile_fnSaveCompleted (0x1a6560)->(L"C:\\users\\steve\\Recent\\Address_DB.mdb (11).lnk"): stub
0124:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0124:fixme:font:get_name_record_codepage encoding 20 not handled, platform 1.
0024:fixme:ntdll:EtwRegisterTraceGuidsA (3D9A3737, 3D9E2CF0, {0cfe0455-93ba-440d-a3fe-553973d0b723}, 1, 0031F068, (null), (null), 3D9E2CF8): stub
0024:fixme:ntdll:EtwRegisterTraceGuidsA (3D9A3737, 3D9E2D10, {797fabac-7b58-4796-b924-d51178a59ce4}, 1, 0031F068, (null), (null), 3D9E2D18): stub
0024:fixme:ntdll:EtwEventRegister ({43d1a55c-76d6-4f7e-995c-64c711e5cafe}, 3D9CDFA8, 00000000, 3D9E2500) stub.
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
0024:fixme:ole:DllDebugObjectRPCHook 0, 07CCC4E8: stub
wine: Read access denied for device L"\\??\\Z:\\", FS volume label and serial are not available.
0024:fixme:ntdll:EtwEventUnregister (deadbeef) stub.
Some databases display on screen and some do not. The major difference is the complexity.
The simpler DBs are Tables only, and the more complex include Tables, Queries, Forms, Reports & Macros
I've used winecfg to set the default OS to Windows XP, and a large number of DLLs are listed in the overrides.
I've also set the drive letters and labels to overcome the Read access error

The one error that escapes me concerns err:rebar:REBAR and the unknown Windows process
Any suggestions how to address my issues? Thanks!
Locked