[Linux] 15.0.4 On Ubuntu running KDE Plasma
See original GitHub issueOn first run (after being asked to select how much EDSM data to download, and opting for “Bubble”), and on every subsequent open the following exception is thrown:
### Description
Running the application
### Additional Information
Tried using the release artefacts, also tried building from source but fails with:
./monobuild: line 6: msbuild: command not found
### Exception Details:
>EDDiscovery v15.0.4.0 A fatal exception was encountered while initializing EDDiscovery.
>```
>==== BEGIN ====
>System.EntryPointNotFoundException: DdeInitializeW assembly:<unknown assembly> type:<unknown type> member:(null)
> at (wrapper managed-to-native) BaseUtils.DDE.DDEServer+NativeMethods.DdeInitializeW(uint&,BaseUtils.DDE.DDEServer/DdeDelegate,uint,uint)
> at BaseUtils.DDE.DDEServer.Start (System.String ddeapplicationname) [0x00012] in <b3f34e60c92a4cb89ecfece17436d5b0>:0
> at EDDiscovery.EDDiscoveryController.PostInit_Shown () [0x00048] in <c0376c8afee84da78a8ea48f807eacdc>:0
> at EDDiscovery.EDDiscoveryForm.EDDiscoveryForm_Shown (System.Object sender, System.EventArgs e) [0x0008f] in <c0376c8afee84da78a8ea48f807eacdc>:0
> at System.Windows.Forms.Form.OnShown (System.EventArgs e) [0x0001c] in <a3daa9b84fd241a497578a25f68bc3c7>:0
> at EDDiscovery.Forms.DraggableFormPos.OnShown (System.EventArgs e) [0x00007] in <c0376c8afee84da78a8ea48f807eacdc>:0
> at System.Windows.Forms.Form.SetVisibleCore (System.Boolean value) [0x00183] in <a3daa9b84fd241a497578a25f68bc3c7>:0
> at System.Windows.Forms.Control.set_Visible (System.Boolean value) [0x0000c] in <a3daa9b84fd241a497578a25f68bc3c7>:0
> at System.Windows.Forms.Control.Show () [0x00000] in <a3daa9b84fd241a497578a25f68bc3c7>:0
> at EDDiscovery.EDDApplicationContext.SwitchContext (System.Windows.Forms.Form newForm) [0x00022] in <c0376c8afee84da78a8ea48f807eacdc>:0
> at EDDiscovery.EDDApplicationContext.InitialiseEDD (System.Object sender, System.EventArgs e) [0x002d3] in <c0376c8afee84da78a8ea48f807eacdc>:0
>===== END =====
>```
Application unresponsive.
Also noticed the following in the console during execution:
/home/rex/.gtkrc-2.0:19: error: unexpected character '\357', expected keyword - e.g. 'style'
Mono version: Mono JIT compiler version 6.8.0.105 (Debian 6.8.0.105+dfsg-2 Wed Feb 26 23:23:50 UTC 2020) OS Version: 22.04.4
Issue Analytics
- State:
- Created a year ago
- Comments:20 (14 by maintainers)
Top Results From Across the Web
How to Install KDE Desktop Environment on Ubuntu
This screenshot tutorial demonstrates the steps to install KDE Plasma desktop environment on Ubuntu Linux. In the world of Linux desktop environments, ...
Read more >How to Install KDE Plasma in Linux Desktop
To install KDE Plasma on Ubuntu 20.04 and Linux Mint 20, you have to use the default repository using the following apt commands....
Read more >How to install KDE Plasma on Ubuntu
Step 1. Update the system. · Step 2. Install the KDE Plasma Desktop package · Step 2. Configure the display manager · Step...
Read more >How to Install KDE Plasma on Ubuntu
Installing KDE Plasma on Ubuntu Press Enter to proceed. Then, select sddm from the menu and hit Enter.
Read more >How to install KDE Plasma on Ubuntu 22.04 Jammy JellyFish
Learn the command to install the KDE Plasma desktop environment on Ubuntu 22.04 LTS Jammy using the command terminal.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
mono-complete
depends onmsbuild
, whilemono-devel
only recommends it. It sounds like @robbyxp1 said yes to therecommends
, while @combivanCoder said no.Is that from a fresh install? See https://gist.github.com/petergloor/39ba915d3a66d138448ed57be6fe93ca
If
msbuild
is not installed, then you will needapt install msbuild