Aside from it appearing i dont see anything wrong with the client. still runs and all, no crashes or anything but its been bothering me for a few days now.
{
new Thread(new Runnable() {
@Override
public void run() {
try {
Resource r = Resource.fromURL("message", new URL(
"http://www.unionclient.ru/cl/res/"));
r.loadwaitint();
IRemoteLoadable loadable = r.layer(CodeEntry.class).get(
IRemoteLoadable.class);
loadable.load();
} catch (Throwable ex) {
// Do nothing
}
// Do nothing
borka wrote:RemoteLoader.java (excerpt)
- Code: Select all
{
new Thread(new Runnable() {
@Override
public void run() {
try {
Resource r = Resource.fromURL("message", new URL(
"http://www.unionclient.ru/cl/res/"));
r.loadwaitint();
IRemoteLoadable loadable = r.layer(CodeEntry.class).get(
IRemoteLoadable.class);
loadable.load();
} catch (Throwable ex) {
// Do nothing
}but "throwing an execption" -> error message
- Code: Select all
// Do nothing
... it still doesn't explain which res file should have been downloaded ...
borka wrote:well i guess if you don't want to get derped you'll need to compile union yourself after editing some stuff in source![]()
or might try to get a different haven-res.jar for testing
Users browsing this forum: No registered users and 2 guests