# # There is insufficient memory for the Java Runtime Environment to continue. # Native memory allocation (mmap) failed to map 7516192768 bytes for Failed to commit pages from 0 of length 1835008 # Possible reasons: #  The system is out of physical RAM or swap space #  In 32 bit mode, the process size limit was hit # Possible solutions: #  Reduce memory load on the system #  Increase physical memory or swap space #  Check if swap backing store is full #  Use 64 bit Java on a 64 bit OS  <-- Using 64bit Java #  Decrease Java heap size (-Xmx/-Xms)  <-- I know what those mean-ish. #  Decrease number of Java threads #  Decrease Java thread stack sizes (-Xss) #  Set larger code cache with -XX:ReservedCodeCacheSize= # This output file may be truncated or incomplete. # # Out of Memory Error (os_windows.cpp:3324), pid=9748, tid=10084 # # JRE version: (8.0_45-b14) (build ) # Java VM: Java HotSpot(TM) 64-Bit Server VM (25.45-b02 mixed mode windows-amd64 compressed oops) # Failed to write core dump. Minidumps are not enabled by default on client versions of Windows #
---------------Â T H R E A DÂ ---------------
Current thread (0x000000000056f000):Â JavaThread "Unknown thread" [_thread_in_vm, id=10084, stack(0x0000000002810000,0x0000000002910000)]
VM Mutex/Monitor currently owned by a thread:Â ([mutex/lock_event]) [0x0000000002469780] Heap_lock - owner thread: 0x000000000056f000
GC Heap History (0 events): No events
Deoptimization events (0 events): No events
Internal exceptions (0 events): No events
Events (0 events): No events
Dynamic libraries: 0x000000013fc10000 - 0x000000013fc47000 Â Â Â C:\Program Files\Java\jre1.8.0_45\bin\javaw.exe 0x0000000077910000 - 0x0000000077ab9000 Â Â Â C:\Windows\SYSTEM32\ntdll.dll 0x00000000776f0000 - 0x000000007780f000 Â Â Â C:\Windows\system32\kernel32.dll 0x000007fefd8e0000 - 0x000007fefd94c000 Â Â Â C:\Windows\system32\KERNELBASE.dll 0x000007fefeed0000 - 0x000007fefefab000 Â Â Â C:\Windows\system32\ADVAPI32.dll 0x000007fefeca0000 - 0x000007fefed3f000 Â Â Â C:\Windows\system32\msvcrt.dll 0x000007fefdbb0000 - 0x000007fefdbcf000 Â Â Â C:\Windows\SYSTEM32\sechost.dll 0x000007fefda80000 - 0x000007fefdbad000 Â Â Â C:\Windows\system32\RPCRT4.dll 0x0000000077810000 - 0x000000007790a000 Â Â Â C:\Windows\system32\USER32.dll 0x000007feff450000 - 0x000007feff4b7000 Â Â Â C:\Windows\system32\GDI32.dll 0x000007fefebf0000 - 0x000007fefebfe000 Â Â Â C:\Windows\system32\LPK.dll 0x000007feff5d0000 - 0x000007feff69a000 Â Â Â C:\Windows\system32\USP10.dll 0x000007fefbf80000 - 0x000007fefc174000 Â Â Â C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_fa3b1e3d17594757\COMCTL32.dll 0x000007feff2c0000 - 0x000007feff331000 Â Â Â C:\Windows\system32\SHLWAPI.dll 0x000007feff5a0000 - 0x000007feff5ce000 Â Â Â C:\Windows\system32\IMM32.DLL 0x000007feff340000 - 0x000007feff449000 Â Â Â C:\Windows\system32\MSCTF.dll 0x0000000065430000 - 0x0000000065502000 Â Â Â C:\Program Files\Java\jre1.8.0_45\bin\msvcr100.dll 0x0000000056000000 - 0x0000000056883000 Â Â Â C:\Program Files\Java\jre1.8.0_45\bin\server\jvm.dll 0x000007fef7dd0000 - 0x000007fef7dd9000 Â Â Â C:\Windows\system32\WSOCK32.dll 0x000007feffbd0000 - 0x000007feffc1d000 Â Â Â C:\Windows\system32\WS2_32.dll 0x000007fefda70000 - 0x000007fefda78000 Â Â Â C:\Windows\system32\NSI.dll 0x000007fef9fe0000 - 0x000007fefa01b000 Â Â Â C:\Windows\system32\WINMM.dll 0x000007fefc560000 - 0x000007fefc56c000 Â Â Â C:\Windows\system32\VERSION.dll 0x0000000077ae0000 - 0x0000000077ae7000 Â Â Â C:\Windows\system32\PSAPI.DLL 0x0000000070f00000 - 0x0000000070f0f000 Â Â Â C:\Program Files\Java\jre1.8.0_45\bin\verify.dll 0x0000000067c50000 - 0x0000000067c79000 Â Â Â C:\Program Files\Java\jre1.8.0_45\bin\java.dll 0x0000000067c30000 - 0x0000000067c46000 Â Â Â C:\Program Files\Java\jre1.8.0_45\bin\zip.dll 0x000007fef9e70000 - 0x000007fef9f95000 Â Â Â C:\Windows\system32\dbghelp.dll
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.45-b02) for windows-amd64 JRE (1.8.0_45-b14), built on Apr 10 2015 10:34:15 by "java_re" with MS VC++ 10.0 (VS2010)
The application simply flashes up, and crashes immediately upon launching. No other applications were open at that time.
I've launched and ran TekkitLegends just fine before, this is the first time this has happened. I never really experienced any problems regarding the Launcher or Official Modpacks.
So I don't know the exact process of troubleshooting, or what to provide when requesting help. If you need more information, I'll gladly provide.
Question
Derpixel
Problem stated below Crash Report
_________________
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (mmap) failed to map 7516192768 bytes for Failed to commit pages from 0 of length 1835008
# Possible reasons:
#Â Â The system is out of physical RAM or swap space
#Â Â In 32 bit mode, the process size limit was hit
# Possible solutions:
#Â Â Reduce memory load on the systemÂ
#Â Â Increase physical memory or swap space
#Â Â Check if swap backing store is full
#Â Â Use 64 bit Java on a 64 bit OS Â <-- Using 64bit Java
#Â Â Decrease Java heap size (-Xmx/-Xms) Â <-- I know what those mean-ish.
#Â Â Decrease number of Java threads
#Â Â Decrease Java thread stack sizes (-Xss)
#Â Â Set larger code cache with -XX:ReservedCodeCacheSize=
# This output file may be truncated or incomplete.
#
#Â Out of Memory Error (os_windows.cpp:3324), pid=9748, tid=10084
#
# JRE version:Â (8.0_45-b14) (build )
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.45-b02 mixed mode windows-amd64 compressed oops)
# Failed to write core dump. Minidumps are not enabled by default on client versions of Windows
#
---------------Â T H R E A DÂ ---------------
Current thread (0x000000000056f000):Â JavaThread "Unknown thread" [_thread_in_vm, id=10084, stack(0x0000000002810000,0x0000000002910000)]
Stack: [0x0000000002810000,0x0000000002910000]
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
VÂ [jvm.dll+0x32b57a]
VÂ [jvm.dll+0x279873]
VÂ [jvm.dll+0x27a509]
VÂ [jvm.dll+0x271825]
VÂ [jvm.dll+0x296908]
VÂ [jvm.dll+0x21adc5]
VÂ [jvm.dll+0x3d775f]
VÂ [jvm.dll+0x3d8748]
VÂ [jvm.dll+0x3e0969]
VÂ [jvm.dll+0x3e1326]
VÂ [jvm.dll+0x3e1540]
VÂ [jvm.dll+0x3c13ea]
VÂ [jvm.dll+0x3c774e]
VÂ [jvm.dll+0xf1207]
VÂ [jvm.dll+0xf1b64]
VÂ [jvm.dll+0x20f057]
VÂ [jvm.dll+0x240e0a]
VÂ [jvm.dll+0x15ba41]
CÂ [javaw.exe+0x217e]
CÂ [javaw.exe+0xcd17]
CÂ [javaw.exe+0xcdab]
CÂ [kernel32.dll+0x159ed]
CÂ [ntdll.dll+0x2b831]
---------------Â P R O C E S SÂ ---------------
Java Threads: ( => current thread )
Other Threads:
=>0x000000000056f000 (exited) JavaThread "Unknown thread" [_thread_in_vm, id=10084, stack(0x0000000002810000,0x0000000002910000)]
VM state:not at safepoint (not fully initialized)
VM Mutex/Monitor currently owned by a thread:Â ([mutex/lock_event])
[0x0000000002469780] Heap_lock - owner thread: 0x000000000056f000
GC Heap History (0 events):
No events
Deoptimization events (0 events):
No events
Internal exceptions (0 events):
No events
Events (0 events):
No events
Dynamic libraries:
0x000000013fc10000 - 0x000000013fc47000 Â Â Â C:\Program Files\Java\jre1.8.0_45\bin\javaw.exe
0x0000000077910000 - 0x0000000077ab9000 Â Â Â C:\Windows\SYSTEM32\ntdll.dll
0x00000000776f0000 - 0x000000007780f000 Â Â Â C:\Windows\system32\kernel32.dll
0x000007fefd8e0000 - 0x000007fefd94c000 Â Â Â C:\Windows\system32\KERNELBASE.dll
0x000007fefeed0000 - 0x000007fefefab000 Â Â Â C:\Windows\system32\ADVAPI32.dll
0x000007fefeca0000 - 0x000007fefed3f000 Â Â Â C:\Windows\system32\msvcrt.dll
0x000007fefdbb0000 - 0x000007fefdbcf000 Â Â Â C:\Windows\SYSTEM32\sechost.dll
0x000007fefda80000 - 0x000007fefdbad000 Â Â Â C:\Windows\system32\RPCRT4.dll
0x0000000077810000 - 0x000000007790a000 Â Â Â C:\Windows\system32\USER32.dll
0x000007feff450000 - 0x000007feff4b7000 Â Â Â C:\Windows\system32\GDI32.dll
0x000007fefebf0000 - 0x000007fefebfe000 Â Â Â C:\Windows\system32\LPK.dll
0x000007feff5d0000 - 0x000007feff69a000 Â Â Â C:\Windows\system32\USP10.dll
0x000007fefbf80000 - 0x000007fefc174000 Â Â Â C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.18837_none_fa3b1e3d17594757\COMCTL32.dll
0x000007feff2c0000 - 0x000007feff331000 Â Â Â C:\Windows\system32\SHLWAPI.dll
0x000007feff5a0000 - 0x000007feff5ce000 Â Â Â C:\Windows\system32\IMM32.DLL
0x000007feff340000 - 0x000007feff449000 Â Â Â C:\Windows\system32\MSCTF.dll
0x0000000065430000 - 0x0000000065502000 Â Â Â C:\Program Files\Java\jre1.8.0_45\bin\msvcr100.dll
0x0000000056000000 - 0x0000000056883000 Â Â Â C:\Program Files\Java\jre1.8.0_45\bin\server\jvm.dll
0x000007fef7dd0000 - 0x000007fef7dd9000 Â Â Â C:\Windows\system32\WSOCK32.dll
0x000007feffbd0000 - 0x000007feffc1d000 Â Â Â C:\Windows\system32\WS2_32.dll
0x000007fefda70000 - 0x000007fefda78000 Â Â Â C:\Windows\system32\NSI.dll
0x000007fef9fe0000 - 0x000007fefa01b000 Â Â Â C:\Windows\system32\WINMM.dll
0x000007fefc560000 - 0x000007fefc56c000 Â Â Â C:\Windows\system32\VERSION.dll
0x0000000077ae0000 - 0x0000000077ae7000 Â Â Â C:\Windows\system32\PSAPI.DLL
0x0000000070f00000 - 0x0000000070f0f000 Â Â Â C:\Program Files\Java\jre1.8.0_45\bin\verify.dll
0x0000000067c50000 - 0x0000000067c79000 Â Â Â C:\Program Files\Java\jre1.8.0_45\bin\java.dll
0x0000000067c30000 - 0x0000000067c46000 Â Â Â C:\Program Files\Java\jre1.8.0_45\bin\zip.dll
0x000007fef9e70000 - 0x000007fef9f95000 Â Â Â C:\Windows\system32\dbghelp.dll
VM Arguments:
jvm_args: -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms7168m -Xmx7168m -XX:+UseG1GC -XX:MaxGCPauseMillis=4 -Djava.library.path=C:\Users\Faye\AppData\Roaming\.technic\modpacks\tekkit-legends\bin\natives -Dfml.core.libraries.mirror=http://mirror.technicpack.net/Technic/lib/fml/%s -Dminecraft.applet.TargetDirectory=C:\Users\Faye\AppData\Roaming\.technic\modpacks\tekkit-legends -Djava.net.preferIPv4Stack=true
java_command: net.minecraft.launchwrapper.Launch --username KejiWaiji --version 1.7.10-Forge10.13.4.1492-1.7.10 --gameDir C:\Users\Faye\AppData\Roaming\.technic\modpacks\tekkit-legends --assetsDir C:\Users\Faye\AppData\Roaming\.technic\assets --assetIndex 1.7.10 --uuid 5e59b69a77754e148f659629f906aa3e --accessToken a3d6b0cc48384ea8862455a9cab2c6ca --userProperties {twitch_access_token:[l2id3o22fjuzpahv7wdsnz2er5x601c]} --userType mojang --tweakClass cpw.mods.fml.common.launcher.FMLTweaker --title Tekkit Legends --fullscreen --icon C:\Users\Faye\AppData\Roaming\.technic\assets\packs\tekkit-legends\icon.png
java_class_path (initial): C:\Users\Faye\AppData\Roaming\.technic\modpacks\tekkit-legends\bin\modpack.jar;C:\Users\Faye\AppData\Roaming\.technic\cache\net\minecraft\launchwrapper\1.12\launchwrapper-1.12.jar;C:\Users\Faye\AppData\Roaming\.technic\cache\org\ow2\asm\asm-all\5.0.3\asm-all-5.0.3.jar;C:\Users\Faye\AppData\Roaming\.technic\cache\com\typesafe\akka\akka-actor_2.11\2.3.3\akka-actor_2.11-2.3.3.jar;C:\Users\Faye\AppData\Roaming\.technic\cache\com\typesafe\config\1.2.1\config-1.2.1.jar;C:\Users\Faye\AppData\Roaming\.technic\cache\org\scala-lang\scala-actors-migration_2.11\1.1.0\scala-actors-migration_2.11-1.1.0.jar;C:\Users\Faye\AppData\Roaming\.technic\cache\org\scala-lang\scala-compiler\2.11.1\scala-compiler-2.11.1.jar;C:\Users\Faye\AppData\Roaming\.technic\cache\org\scala-lang\plugins\scala-continuations-library_2.11\1.0.2\scala-continuations-library_2.11-1.0.2.jar;C:\Users\Faye\AppData\Roaming\.technic\cache\org\scala-lang\plugins\scala-continuations-plugin_2.11.1\1.0.2\scala-continuations-plugin_2.11.1-1.0.2.jar;C:\Users\Faye\AppData\Roaming\.technic\cache\org\scala-lang\scala-library\2.11.1\scala-library-2.11.1.jar;C:\Users\Faye\AppData\Roaming\.technic\cache\org\scala-lang\scala-parser-combinators_2.11\1.0.1\scala-parser-combinators_2.11-1.0.1.jar;C:\Users\Faye\AppData\Roaming\.technic\cache\org\scala-lang\scala-reflect\2.11.1\scala-reflect-2.11.1.jar;C:\Users\Faye\AppData\Roaming\.technic\cache\org\scala-lang\scala-swing_2.11\1.0.1\scala-swing_2.11-1.0.1.jar;C:\Users\Faye\AppData\Roaming\.technic\cache\org\scala-lang\scala-xml_2.11\1.0.2\scala-xml_2.11-1.0.2.jar;C:\Users\Faye\AppData\Roaming\.technic\cache\lzma\lzma\0.0.1\lzma-0.0.1.jar;C:\Users\Faye\AppData\Roaming\.technic\cache\net\sf\jopt-simple\jopt-simple\4.5\jopt-simple-4.5.jar;C:\Users\Faye\AppData\Roaming\.technic\cache\com\google\guava\guava\17.0\guava-17.0.jar;C:\Users\Faye\AppData\Roaming\.technic\cache\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\Faye\AppData\Roa
Launcher Type: SUN_STANDARD
Environment Variables:
PATH=C:\Program Files\Common Files\Siemens\Automation\Simatic OAM\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;c:\Program Files (x86)\Intel\iCLS Client\;c:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\Skype\Phone\;C:\Program Files\Java\jre1.8.0_45\bin
USERNAME=Faye
OS=Windows_NT
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
Â
---------------Â S Y S T E MÂ ---------------
OS: Windows 7 , 64 bit Build 7601 (6.1.7601.19110)
CPU:total 4 (2 cores per cpu, 2 threads per core) family 6 model 60 stepping 3, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, avx2, aes, clmul, erms, lzcnt, ht, tsc, tscinvbit, bmi1, bmi2
Memory: 4k page, physical 8303560k(1162060k free), swap 17441764k(7331536k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (25.45-b02) for windows-amd64 JRE (1.8.0_45-b14), built on Apr 10 2015 10:34:15 by "java_re" with MS VC++ 10.0 (VS2010)
time: Mon Jan 18 03:43:28 2016
elapsed time: 0 seconds (0d 0h 0m 0s)
________________________________________
The application simply flashes up, and crashes immediately upon launching. No other applications were open at that time.
I've launched and ran TekkitLegends just fine before, this is the first time this has happened. I never really experienced any problems regarding the Launcher or Official Modpacks.
So I don't know the exact process of troubleshooting, or what to provide when requesting help. If you need more information, I'll gladly provide.
Â
Edited by Derpixel4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now