asherkin / vtable

Emscripten-based VTable Dumper
https://asherkin.github.io/vtable/
55 stars 16 forks source link

It doesn't do anything... #4

Closed MAGNAT2645 closed 6 years ago

MAGNAT2645 commented 6 years ago

I tried download .so from Dumper and used my own server_srv.so but nothing happens, just says "Processing...". Maybe this due to browser bug or something on Dumper side.

asherkin commented 6 years ago

From the thread:

As a heads up, this is currently broken in Chrome 57+ for large binaries (such as TF2's server bin) until I have time to rewrite how the WebWorker passes the processing results back - the Chrome team made a change that massively increases performance in the general case, but reduces the depth limit for serializing objects.

MAGNAT2645 commented 6 years ago

Ok, thanks for quick response. I think i can close this issue.