XWoM For Mac

Status
Not open for further replies.

gay vampire

Little Miss Organs
Joined
Sep 24, 2011
Messages
848
Reaction score
1,634
Points
93
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
916
Reaction score
1,283
Points
93
Joined
Nov 28, 2011
Messages
437
Reaction score
522
Points
63

Stretford01

Out of this World
Joined
Aug 8, 2011
Messages
425
Reaction score
317
Points
63
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!
 
  • Like
Reactions: Pikmon2
Status
Not open for further replies.