Jump to content

  • Log in with Facebook Log in with Twitter Log In with Google      Sign In   
  • Create Account

Honorbrachios

Member Since 26 Jan 2011
Offline Last Active May 14 2013 04:17 PM
*****

Posts I've Made

In Topic: Portage d'un projet indépendant

11 February 2013 - 08:18 PM

Commence peut-être par Wineskin qui offre en règle générale une meilleure compatibilité, ensuite essaie avec Cider.
App data base : http://appdb.winehq....rsion&iId=25843

In Topic: Left 4 Dead 2

03 February 2013 - 11:32 AM

Quelle version de Wine / Wineskin ? Lien de l'appdb ? Quelle version du jeu ? Ta config (carte graphique, cpu) ? Origine du portage (personnel, ici ou ailleurs) ?

Plus vous donnez d'info et plus il y a une possibilité de solution. ^^

In Topic: Wineskin boude l'Intel HD ?

03 February 2013 - 10:58 AM

Je n'ai qu'une intelHD (pas la 3000) est-ce aussi ton cas bitoku ?
Sinon sans vouloir faire un prêchi-prêcha pour résoudre un bug ou problème il faut donner les conditions qui permettent de le reproduire. Ici c'est le flou total : Quel logiciel/jeu ? Quelle version de wine/wineskin ? page Appdb du log/jeu ? log du test run ?

In Topic: Need help getting Wineskin to properly automount an ISO

15 December 2012 - 05:46 PM

Open "WineskinStartupScript" & "WineskinShutdownScript" with TextEdit (or any other text editor), they are in "wineskinport.app/Contents/Resources/".

For auto mount while wineskin launch, "WineskinStartupScript" should look like something like that (if your iso is in "/drive_c") :
#!/bin/bash
cd "$(dirname "$0")/../"
CONTENTSFOLD="$PWD"
####################################################
# this script will run when Wineskin is starting up
# before the X server or Wine starts
# $CONTENTSFOLD is the full path to the current
#		  contents folder in the wrapper.
####################################################
# ENTER COMMANDS HERE
hdiutil mount "$CONTENTSFOLD/Resources/drive_c/Name_of_Iso.iso"

For auto unmount while wineskin quit, "WineskinShutdownScript" should look like something like that :

#!/bin/bash
cd "$(dirname "$0")/../"
CONTENTSFOLD="$PWD"
####################################################
# this script will run when Wineskin is starting up
# before the X server or Wine starts
# $CONTENTSFOLD is the full path to the current
#		  contents folder in the wrapper.
####################################################
# ENTER COMMANDS HERE
hdiutil detach "/Volumes/Name_of_Volume"
This work flawessly with multiple cd games ! :)

Big Thanks to Doh123 for his support ! :)

In Topic: ScummVMwrapper download

12 October 2012 - 02:27 PM

Sorry for double (I don't finnd how delete message). Just an idea : could you put the original config file into the wrapper ? could be very simple to use new stuff by editing this file witheout programming your wrapper (I was looking for the deluxe mode and antialiasing mode on grim).