MonoGame 3.6 install script not detecting MonoDevelop 6 / Can't create MonoGame app within MonoDevelop


up vote
0
down vote
favorite
Dual-pronged problem that might be caused by the same thing!
So, I'm trying to install monogame/monodevelop.
Installed MonoDevelop with sudo apt-get install mono-devel
. That opens appropriately and seems to work fine otherwise. Got a basic C# Console 'Hello, world!' to run correctly.
I went here and downloaded the version for Linux. I gave it executable permission with chmod +x monogame-sdk.run
and ran it. It produced the following:
$ sudo ./monogame-sdk.run
Verifying archive integrity... All good.
Uncompressing Monogame Pipeline
Installer..........................................................
..........................
Dependencies:
- mono-runtime...................................[Found]
- gtk-sharp3.....................................[Found]
Optional Dependencies:
- MonoDevelop 6..................................[Not Found]
- Rider..........................................[Not Found]
- referenceassemblies-pcl / mono-pcl.............[Found]
- ttf-mscorefonts-installer / mscore-fonts.......[Found]
Continue (Y, n): y
Previous version detected, trying to uninstall...
Installing MonoGame SDK...
Installing MonoDevelop Addin...
bash: ?????: command not found
Creating launcher items...
./postinstall.sh: line 142: gtk-update-icon-cache: command not found
Adding mimetype...
To uninstall MonoGame SDK you can run "monogame-uninstall" from terminal.
Pretty much looks like the installation did not finish correctly, but I'm not sure what's wrong with the script to make it do that. As a probable result of this, MonoDevelop doesn't allow me to create a MonoGame app of any kind. (this doesn't appear when I try to create a new solution)
If there's any other information you might need, please let me know!
monodevelop
add a comment |Â
up vote
0
down vote
favorite
Dual-pronged problem that might be caused by the same thing!
So, I'm trying to install monogame/monodevelop.
Installed MonoDevelop with sudo apt-get install mono-devel
. That opens appropriately and seems to work fine otherwise. Got a basic C# Console 'Hello, world!' to run correctly.
I went here and downloaded the version for Linux. I gave it executable permission with chmod +x monogame-sdk.run
and ran it. It produced the following:
$ sudo ./monogame-sdk.run
Verifying archive integrity... All good.
Uncompressing Monogame Pipeline
Installer..........................................................
..........................
Dependencies:
- mono-runtime...................................[Found]
- gtk-sharp3.....................................[Found]
Optional Dependencies:
- MonoDevelop 6..................................[Not Found]
- Rider..........................................[Not Found]
- referenceassemblies-pcl / mono-pcl.............[Found]
- ttf-mscorefonts-installer / mscore-fonts.......[Found]
Continue (Y, n): y
Previous version detected, trying to uninstall...
Installing MonoGame SDK...
Installing MonoDevelop Addin...
bash: ?????: command not found
Creating launcher items...
./postinstall.sh: line 142: gtk-update-icon-cache: command not found
Adding mimetype...
To uninstall MonoGame SDK you can run "monogame-uninstall" from terminal.
Pretty much looks like the installation did not finish correctly, but I'm not sure what's wrong with the script to make it do that. As a probable result of this, MonoDevelop doesn't allow me to create a MonoGame app of any kind. (this doesn't appear when I try to create a new solution)
If there's any other information you might need, please let me know!
monodevelop
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Dual-pronged problem that might be caused by the same thing!
So, I'm trying to install monogame/monodevelop.
Installed MonoDevelop with sudo apt-get install mono-devel
. That opens appropriately and seems to work fine otherwise. Got a basic C# Console 'Hello, world!' to run correctly.
I went here and downloaded the version for Linux. I gave it executable permission with chmod +x monogame-sdk.run
and ran it. It produced the following:
$ sudo ./monogame-sdk.run
Verifying archive integrity... All good.
Uncompressing Monogame Pipeline
Installer..........................................................
..........................
Dependencies:
- mono-runtime...................................[Found]
- gtk-sharp3.....................................[Found]
Optional Dependencies:
- MonoDevelop 6..................................[Not Found]
- Rider..........................................[Not Found]
- referenceassemblies-pcl / mono-pcl.............[Found]
- ttf-mscorefonts-installer / mscore-fonts.......[Found]
Continue (Y, n): y
Previous version detected, trying to uninstall...
Installing MonoGame SDK...
Installing MonoDevelop Addin...
bash: ?????: command not found
Creating launcher items...
./postinstall.sh: line 142: gtk-update-icon-cache: command not found
Adding mimetype...
To uninstall MonoGame SDK you can run "monogame-uninstall" from terminal.
Pretty much looks like the installation did not finish correctly, but I'm not sure what's wrong with the script to make it do that. As a probable result of this, MonoDevelop doesn't allow me to create a MonoGame app of any kind. (this doesn't appear when I try to create a new solution)
If there's any other information you might need, please let me know!
monodevelop
Dual-pronged problem that might be caused by the same thing!
So, I'm trying to install monogame/monodevelop.
Installed MonoDevelop with sudo apt-get install mono-devel
. That opens appropriately and seems to work fine otherwise. Got a basic C# Console 'Hello, world!' to run correctly.
I went here and downloaded the version for Linux. I gave it executable permission with chmod +x monogame-sdk.run
and ran it. It produced the following:
$ sudo ./monogame-sdk.run
Verifying archive integrity... All good.
Uncompressing Monogame Pipeline
Installer..........................................................
..........................
Dependencies:
- mono-runtime...................................[Found]
- gtk-sharp3.....................................[Found]
Optional Dependencies:
- MonoDevelop 6..................................[Not Found]
- Rider..........................................[Not Found]
- referenceassemblies-pcl / mono-pcl.............[Found]
- ttf-mscorefonts-installer / mscore-fonts.......[Found]
Continue (Y, n): y
Previous version detected, trying to uninstall...
Installing MonoGame SDK...
Installing MonoDevelop Addin...
bash: ?????: command not found
Creating launcher items...
./postinstall.sh: line 142: gtk-update-icon-cache: command not found
Adding mimetype...
To uninstall MonoGame SDK you can run "monogame-uninstall" from terminal.
Pretty much looks like the installation did not finish correctly, but I'm not sure what's wrong with the script to make it do that. As a probable result of this, MonoDevelop doesn't allow me to create a MonoGame app of any kind. (this doesn't appear when I try to create a new solution)
If there's any other information you might need, please let me know!
monodevelop
edited Jun 2 at 19:29


Stephen Rauch
1,1545716
1,1545716
asked Jun 2 at 19:22
Azhraam
13
13
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
I had the same issue. Which version of MonoDevelop do you have installed? I was on version 5.10 and upgraded to version 6.x which solved my problem.
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I had the same issue. Which version of MonoDevelop do you have installed? I was on version 5.10 and upgraded to version 6.x which solved my problem.
add a comment |Â
up vote
0
down vote
I had the same issue. Which version of MonoDevelop do you have installed? I was on version 5.10 and upgraded to version 6.x which solved my problem.
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I had the same issue. Which version of MonoDevelop do you have installed? I was on version 5.10 and upgraded to version 6.x which solved my problem.
I had the same issue. Which version of MonoDevelop do you have installed? I was on version 5.10 and upgraded to version 6.x which solved my problem.
answered Jun 10 at 3:56
Mark
1
1
add a comment |Â
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1043020%2fmonogame-3-6-install-script-not-detecting-monodevelop-6-cant-create-monogame%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password