Author Topic: [Solved]: "Fatal Error Initializing DAO Library"  (Read 10927 times)

Andrew Chalmers

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
[Solved]: "Fatal Error Initializing DAO Library"
« on: February 20, 2017, 01:41:47 pm »
I've installed EA 13 trial version under Wine as per the Webinar video and whenever I try to create a new project or open the EAExample I get the message "Fatal Error Initializing DAO Library"
I'm running Ubuntu 16.10 64-bit. Wine 2.2 from ppa:wine/wine-builds.

I've tried reinstalling EA, re-registering the DAO DLL, both win32 and win64 wine environments. No success.

Anyone know of a fix for this issue?

I previously tried out EA12 and that worked fine under wine. I wasn't expecting any issues with EA13.
We plan to get full licenses soon, and I'd like to be sure it will work reliably in our Linux development environment.

Cheers,
Andrew.
« Last Edit: March 06, 2017, 10:53:28 pm by Andrew Chalmers »

Eve

  • EA Administrator
  • EA Guru
  • *****
  • Posts: 8085
  • Karma: +118/-20
    • View Profile
Re: "Fatal Error Initializing DAO Library"
« Reply #1 on: March 06, 2017, 09:01:51 am »
Check in your options if JET 4 is enabled.

EA doesn't install it due to MS licensing restrictions, you should be able to install it with the terminal command: winetricks jet40

Andrew Chalmers

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Re: "Fatal Error Initializing DAO Library"
« Reply #2 on: March 06, 2017, 10:52:12 pm »
I got a message from Aaron Bell several days ago with this important suggestion:

2) Enable JET 4.0 in EA:
Start > Workspace > Preferences > General > Use JET 4.0 - requires restart

This resolved the problem. Although I have installed JET 4.0 via winetricks I was not aware that there was a setting within EA to enable use of it.

It might be a good idea to add this note to the WINE install page for those like me that also suffer from this error.

My thanks to Sparx Systems Support