It is currently Mon Mar 18, 2024 9:27 pm

All times are UTC - 8 hours [ DST ]




Post new topic Reply to topic  [ 4 posts ] 
Author Message
Offline
 Post subject: WBaduk on linux/mac
Post #1 Posted: Sun Jul 05, 2015 5:08 pm 
Beginner

Posts: 5
Liked others: 0
Was liked: 2
Rank: 3 dan
Universal go server handle: 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:
#!/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.


This post by petete was liked by 2 people: Drew, dsatkas
Top
 Profile  
 
Offline
 Post subject: Re: WBaduk on linux/mac
Post #2 Posted: Tue Jul 05, 2016 2:59 am 
Beginner

Posts: 13
Liked others: 7
Was liked: 0
It works! Thank you :)

I am using Ubuntu 14.04 LTS

Top
 Profile  
 
Offline
 Post subject: Re: WBaduk on linux/mac
Post #3 Posted: Mon Apr 15, 2019 3:52 am 
Dies in gote

Posts: 42
Liked others: 13
Was liked: 9
Rank: 2k
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?

Top
 Profile  
 
Offline
 Post subject: Re: WBaduk on linux/mac
Post #4 Posted: Tue May 07, 2019 11:55 am 
Lives in gote
User avatar

Posts: 301
Location: Illinois
Liked others: 228
Was liked: 84
Rank: infant
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.

Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 4 posts ] 

All times are UTC - 8 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group