BBIQ 3.X hanging at creating database

Questions about Wine on Linux
Locked
TomBA
Newbie
Newbie
Posts: 1
Joined: Mon Dec 15, 2014 7:23 am

BBIQ 3.X hanging at creating database

Post by TomBA »

Well i am new in WINE comunity so please have a little patience with me.

I installed a small program BBIQ 3.129 http://www.rys.sk/soft/bbiq.zip widely used here in Slovakia for managing attentance.
Installation proceeded without issues.
I installed it to the folder c:\BBIQ (as recomended on win systems).
Also the desktop and menu link was created (lubuntu 14.04.01 i686).

The problem is with creating database. After I started the ak it asked me if i will multi o single database installation. I selected single and the system begins with creation of khserver.mdb file in installation folder...... Well it was endles. No file was created. The only sollution was to kill this app.

So I checked if the folder is writable (it is).
So I started the app with WINEDEBUG=+loaddll wine khserver.exe
The log is attached as test.txt

Please can somebody help me? thx
Attachments
test.zip
log
(1.46 KiB) Downloaded 117 times
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: BBIQ 3.X hanging at creating database

Post by dimesio »

Code: Select all

trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\comdlg32.ocx" at 0x217a0000: native
Why are you using native comdlg32?

Code: Select all

err:ole:CoGetClassObject class {00000100-0000-0010-8000-00aa006d2ea4} not registered
Try winetricks mdac28.

You didn't mention what Wine version you're using. If it's not the latest development release, upgrade.
Mankind75
Level 1
Level 1
Posts: 7
Joined: Tue Dec 16, 2014 8:45 am

Re: BBIQ 3.X hanging at creating database

Post by Mankind75 »

TomBA wrote:The problem is with creating database. After I started the ak it asked me if i will multi o single database installation. I selected single and the system begins with creation of khserver.mdb file in installation folder...... Well it was endles. No file was created. The only sollution was to kill this app.
I can confirm this behaviour on openSUSE "Tumbleweed" with wine 1.7.32. I didn't try dimensio's advise though.
Locked