When trying to launch Minecraft, you may notice that the key-input is not working properly, leading to a character that cannot move but only interact with blocks around him.
This issue is related to ibus, which is used as a character input client for Chinese, Japanese and Korean among others.

In order to solve that, you need to kill ibus during the time Minecraft is launched.
I think you already downloaded the game client minecraft.jar from dedicated website. Then save it in a folder called $FOLDER. Here $FOLDER=$HOME/bin/java.

Then use this script to launch minecraft.
#!/bin/bash
#Minecraft launcher
#This is here to solve issues with key input in linux systems
 
#Kill the ibus daemon
killall ibus-daemon
 
#Launch minecraft
java -Xmx1024M -Xms512M -cp $HOME/bin/java/minecraft.jar net.minecraft.LauncherFrame &
MINECRAFT_PID=$!
sleep 1
 
#Then wait for minecraft to finish before relaunching ibus.
ibus-daemon -d
wait $MINECRAFT_PID

You can still use character input as normal in other windows or terminals.
What is also possible is to create an application launcher on a panel launching this script, and then you can directly launch minecraft without going through a terminal.

This command may simply save your life:
apt-get install poppler-data

It installs the package poppler-data to allow your laptop to show Japanese characters on PDF.
You still may have problems with fonts though.

The Charm Searcher of Otacoo.com has been moved to a new subsite called Mamonavi.

Mamonavi, numbered as release 0.3.2 of the Charms Searcher, is the only ressource in Japanese and English to search for Charms in Monster Hunter Portable 3rd.

It contains also a new functionality to check the presence of specific charms in the 12 tables for up to 5 charms. This new feature is called Table Checker.

Enjoy!

Those guys are basically nude on the video, but they hide the sensitive parts of their bodies with Japanese fans.
This is absolutely fantastic.


If you don’t remember what are charms in MHP3, you can still have a look at a previous post here.
v0.1 contained only 1/12th of the whole database.

It is now all the data that is available in our MHP3 wiki.
The whole database algorithm has been updated to make your requests come out more quickly.
There is also the addition of a double language mode.

You are free to choose if you want your results in Japanese, in English, or even both.

Compared to the limited functionalities of v0.1, you can now order the results as you want, depending on skill points, slot numbers, table number.
To see the evolution of the different versions, I wrote some release notes.

Another functionality allowing to check the presence of specific charms in tables will also be added soon.

I hope this will be a useful tool, for you hunters!

©2010-2013 Michael Paquier All content is ©Copyright of Otacoo.com 2010-2013. Privacy Policy - Terms of Use