Git Product home page Git Product logo

wurstclient.net's People

Contributors

alexander01998 avatar dinosaurismus avatar drmaxnix avatar iap-reloaded avatar mcccs avatar pokeball99 avatar rj0495 avatar scriptinator avatar thistestuser avatar user183943 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wurstclient.net's Issues

How do I patch the MCP-decompiled sources?

@Alexander01998 @scriptinator I noticed your discussion about writing clearer tutorials (issue #15)...

I read the instructions on how to compile/debug Wurst. I have a problem with these steps:

4. Create a local repository for your decompiled Minecraft source code.
5. Go to your Wurst-Client clone and open the patch folder, there is a file called minecraft.patch. Apply that patch to your Minecraft repository.

This is my understanding of how a local repository is created:
git init
git add . (I am not sure about this... idk if git add src is better)
git commit -m "mcp local repository"

I executed the above commands while in the main MCP directory (the one with decompile.sh).

Next I run this:
git apply --ignore-space-change --ignore-whitespace "..\Wurst-Client\patch\minecraft.patch"

And it failed, with lots and lots of errors like this one:

error: src/net/minecraft/client/gui/GuiTextField.java: No such file or directory

Now, I think this is related to some path issue.

Can you enlighten me?

Command syntax wiki page

The syntax in a nutshell:

  • <something> is a variable.
  • [something] is an optional parameter.
  • (some|thing) is a group where you must choose one element.
  • (something)... can be repeated.
  • These things can be combined in many ways, e.g. [<amount>] for an optional, variable amount.
  • None of these things may be used "just for decoration".

This is just a quick explanation, not the entire content of the page.
Don't just copy & paste this into a Pull Request.

Not working on Spigot 1.9.4

Wurst v3.2 doesn't work on Spigot 1.9.4. Is there a possible way to fix this so i can use it on my favorite server?

cant login to feedback

i cant login on feed back and when i need to register again it say you already registered o_O

Crash

Exception in thread "Client thread" com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1
at com.google.gson.Gson.fromJson(Gson.java:815)
at com.google.gson.Gson.fromJson(Gson.java:768)
at net.minecraft.server.management.PlayerProfileCache.func_152657_b(PlayerProfileCache.java:212)
at net.minecraft.server.management.PlayerProfileCache.(PlayerProfileCache.java:75)
at net.minecraft.server.MinecraftServer.(MinecraftServer.java:200)
at net.minecraft.server.integrated.IntegratedServer.(IntegratedServer.java:52)
at net.minecraft.client.Minecraft.(Minecraft.java:339)
at net.minecraft.client.main.Main.main(Main.java:129)
Caused by: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was STRING at line 1 column 1
at com.google.gson.stream.JsonReader.beginArray(JsonReader.java:338)
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:79)
at com.google.gson.internal.bind.CollectionTypeAdapterFactory$Adapter.read(CollectionTypeAdapterFactory.java:60)
at com.google.gson.Gson.fromJson(Gson.java:803)
... 7 more
Java HotSpot(TM) 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release

Cant use session stealer

When i copy from internet session id to session stealer application i dont get the alt, just nothing happens

GitHub Format Still Used?

Proof on website
It says it still uses the GitHub format, and is hosted as a public source and you can fork it. However, it migrated away to a new one but still says this.

Search box bugs

  1. Space not efficient in phones.
    0
  2. "This is not a secure form" on Apple devices.

Login is broken

After logging in, you are sent to a blank page (Firefox) or an error 500-Bad programming/under maintenance (IE, EDGE, OPERA, CHROME, SAFARI, TOR)

If you attempt to go back to the websites home page (www.wurst-client.tk) you are not logged in.

Part 3 error

In part 3 of the contributing tutorial (Java Code Style > Formatter), where the instructions tell you to import codestyle.xml but the file is called formatter.xml instead.

Debugging Wurst

The page on the wiki is a heavily modified version of my wiki page and is just the same as the old wiki page. Also recompilation section is deleted. I will put some of @Alexander01998's warnings into the wiki page I have created, but I believe the tutorial should mainly how it should be so beginners (Like me) can figure out how to debug Wurst in Eclipse. I did not need to know Java to add in a simple mod to Wurst. I simply looked at how the previous mods were sorted out. I believe the beginners need a better tutorial

"How it all began" page

When the Wurst development started, why it's called "Wurst", about the old GriefWurst channel, etc.

Collection for redirects

_redirects/
  ideas.html
  bugs.html
  changelog.html

Having all the redirects in one place removes a lot of clutter.

Better Installation tutorial

Using MetroUI's .step-list class and some jQuery slide() magic, we can make the installation tutorial both fancier and more user-friendly.

At first, it would be a short and simple .step-list (e.g. Download Wurst, Extract to versions, Make a profile in the Minecraft launcher). Each step would have links with common questions that people might have, e.g. "How do I extract a ZIP file?". Those links would then slideToggle() the answer to the question.

Screenshots should also be hidden until the user clicks on a "What does that look like?" link. That would make the page load faster.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.