Lightened dreams displays an error and crash at launch

Questions about Wine on Linux
Locked
Endogos
Newbie
Newbie
Posts: 2
Joined: Wed Aug 19, 2020 9:22 am

Lightened dreams displays an error and crash at launch

Post by Endogos »

Lightened dream is a dream journal app. You can download it here: https://github.com/lucidcode/Lightened-Dream (direct link: https://bitbucket.org/MichaelPaulCoder/ ... .3.4.1.msi )

When I launch the app, I get an error:
Could not load type of field
'lucidcode.LightenedDream.Dreams.DreamViewControl:m_objSpeechSynthesizer' (31) due to: Could not load file or assembly 'System.Speech, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies

And the app immediately crash

Terminal logs: https://pastebin.com/raw/hFBWWHfu

I couldn't find Microsoft text to speech api through winetricks and I tried installing it manually but I still get the error.
jkfloris
Level 12
Level 12
Posts: 3201
Joined: Thu Aug 14, 2014 10:10 am

Re: Lightened dreams displays an error and crash at launch

Post by jkfloris »

This program needs the following winetricks:

Code: Select all

dotnet35
speechsdk
wmp9
Locked