MinimallyCorrect / TickThreading

Historical multi-threaded minecraft by @LunNova. Performance over correctness. What could go wrong? Way too much.
https://jenkins.nallar.me/job/TickThreading/
MIT License
141 stars 43 forks source link

TT patching fail and dont even start #1079

Closed Vycraftujto closed 10 years ago

Vycraftujto commented 10 years ago

Load of patching errors and server stops and yes we have a shitload of mods

https://gist.github.com/Vycraftujto/1ae68d264258e4f7c784

LunNova commented 10 years ago

What is the command you're using to start the server?

Vycraftujto commented 10 years ago

run.bat: java -Xms256M -Xmx5G -XX:MaxPermSize=256M -XX:+UseParNewGC -jar TickThreading.jar --log-limit 262144000 --serverJar=mcpc965.jar pause

Vycraftujto commented 10 years ago

It is a clone of main server

launching it from windows on mine PC and yes it work whit out TT ..

PS: thanks for all good work acros all patches

Katelyn-SN commented 10 years ago

TickThreading does not use the --serverJar argument anymore check the folder that your TickThreading.jar is in for ttlaunch.properties and add your mcpc jar name into it.

Vycraftujto commented 10 years ago

NEW run.bat: java -Xms256M -Xmx5G -XX:MaxPermSize=256M -jar TickThreading.jar pause ok done that (thx btw that will be good for future) ..

But same result errors PATCHING FAILED and then server stop Im tried this in hosting server as well same result so not machine isue.

Katelyn-SN commented 10 years ago

What pack are you using

Vycraftujto commented 10 years ago

Ours yea im know it dont tell you much:) we are normali 1 year ahead whit mods then tekkit. yes we have loads of mods but never hade any problems.... used tt in 1.4 and 1.5 whit no problems.

Closest im can tell is FTB to what we use but no magic mods

NOW IM DELETING ONE MOD AFTER NOTHER TO FIND IF IT IS SINGLE MOD RELATED (Probabli shud done that as first thing sry.)

LunNova commented 10 years ago

If possible could you upload a zip of the your server jar, TT jar, mods folder and configs folder?

This is probably a horrible classloader issue and it'd be much easier to debug if I can test it locally.

LunNova commented 10 years ago

I'll have a new build up soon with some more debugging for this. Try that build, then post the log here.

If I can't figure out a solution from that extra information, then you'll need to send what I asked for in the previous comment.

Vycraftujto commented 10 years ago

OK found a problem MicdoodleCore-1.6.4-2.0.11.978.jar CORE of GALACTICRAFT is what causing the isue

LunNova commented 10 years ago

Try the latest build with that mod installed, and link the new full error log - even if it now works correctly with that mod, still post a full log.

Vycraftujto commented 10 years ago

OK 151 fixed the isue loaded up whit all mods

But still got load of

TTPatcher] Failed to patch (many mods)

im guess not implemented yet

LunNova commented 10 years ago

Try the latest build with that mod installed, and link the new full error log - even if it now works correctly with that mod, still post a full log.

Vycraftujto commented 10 years ago

FML LOG https://gist.github.com/Vycraftujto/c5954eef90d5d71c9332 server log https://gist.github.com/Vycraftujto/f3b18933b1336bfa2137

tested whit all mods working whit errors but working

im just send you our MODS + config + mcpc + TT in mail for better securyty loads of people from our country wanna steal our server configuration

LunNova commented 10 years ago

Okay, most of those will be fixed in latest. Still some GT patch issues, but your main issue is fixed. It was caused by MicdoodleTransformer being stupid and creating a new LaunchClassLoader instance just to check whether it's running under obfuscated minecraft.