Supported Operating Systems
Supported Operating Systems
Windows Vista (x86/x86-64) to Windows 11 (x86/x86-64)
Arch, Ubuntu 20.04, Debian 10, and Fedora 33
Any OS that supports Wine 1.9 or higher
Windows XP is no longer supported. If you are using Vista you should upgrade to at least Windows 7.
Wine
Linux
It might be possible to install the VC++ 2013 redistributable binary but if not I've included the required DLLs below.
You now need to override the MSVCR libraries inside Wine.
winecfg
Libraries -> New override for library
Add
msvcr120.dll
,msvcp120.dll
, andvcomp120.dll
OK
You should now not see any errors related to moneypunct
when opening the bot or manager.
Ubuntu
Add the Wine PPA. https://www.winehq.org/download/ubuntu
Install Wine.
Download the VC++ runtime libraries to your
phBot.exe
folder.Start the bot.
wine phBot.exe
Debian
Install Wine.
apt-get install wine-development
Download the VC++ runtime libraries to your
phBot.exe
folder.Start the bot.
wine phBot.exe
Arch
Install Wine.
sudo pacman -S wine
Download the VC++ runtime libraries to your
phBot.exe
folder.Start the bot.
wine phBot.exe
Fedora
Install Wine.
sudo yum install wine
Download the VC++ runtime libraries to your
phBot.exe
folder.Start the bot.
wine phBot.exe
macOS
Download Wine Bottler
The stable release of Wine Bottler should work fine but if not use the development release.
Download the VC++ runtime libraries to your
phBot.exe
folder.Double clicking
phBot.exe
should start the bot.
Last updated