WBaduk on linux/mac

Comments, questions, rants, etc, that are specifically about WBaduk go here.
Post Reply
petete
Beginner
Posts: 5
Joined: Sun May 31, 2015 12:20 pm
Rank: 3 dan
GD Posts: 0
Universal go server handle: petete
Been thanked: 2 times

WBaduk on linux/mac

Post by petete »

Hi!

I wrote a recipe to install WBaduk on linux/mac using PlayOnLinux. It would be great if someone can test it.
https://www.playonlinux.com/en/topic-13257-Script_WBaduk.html

How to install:
1- Install PlayOnLinux/PlayOnMac
https://www.playonlinux.com/
https://www.playonmac.com/
2- Save this code to a file.

Code: Select all

#!/usr/bin/bash
# Date : (2015-07-03 21-09)
# Last revision : (2015-07-05 12-47)
# Wine version used : 1.7.46-staging
# Distribution used to test : Manjaro
# Author : petete

[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"

TITLE="WBaduk"
PREFIX="wbaduk"
INSTALLER="WBaduk_20140410A.exe"
MD5="15148b672edb3393ae947b01672e57ab"

#POL_GetSetupImages "" "" "$TITLE"
POL_SetupWindow_Init
POL_Debug_Init

POL_SetupWindow_presentation "$TITLE" "World Baduk Service" "http://www.wbaduk.com" "petete" "$PREFIX"
POL_Wine_SelectPrefix "$PREFIX"
POL_Wine_PrefixCreate

# Needs ie6 to fix OLE errors when playing, clicking on web stuff with ie gives errors
# maybe needs Flashplayer_ActiveX, needs more testing
POL_Call POL_Install_ie6

POL_System_TmpCreate "$PREFIX"
cd "$POL_System_TmpDir"
POL_Download "http://www.wbaduk.com/download/$INSTALLER" "$MD5"
POL_SetupWindow_wait
POL_Wine "$POL_System_TmpDir/$INSTALLER"
POL_System_TmpDelete
POL_Shortcut "UpCheck.exe" "$TITLE" "" "" "Game;BoardGame"

POL_SetupWindow_Close
exit

3- On PlayOnLinux go to Tools menu -> Run a local script, select the file you saved on the last step.
4- It will show you a warning, click "I agree".
5- Follow the installation wizard.
6- Play WBaduk!

If you try it, post here and share your results.
saisandeep
Beginner
Posts: 13
Joined: Fri Mar 11, 2016 12:49 pm
GD Posts: 0
Has thanked: 7 times

Re: WBaduk on linux/mac

Post by saisandeep »

It works! Thank you :)

I am using Ubuntu 14.04 LTS
floating
Dies in gote
Posts: 42
Joined: Wed Dec 11, 2013 8:45 am
Rank: 2k
GD Posts: 0
Has thanked: 13 times
Been thanked: 9 times

Re: WBaduk on linux/mac

Post by floating »

It's a while since the original post but I tried to use this method. I changed the wbaduk.exe and the md5 hash in the script and it installed it but when it started up there was some access violation error popup above the wbaduk client, and then in playonlinux there was error that it couldn't download UpCheck.exe


I am looking for a way to play on some active asian server with linux, but I read fox didnt work on wine so I tried this, any tips?
User avatar
Drew
Lives in gote
Posts: 301
Joined: Thu Oct 17, 2013 12:59 am
Rank: infant
GD Posts: 0
Location: Illinois
Has thanked: 228 times
Been thanked: 84 times
Contact:

Re: WBaduk on linux/mac

Post by Drew »

floating wrote:I am looking for a way to play on some active asian server with linux
Does IGS / GoPanda2 client not count? 95% of the users are Japanese and there's a native Linux client.
Post Reply