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
BBIQ 3.X hanging at creating database
BBIQ 3.X hanging at creating database
- Attachments
-
- test.zip
- log
- (1.46 KiB) Downloaded 117 times
Re: BBIQ 3.X hanging at creating database
Why are you using native comdlg32?Code: Select all
trace:loaddll:load_native_dll Loaded L"C:\\windows\\system32\\comdlg32.ocx" at 0x217a0000: native
Try winetricks mdac28.Code: Select all
err:ole:CoGetClassObject class {00000100-0000-0010-8000-00aa006d2ea4} not registered
You didn't mention what Wine version you're using. If it's not the latest development release, upgrade.
Re: BBIQ 3.X hanging at creating database
I can confirm this behaviour on openSUSE "Tumbleweed" with wine 1.7.32. I didn't try dimensio's advise though.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.