Jump to content

Recommended Posts

Posted

every time i try to break a block in smp, the client crashes and burns (the server is fine, it only logs the incident as "generic.error" or some such thing)

because of the way i have the client set up, I cant look at the error script stack trace

(consequently if anyone has a batch file that works with minecraft portable that would help immensely)

 

i can, however list of the mods from memory

 

keep in mind that this is not my main instalation

 

minecraft forge 3.1.2.90  (no modloadermp)

 

smart moving (and its dependencies)

 

redpower (all modules)

 

equivalent exchange

 

zombe's modpack (and the forge patch)

 

singleplayer commands

not enough items

error log: Mods loaded: 49...

 

 

okay okay, i admit that may be a bit overboard...

Posted

did you even read my post?

 

i said i cant look at it.

 

i have a copy of the error test batch file but it refuses to work for minecraft portable and minecraft closes too fast after the crash for me to even see any text.

 

if you know of anything i could use to get the stack trace i will gladly post it, but as it is i cant get the stack trace so i did the best i could.

 

 

error log: Mods loaded: 49...

 

 

okay okay, i admit that may be a bit overboard...

Posted

Yes, whatever you use to run your minecraft

Run the same command except use java instead of javac

I know.. its like voodoo magiks!

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted

i dont run minecraft by command i use the launcher, when i tried to adapt the error tester to the minecraft portable instalation it crashed after providing a stack trace with a number of mods i know i did not install in the portable instalation.

 

 

EDIT: I'm going to chart this out in an attempt to make it a bit clearer what I am doing

 

my main installation: 50+ mods,  used strictly for singleplayer

installed in the .appdata folder, uses unmodified launcher

the error test batch file works here

 

 

 

my server installation: <10 mods, not including modloader and other api's, used to connect to my server (its bugged but sorta works).

installed in a folder on my desktop, uses modified launcher (minecraft portable 2.6)

the error test batch file does not work here

 

error log: Mods loaded: 49...

 

 

okay okay, i admit that may be a bit overboard...

Posted

Go complain to whomever made the launcher you use to make it show the error log.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

Posted

okay, well thanks for trying to help.

ill try a few more things to get the stack trace

 

EDIT: how can i login using a command?

now my problem is that using command line doesnt log me in at minecraft.net, thus i am refused connection to the server because it doesnt see me as a legitimate player

 

any suggestions?

error log: Mods loaded: 49...

 

 

okay okay, i admit that may be a bit overboard...

Posted
  On 5/11/2012 at 7:46 PM, LexManos said:

java -jar Minecraft.exe

i will write this down, then I will applaud you.

 

thank you

 

EDIT: okay, i tried it, and it just hangs at blackscreen.  it's not bringing up a stack trace.  I'm going to try reinstalling everything

 

EDIT 2:found it :) it was on the console not the game

 

  Reveal hidden contents

 

error log: Mods loaded: 49...

 

 

okay okay, i admit that may be a bit overboard...

Posted

Something you have is overriding Forge's yw class, if i had to guess, its Smart Moving.

I do Forge for free, however the servers to run it arn't free, so anything is appreciated.
Consider supporting the team on Patreon

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



  • Recently Browsing

    • No registered users viewing this page.
  • Posts

    • Hi, I made this mod, inspired by my friends and various loud streamers, and it's perfect for YouTubers who want a little extra pizzaz when they scream in their videos.   The mod works by detecting a high sound level (which you can configure) through your computer’s audio input. Once the sound threshold is reached, your player character will instantly explode! It doesn't use any external APIs; it just relies on the built-in javax sampled package. Check it out!    
    • Good day, I know this is years later and I hate to necropost but I ran into this exact same issue today and yours was the only one that popped up in my search. Turns out my file system permissions were all kinds of messed up in my minecraft directory. Here's how I fixed it: 1. Open terminal 2. Navigate to the .minecraft directory using the cd command, it can be helpful to have your file explorer open next to your terminal if you're a more visual person like me 3. On my OS (PopOS) the folders with messed up permissions had a padlock on them 4. Ran the command  sudo chmod a+rwx [fileName] I also ran  sudo chmod 777 [fileName] and got the same results with both. However it turns out a lot of my sub folders were messed up too which meant I had to make the changes recursively, which in plain English means all of the sub-folders under the directory. So I ended up running the command  sudo chmod -R 777 [fileName] which then changed all of the subfolders and files and ended up saving me a LOT of time doing it one at a time like the first two commands do. 5. After fixing permissions in the various subfolders ran the installer with the command java -jar [latestForgeInstallerNameGoesHereWithoutSquareBrackets] 6. Installed and launched without a hitch! Hope this helps new Linux users as for most advanced users this breakdown isn't very helpful, I'm still learning a ton myself. Additional note that might clear up future confusion, do not include [ or ] in your commands that I've listed here, I just use [ and ] in my personal notes to denote that I need to put something from the file system in the command. If yours was anything like mine all of the files from /de/oceanlabs/mcp/mcp_config/1.18-20211130.085255/mcp_config-1.18-20211130.085255-mappings.txt all had the wrong permissions. -Zamorakphat
    • hi fellas I remember back when I was in high school and had way more time to develop mods, there were tons of active posts, and while the documentation wasn’t always super extensive, you could always find someone to help you out with your questions or see someone else’s threads that were really informative. But lately, I’ve noticed that the forum seems pretty empty compared to how it used to be. I’m wondering, is there a specific reason for this? Is it just that the community has moved to other platforms, like Discord? It feels like a lot of the knowledge base and conversations have shifted over there. I’m just curious to hear others’ thoughts on this, and if anyone knows why the forum has become quieter, I’d love to know! Thanks!
    • @TileEntity Here's the log, sorry for all the trouble and confusion  https://paste.ee/p/Ihi4VMVn
    • https://gist.github.com/StrikeAttack7/f638897b5ffb88cc6db6c21946e1a216 When I tried logging into the server client side this is the error I got
  • Topics

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.