MU Online on Linux

Re: [Guide] MU Online on Linux

err:systray:delete_icon invalid tray icon ID specified: 0
err:statusbar:StatusWindowProc unknown msg 3523 wp=0000 lp=00000000
fixme:keyboard:UnregisterHotKey (0x10026,0): stub
fixme:keyboard:UnregisterHotKey (0x10026,0): stub

don't work for me :(
 
Re: [Guide] MU Online on Linux

hello
i am pretty new with linux so i will need some more help
i install wine and upd it but when i try step 2 i stuck on the last move
when i write ./ies4linux to the terminal it says

IEs4Linux 2 is developed to be used with recent Wine versions (0.9.x). It seems that you are using an old version. It's recommended that you update your wine to the latest version (Go to: winehq.com).

You need to install cabextract first!
Download it here:

i think i am with the newest wine version
pls help me
sry if my question is stupid as i say im pretty new with linux :blush:
sry for my bad english too
btw im with ubuntu
 
1-st step faster way :
Code:
sudo apt-get install wine
u should edit
~/.wine/user.reg
and add
Code:
[Software\\Wine\\X11 Driver] 
"ClientSideAntiAliasWithCore"="N" "ClientSideAntiAliasWithRender"="N"
or other way in terminal type:
Code:
wine regedit
go to: HKEY_CURRENT_USER\Software\Wine\X11 Driver
add text values
Code:
1)Name: ClientSideAntiAliasWithCore, Value: N
2)Name: ClientSideAntiAliasWithRender, Value: N.
it resolve problems with fonts in game
if u don't have launcher just simply type open folder with game in terminal
example
Code:
cd downloads/MuOnline
and type :
Code:
wine main.exe "connect /IP SERVERA /pPort"
example:
Code:
wine main.exe "connect /example.test.com /p1234"
Josh - MU Online on Linux - RaGEZONE Forums


or use VirtualBoxOSE install xp ^^
and something offtopic
remember to update your packets sometimes;)
Code:
sudo apt-get update
 
Last edited:
Back