Jump to content
  • Home
  • Files
  • Docs
Status Updates
  • All Content

  • Advanced Search
  • Existing user? Sign In  

    Sign In



    • Not recommended on shared computers


    • Forgot your password?

  • Sign Up
  • All Activity
  • Home
  • SanAndreasP

SanAndreasP

Forge Modder
 View Profile  See their activity
  • Content Count

    1689
  • Joined

    June 8, 2012
  • Last visited

    February 24, 2018
  • Days Won

    1

SanAndreasP last won the day on September 3 2019

SanAndreasP had the most liked content!

Community Reputation

402 Excellent

1 Follower

  • murilogamesmdt

About SanAndreasP

  • Rank
    World Shaper

Converted

  • Gender
    Male
  • Personal Text
    Maintainer of the Clay Soldiers Mod and others

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. murilogamesmdt started following SanAndreasP September 8, 2017
  2. SanAndreasP

    [Meta] There's a lot of spam

    SanAndreasP replied to Aarilight's topic in Off-topic

    • February 15, 2017
    • 4 replies
  3. SanAndreasP

    The New Forums

    SanAndreasP replied to Draco18s's topic in General Discussion

    Can you do something against these bots? It's the second day I've seen bots clutter the forums this week. AFAIK on the old forum software we had these Minecraft-related questions you had to answer before you're newly registering to the forums. Right now we just have the "I'm not a robot" captcha, which I believe isn't very effective.
    • February 15, 2017
    • 38 replies
      • 1
      • Like
  4. SanAndreasP

    The Entity Attribute System - How to manipulate it in code

    SanAndreasP replied to SanAndreasP's topic in User Submitted Tutorials

    I've updated the tutorial to accommodate for 1.10/1.11 and also fix formatting that broke due to the new forum software migration.
    • February 10, 2017
    • 4 replies
      • 1
      • Like
  5. SanAndreasP SanAndreasP changed their profile photo February 3, 2017
  6. SanAndreasP started following Dynamic textures (1.4 compass-style) in 1.5? February 1, 2017
  7. SanAndreasP

    Game won't launch

    SanAndreasP replied to garnc's topic in Support & Bug Reports

    Try without Optifine.
    • January 25, 2017
    • 14 replies
  8. SanAndreasP

    problem with forge 1.10.2

    SanAndreasP replied to bigjim1964's topic in Support & Bug Reports

    Here are some answers that might solve your problem: http://stackoverflow.com/questions/16373906/address-family-not-supported-by-protocol-family-socketexception-on-a-specific
    • January 20, 2017
    • 1 reply
  9. SanAndreasP

    [SOLVED] Forge server 1.11.2 crashes on launch

    SanAndreasP replied to NeonSukai's topic in Support & Bug Reports

    Did you agree to the EULA? (open eula.txt in your server and set "eula=false" to "eula=true")
    • January 12, 2017
    • 17 replies
  10. SanAndreasP

    Minecraft Crashes on startup

    SanAndreasP replied to RandyVuu's topic in Support & Bug Reports

    -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx1024M -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn1024M -Xmx256M Yeah, something is adding an additional Xmx, allocating just 256MB RAM max. My suggestions: 1. Check your VM flags in your profile settings again 2. If there's no additional Xmx, check if you have the _JAVA_OPTIONS environment variable and delete it if you do: 3. If you use a custom launcher, it might add another Xmx option itself. In that case, either the launcher has a memory setting or you need to use a different launcher (preferably the vanilla one)
    • January 6, 2017
    • 2 replies
  11. SanAndreasP

    (SOLVED) [1.11] HarvestDropEvent

    SanAndreasP replied to Rohzek's topic in Modder Support

    event.getState().getBlock() == Blocks.whatevs
    • January 5, 2017
    • 3 replies
  12. SanAndreasP

    It is having crash while I'm downloading files

    SanAndreasP replied to No_Nick's topic in Support & Bug Reports

    1. According to your PC/Notebook specs, I highly doubt you're able to run 1.11. Modded Minecraft needs at least 1GB of memory for the start. 2. Your graphics card / GPU is trash, it barely supports OpenGL: Also, the GPU can't handle a big enough texture sheet (probably because it being a mobile GPU and using only shared memory, and not having enough of it), thus it's crashing. Sadly the only two suggestions I can give you is: 1. try to update your graphics card driver, It may work, bit I highly doubt it. 2. get a new PC/Notebook.
    • January 4, 2017
    • 5 replies
  13. SanAndreasP

    Forge on MC 1.10.2 Crashing when creating or loading worlds

    SanAndreasP replied to WickedRainGaming's topic in Support & Bug Reports

    Thank you, and I'll get to removing this but how did you know, I looked through the logs i posted and there's nothing about chtbrkg.dll , I just wanted to know for future reference. Thanks!! EDIT: I just searched it on my pc and found it. How did you know.. In your minecraft console, java crashed with this: # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000007fef89642ec, pid=4668, tid=4244 # # JRE version: Java(TM) SE Runtime Environment (8.0_25-b18) (build 1.8.0_25-b18) # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.25-b02 mixed mode windows-amd64 compressed oops) # Problematic frame: # C [chtbrkg.dll+0x242ec] That's all it took.
    • December 28, 2016
    • 9 replies
  14. SanAndreasP

    Minecraft Crash Report

    SanAndreasP replied to INSANEGUY4789's topic in Support & Bug Reports

    Wrong forum. Also I'm sorry, but 1.7.10 isn't supported here anymore.
    • December 28, 2016
    • 1 reply
  15. SanAndreasP

    [1.11] Adding world options

    SanAndreasP replied to Kokkie's topic in Modder Support

    You should use InitGuiEvent.Post instead of InitGuiEvent.Pre, because the button list is cleared after the Pre event.
    • December 28, 2016
    • 35 replies
  16. SanAndreasP

    Minecraft crashed when is traincraft and railcraft in mods folder

    SanAndreasP replied to Bero01's topic in Support & Bug Reports

    Well, then it has nothing to do with Forge. You need to go tell the traincraft author your problem.
    • December 28, 2016
    • 1 reply
  17. SanAndreasP

    Forge on MC 1.10.2 Crashing when creating or loading worlds

    SanAndreasP replied to WickedRainGaming's topic in Support & Bug Reports

    uhh... the crash involves chtbrkg.dll and a quick google search tells me it is a trojan virus, so... you'd need to take care of that with an antivirus program.
    • December 28, 2016
    • 9 replies
  18. SanAndreasP

    Stuck at Model Loader

    SanAndreasP replied to TheMCProf's topic in Support & Bug Reports

    You need to give Minecraft more memory in the profile/launcher settings.
    • December 13, 2016
    • 1 reply
  • All Activity
  • Home
  • SanAndreasP
  • Theme

Copyright © 2019 ForgeDevelopment LLC · Ads by Longitude Ads LLC Powered by Invision Community