This topic is here in order to avoid moderation problems. Please read it before asking your question here.
What to post in its forum?
This forum was made for all problems regarding PlayOnMac itself.
All messages concerning a program in supported software list (whatever it is: bug, feedback) must be posted in the following forum:
http://www.playonmac.com/en/forum-22-Application_tests.html
All messages concerning unsupported apps must be posting in the "manual installation" section:
http://www.playonmac.com/en/forum-24-Manual_installations.html
Writting a script and needing help? You can safely post your message in the "your creation" section:
http://www.playonmac.com/en/forum-25-Your_creations.html
For questions about the website, please go here:
http://www.playonmac.com/en/forum-71-Website.html
For everything else:
http://www.playonmac.com/en/forum-74-General_discussion.html
How to post a message here?
There are few rules to respect. To start, you have to be polite and write fluently (SMS language is forbidden, message are immediatly deleted). Then, try to provide as much information as you can
OSX version: Your OSX version (You have to go in "About this mac")
PlayOnMac version: About PlayOnMac
Your graph card
Any error message / screenshot.
For exemple, this kind of message won't be accepted (and immediately deleted)
Hi, I have a big problem with POM, when I try to run it, it doesn't work. Please help, it is urgent!
How to paste properly a log?
Really easy, copy and paste it, and give it the console style (Styles -> Console)
Example:
wine: Call from
0x7b83d8e9 to unimplemented function imm32.dll.ImmGetContext,
aborting
wine: Unimplemented
function imm32.dll.ImmGetContext called at address 0x7b83d8e9 (thread
0026), starting debugger...
err:module:load_builtin_dll
failed to load .so lib for builtin L"dbghelp.dll":
/home/jonsnow/.PlayOnLinux//wine/linux-x86/1.7.1-GuildWars2/lib/libz.so.1:
fichier trop court
err:module:import_dll
Loading library dbghelp.dll (which is needed by
L"C:\\windows\\system32\\winedbg.exe") failed (error
c000007a).
How to paste properly a script?
Exactly the same, but instead of Console, choose PlayOnLinux script. The code will be coloured once posted
:
#!/bin/bash
# Date : (2014-06-09 20:00)
# Last revision : (2014-06-09 20:00)
# Wine version used : 1.7.12
# Distribution used to test : Ubuntu 14.04 - 64 bit (KDE)
# Author : Tutul & Rashintawak
# License : GNU/GPL v3
## Beta script ##
[ "$PLAYONLINUX" = "" ] && exit 0
source "$PLAYONLINUX/lib/sources"
TITLE="The mighty quest for epic loot"
PREFIX="TheMightyQuest"
EDITOR="Ubisoft"
GAME_URL="https://www.themightyquest.com"
AUTHOR="Tutul & Rashintawak"
GAME_VMS="512"
# Starting the script
#POL_GetSetupImages "" "" "$TITLE" No image uploaded for now
POL_SetupWindow_Init
# POL_SetupWindow_SetID Not now
# Starting debugging API
POL_Debug_Init
POL_SetupWindow_presentation "$TITLE" "$EDITOR" "$GAME_URL" "$AUTHOR" "$PREFIX"
Edited by Tinou