Tygem on Linux using Wine!
Posted: Wed May 23, 2012 6:16 am
I was wondering whether Tygem was working properly on linux using wine? And if yes, is there some functions that are not working?
Life in 19x19. Go, Weiqi, Baduk... Thats the life.
https://www.lifein19x19.com/
Code: Select all
$ sudo apt-get install wine winetricksCode: Select all
$ winetricks --gui
- Select the default wineprefix -> validate
- Install a windows DLL or component -> validate
- Check mfc42 box -> validate
- Then cancel until out of application
Code: Select all
$ sudo apt-get install libjpeg62
$ sudo apt-get install libasound2-plugins
Code: Select all
$ wget http://download2.tygembaduk.com/down_tygem/setup/TygemGlobalSetup.exeCode: Select all
$ wine TygemGlobalSetup.exe
$ cd .wine/drive_c/Program\ Files/TygemGlobal/
$ wine TygemGlobal.exe
$ if failure -> winedbg InstallTygem.exe
Code: Select all
$ sudo dpkg --add-architecture i386
$ sudo apt-get install wine32 winetricks
$ sudo apt-get install libjpeg62:i386
$ sudo apt-get install libasound2-plugins:i386
Code: Select all
$ WINEARCH="win32" WINEPREFIX="~/.wine32" wineboot
$ WINEARCH="win32" WINEPREFIX="~/.wine32" winetricks --gui
- Select the default wineprefix -> validate
- Install a windows DLL or component -> validate
- Check mfc42 box -> validate
- Then cancel until out of application
$ WINEARCH="win32" WINEPREFIX="~/.wine32" wine TygemGlobalSetup.exe
$ cd .wine/drive_c/Program\ Files/TygemGlobal/
$ WINEARCH="win32" WINEPREFIX="~/.wine32" wine TygemGlobal.exe
$ if failure : WINEARCH="win32" WINEPREFIX="~/.wine32" winedbg InstallTygem.exe
Code: Select all
$ cd ~
$ WINEARCH="win32" WINEPREFIX="~/.wine32" wineboot
$ WINEARCH="win64" WINEPREFIX="~/.wine64" wineboot
$ ln -s .wine32 .wine
If you prefer the opposite then do
$ ln -s .wine64 .wine
Code: Select all
ko_KR.EUC-KR EUC-KR
ko_KR.UTF-8 UTF-8Make sure you have generated the Korean locales. In Arch Linux or Ubuntu, you can do this by editing /etc/locale.gen and making sure the following lines:
Code:
ko_KR.EUC-KR EUC-KR
ko_KR.UTF-8 UTF-8
are present and un-commented. Then, run sudo locale-gen.