MobaXterm Local Terminal Doesn't work - Closes immediately

2

1

I'm able to SSH to into other machines using MobaXterm, but when I try to run the Local terminal, the Tab just opens and closes all by its own. Am I missing something like a config file ? I tried running it as an Admin as well, but no luck.

I am on Windows 7 Enterprise Edition 64bit and started with MobaXterm v9.0. I tried totally uninstalling MobaXterm v9.0 (including deleting the CygUtils plugin) and then installing the latest MobaXterm v9.1 and CygUtils plugin. However, the same problem persists.

Aditya Vikas Devarapalli

Posted 2016-06-24T17:49:59.823

Reputation: 121

Windows 7 Enterprise Edition 64bit and MobaXterm v9.0 @ChristopherBottoms – Aditya Vikas Devarapalli – 2016-07-19T17:41:01.360

I tried upgrading, but that didnt help @ChristopherBottoms – Aditya Vikas Devarapalli – 2016-07-19T21:34:54.393

Tried it... Doesnt work ! :( – Aditya Vikas Devarapalli – 2016-08-02T20:31:32.130

haha... Yeah... that's the first thing I did – Aditya Vikas Devarapalli – 2016-08-02T23:21:42.107

Aditya, were you able to fix this? I started having the same issue! – Mohy Eldeen – 2016-10-05T22:00:40.073

@Mohy Eldeen... Unfortunately no – Aditya Vikas Devarapalli – 2016-10-06T20:30:34.780

Answers

4

You must enable Enable Windows Subsystem for Linux feature on Windows 10 and then it works. Here is a link how you can enable this: How to Enable Windows Subsystem for Linux

Stefan

Posted 2016-06-24T17:49:59.823

Reputation: 41

please note that I specifically mentioned that this error occurs on a Windows 7 machine, NOT A WINDOWS 10 machine. – Aditya Vikas Devarapalli – 2018-02-26T22:47:24.827

Please note, that this actually fixed my problem. Thanks Stefan. – Jamie Carl – 2018-02-27T00:01:20.047

2

For my installation, there are files in C:\Users\username\Documents\MobaXterm.

Perhaps back them up (especially if you have SSH keys or other important files or configuration in them) and then delete that directory before another clean install of MobaXterm.

If that doesn't work, then the only thing left I can think of is contacting Mobatek to file a bug report.

Christopher Bottoms

Posted 2016-06-24T17:49:59.823

Reputation: 1 309

2

I had the same issue in the portable version. I fixed the problem in 3 steps :

  1. I downloaded the CygUtils.plugin (http://mobaxterm.mobatek.net/CygUtils.plugin),
  2. Put the file above in the directory where MobaXterm exe file is
  3. I removed MobaXterm .log, .ini and backup files in the same directory

DIOULDE BALDE

Posted 2016-06-24T17:49:59.823

Reputation: 21

1

Same problem form me, solved by backup and then delete the config file: C:\Users\Your_Name\Documents\MobaXterm\MobaXterm.ini

if you have changed you document home directory, then find the file MobaXterm.ini in MobaXterm of that directory.

You can use the tools everything to find it easily.

user5723841

Posted 2016-06-24T17:49:59.823

Reputation: 121

0

You must download CygUtils.plugin and put it in same directory MobaXterm exe file is. This apply to install & portable version.

This plugin is required to run local terminal. You can find this information on 'Home screen' on the bottom. There is also direct link to download it.

You can get it from here: http://mobaxterm.mobatek.net/CygUtils.plugin

imclickingmaniac

Posted 2016-06-24T17:49:59.823

Reputation: 101

0

In addition to having CygUtils.plugin in the same directory as MobaXterm.exe (or MobaXterm_Personal_10.5.exe in my case), you may need to set your MobaXterm home directory (and possibly root directory) to Windows folders to which you have modify access. You can do this in MobaXterm by going to Settings->Configuration->General and setting the "Persistent home directory" and "Persistent root (/) directory" to the folders of your choice. Worked for me. I was inspired to try this by stumbling on Where does MobaXterm keep its home directory?

Aarre Laakso

Posted 2016-06-24T17:49:59.823

Reputation: 11

0

I encountered the same issue. The problem was due to a dll conflict between cygwin and mobaxterm (which is delivered with an integrated cygwin). I removed the path of original cygwin from the %PATH% environment variable, rebooted the PC, and everything works fine now.

Laurent

Laurent Leturgez

Posted 2016-06-24T17:49:59.823

Reputation: 1

0

Like others I openen C:\Users\username\Documents\MobaXterm, but deletion of the MobaXterm.ini did not help. I also had to delete the .log file before MobaXterm woke up again.

Tip: do not delete the .ini file but rename it to MobaXterm.bak.ini. This way you still can copy some of the old configuration data out of it to use in the new one. I saved my bookmarks this way.

Klaaz

Posted 2016-06-24T17:49:59.823

Reputation: 161