• Diff for "Mudfish Launcher isn't working"
Last updated at 2018-03-16 04:58:11
Differences between revisions 4 and 5
Revision 4 as of 2015-11-29 21:38:07
Size: 1042
Editor: loxch
Comment:
Revision 5 as of 2015-11-30 05:42:16
Size: 1622
Editor: loxch
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
<<TableOfContents()>>
Line 7: Line 9:
 * {{{HKEY_CURRENT_USER\Software\Clients\StartMenuInternet}}}<<BR>>
 {{attachment:K-001.png}}
Sometimes Mudfish Launcher fails to find the default path of internet browser. When it happens you need to check your registry manually as below.
Line 10: Line 11:
 * {{{HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\Google Chrome\shell\open\command}}}  1. Launchs '''regedit'''.
 2. At {{{HKEY_CURRENT_USER\Software\Clients\StartMenuInternet}}}, you should have the ''default' value for !StartMenuInternet indicating the default browser set. At below example, it says default (기본값) is Google Chrome whose type is REG_GZ.<<BR>><<BR>>{{attachment:K-001.png}}
 3. After that, checks {{{HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\Google Chrome\shell\open\command}}} too. ''Google Chrome'' of this registry path could be different depending on the above result. As the value, you can find a value whose type is REG_SZ too.<<BR>><<BR>>

Mudfish Launcher isn't working

Sometimes you could encounter cases that Mudfish Launcher itself isn't working due to various reasons including TAP-Win32 adpater v9 network device or failing to find the default browser path. This wiki page describes some trouble shootings.

Check Windows Registry

Sometimes Mudfish Launcher fails to find the default path of internet browser. When it happens you need to check your registry manually as below.

  1. Launchs regedit.

  2. At HKEY_CURRENT_USER\Software\Clients\StartMenuInternet, you should have the default' value for StartMenuInternet indicating the default browser set. At below example, it says default (기본값) is Google Chrome whose type is REG_GZ.

    K-001.png

  3. After that, checks HKEY_LOCAL_MACHINE\SOFTWARE\Clients\StartMenuInternet\Google Chrome\shell\open\command too. Google Chrome of this registry path could be different depending on the above result. As the value, you can find a value whose type is REG_SZ too.

    K-002.png

Check listening port

  • First run Mudfish Launcher as administrator. If MUDEC_00022 error code is pop up, please ignore it for that moment.
  • Please visit http://www.nirsoft.net/utils/cports.html to download CurrPorts. Unzip and run the program.

  • Check mudrun.exe is running and listening at IP 127.0.0.1 port 8282 (port number could be different) as below:

    K-1.png

  • If it's listening on correctly, try to access directly with http://127.0.0.1:8282 link.

Mudfish Launcher isn't working (last edited 2018-03-16 04:58:11 by loxch)