It is currently Thu Sep 09, 2010 8:49 pm



Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: Mac Setup Guide:
PostPosted: Tue Jul 27, 2010 2:50 am 
Offline
Site Admin

Joined: Tue Nov 13, 2007 11:09 am
Posts: 1817
I have Removed the Free-Mac software setup for now as few people had issues and we need to take a better look at it.

So im writing the Mac instructions for LP using either Proxycap - or Proxifier.

Proxycap:

1. Add a Proxy: server= 127.0.0.1 Port= 1080 Socksv5 No Auth.

2. Under Rules: Click ADD, select your WOW game. (not the launcher)
IPRange= ALL Ports = ALL Transports= TCP Proxy = 127.0.0.1

If playing Aion: Port = 7777 Transport= TCP Proxy = 127.0.0.1


Proxifier:

Add a Proxy: Address= 127.0.0.1 Port= 1080 Socksv5 No Auth.
Add a Rule Select your Wow IPrange= any PortRange= all
For Aion add a rule: Port = 7777 IPrange= all.


Once either proxycap or Proxifier is setup you can connect to Lowerping.

Open your terminal and enter: ssh -D 1080 lpusername@serverip

Once connected you can launch your game and play.
ServerIP's can be found here: http://lowerping.com/?p=servers


Top
 Profile  
 
 Post subject: Re: Mac Setup Guide:
PostPosted: Tue Jul 27, 2010 3:53 am 
Offline

Joined: Wed Aug 12, 2009 7:21 pm
Posts: 5
cheers dan giving it a go now will report back with any issues.
edit: i get this when i get to launching wow
i tried with and without the & incase its not meant to be there
Last login: Mon Jul 26 21:53:16 on ttys000
-MacBook-Pro:~ $ tsocks wow
/opt/local/bin/tsocks: line 109: exec: wow: not found
-MacBook-Pro:~ $ tsocks /Applications/World of Warcraft/World of Warcraft.app/\
> Contents/MacOS/World of Warcraft &
[1] 34060
-MacBook-Pro:~ $ /opt/local/bin/tsocks: line 109: /Applications/World: No such file or directory
/opt/local/bin/tsocks: line 109: exec: /Applications/World: cannot execute: No such file or directory
rld of Warcraft.app/\World of Warcraft/Wo
[1]+ Exit 126 tsocks /Applications/World of Warcraft/World of Warcraft.app/Contents/MacOS/World of Warcraft
> Contents/MacOS/World of Warcraft
/opt/local/bin/tsocks: line 109: /Applications/World: No such file or directory
/opt/local/bin/tsocks: line 109: exec: /Applications/World: cannot execute: No such file or directory

i made it so the app path was applications/wow/wow.app but then the macos/world gets stuck from the space


Top
 Profile  
 
 Post subject: Re: Mac Setup Guide:
PostPosted: Tue Jul 27, 2010 6:06 am 
Offline
Site Admin

Joined: Tue Nov 13, 2007 11:09 am
Posts: 1817
Ah gotcha.

For a space use a \ before the space.
So one of these 3 will be your winner.

tsocks /Applications/World\ of\ Warcraft/World\ of\ Warcraft.app/\ Contents/MacOS/World\ of\ Warcraft &

tsocks /Applications/World\ of\ Warcraft/World\ of\ Warcraft.app/Contents/MacOS/World\ of\ Warcraft &

tsocks /Applications/World\ of\ Warcraft/World\ of\ Warcraft.app/\ Contents/MacOS/World\ of\ Warcraft\ &


Top
 Profile  
 
 Post subject: Re: Mac Setup Guide:
PostPosted: Tue Jul 27, 2010 3:51 pm 
Offline

Joined: Wed Aug 12, 2009 7:21 pm
Posts: 5
hi dan thanks for the help,
tsocks /Applications/World\ of\ Warcraft/World\ of\ Warcraft.app/Contents/MacOS/World\ of\ Warcraft &
was a winner but i just get given a wow error and it says the game could not be started can you advise of what might be the problem?


Top
 Profile  
 
 Post subject: Re: Mac Setup Guide:
PostPosted: Wed Jul 28, 2010 1:38 am 
Offline
Site Admin

Joined: Tue Nov 13, 2007 11:09 am
Posts: 1817
If you go to the directory first do you get the same error.?
Does the error say anything aside from not working?

If you receive a tsock error:
in the tsock.conf file at this line above server = 127.0.0.1

local = 192.168.0.0/255.255.255.0



If you cd to the directory first do you get the same error.?

cd /Applications/World\ of\ Warcraft/World\ of\ Warcraft.app/Contents/MacOS/

now you are in the wow directory type:
tsocks World\ of\ Warcraft
or
tsocks World\ of\ Warcraft &

Btw do other programs error out or just wow?

If you test a different program with Tsocks does it open fine or Error loading?
ie... tsocks safari or tsocks firefox or tsocks a different game.


There is always proxifier or Proxycap for mac instead of Tsocks but they are both only 30 day trial programs.


Top
 Profile  
 
 Post subject: Re: Mac Setup Guide:
PostPosted: Wed Jul 28, 2010 4:04 am 
Offline

Joined: Wed Aug 12, 2009 7:21 pm
Posts: 5
thanks for the reply again dan!
cding to the location yields
/opt/local/bin/tsocks: line 109: exec: firefox: not found
if im in the folder or if not for any program i try
as far as the error goes this is what it says i think the last line is what is important?
Code:
Process:         World of Warcraft [787]
Path:            /Applications/world of warcraft/world of warcraft.app/Contents/MacOS/World of Warcraft
Identifier:      World of Warcraft
Version:         ??? (???)
Code Type:       X86 (Native)
Parent Process:  bash [764]

Date/Time:       2010-07-27 21:32:16.885 +1000
OS Version:      Mac OS X 10.6.4 (10F569)
Report Version:  6

Interval Since Last Report:          15063 sec
Crashes Since Last Report:           2
Per-App Crashes Since Last Report:   2
Anonymous UUID:                      E05BAB0A-781C-4631-83F8-1105417D26FA

Exception Type:  EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread:  0

Dyld Error Message:
  could not load inserted library: /opt/local/lib/libtsocks.dylib

terminal spits out something similar as well
MacBook-Pro:~ $ dyld: could not load inserted library: /opt/local/lib/libtsocks.dylib


Top
 Profile  
 
 Post subject: Re: Mac Setup Guide:
PostPosted: Wed Jul 28, 2010 7:05 am 
Offline
Site Admin

Joined: Tue Nov 13, 2007 11:09 am
Posts: 1817
Ok ty for the error.

We will have to get back to you when we get time to do some testing ,, might just need a patch for dyld load.


Top
 Profile  
 
 Post subject: Re: Mac Setup Guide:
PostPosted: Mon Aug 09, 2010 10:37 am 
Offline

Joined: Mon Aug 09, 2010 8:08 am
Posts: 3
same problem, i cant launch wow,

/opt/local/bin/tsocks: line 109: exec: /Applications/World of Warcraft/World of Warcraft.app/ Contents/MacOS/World of Warcraft : cannot execute: No such file or directory

anyone can help me?!?!?!? :?: :?: :?: :?: :?: :?: :?: :?: :?:


Top
 Profile  
 
 Post subject: Re: Mac Setup Guide:
PostPosted: Mon Aug 09, 2010 11:13 am 
Offline

Joined: Mon Aug 09, 2010 8:08 am
Posts: 3
Process: World of Warcraft [34489]
Path: /Applications/World of Warcraft/World of Warcraft.app/Contents/MacOS/World of Warcraft
Identifier: World of Warcraft
Version: ??? (???)
Code Type: X86 (Native)
Parent Process: bash [34475]

Date/Time: 2010-08-08 14:50:47.489 -0400
OS Version: Mac OS X 10.6.4 (10F569)
Report Version: 6

Interval Since Last Report: 14703 sec
Crashes Since Last Report: 7
Per-App Crashes Since Last Report: 7
Anonymous UUID: CF6927B2-A3F2-42C2-A56C-6A51A1F69DCC

Exception Type: EXC_BREAKPOINT (SIGTRAP)
Exception Codes: 0x0000000000000002, 0x0000000000000000
Crashed Thread: 0

Dyld Error Message:
could not load inserted library: /opt/local/lib/libtsocks.dylib

Model: MacBook6,1, BootROM MB61.00C8.B00, 2 processors, Intel Core 2 Duo, 2.26 GHz, 2 GB, SMC 1.51f53
Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.10.131.16.1)
Bluetooth: Version 2.3.7f1, 2 service, 12 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: TOSHIBA MK2555GSXF, 232,89 GB
Serial ATA Device: MATSHITADVD-R UJ-898
USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0237, 0x04600000
USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
USB Device: Bluetooth Module, 0x05ac (Apple Inc.), 0x8218, 0x06130000


Top
 Profile  
 
 Post subject: Re: Mac Setup Guide:
PostPosted: Mon Aug 09, 2010 12:33 pm 
Offline

Joined: Mon Aug 09, 2010 8:08 am
Posts: 3
World\ of\ Warcraft.app/Contents/MacOS/World\ of\ Warcraft &
[1] 192
MacBook-de-Nikos-Barkos:~ nikosbarkos$ dyld: could not load inserted library: /opt/local/lib/libtsocks.dylib


[1]+ Trace/BPT trap tsocks /Applications/World\ of\ Warcraft/World\ of\ Warcraft.app/Contents/MacOS/World\ of\ Warcraft


Top
 Profile  
 
 Post subject: Re: Mac Setup Guide:
PostPosted: Tue Aug 10, 2010 12:09 am 
Offline
Site Admin

Joined: Tue Nov 13, 2007 11:09 am
Posts: 1817
Gonna take a look at the error again an see if we can get a workaround or not.
For now I added the Proxycap or Proxifier instructions instead.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 

Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Theme designed by stylerbb.net & programy © 2008
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All times are UTC + 9:30 hours