Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Doesn't run on Linux #8

Open
petersilva opened this issue Jun 25, 2011 · 0 comments
Open

Doesn't run on Linux #8

petersilva opened this issue Jun 25, 2011 · 0 comments

Comments

@petersilva
Copy link

compile appeared to complete successfully (BUILD SUCCEEDED), but app crashes on startup without putting up any windows.

$ mono ./MineEdit.exe

Unhandled Exception: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "MineEdit.Properties.Resources.resources" was correctly embedded or linked into assembly "MineEdit" at compile time, or that all the satellite assemblies required are loadable and fully signed.
at System.Resources.ResourceManager.AssemblyResourceMissing (System.String fileName) [0x00000] in :0
at System.Resources.ResourceManager.InternalGetResourceSet (System.Globalization.CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) [0x00000] in :0
at System.Resources.ResourceManager.InternalGetResourceSet (System.Globalization.CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) [0x00000] in :0
at System.Resources.ResourceManager.InternalGetResourceSet (System.Globalization.CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) [0x00000] in :0
at System.Resources.ResourceManager.GetObject (System.String name, System.Globalization.CultureInfo culture) [0x00000] in :0
at MineEdit.Properties.Resources.get_MineEdit () [0x00000] in :0
at MineEdit.frmSplash.InitializeComponent () [0x00000] in :0
at MineEdit.frmSplash..ctor () [0x00000] in :0
at (wrapper remoting-invoke-with-check) MineEdit.frmSplash:.ctor ()
at MineEdit.Program.Main () [0x00000] in :0
$

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant