TheRPGAdventurer Posted March 2, 2018 Posted March 2, 2018 when I run debug and it shows me the debug perspective the game stops responding and it shows me a class that says url not found and inside it is just a red text saying source not found and it shows me a clickable button that says edit source path. Quote
skeeter144 Posted March 2, 2018 Posted March 2, 2018 Are you hitting a breakpoint and trying to step through external code? Quote
TheRPGAdventurer Posted March 2, 2018 Author Posted March 2, 2018 Just now, skeeter144 said: Are you hitting a breakpoint and trying to step through external code? I dont understand you sorry, if I get to the debug perspective the game just stop launching. gonna post a screenshot. Quote
skeeter144 Posted March 2, 2018 Posted March 2, 2018 You go into Debug mode because you hit a breakpoint. In your top right window are all of your breakpoints you have set. I would imagine you set a breakpoint somewhere by accident. Right click on the breakpoint names and select "Remove" Quote
TheRPGAdventurer Posted March 2, 2018 Author Posted March 2, 2018 Just now, skeeter144 said: You go into Debug mode because you hit a breakpoint. In your top right window are all of your breakpoints you have set. I would imagine you set a breakpoint somewhere by accident. Right click on the breakpoint names and select "Remove" So I would remove all my breakpoints? How do I even edit minecraft live now, you know ithout restarting the game just to change a features? Quote
liars-paradox Posted March 7, 2018 Posted March 7, 2018 It sounds like your project isn't set up properly. Maybe you have something like "src/main/" instead of "src/main/java" set as the source folder in your eclipse project? What do the Java files look like to you in Eclipse? Do they look like normal files where you have to go through a standard file directory tree or do you have all of the folders show up like proper Java packages? Quote
jabelar Posted March 7, 2018 Posted March 7, 2018 That isn't a breakpoint, it is obviously a null pointer exception. Not sure why you'd hit it in debug mode and not in normal mode. But it says you have a null pointer problem with your ContainerDragon class. Quote Check out my tutorials here: http://jabelarminecraft.blogspot.com/
TheRPGAdventurer Posted March 9, 2018 Author Posted March 9, 2018 Just now, jabelar said: That isn't a breakpoint, it is obviously a null pointer exception. Not sure why you'd hit it in debug mode and not in normal mode. But it says you have a null pointer problem with your ContainerDragon class. I was going to intend to try this: he used the debug feature so that when I really need a quick change like model part locations etc. I would not need to quit and restart minecraft. Quote
sir_titi Posted March 10, 2018 Posted March 10, 2018 if you add method, fields what not then you always have to reboot. these are hard changes so yea you could change values of already set fields, ... but not new thingy's Quote Always looking for new challenges, and happy to help the people where ever I can
Cadiboo Posted November 28, 2018 Posted November 28, 2018 On 3/11/2018 at 2:31 AM, sir_titi said: if you add method, fields what not then you always have to reboot. these are hard changes so yea you could change values of already set fields, ... but not new thingy's Or you could use DCEVM Quote About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.