While you're here, please consider supporting GamingOnLinux on:
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Reward Tiers: Patreon. Plain Donations: PayPal.
This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!
You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
Login / Register
- Unofficial PC port of Zelda: Majora's Mask, 2 Ship 2 Harkinian has a big new release out
- Steam Controller 2 is apparently a thing and being 'tooled for a mass production' plus a new VR controller
- Linux kernel 6.12 is out now with real-time capabilities, more gaming handheld support
- Steam Deck OLED: Limited Edition White and Steam Deck Australia have launched
- OpenRA for classic RTS games like Red Alert has a new playtest with enhanced visuals, revamped map editor
- > See more over 30 days here
-
S.T.A.L.K.E.R. 2: Heart of Chornobyl review - works on …
- Shmerl -
War Thunder adds stealth tech, ray tracing and graphics…
- M@GOid -
The Sci-Fi Shooters Humble Bundle is a top deal with Sy…
- tuubi -
The Sci-Fi Shooters Humble Bundle is a top deal with Sy…
- ElectricPrism -
S.T.A.L.K.E.R. 2: Heart of Chornobyl review - works on …
- Shmerl - > See more comments
- What do you want to see on GamingOnLinux?
- Ehvis - Weekend Players' Club 11/22/2024
- Xpander - Types of programs that are irritating
- Cyril - Our own anti-cheat list
- Liam Dawe - Spare gog keys
- on_en_a_gros - See more posts
View PC info
EGS is still a pretty significant pain in the ass. I've tried it on both lutris and HeroicGameLauncher. Lutris EGS is still exteremely wonky, Heroic seems a little more polished, but I still can't get this game to launch. It definitely has .NET dependencies but even when (I think) I get those resolved in the prefix it flat out refuses to launch, without any informative messages in logs.
System.NullReferenceException: Object reference not set to an instance of an object.
at System.Speech.Internal.ObjectTokens.SAPICategories.DefaultDeviceOut()
at System.Speech.Internal.Synthesis.VoiceSynthesis..ctor(WeakReference speechSynthesizer)
at System.Speech.Synthesis.SpeechSynthesizer.get_VoiceSynthesizer()
at System.Speech.Synthesis.SpeechSynthesizer.SetOutputToNull()
at System.Speech.Synthesis.SpeechSynthesizer.SetOutputStream(Stream stream, SpeechAudioFormatInfo formatInfo, Boolean headerInfo, Boolean closeStreamOnExit)
at OuterBeyond.THFMODAudio..ctor(ContentManager content)
at OuterBeyond.THGame..ctor()
at OuterBeyond.Program.RunGame()
Installing the required runtime (SpeechPlatformRuntime.msi) and voices makes no difference.
Probably better to hope for a native port in the future.
https://bugs.winehq.org/show_bug.cgi?id=51775
So you will need a recent-ish wine-staging unless you build it yourself. Possibly try Proton-GE?
Otherwise, from the bug report it seems to be an accessibility feature introduced in an update to the game
so if you can't get staging to work see if EGS allows you to install an earlier version of the game.
View PC info
Otherwise, if I wait a bit hopefully improvements to both wine and lutris will make it less painful to resolve this.
View PC info
Might be an unrelated issue
log4net:ERROR Exception while reading ConfigurationSettings. Check your .config file is well formed XML.
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.TypeInitializationException: The type initializer for 'System.Configuration.AppSettingsSection' threw an exception. ---> System.TypeInitializationException: The type initializer for 'System.ComponentModel.TypeDescriptor' threw an exception. ---> System.DllNotFoundException: BCrypt.dll assembly:<unknown assembly> type:<unknown type> member:(null)
at (wrapper managed-to-native) Interop+BCrypt.BCryptGenRandom(intptr,byte*,int,int)
at Interop.GetRandomBytes (System.Byte* buffer, System.Int32 length) [0x00000] in <bee01833bcad4475a5c84b3c3d7e0cd6>:0
at System.Guid.NewGuid () [0x00000] in <bee01833bcad4475a5c84b3c3d7e0cd6>:0
at System.ComponentModel.TypeDescriptor..cctor () [0x00034] in <0c924620d2cd4b85a989ca168d44cf08>:0
--- End of inner exception stack trace ---
Not sure what `bcrypt.dll` does, but it looking around online it seems like a fairly standard windows component, so not sure what's happening here.