First time here? Check our help page!
1

How do I fix "Data source cannot be empty. Use :memory: to open an in-memory database" error when running BEopt app?

Using Wine Stable on Macbook to install and open BEopt

ingrid321's avatar
11
ingrid321
asked 2019-07-19 12:01:06 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Pretty late to the party here, but I got this working: Requirements:

  1. wine 7.0
  2. winetricks, I used version 20210206

Instructions:

  1. Make a new wine prefix for beopt
  2. use winetricks to install dotnet48 (e.g. winetricks dotnet48, or use the GUI)
  3. install and run beopt!

Good luck!

skrap's avatar
1
skrap
answered 2022-03-22 22:00:31 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments