Badel2 / slime_seed_finder

https://badel2.github.io/slime_seed_finder
GNU General Public License v3.0
49 stars 4 forks source link

Web version not working? #11

Closed DragonfliesProjects closed 4 years ago

DragonfliesProjects commented 4 years ago

Sorry for bothering you if I'm just stupid. Somehow, in Chrome and Firefox I get the same error in console and "Calculating..." without any results for hours until I just close the tab. image Also couldn't make PC version to work because they yanked needed bitvec version probably - I keep getting error referencing it.

Badel2 commented 4 years ago

That's possible, I only tested the web version in Firefox. The error "myWorker is not defined" suggests that your browser doesn't support web workers, or they are not enabled. My suggestion is to try it with Firefox and see if the error disappears. It should be easy to fix that error in the JavaScript code, but I don't have time right now.

Also couldn't make PC version to work because they yanked needed bitvec version probably - I keep getting error referencing it.

This sounds bad, I'll have to investigate it, thanks reporting it.

DragonfliesProjects commented 4 years ago

Thank you for answer!

Same error in Firefox, I should've added it to the first post image

Update: wow, after copy-pasting "let myWorker = new Worker("worker.js");" to Firefox console it worked, I've got results.

Also error message from my PC console: Installing slime_seed_finder v0.1.0 (D:\Downloads\Downloads\slime_seed_finder-master) Updating crates.io index Updating git repository https://github.com/Badel2/anvil-region error: failed to compile slime_seed_finder v0.1.0 (D:\Downloads\Downloads\slime_seed_finder-master), intermediate artifacts can be found at D:\Down loads\Downloads\slime_seed_finder-master\target

Caused by: failed to select a version for the requirement bitvec = "^0.15" candidate versions found which didn't match: 0.17.4 location searched: crates.io index required by package anvil-region v0.3.0 (https://github.com/Badel2/anvil-region?rev=b1edb94ca3ef8e0a74ef85eca169c995b4947e74#b1edb94c) ... which is depended on by slime_seed_finder v0.1.0 (D:\Downloads\Downloads\slime_seed_finder-master)

Hope it helps

Badel2 commented 4 years ago

Alright, I fixed the issues :)

The web demo had a bug introduced 10 months ago, for some reason I had never tried it. Thank you for reporting it.

The compile error was introduced 14 days ago when the author of the bitvec crate decided to delete all the versions except the last one, forcing everyone to update. So I updated and now it works.

So everything should work now. Let me know if you find any other issues!

DragonfliesProjects commented 4 years ago

Both work like a charm for me now, thank you!