DesWurstes

Results 18 comments of DesWurstes

Yes, that error was solved. Now another one: ``` connected disconnected: {"extra":[{"color":"gold","text":"You have lost connection to the server"}],"text":""} disconnected: ``` ~~Weird?~~ EDIt: ``` /Users/nj/Downloads/Node-new-mc/src/transforms/framing.js:76 throw e; ^ Error: Deserialization error...

Hypixel: ``` connected /Users/nj/Downloads/node-minecraft-protocol-master 2/src/transforms/framing.js:76 throw e; ^ Error [ERR_UNHANDLED_ERROR]: Deserialization error for status.toClient : Unhandled error. (null) at Client.emit (events.js:141:19) at /Users/nj/Downloads/node-minecraft-protocol-master 2/src/client/autoVersion.js:14:12 at Client. (/Users/nj/Downloads/node-minecraft-protocol-master 2/src/ping.js:29:7) at Object.onceWrapper...

Now the servers print lots of "wrong chunk size"-y things. Would pasting the big log here help?

https://gist.github.com/DesWurstes/29d908b1cfa5f2cac2046cbf68d19643

Please upload your config file and the "crash report", not your game log.

I just noticed that Taylor's algorithm can be optimized to ```java x -= x3 * 0.16666666666666666666666666666667; x += x5 * 0.00833333333333333333333333333333; //x -= x7 * 1.984126984126984126984126984127e-4; //x += x9 *...

What's going on? (the cordic here is actually taylor optimized) Am I doing something wrong while testing? ![screen shot 2017-07-16 at 22 00 43](https://user-images.githubusercontent.com/23437045/28250477-56db9004-6a72-11e7-9671-e83cacf5f09c.png)

Can't be, when I changed the code like this: https://hastebin.com/toderojofu.java It gives a similar result: ![screen shot 2017-07-17 at 11 33 43](https://user-images.githubusercontent.com/23437045/28260487-f13392ac-6ae3-11e7-9240-7256f28c8b01.png)

Use [Vanitygen Plus](https://github.com/exploitagency/vanitygen-plus), which has `-Z` arg: https://github.com/exploitagency/vanitygen-plus/pull/81