XWoM For Mac

Status
Not open for further replies.

gay vampire

Little Miss Organs
Joined
Sep 24, 2011
Messages
848
Reaction score
1,634
Can someone give me a download link to the XWoM file for Macs? I can, quite literally, NEVER connect to the MCDzienny website where you download it, and can't find anywhere else to download it at. I would deeply appreciate it if someone posted another download link here.
 

Pikmon2

Member
Joined
Jan 26, 2012
Messages
915
Reaction score
1,282
Joined
Nov 28, 2011
Messages
437
Reaction score
522

Stretford01

Out of this World
Joined
Aug 8, 2011
Messages
424
Reaction score
316
Fix was released by dzienny. Open the .sh file with textedit and edit in this code:
Code:
#!/bin/sh
SOURCE="${BASH_SOURCE[0]}"
DIR="$( dirname "$SOURCE" )"
while [ -h "$SOURCE" ]
do
  SOURCE="$(readlink "$SOURCE")"
  [[ $SOURCE != /* ]] && SOURCE="$DIR/$SOURCE"
  DIR="$( cd -P "$( dirname "$SOURCE"  )" && pwd )"
done
DIR="$( cd -P "$( dirname "$SOURCE" )" && pwd )"
 
cd "$DIR"
 
java -Xmx832M -Xms832M -jar -Dsun.java2d.noddraw=true -Dsun.awt.noerasebackground=true -Dsun.java2d.d3d=false -Dsun.java2d.opengl=false -Dsun.java2d.pmoffscreen=false lib/Starter.jar
Then all should work!
 
Status
Not open for further replies.
Top