Jump to content

Lord Ptolemy

Forum Administrators
  • Posts

    870
  • Joined

  • Last visited

  • Days Won

    17

Posts posted by Lord Ptolemy

  1. 13 minutes ago, charlieback15 said:

    http://pastebin.com/G28YZXTZ not sure if thats what u wanted but here u go :)

    It seems you have Java settings that are being stored in your OS, which are interfering with the Technic launcher.

    1.) Close the Technic launcher. Do not leave it running!

    2.) Please download this file: http://download.uskarian.net/technic/clearJavaEnvVars.bat

    3.) Right Click on the file you just downloaded

    4.) Click on Run as Administrator

    5.) Make sure the script ran successfully

    6.) Press any key to close the script

    7.) Start the launcher again. Contents of file(for the paranoid):

    ::kill any currently running java processes
    taskkill /f /im javaw.exe 
    ::override user set java variables messing with launcher 
    ::Clears the system variable 
    _JAVA_OPTIONS setx _JAVA_OPTIONS "" /m 
    ::Clears the local variable 
    _JAVA_OPTIONS setx _JAVA_OPTIONS "" 
    ::To let you know if it failed or was successful. Just press esc or enter.
    pause

     

  2. 1 hour ago, Skullbro204 said:

    Just downloaded n installed technic launcher and it doesn't open at all. Can't even get to the log in screen. Any way to fix this?

    Please install or reinstall your Java from this link: http://java.com/en/download/manual.jsp

    If you're using Windows, please use the version Windows Offline (64-Bit).

    After downloading the Java installer. Please click on the installer to install it.

  3. 3 hours ago, connor0010 said:

    I have literally done everything I can to fix this problem. I have Java bit 64 and allocated 7 GB OF MEMORY INTO THE LAUNCHER and it will crash when I click play. I have windows 10

    1.) Start the Technic launcher

    2.) Click on the button in the very top right of the launcher called launcher options

    3.) A window should appear

    4.) Click on the button in the bottom left corner called open logs

    5.) Find the log file dated for today(techniclauncher_YYYY-MM-DD.log). NOT the log file from yesterday, the week before or last month!

    6.) Now please copy and paste the contents of the log to http://pastebin.com/  

    7.) Give us the Pastebin link of the log file. DO NOT PASTE THE CONTENTS OF THE LOG FILE INTO A REPLY ON HERE.

  4. 3 hours ago, poylido said:

    Hy guys I have a freind that own a mac and can't download the luncher can anyone help me plz.

    Then have your friend post instead of you. It is tiring trying to help people through a proxy.

  5. Try following this:

    Java 8

    1.) Close the launcher. Make sure it isn't running!

    2.) Download and install: https://download.uskarian.net/java/jre-8u25-windows-x64.exe

    3.) Start up the launcher

    4.) Launcher options -> Java settings -> Minecraft Java Version -> pick 1.8.0_25 64-Bit

    5.) Attempt to launch a modpack.

    DO NOT update Java 8 as versions past this one do not work.

     

    OR

     

    Java 7

    1.) Close the launcher. Make sure it isn't running!

    2.) Download and install: https://download.uskarian.net/java/jre-7u80-windows-x64.exe

    3.) Start up the launcher

    4.) Launcher options -> Java settings -> Minecraft Java Version -> pick 1.7.0_80 64-Bit

    5.) Attempt to launch a modpack.

  6. 58 minutes ago, Guilgamesh said:

    Ola Queria saber uma coisa o dono do serve que eu sou diretor esta com um problema. ele atualizou o modpackha 30 minutos  18:30 do dia 09/10/2016 Mas no Laucher o modpakc nao aparece a atualizaçao. nosso servidor esta perdendo players queriamos saber quando ira voltar com a atualizalao (Quanto tempo demora) 

     

    Des de Ja agradeço 

     

    Modpack em questao e o A Era do Futuro 1-MC

     

    The API caches results. So modpack updates are usually instant, but they can take up to an hour. You will just have to wait until it updates.

    Also you will need to restart the Technic launcher as updates are checked only during startup.

  7. 4 hours ago, Lyes Oussaiden said:

    Well, I had that before and it didn't work. I found another forum post (I can't quite remember where...) that said that "raw=1" would work.
    However, I'll try again and report back.

    EDIT:

    It still has the same problem. Do I need Dropbox Pro or something like that? Does the file need to be in a public folder or has that been fixed?

    EDIT 2:

    There's problems with this modpack anyway. I'll be uploading a new file in just a moment. Maybe that'll fix the issue? (There's clashes with some mods. -I uploaded the wrong version of the modpack.)

    It downloaded fine for me after you switch the ?raw=1 with ?dl=1 (current link: https://www.dropbox.com/s/ghahsnc2bo89uu4/squireattirev1.1.zip?dl=1)

    Are you sure you waited for the API to update to the new link?

  8. 1 hour ago, MrDarqu said:

    When i try to launch mod pack i have error in console. In options of mod pack i have 64 bit java and 4 gb ram.

    [B#347] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    [B#347] SLF4J: Defaulting to no-operation (NOP) logger implementation
    [B#347] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
    [B#347] File version.json not found in C:\Users\user\AppData\Roaming\.technic\modpacks\hexxit\bin\modpack.jar

    and next it happend

    [B#347]  Error occurred during initialization of VM
    [B#347]  Initial heap size set to a larger value than the maximum heap size
    [B#347]  Picked up _JAVA_OPTIONS: -Xmx512m
    [B#347] Analytics Response [runModpack]: 200
    [B#347] Starting download of 552552.png?1443082685, with 3 tries remaining
     it automaticly give me 512 mb ram :/ and i cant run any modpack 

    when i try to fix it i have that in console

    http://pastebin.com/YHhDnJP4

    It seems you have Java settings that are being stored in your OS, which are interfering with theTechnic launcher.

    1.) Close the Technic launcher. Do not leave it running!

    2.) Please download this file: http://download.uskarian.net/technic/clearJavaEnvVars.bat

    3.) Right Click on the file you just downloaded

    4.) Click on Run as Administrator

    5.) Make sure the script ran successfully

    6.) Press any key to close the script

    7.) Start the launcher again.

    Contents of file:

    ::kill any currently running java processes
    taskkill /f /im javaw.exe
    ::override user set java variables messing with launcher
    ::Clears the system variable _JAVA_OPTIONS
    setx _JAVA_OPTIONS "" /m
    ::Clears the local variable _JAVA_OPTIONS
    setx _JAVA_OPTIONS ""
    ::To let you know if it failed or was successful. Just press esc or enter.
    pause
  9. 29 minutes ago, Nim85 said:

    I fixed my problem, I just need a new java program.Thanks for your help though 

     

    You reinstalled Java and that fixed your issue?

  10. 4 hours ago, Lyes Oussaiden said:

    Hello!
    I've been trying to get my mod-pack to download properly but I haven't been too successful.
    I believe I have done everything properly and have made sure that the link to my Dropbox has been a direct download.
    I have tried Google Drive and that hasn't worked either.

    My main problem with Dropbox is that it downloads fine, but then restarts the download.
    After checking the mod-pack location inside of .technic, I have found that the download saves into the "cache" section
    of the pack, with the same amount of files and data structure as before.

    What should I do in order to get it working again?

    My mod-pack:
    http://www.technicpack.net/modpack/squires-attire.901489

    The download link to my mod-pack: (Just in-case you need to see it.)
    https://www.dropbox.com/s/6vhw25kduwu0xuu/SquireFitForAKingV1.zip?dl=1

    The structure of the zip file:

    | bin
    | - modpack.jar
    | config
    | - (All of the config files.)
    | mods
    | - (All of the mod files.)

    I have made sure that "bin", "config", and "mods" are the base folders of the zip.

    The download link looks fine & the structure looks fine.
    What's the exact error you get?

    EDIT:
    I see what you mean. The launcher redownloads the pack 3 times then errors out.

    After taking a look at what the api has in cache:

    This is what you have linked there: 

    https://www.dropbox.com/s/6vhw25kduwu0xuu/SquireFitForAKingV1.zip?raw=1
    
    Notice the ?raw=1
    
    Needs to be ?dl=1
    like you have in your original post.
    
  11. 9 hours ago, Nim85 said:

         So I got Minecraft a few years ago and decided to try out Technic. And when I download the launcher and try to sign in (With my MINECRAFT account)it says: an error occurred while trying to reach authserver.mojang.com. I don't know if the severs are down or if i'm just being stupid and missing something obvious, but please help! 

    There are many different causes/solutions for this that I have seen. One may work for you or none of them.

    - Have you tried disabling your antivirus?

    - Is javaw and or technic launcher allowed through your firewall?

    - Have you tried resetting your router?

    Windows Only:
    - Run 

    netsh winsock reset

     in an elevated command prompt then restarted your computer?

  12. 5 minutes ago, Spency said:

    Your problem seem to be solved though, if you need further help to completely uninstall Technic Launcher, you can get an uninstaller like Perfect uninstaller or mighty uninstaller.

    Such a program is not needed and useless in this case. Those use the windows registry to scan for left over files. Technic does not use the registry.

    Furthermore issues with the launcher not running at all is almost never a case for a reinstall. It is usually an issue with their Java install.

  13. 3 hours ago, Wishes said:

    i dont want to "update" my modpack - i just want to download it finally ...

    my first try dont install forge - so i repack everything again and change the download link - and delete the hole launcher.

    that must be the "problem" - is that new? ive never problems with my older modpacks

    I rly think about to setup more modpacks ... only to test if it works because w8ing around a hour suxxs ...

     

    If you're testing your modpack. You do not need to upload it then link it to Technic every time. You can easily open up the modpack folder Technic provides from the first install and add and remove stuff as needed. When it is ready, then you can compress everything into a zip file and upload and link to the platform. This will help speed up development.

    As for the caching, no it isn't new. Usually updates are instant, but sometimes they can take up to an hour before the API updates.

  14. 12 minutes ago, Wishes said:

    Hey,

    If I change the DL Link for my Modpack it doesnt change the link in Launcher (still the old).

    Did you increment the modpack version number?

    If so it can take up to an hour for the api to update its cache.

    Also make sure you've restarted the launcher. It only checks for updates once and that's when you start it.

  15. 15 hours ago, HeyItzSkyl3r said:

    I registered this email and another for TechnicPack.net but did not receive verification emails for any of them.

    Check your spam folder. If it isn' t there then please wait up to 24hrs to receive the email. There had been an issue with them sending, but has since then been fix. They just take awhile.

  16. 14 hours ago, ezcz1234 said:

    The Technic launcher itself loads fine, but when I try to launch tekkit legends, the launcher disappears, and reappears a few seconds after. The game doesn't want to load. how do I fix this? I haven't done anything to modify the modpack, and I've tried reinstalling the modpack.

    In order to get your logs, please go into the Launcher Options (upper-right corner), then on the bottom-left corner of that screen, click "Open Logs". The logs are all called techniclauncher_YYYY-MM-DD.log, with YYYY being the Year, MM being the Month, and DD being the day. We need the Logs from when you were/are having your issues. You can upload the file to pastebin.com

  17. 24 minutes ago, rkfmckee said:

    (Firstly, its my first time on the forums, so this post probably isn't in the correct place. Please move it to where it should be.)

    I downloaded the Mianite Reborn pack and a server, and whenever I run the server, it loads some things, then throws up this error and crashes.

    
    [14:18:53] [Server thread/ERROR]: Fatal errors were detected during the transition from INITIALIZATION to POSTINITIALIZATION. Loading cannot continue

    The whole 1500 line long crash log will be linked below.

    It says just above the error, "[14:18:52] [Server thread/INFO]: Totemic is entering its initialisation stage", but removing this mod does nothing.

    I really don't know what's happening, any help is appreciated.

    Error log: http://pastebin.com/pgKPynxC

    (The error is around line 1082)

    Computer Specs:

    Operating System: Windows 10 64-Bit 
    Processor: Intel Core i7-4770K CPU 3.50 GHz 
    RAM: 16GB 
    Graphics Card: AMD Radeon HD 7900 Series

     

    For Mianite Reborn.

    You need to remove the mod called "Tabby Chat"

    Then you need to roll back your client to 1.0.0 as the server download hasn't been updated to more recent versions.

  18. 10 hours ago, kickflare said:

    Hey, I updated my modpack on the site and every time i try to download it on the launcher it refuses to do the updated version. 

    please fix

    There was a caching issue 2 days ago. It should be fixed now.

    Are you sure you incremented the modpack version number?

  19. On 10/6/2016 at 9:51 PM, Tylerspore said:

    So my friend is trying to install the launcher, but the problem she is having is when ever she tries to download it, it asked her to download java runtime, she tried to download it with a manual link/ download, but it still hasn't work, any suggestions? she is using windows 10, and when ever she tries to install java it seems to not work.

    To get this correct.

    Your friend is trying to run the Technic launcher. When she starts the launcher it tells her to download Java? When she downloads Java, installer has an issue?

×
×
  • Create New...