So i made a firecharge shooter and it shot rapid fire, and then it crashed. now when i try to open it up, it still crashes. 1.5.1, flatworld with villagers. Heres the error log, what do i do? Thanks!
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000000271862f, pid=2132, tid=992
#
# JRE version: 6.0_26-b03
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.1-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# J ard.a(DDD)Larc;
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x0000000006ff3000): JavaThread "Minecraft main thread" daemon [_thread_in_Java, id=992, stack(0x0000000010c20000,0x0000000010d20000)]
RAX=0x00000000ed544130 is an oop
arc
- klass: 'arc'
RBX=0x00000000bc32b090 is an oop
{method}
- klass: {other class}
RCX=0x00000000cc6bf758 is an oop
ard
- klass: 'ard'
RDX=0x00000000cc6bf758 is an oop
ard
- klass: 'ard'
RSP=0x0000000010d1f410 is pointing into the stack for thread: 0x0000000006ff3000
RBP=0x00000000cc6bf758 is an oop
ard
- klass: 'ard'
RSI=0x0000000000000000 is an unknown value
RDI=0x00000000024759c9 is an Interpreter codelet
return entry points [0x00000000024751e0, 0x00000000024767a0] 5568 bytes
R8 =0x0000000000000e98 is an unknown value
R9 =0x00000000bc32a5d0 is an oop
{instance class}
- klass: {other class}
R10=0x0000000000000247 is an unknown value
R11=0x0000000004f59000 is an unknown value
R12=0x0000000000000000 is an unknown value
R13=0x0000000010d1f4c0 is pointing into the stack for thread: 0x0000000006ff3000
R14=0x0000000000000000 is an unknown value
R15=0x0000000006ff3000 is a thread
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 283968K, used 48012K [0x00000000eaab0000, 0x00000000fd550000, 0x0000000100000000)
eden space 262144K, 18% used [0x00000000eaab0000,0x00000000ed993338,0x00000000faab0000)
from space 21824K, 0% used [0x00000000fc000000,0x00000000fc000000,0x00000000fd550000)
to space 21824K, 0% used [0x00000000faab0000,0x00000000faab0000,0x00000000fc000000)
PSOldGen total 349568K, used 214782K [0x00000000c0000000, 0x00000000d5560000, 0x00000000eaab0000)
object space 349568K, 61% used [0x00000000c0000000,0x00000000cd1bfae0,0x00000000d5560000)
PSPermGen total 60160K, used 29616K [0x00000000bae00000, 0x00000000be8c0000, 0x00000000c0000000)
object space 60160K, 49% used [0x00000000bae00000,0x00000000bcaec078,0x00000000be8c0000)
vm_info: Java HotSpot(TM) 64-Bit Server VM (20.1-b02) for windows-amd64 JRE (1.6.0_26-b03), built on May 4 2011 07:15:24 by "java_re" with MS VC++ 8.0 (VS2005)
time: Sat Apr 06 15:47:38 2013
elapsed time: 18 seconds
java.lang.RuntimeException: Unknown character ' ' in 'C:/Users/Jhonson/AppData/Roaming/.minecraft/saves/mapwriter_sp_worlds/claudines_world/mapwriter.cfg:1'
at net.minecraftforge.common.Configuration.load(Configuration.java:625)
at net.minecraftforge.common.Configuration.<init>(Configuration.java:100)
at net.minecraftforge.common.Configuration.<init>(Configuration.java:106)
at mapwriter.forge.MwConfig.<init>(MwConfig.java:12)
at mapwriter.Mw.loadConfig(Mw.java:211)
at mapwriter.Mw.onClientLoggedIn(Mw.java:412)
at mapwriter.forge.MwConnectionHandler.clientLoggedIn(MwConnectionHandler.java:52)
at cpw.mods.fml.common.network.NetworkRegistry.clientLoggedIn(NetworkRegistry.java:211)
at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionEstablishedToServer(FMLNetworkHandler.java:90)
at net.minecraft.client.multiplayer.NetClientHandler.func_72455_a(NetClientHandler.java:357)
at net.minecraft.network.packet.Packet1Login.func_73279_a(Packet1Login.java:119)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1965)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:908)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:836)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraftforge.common.Configuration.load(Configuration.java:625)
at net.minecraftforge.common.Configuration.<init>(Configuration.java:100)
at net.minecraftforge.common.Configuration.<init>(Configuration.java:106)
at mapwriter.forge.MwConfig.<init>(MwConfig.java:12)
at mapwriter.Mw.loadConfig(Mw.java:211)
at mapwriter.Mw.onClientLoggedIn(Mw.java:412)
at mapwriter.forge.MwConnectionHandler.clientLoggedIn(MwConnectionHandler.java:52)
at cpw.mods.fml.common.network.NetworkRegistry.clientLoggedIn(NetworkRegistry.java:211)
at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionEstablishedToServer(FMLNetworkHandler.java:90)
at net.minecraft.client.multiplayer.NetClientHandler.func_72455_a(NetClientHandler.java:357)
at net.minecraft.network.packet.Packet1Login.func_73279_a(Packet1Login.java:119)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['MatthewStevenGo'/91, l='MpServer', x=8.50, y=66.62, z=8.50]]
Chunk stats: MultiplayerChunkCache: 0
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 1 total; [EntityClientPlayerMP['MatthewStevenGo'/91, l='MpServer', x=8.50, y=66.62, z=8.50]]
Retry entities: 0 total; []
Server brand: ~~NULL~~
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:440)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2310)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:861)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
When I open my map, it crashed. Look at the following error;
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
...
Please Help me fix it!!!!! I want to open my map without error!
Upload u map, i tray to fix.
(Btw this is the place for unmodet clients. Forum have special place for modet client. But i wood tray to fix it "this time")
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x000000000271862f, pid=2132, tid=992
#
# JRE version: 6.0_26-b03
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.1-b02 mixed mode windows-amd64 compressed oops)
# Problematic frame:
# J ard.a(DDD)Larc;
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
--------------- T H R E A D ---------------
Current thread (0x0000000006ff3000): JavaThread "Minecraft main thread" daemon [_thread_in_Java, id=992, stack(0x0000000010c20000,0x0000000010d20000)]
siginfo: ExceptionCode=0xc0000005, reading address 0x0000000000000267
Registers:
RAX=0x00000000ed544130, RBX=0x00000000bc32b090, RCX=0x00000000cc6bf758, RDX=0x00000000cc6bf758
RSP=0x0000000010d1f410, RBP=0x00000000cc6bf758, RSI=0x0000000000000000, RDI=0x00000000024759c9
R8 =0x0000000000000e98, R9 =0x00000000bc32a5d0, R10=0x0000000000000247, R11=0x0000000004f59000
R12=0x0000000000000000, R13=0x0000000010d1f4c0, R14=0x0000000000000000, R15=0x0000000006ff3000
RIP=0x000000000271862f, EFLAGS=0x0000000000010213
Top of Stack: (sp=0x0000000010d1f410)
0x0000000010d1f410: 0000000000000000 0000000000000000
0x0000000010d1f420: 0000000000000001 0000000010d1f428
0x0000000010d1f430: 00000000bca1887a 0000000010d1f488
0x0000000010d1f440: 00000000bca24120 0000000000000247
0x0000000010d1f450: 00000000bca188a0 00000000cc6bf780
0x0000000010d1f460: 0000000010d1f480 0000000010d1f4d0
0x0000000010d1f470: 0000000002475a0e 0000000000000000
0x0000000010d1f480: 0000000000000014 00000000cc6bf758
0x0000000010d1f490: 0000000010d1f490 00000000bbf9da7f
0x0000000010d1f4a0: 0000000010d1f538 00000000024759c9
0x0000000010d1f4b0: 0000000000000000 00000000024759c9
0x0000000010d1f4c0: fff8000000000000 0000000010d1f4e8
0x0000000010d1f4d0: fff8000000000000 0000000002475b22
0x0000000010d1f4e0: fff8000000000000 00000000024759c9
0x0000000010d1f4f0: 00000000cc6bf758 0000000010d1f4f8
0x0000000010d1f500: 00000000bc5a5a97 0000000010d1f5b8
Instructions: (pc=0x000000000271862f)
0x000000000271860f: f2 0f 11 70 18 f2 0f 11 68 20 4c 8b d0 49 c1 ea
0x000000000271861f: 09 41 bb 00 90 f5 04 47 88 24 13 4c 8b 54 24 38
0x000000000271862f: 41 8b 6a 20 44 8b 5d 08 41 81 fb c8 c2 fe ba 0f
0x000000000271863f: 85 41 02 00 00 4c 8b d5 4c 89 54 24 08 45 8b 5a
Register to memory mapping:
RAX=0x00000000ed544130 is an oop
arc
- klass: 'arc'
RBX=0x00000000bc32b090 is an oop
{method}
- klass: {other class}
RCX=0x00000000cc6bf758 is an oop
ard
- klass: 'ard'
RDX=0x00000000cc6bf758 is an oop
ard
- klass: 'ard'
RSP=0x0000000010d1f410 is pointing into the stack for thread: 0x0000000006ff3000
RBP=0x00000000cc6bf758 is an oop
ard
- klass: 'ard'
RSI=0x0000000000000000 is an unknown value
RDI=0x00000000024759c9 is an Interpreter codelet
return entry points [0x00000000024751e0, 0x00000000024767a0] 5568 bytes
R8 =0x0000000000000e98 is an unknown value
R9 =0x00000000bc32a5d0 is an oop
{instance class}
- klass: {other class}
R10=0x0000000000000247 is an unknown value
R11=0x0000000004f59000 is an unknown value
R12=0x0000000000000000 is an unknown value
R13=0x0000000010d1f4c0 is pointing into the stack for thread: 0x0000000006ff3000
R14=0x0000000000000000 is an unknown value
R15=0x0000000006ff3000 is a thread
Stack: [0x0000000010c20000,0x0000000010d20000], sp=0x0000000010d1f410, free space=1021k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
J ard.a(DDD)Larc;
--------------- P R O C E S S ---------------
Java Threads: ( => current thread )
0x0000000006ff5800 JavaThread "File IO Thread" daemon [_thread_blocked, id=6172, stack(0x000000001a020000,0x000000001a120000)]
0x0000000006ff4800 JavaThread "Server thread" daemon [_thread_in_Java, id=1956, stack(0x0000000016ec0000,0x0000000016fc0000)]
0x0000000006ff5000 JavaThread "Snooper Timer" daemon [_thread_blocked, id=2700, stack(0x00000000165c0000,0x00000000166c0000)]
0x0000000006ff3800 JavaThread "Thread-13" daemon [_thread_blocked, id=4804, stack(0x0000000013160000,0x0000000013260000)]
0x0000000006fef000 JavaThread "Thread-12" daemon [_thread_blocked, id=7768, stack(0x0000000013060000,0x0000000013160000)]
=>0x0000000006ff3000 JavaThread "Minecraft main thread" daemon [_thread_in_Java, id=992, stack(0x0000000010c20000,0x0000000010d20000)]
0x0000000006ff0000 JavaThread "Timer hack thread" daemon [_thread_blocked, id=7780, stack(0x0000000010b20000,0x0000000010c20000)]
0x0000000006fee800 JavaThread "Snooper Timer" daemon [_thread_blocked, id=7496, stack(0x000000000f040000,0x000000000f140000)]
0x0000000006ff2000 JavaThread "D3D Screen Updater" daemon [_thread_blocked, id=5108, stack(0x000000000f740000,0x000000000f840000)]
0x0000000006ff1800 JavaThread "DestroyJavaVM" [_thread_blocked, id=2092, stack(0x0000000002370000,0x0000000002470000)]
0x0000000006ff0800 JavaThread "TimerQueue" daemon [_thread_blocked, id=7736, stack(0x000000000f140000,0x000000000f240000)]
0x0000000006fec800 JavaThread "Keep-Alive-Timer" daemon [_thread_blocked, id=6264, stack(0x000000000c400000,0x000000000c500000)]
0x0000000006d73800 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=8096, stack(0x000000000c100000,0x000000000c200000)]
0x00000000066d5800 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5592, stack(0x0000000007f20000,0x0000000008020000)]
0x00000000066d5000 JavaThread "AWT-Shutdown" [_thread_blocked, id=7588, stack(0x0000000007e20000,0x0000000007f20000)]
0x0000000006f24800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=8176, stack(0x0000000007d20000,0x0000000007e20000)]
0x000000000657e800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4620, stack(0x0000000006b10000,0x0000000006c10000)]
0x000000000656c800 JavaThread "C2 CompilerThread1" daemon [_thread_in_vm, id=7580, stack(0x0000000006a10000,0x0000000006b10000)]
0x000000000656a000 JavaThread "C2 CompilerThread0" daemon [_thread_in_native, id=3368, stack(0x0000000006910000,0x0000000006a10000)]
0x0000000006564800 JavaThread "Attach Listener" daemon [_thread_blocked, id=1344, stack(0x0000000006810000,0x0000000006910000)]
0x000000000655f000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=7536, stack(0x0000000006710000,0x0000000006810000)]
0x000000000052b800 JavaThread "Finalizer" daemon [_thread_blocked, id=7756, stack(0x0000000006410000,0x0000000006510000)]
0x0000000000525000 JavaThread "Reference Handler" daemon [_thread_blocked, id=6280, stack(0x0000000006310000,0x0000000006410000)]
Other Threads:
0x000000000051b800 VMThread [stack: 0x0000000006210000,0x0000000006310000] [id=7356]
0x0000000006598800 WatcherThread [stack: 0x0000000006c10000,0x0000000006d10000] [id=1312]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
PSYoungGen total 283968K, used 48012K [0x00000000eaab0000, 0x00000000fd550000, 0x0000000100000000)
eden space 262144K, 18% used [0x00000000eaab0000,0x00000000ed993338,0x00000000faab0000)
from space 21824K, 0% used [0x00000000fc000000,0x00000000fc000000,0x00000000fd550000)
to space 21824K, 0% used [0x00000000faab0000,0x00000000faab0000,0x00000000fc000000)
PSOldGen total 349568K, used 214782K [0x00000000c0000000, 0x00000000d5560000, 0x00000000eaab0000)
object space 349568K, 61% used [0x00000000c0000000,0x00000000cd1bfae0,0x00000000d5560000)
PSPermGen total 60160K, used 29616K [0x00000000bae00000, 0x00000000be8c0000, 0x00000000c0000000)
object space 60160K, 49% used [0x00000000bae00000,0x00000000bcaec078,0x00000000be8c0000)
Code Cache [0x0000000002470000, 0x0000000002770000, 0x0000000005470000)
total_blobs=1592 nmethods=871 adapters=673 free_code_cache=47251520 largest_free_block=8704
Dynamic libraries:
0x0000000000400000 - 0x000000000042e000 C:\Program Files\Java\jre6\bin\javaw.exe
0x0000000077200000 - 0x00000000773a9000 C:\Windows\SYSTEM32\ntdll.dll
0x00000000770e0000 - 0x00000000771ff000 C:\Windows\system32\kernel32.dll
0x000007fefd170000 - 0x000007fefd1db000 C:\Windows\system32\KERNELBASE.dll
0x000007feff280000 - 0x000007feff35b000 C:\Windows\system32\ADVAPI32.dll
0x000007fefeec0000 - 0x000007fefef5f000 C:\Windows\system32\msvcrt.dll
0x000007feff1c0000 - 0x000007feff1df000 C:\Windows\SYSTEM32\sechost.dll
0x000007fefdcb0000 - 0x000007fefdddd000 C:\Windows\system32\RPCRT4.dll
0x0000000076fe0000 - 0x00000000770da000 C:\Windows\system32\USER32.dll
0x000007fefee50000 - 0x000007fefeeb7000 C:\Windows\system32\GDI32.dll
0x000007fefd850000 - 0x000007fefd85e000 C:\Windows\system32\LPK.dll
0x000007fefdde0000 - 0x000007fefdea9000 C:\Windows\system32\USP10.dll
0x000007feff360000 - 0x000007feff38e000 C:\Windows\system32\IMM32.DLL
0x000007fefed40000 - 0x000007fefee49000 C:\Windows\system32\MSCTF.dll
0x000000006d7f0000 - 0x000000006dfa8000 C:\Program Files\Java\jre6\bin\server\jvm.dll
0x000007fef9180000 - 0x000007fef91bb000 C:\Windows\system32\WINMM.dll
0x000000006d760000 - 0x000000006d76e000 C:\Program Files\Java\jre6\bin\verify.dll
0x000000006d3b0000 - 0x000000006d3d7000 C:\Program Files\Java\jre6\bin\java.dll
0x00000000773d0000 - 0x00000000773d7000 C:\Windows\system32\PSAPI.DLL
0x000000006d7b0000 - 0x000000006d7c2000 C:\Program Files\Java\jre6\bin\zip.dll
0x000000006d000000 - 0x000000006d1c3000 C:\Program Files\Java\jre6\bin\awt.dll
0x000007fef98b0000 - 0x000007fef9921000 C:\Windows\system32\WINSPOOL.DRV
0x000007fefd410000 - 0x000007fefd613000 C:\Windows\system32\ole32.dll
0x000007fefdfb0000 - 0x000007fefed38000 C:\Windows\system32\SHELL32.dll
0x000007fefef60000 - 0x000007fefefd1000 C:\Windows\system32\SHLWAPI.dll
0x000007fefbc10000 - 0x000007fefbe04000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7601.17514_none_fa396087175ac9ac\COMCTL32.dll
0x000007fef28b0000 - 0x000007fef2950000 C:\Windows\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7601.17514_none_a4d6a923711520a9\comctl32.dll
0x000007fefb320000 - 0x000007fefb338000 C:\Windows\system32\DWMAPI.DLL
0x000007fefb890000 - 0x000007fefb8e6000 C:\Windows\system32\uxtheme.dll
0x000007fefcf10000 - 0x000007fefcf1f000 C:\Windows\system32\CRYPTBASE.dll
0x000000006d2a0000 - 0x000000006d306000 C:\Program Files\Java\jre6\bin\fontmanager.dll
0x000007fef1c40000 - 0x000007fef1e3f000 C:\Windows\system32\d3d9.dll
0x000007fefc100000 - 0x000007fefc10c000 C:\Windows\system32\VERSION.dll
0x000007fef85f0000 - 0x000007fef85f7000 C:\Windows\system32\d3d8thk.dll
0x000007fef84d0000 - 0x000007fef84db000 C:\Windows\system32\atiu9p64.dll
0x0000000055f80000 - 0x000000005640d000 C:\Windows\system32\atiumd64.dll
0x0000000055ce0000 - 0x0000000055f7f000 C:\Windows\system32\atiumd6a.dll
0x000000006d600000 - 0x000000006d617000 C:\Program Files\Java\jre6\bin\net.dll
0x000007fefdf60000 - 0x000007fefdfad000 C:\Windows\system32\WS2_32.dll
0x000007fefdf50000 - 0x000007fefdf58000 C:\Windows\system32\NSI.dll
0x000007fefc850000 - 0x000007fefc8a5000 C:\Windows\system32\mswsock.dll
0x000007fefc840000 - 0x000007fefc847000 C:\Windows\System32\wship6.dll
0x000000006d620000 - 0x000000006d62b000 C:\Program Files\Java\jre6\bin\nio.dll
0x000007fefaaa0000 - 0x000007fefaab5000 C:\Windows\system32\NLAapi.dll
0x000007fef8260000 - 0x000007fef8275000 C:\Windows\system32\napinsp.dll
0x000007fef7ee0000 - 0x000007fef7ef9000 C:\Windows\system32\pnrpnsp.dll
0x000007fef9c20000 - 0x000007fef9c4e000 C:\Program Files\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
0x0000000072660000 - 0x0000000072686000 C:\Program Files\Bonjour\mdnsNSP.dll
0x000007fefa970000 - 0x000007fefa997000 C:\Windows\system32\Iphlpapi.DLL
0x000007fefa960000 - 0x000007fefa96b000 C:\Windows\system32\WINNSI.DLL
0x000007fefc6d0000 - 0x000007fefc72b000 C:\Windows\system32\DNSAPI.dll
0x000007fef7de0000 - 0x000007fef7deb000 C:\Windows\System32\winrnr.dll
0x000007fefc8b0000 - 0x000007fefc8c7000 C:\Windows\system32\CRYPTSP.dll
0x000007fefa7f0000 - 0x000007fefa843000 C:\Windows\System32\fwpuclnt.dll
0x000007fefc5b0000 - 0x000007fefc5f7000 C:\Windows\system32\rsaenh.dll
0x000007fef9c10000 - 0x000007fef9c18000 C:\Windows\system32\rasadhlp.dll
0x000007fefc340000 - 0x000007fefc35e000 C:\Windows\system32\USERENV.dll
0x000007fefcfe0000 - 0x000007fefcfef000 C:\Windows\system32\profapi.dll
0x000007fefc220000 - 0x000007fefc227000 C:\Windows\System32\wshtcpip.dll
0x000007feff1e0000 - 0x000007feff279000 C:\Windows\system32\CLBCatQ.DLL
0x000007feff390000 - 0x000007feff467000 C:\Windows\system32\OLEAUT32.dll
0x0000000180000000 - 0x0000000180048000 C:\Users\Minecraft\AppData\Roaming\.minecraft\bin\natives\lwjgl64.dll
0x000007fef1f20000 - 0x000007fef203d000 C:\Windows\system32\OPENGL32.dll
0x000007fef4ce0000 - 0x000007fef4d0d000 C:\Windows\system32\GLU32.dll
0x000007fef1b40000 - 0x000007fef1c31000 C:\Windows\system32\DDRAW.dll
0x000007fef7df0000 - 0x000007fef7df8000 C:\Windows\system32\DCIMAN32.dll
0x000007fefefe0000 - 0x000007feff1b7000 C:\Windows\system32\SETUPAPI.dll
0x000007fefd090000 - 0x000007fefd0c6000 C:\Windows\system32\CFGMGR32.dll
0x000007fefd1f0000 - 0x000007fefd20a000 C:\Windows\system32\DEVOBJ.dll
0x000000006d3f0000 - 0x000000006d3f7000 C:\Program Files\Java\jre6\bin\jawt.dll
0x000007fef7db0000 - 0x000007fef7db8000 C:\Windows\system32\atig6pxx.dll
0x0000000069030000 - 0x000000006a22d000 C:\Windows\system32\atio6axx.dll
0x000007fef7da0000 - 0x000007fef7da8000 C:\Windows\system32\atig6txx.dll
0x000000000bad0000 - 0x000000000bb24000 C:\Windows\system32\atiadlxx.dll
0x000007fefd3c0000 - 0x000007fefd3f9000 C:\Windows\system32\WINTRUST.dll
0x000007fefd210000 - 0x000007fefd37a000 C:\Windows\system32\CRYPT32.dll
0x000007fefd080000 - 0x000007fefd08f000 C:\Windows\system32\MSASN1.dll
0x000007fef1a10000 - 0x000007fef1b32000 C:\Users\Minecraft\AppData\Roaming\.minecraft\bin\natives\OpenAL64.dll
0x000007fef2820000 - 0x000007fef28a8000 C:\Windows\system32\dsound.dll
0x000007fefc1d0000 - 0x000007fefc1fc000 C:\Windows\system32\POWRPROF.dll
0x000007fefb350000 - 0x000007fefb39b000 C:\Windows\System32\MMDevApi.dll
0x000007fefba90000 - 0x000007fefbbbc000 C:\Windows\System32\PROPSYS.dll
0x000007fef5860000 - 0x000007fef589b000 C:\Windows\system32\wdmaud.drv
0x000000006fb10000 - 0x000000006fb16000 C:\Windows\system32\ksuser.dll
0x000007fefb340000 - 0x000007fefb349000 C:\Windows\system32\AVRT.dll
0x000007fef5810000 - 0x000007fef585f000 C:\Windows\system32\AUDIOSES.DLL
0x000007fef6550000 - 0x000007fef655a000 C:\Windows\system32\msacm32.drv
0x000007fef57f0000 - 0x000007fef5808000 C:\Windows\system32\MSACM32.dll
0x000007fef60d0000 - 0x000007fef60d9000 C:\Windows\system32\midimap.dll
0x000000006d540000 - 0x000000006d54a000 C:\Program Files\Java\jre6\bin\management.dll
VM Arguments:
jvm_args: -Xms512m -Xmx1024m
java_command: C:\Users\Minecraft\Desktop\Minecraft.exe
Launcher Type: SUN_STANDARD
Environment Variables:
CLASSPATH=.;C:\Program Files (x86)\Java\jre7\lib\ext\QTJava.zip
PATH=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;c:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;c:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;c:\Program Files (x86)\Common Files\Roxio Shared\12.0\DLLShared\;C:\Program Files (x86)\Common Files\HP\Digital Imaging\bin;C:\Program Files (x86)\HP\Digital Imaging\bin\;C:\Program Files (x86)\HP\Digital Imaging\bin\Qt\Qt 4.3.3;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Program Files\Java\jre6\bin
USERNAME=Minecraft
OS=Windows_NT
PROCESSOR_IDENTIFIER=AMD64 Family 16 Model 5 Stepping 2, AuthenticAMD
--------------- S Y S T E M ---------------
OS: Windows 7 Build 7601 Service Pack 1
CPU:total 4 (4 cores per cpu, 1 threads per core) family 16 model 5 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, popcnt, mmxext, 3dnow, 3dnowext, lzcnt, sse4a
Memory: 4k page, physical 3923860k(1441408k free), swap 7845864k(3898320k free)
vm_info: Java HotSpot(TM) 64-Bit Server VM (20.1-b02) for windows-amd64 JRE (1.6.0_26-b03), built on May 4 2011 07:15:24 by "java_re" with MS VC++ 8.0 (VS2005)
time: Sat Apr 06 15:47:38 2013
elapsed time: 18 seconds
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 12/15/13 3:07 PM
Description: Unexpected error
java.lang.RuntimeException: Unknown character ' ' in 'C:/Users/Jhonson/AppData/Roaming/.minecraft/saves/mapwriter_sp_worlds/claudines_world/mapwriter.cfg:1'
at net.minecraftforge.common.Configuration.load(Configuration.java:625)
at net.minecraftforge.common.Configuration.<init>(Configuration.java:100)
at net.minecraftforge.common.Configuration.<init>(Configuration.java:106)
at mapwriter.forge.MwConfig.<init>(MwConfig.java:12)
at mapwriter.Mw.loadConfig(Mw.java:211)
at mapwriter.Mw.onClientLoggedIn(Mw.java:412)
at mapwriter.forge.MwConnectionHandler.clientLoggedIn(MwConnectionHandler.java:52)
at cpw.mods.fml.common.network.NetworkRegistry.clientLoggedIn(NetworkRegistry.java:211)
at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionEstablishedToServer(FMLNetworkHandler.java:90)
at net.minecraft.client.multiplayer.NetClientHandler.func_72455_a(NetClientHandler.java:357)
at net.minecraft.network.packet.Packet1Login.func_73279_a(Packet1Login.java:119)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1965)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:908)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:836)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at net.minecraftforge.common.Configuration.load(Configuration.java:625)
at net.minecraftforge.common.Configuration.<init>(Configuration.java:100)
at net.minecraftforge.common.Configuration.<init>(Configuration.java:106)
at mapwriter.forge.MwConfig.<init>(MwConfig.java:12)
at mapwriter.Mw.loadConfig(Mw.java:211)
at mapwriter.Mw.onClientLoggedIn(Mw.java:412)
at mapwriter.forge.MwConnectionHandler.clientLoggedIn(MwConnectionHandler.java:52)
at cpw.mods.fml.common.network.NetworkRegistry.clientLoggedIn(NetworkRegistry.java:211)
at cpw.mods.fml.common.network.FMLNetworkHandler.onConnectionEstablishedToServer(FMLNetworkHandler.java:90)
at net.minecraft.client.multiplayer.NetClientHandler.func_72455_a(NetClientHandler.java:357)
at net.minecraft.network.packet.Packet1Login.func_73279_a(Packet1Login.java:119)
at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
-- Affected level --
Details:
Level name: MpServer
All players: 1 total; [EntityClientPlayerMP['MatthewStevenGo'/91, l='MpServer', x=8.50, y=66.62, z=8.50]]
Chunk stats: MultiplayerChunkCache: 0
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (8,64,8), Chunk: (at 8,4,8 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
Level time: 0 game time, 0 day time
Level dimension: 0
Level storage version: 0x00000 - Unknown?
Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
Level game mode: Game mode: creative (ID 1). Hardcore: false. Cheats: false
Forced entities: 1 total; [EntityClientPlayerMP['MatthewStevenGo'/91, l='MpServer', x=8.50, y=66.62, z=8.50]]
Retry entities: 0 total; []
Server brand: ~~NULL~~
Server type: Integrated singleplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:440)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2310)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:861)
at net.minecraft.client.main.Main.main(SourceFile:101)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:57)
at net.minecraft.launchwrapper.Launch.main(Launch.java:18)
-- System Details --
Details:
Minecraft Version: 1.6.2
Operating System: Windows 7 (x86) version 6.1
Java Version: 1.7.0_45, Oracle Corporation
Java VM Version: Java HotSpot(TM) Client VM (mixed mode, sharing), Oracle Corporation
Memory: 173996664 bytes (165 MB) / 307716096 bytes (293 MB) up to 518979584 bytes (494 MB)
JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx512M
AABB Pool Size: 10817 (605752 bytes; 0 MB) allocated, 10817 (605752 bytes; 0 MB) used
Suspicious classes: FML and Forge are installed
IntCache: cache: 0, tcache: 0, allocated: 6, tallocated: 62
FML: MCP v8.04 FML v6.2.62.871 Minecraft Forge 9.10.1.871 30 mods loaded, 30 mods active
mcp{8.04} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FML{6.2.62.871} [Forge Mod Loader] (minecraftforge-9.10.1.871.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Forge{9.10.1.871} [Minecraft Forge] (minecraftforge-9.10.1.871.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_ReiMinimap{v3.4_01 [1.6.2]} [mod_ReiMinimap] ([1.6.2]ReiMinimap_v3.4_01.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
AlchemyPlusPlus{release 1.0} [Alchemy++] (Alchemy++_v.1.0release1.6.2.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
battlemusic{1.3} [Battle Music] (battlemusic-v1.4-for-MC-v1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Core{4.0.1} [BuildCraft] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Builders{4.0.1} [BC Builders] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Energy{4.0.1} [BC Energy] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Factory{4.0.1} [BC Factory] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Transport{4.0.1} [BC Transport] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
BuildCraft|Silicon{4.0.1} [BC Silicon] (buildcraft-A-4.0.1.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_ChatBubbles{3.1.4.4.0} [MamiyaOtaru's Chat Bubbles] (Chat-Bubbles-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ComputerCraft{1.55} [ComputerCraft] (ComputerCraft1.55.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
CCTurtle{1.55} [ComputerCraft Turtles] (ComputerCraft1.55.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
DragonMounts{1.0.0pre2} [Dragon Mounts Forge (WIP)] (dragonmount_v1.0.0pre2_mc1.6.x.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
elevators{1.6.2.A} [Elevator Mod] (Elevator Mod 1.6.2.A.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FancyFences{4.0.0} [Fancy Fences (Vanilla with Sprinkles)] (Fancy Fences (9-8) v.4.0.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
FlansMod{3.0} [Flans Mod] (FlansMod-3.0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
SlimevoidLib{2.0.2.0} [Slimevoid Library] (SlimevoidLib-Universal-v2.0.2.0.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
LittleBlocks{2.2.0.0} [Little Blocks] (LittleBlocks-Universal-v2.2.0.0-Beta.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
MapWriter{2.0} [MapWriter] (mapwriter-2.0.10.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_morestorage{v2.1.1} [MoreStorage] (MoreStorage.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Mystcraft{0.10.6.00} [Mystcraft] (mystcraft-uni-1.6.2-0.10.6.00.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
pixelmon{2.3.1} [Pixelmon] (Pixelmon_2.3.1.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
ProjectRed{[email protected]@} [Project: Red] (ProjectRed-1.6.2-3.2.1.34.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_RadarBro{1.6.2} [mod_RadarBro] (RadarBro.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
mod_RoadWorks{1.7.0} [RoadWorks] (RoadWorks-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Steve{1.1} [SteveMod] (Steve-Mod-1.6.2.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
touhou_alice_dolls{1.6.x-knk} [Alice's Dolls MOD] (TouhouAliceDolls_knk.zip) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available
Launched Version: 1.6.2-Forge9.10.1.871
LWJGL: 2.9.0
OpenGL: GeForce 9500 GT/PCI/SSE2 GL version 3.2.0, NVIDIA Corporation
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Pack: FORGE PACK v17.31.97.43
Current Language: English (UK)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Please Help me fix it!!!!! I want to open my map without error!
I will tray to fix it for u.
Upload u map, i tray to fix.
(Btw this is the place for unmodet clients. Forum have special place for modet client. But i wood tray to fix it "this time")