Page 2 of 3
Re: Launcher for Mac
Posted: Thu Jan 15, 2015 1:11 am
by JeFawk
Good thing you don't ask for launchers in return ^^
Re: Launcher for Mac
Posted: Sun Jan 18, 2015 2:59 pm
by xpander
im having same issue with linux and wine.
launcher doesnt work ..which version of .NET its using?
i tried using winetricks dotnet40 but it still seems to fail
is it possible to get a launcher made with different stuff? im not a programmer so im not sure how it could be more crossplatform compatible but would be nice.
or is there a manual way of editing something that switches the game to connect on this server?
error log i get is here:
http://pastebin.com/0Rq8jDfY
and error log from launcher itself:
http://pastebin.com/VjcfApaK
Re: Launcher for Mac
Posted: Mon Jan 19, 2015 11:07 am
by JeFawk
So many useless errors; it's using .net 4.0 .
Re: Launcher for Mac
Posted: Mon Jan 19, 2015 1:00 pm
by xpander
is there a command line switch for the launcher to log in automatically?
cause it seems its like running but doesnt show up and the error log i get from wine seems to be in constant loop.
i have waited 10 min for it to come up but i see the procces is using 4% of my cpu but it wont do anything...
last time i played just fine when official servers were online... i really miss this game...
if we can get pass the launcher somehow im quite sure it works still fine as it did before..so all mac users could also play it as well as linux users.. yeah patched wine is needed with vertex blend patch to be able to render characters correctly but thats not really hard to compile.
Re: Launcher for Mac
Posted: Sun Jan 25, 2015 5:32 pm
by xpander
ok it seems i got bit further.... now need to figure out why servers are being reported as offline
https://dl.dropboxusercontent.com/u/287 ... .30.12.png
Re: Launcher for Mac
Posted: Mon Jan 26, 2015 8:00 pm
by JeFawk
It pings the IP.
Code: Select all
if (Web.PingHost(ip) == true)
{
Utility.Log.WriteToTextbox("The server seems to be online.");
Dispatcher.Invoke((Action)delegate
{
button_login.Content = "Connect";
button_login.IsEnabled = true;
});
}
else
{
Utility.Log.WriteToTextbox("The server seems to be offline.");
Dispatcher.Invoke((Action)delegate
{
button_login.Content = "Check server";
button_login.IsEnabled = true;
});
}
Re: Launcher for Mac
Posted: Tue Jan 27, 2015 7:22 pm
by aeoric
... or get a real computer?
Re: Launcher for Mac
Posted: Tue Jan 27, 2015 7:37 pm
by jonspidy
Sure no prob! just send me $2000.00 and i'll get one.

Re: Launcher for Mac
Posted: Tue Jan 27, 2015 8:07 pm
by JeFawk
Same with the mac launcher, sure no prob! just send me 300$ and i'll make one.

Re: Launcher for Mac
Posted: Tue Jan 27, 2015 9:54 pm
by xpander
aeoric wrote:... or get a real computer?
i have real computer..
[email protected]
GTX 660TI
16Gb DDR3 @1866
Arch Linux 64bit
i just dont want to deal with windblows..sry.
anyway cant get pass that problem... its still reporting server is down... i have no idea why it cant ping it.. internet connection works fine otherwise