Thank you! it is fixed! i didnt know that chicken lib and fmp could be downloaded seperately. i thought the latest versions were automatically downloaded but now i know! thank you very much good sir!
You are very welcome. I'm glad I helped you solve your problem.
Rollback Post to RevisionRollBack
If Minecraft were real, you'd be a zombie right now.
Hi, I am trying to help my 8 year old install this mod. Actually, we did install it (and forge) but when he opens up the game he can't find this. Is there something he should do to open the mod in the game? Thank you.
gonna be supriced if no 1 has sergested this befor but seeing its not added in to the mod im gonna ask coud "________" be added to nei? so if u search for like "cobblestone" it will look for cobblestone not every thing that has cobblestone in the name
the ^ means the match must be at the beginning. So it only matches "cobblestone" and not "basalt cobblestone", for instance.
It can be a wee bit tricky as the search field contains more than the name. So to match only cobblestone from "cobblestone", "cobblestone wall" and "cobblestone slab":
^cobblestone\s\d
\s is whitespace
\d is a digit (0-9)
Because the search field looks like this:
"block_name block_value other_info"
So it's "match from the beginning to the first space and digit" to get an exact match on the whole block_name.
I have found when putting a wireless remote on a Bibliocraft shelf or table, it sometimes locks the state of the remote into the ON position and then will not revert, rendering the item useless.
Not sure if this is a chickenbug or bibliobug. But thought I would post it here since the item that gets bugged is from your mod. /shrug
java.lang.IllegalAccessError: tried to access field net.minecraft.entity.EntityList.field_75624_e from class codechicken.nei.api.ItemInfo
at codechicken.nei.api.ItemInfo.addEntityEgg(ItemInfo.java:451)
at codechicken.nei.api.ItemInfo.addSpawnEggs(ItemInfo.java:446)
at codechicken.nei.api.ItemInfo.load(ItemInfo.java:100)
at codechicken.nei.NEIClientConfig.bootNEI(NEIClientConfig.java:258)
at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:208)
at codechicken.nei.ClientHandler.loadWorld(ClientHandler.java:184)
at codechicken.nei.ClientHandler.tickEvent(ClientHandler.java:136)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_53_ClientHandler_tickEvent_ClientTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:324)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1575)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at codechicken.nei.api.ItemInfo.addEntityEgg(ItemInfo.java:451)
at codechicken.nei.api.ItemInfo.addSpawnEggs(ItemInfo.java:446)
at codechicken.nei.api.ItemInfo.load(ItemInfo.java:100)
at codechicken.nei.NEIClientConfig.bootNEI(NEIClientConfig.java:258)
at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:208)
at codechicken.nei.ClientHandler.loadWorld(ClientHandler.java:184)
at codechicken.nei.ClientHandler.tickEvent(ClientHandler.java:136)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_53_ClientHandler_tickEvent_ClientTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:324)
-- Affected level --
Details:
Level name: MpServer
All players: 2 total; [EntityClientPlayerMP['Danghost22'/1113856, l='MpServer', x=0.00, y=66.62, z=0.00], EntityOtherPlayerMP['Fecomatt'/1101367, l='MpServer', x=0.31, y=65.00, z=0.41]]
Chunk stats: MultiplayerChunkCache: 85, 85
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (0,65,0), Chunk: (at 0,4,0 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: 96736637 game time, 21936000 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: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 3 total; [EntityOtherPlayerMP['Fecomatt'/1101367, l='MpServer', x=0.31, y=65.00, z=0.41], EntityClientPlayerMP['Danghost22'/1113856, l='MpServer', x=0.00, y=66.62, z=0.00], EntityOtherPlayerMP['Fecomatt'/1101367, l='MpServer', x=0.31, y=65.00, z=0.41]]
Retry entities: 0 total; []
Server brand: Spigot
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2432)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Mac OS X (x86_64) version 10.10.1
Java Version: 1.7.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 153368128 bytes (146 MB) / 394276864 bytes (376 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.18.1180 Minecraft Forge 10.13.0.1180 18 mods loaded, 17 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
FML{7.10.18.1180} [Forge Mod Loader] (forge-1.7.10-10.13.0.1180.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
Forge{10.13.0.1180} [Minecraft Forge] (forge-1.7.10-10.13.0.1180.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
CodeChickenCore{1.0.3.28} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
NotEnoughItems{1.0.3.60} [Not Enough Items] (Not-Enough-Items-1.7.10 (4).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
OpenModsCore{@[email protected]} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
More Crafting Recipes Mod{Minecraft 1.7.2} [More Crafting Recipes Mod] ([2.1.2] More Crafting Recipes Mod.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
deconstruction{2.2.5} [The Deconstruction Mod] ([MC1.7.10]deconstruction[v2.2.5].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
EnderStorage{1.4.5.24} [EnderStorage] (Ender-Storage-Mod-1.7.10 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
ExtraUtilities{1.1.0e} [Extra Utilities] (extrautilities-1.1.0e (1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
JABBA{1.1.4} [JABBA] (Jabba-1.1.4_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
MultiPageChest{1.3.2} [Multi Page Chest] (MultiPageChest-1.3.2-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
OpenMods{0.6} [OpenMods] (OpenModsLib-1.7.10-0.6-snapshot-235 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
OpenBlocks{1.3} [OpenBlocks] (OpenBlocks-1.7.10-1.3-snapshot-462.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
ReiMinimap{1.7.10} [Rei's Minimap] (ReiMinimap-1.7.10-3.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
XRay{v9.1} [XRay] (minecraft.jar) Unloaded->Disabled
Launched Version: 1.7.10-Forge10.13.0.1180
LWJGL: 2.9.1
OpenGL: NVIDIA GeForce 320M OpenGL Engine GL version 2.1 NVIDIA-10.0.19 310.90.10.05b12, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
I never got an answer to this the first time, so I guess I'll try again. When I try to start up my server, usually it crashes indicating that it cannot find a config file for one of your mods. I just have to keep starting it up until I get lucky and it doesn't crash.
Have you made any changes to that file in question that it is referencing? It appears at a glance that maybe a section of that file is missing a closing character to a user defined portion of the configuration. You could try moving that file to a different directory and allow it to try and regenerate the default file to see if that works.
I've used and loved the DireWolf Mod Packs for years, and love NEI. I'm currently running -
Direwolf 1.7.10
MCP v9.0
FML v7.10.85.1231
Minecraft Forget 10.13.2.1231
Summary: My filtering is filtering my bags and no longer filtering item panel, and I can't figure out how to clear or revert back to filtering the item panel. I've used NEI for 3 years and its the first time I've ever really had this problem.
1. Item Panel is locked up at 0/0. When I enter anything in the filter section it's only searching my inventory
2. If nothing is in the Search Query Parameter, the item panel is still blank.
3. I do not use NEI subsets ever, I usually have FTB Wikia on my second screen.
4. I've tried the to resolve to reset the item panel by (a) logging out/logging back in; (b) restarting the computer; (c) restarting the server.
I'm thinking I'm inadvertently hitting a button that reverts to search items on my character / chest. Anyone with suggestions?
[12:49:45] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[12:49:45] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[12:49:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[12:49:45] [main/INFO] [FML]: Forge Mod Loader version 7.2.217.1147 for Minecraft 1.7.2 loading
[12:49:45] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_25, running on Windows 8.1:x86:6.3, installed at C:\Program Files (x86)\Java\jre1.8.0_25
[12:49:46] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[12:49:47] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[12:49:47] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.2_HD_D1.jar
[12:49:47] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:49:47] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[12:49:47] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[12:49:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:49:47] [main/ERROR] [LaunchWrapper]: Unable to launch
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_25]
at java.util.ArrayList$Itr.remove(Unknown Source) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:117) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
You are very welcome. I'm glad I helped you solve your problem.
If Minecraft were real, you'd be a zombie right now.
NEI supports REGEX, so you can already do that.
^cobblestone
the ^ means the match must be at the beginning. So it only matches "cobblestone" and not "basalt cobblestone", for instance.
It can be a wee bit tricky as the search field contains more than the name. So to match only cobblestone from "cobblestone", "cobblestone wall" and "cobblestone slab":
^cobblestone\s\d
\s is whitespace
\d is a digit (0-9)
Because the search field looks like this:
"block_name block_value other_info"
So it's "match from the beginning to the first space and digit" to get an exact match on the whole block_name.
This game is so oreing.
I have found when putting a wireless remote on a Bibliocraft shelf or table, it sometimes locks the state of the remote into the ON position and then will not revert, rendering the item useless.
Not sure if this is a chickenbug or bibliobug. But thought I would post it here since the item that gets bugged is from your mod. /shrug
Thanks for the indispensable mods!
// I let you down. Sorry
Time: 11/22/14 5:33 PM
Description: Unexpected error
java.lang.IllegalAccessError: tried to access field net.minecraft.entity.EntityList.field_75624_e from class codechicken.nei.api.ItemInfo
at codechicken.nei.api.ItemInfo.addEntityEgg(ItemInfo.java:451)
at codechicken.nei.api.ItemInfo.addSpawnEggs(ItemInfo.java:446)
at codechicken.nei.api.ItemInfo.load(ItemInfo.java:100)
at codechicken.nei.NEIClientConfig.bootNEI(NEIClientConfig.java:258)
at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:208)
at codechicken.nei.ClientHandler.loadWorld(ClientHandler.java:184)
at codechicken.nei.ClientHandler.tickEvent(ClientHandler.java:136)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_53_ClientHandler_tickEvent_ClientTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:324)
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1575)
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:961)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:887)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- Head --
Stacktrace:
at codechicken.nei.api.ItemInfo.addEntityEgg(ItemInfo.java:451)
at codechicken.nei.api.ItemInfo.addSpawnEggs(ItemInfo.java:446)
at codechicken.nei.api.ItemInfo.load(ItemInfo.java:100)
at codechicken.nei.NEIClientConfig.bootNEI(NEIClientConfig.java:258)
at codechicken.nei.NEIClientConfig.loadWorld(NEIClientConfig.java:208)
at codechicken.nei.ClientHandler.loadWorld(ClientHandler.java:184)
at codechicken.nei.ClientHandler.tickEvent(ClientHandler.java:136)
at cpw.mods.fml.common.eventhandler.ASMEventHandler_53_ClientHandler_tickEvent_ClientTickEvent.invoke(.dynamic)
at cpw.mods.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:51)
at cpw.mods.fml.common.eventhandler.EventBus.post(EventBus.java:122)
at cpw.mods.fml.common.FMLCommonHandler.onPreClientTick(FMLCommonHandler.java:324)
-- Affected level --
Details:
Level name: MpServer
All players: 2 total; [EntityClientPlayerMP['Danghost22'/1113856, l='MpServer', x=0.00, y=66.62, z=0.00], EntityOtherPlayerMP['Fecomatt'/1101367, l='MpServer', x=0.31, y=65.00, z=0.41]]
Chunk stats: MultiplayerChunkCache: 85, 85
Level seed: 0
Level generator: ID 00 - default, ver 1. Features enabled: false
Level generator options:
Level spawn location: World: (0,65,0), Chunk: (at 0,4,0 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: 96736637 game time, 21936000 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: survival (ID 0). Hardcore: false. Cheats: false
Forced entities: 3 total; [EntityOtherPlayerMP['Fecomatt'/1101367, l='MpServer', x=0.31, y=65.00, z=0.41], EntityClientPlayerMP['Danghost22'/1113856, l='MpServer', x=0.00, y=66.62, z=0.00], EntityOtherPlayerMP['Fecomatt'/1101367, l='MpServer', x=0.31, y=65.00, z=0.41]]
Retry entities: 0 total; []
Server brand: Spigot
Server type: Non-integrated multiplayer server
Stacktrace:
at net.minecraft.client.multiplayer.WorldClient.func_72914_a(WorldClient.java:373)
at net.minecraft.client.Minecraft.func_71396_d(Minecraft.java:2432)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:916)
at net.minecraft.client.main.Main.main(SourceFile:148)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:134)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
-- System Details --
Details:
Minecraft Version: 1.7.10
Operating System: Mac OS X (x86_64) version 10.10.1
Java Version: 1.7.0_71, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 153368128 bytes (146 MB) / 394276864 bytes (376 MB) up to 1060372480 bytes (1011 MB)
JVM Flags: 5 total; -Xmx1G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
FML: MCP v9.05 FML v7.10.18.1180 Minecraft Forge 10.13.0.1180 18 mods loaded, 17 mods active
mcp{9.05} [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
FML{7.10.18.1180} [Forge Mod Loader] (forge-1.7.10-10.13.0.1180.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
Forge{10.13.0.1180} [Minecraft Forge] (forge-1.7.10-10.13.0.1180.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
CodeChickenCore{1.0.3.28} [CodeChicken Core] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
NotEnoughItems{1.0.3.60} [Not Enough Items] (Not-Enough-Items-1.7.10 (4).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
OpenModsCore{@[email protected]} [OpenModsCore] (minecraft.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
lucky{5.1.0} [Lucky Block] ([1-7-10]_Lucky_Block_v5-1-0.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
DamageIndicatorsMod{3.2.0} [Damage Indicators] ([1.7.10]DamageIndicatorsMod-3.2.0 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
More Crafting Recipes Mod{Minecraft 1.7.2} [More Crafting Recipes Mod] ([2.1.2] More Crafting Recipes Mod.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
deconstruction{2.2.5} [The Deconstruction Mod] ([MC1.7.10]deconstruction[v2.2.5].jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
EnderStorage{1.4.5.24} [EnderStorage] (Ender-Storage-Mod-1.7.10 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
ExtraUtilities{1.1.0e} [Extra Utilities] (extrautilities-1.1.0e (1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
JABBA{1.1.4} [JABBA] (Jabba-1.1.4_1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
MultiPageChest{1.3.2} [Multi Page Chest] (MultiPageChest-1.3.2-MC1.7.10.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
OpenMods{0.6} [OpenMods] (OpenModsLib-1.7.10-0.6-snapshot-235 (1).jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
OpenBlocks{1.3} [OpenBlocks] (OpenBlocks-1.7.10-1.3-snapshot-462.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
ReiMinimap{1.7.10} [Rei's Minimap] (ReiMinimap-1.7.10-3.6.jar) Unloaded->Constructed->Pre-initialized->Initialized->Post-initialized->Available->Available->Available->Available->Available->Available
XRay{v9.1} [XRay] (minecraft.jar) Unloaded->Disabled
Launched Version: 1.7.10-Forge10.13.0.1180
LWJGL: 2.9.1
OpenGL: NVIDIA GeForce 320M OpenGL Engine GL version 2.1 NVIDIA-10.0.19 310.90.10.05b12, NVIDIA Corporation
GL Caps: Using GL 1.3 multitexturing.
Using framebuffer objects because ARB_framebuffer_object is supported and separate blending is supported.
Anisotropic filtering is supported and maximum anisotropy is 16.
Shaders are available because OpenGL 2.1 is supported.
Is Modded: Definitely; Client brand changed to 'fml,forge'
Type: Client (map_client.txt)
Resource Packs: []
Current Language: English (US)
Profiler Position: N/A (disabled)
Vec3 Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
Anisotropic Filtering: Off (1)
Specifically, ^blahblah\s\d is the same as "blahblah", yes. =^_^=
This game is so oreing.
http://pastebin.com/hXu8e12a
Have you made any changes to that file in question that it is referencing? It appears at a glance that maybe a section of that file is missing a closing character to a user defined portion of the configuration. You could try moving that file to a different directory and allow it to try and regenerate the default file to see if that works.
I'm thinking this isn't related to NEI though because I have matmos installed and it's following the same "opposite" information.
1. Item Panel is locked up at 0/0. When I enter anything in the filter section it's only searching my inventory
2. If nothing is in the Search Query Parameter, the item panel is still blank.
3. I do not use NEI subsets ever, I usually have FTB Wikia on my second screen.
4. I've tried the to resolve to reset the item panel by (a) logging out/logging back in; (b) restarting the computer; (c) restarting the server.
I'm thinking I'm inadvertently hitting a button that reverts to search items on my character / chest. Anyone with suggestions?
Edited
[12:49:45] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[12:49:45] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[12:49:45] [main/INFO] [FML]: Forge Mod Loader version 7.2.217.1147 for Minecraft 1.7.2 loading
[12:49:45] [main/INFO] [FML]: Java is Java HotSpot(TM) Client VM, version 1.8.0_25, running on Windows 8.1:x86:6.3, installed at C:\Program Files (x86)\Java\jre1.8.0_25
[12:49:46] [main/WARN] [FML]: The coremod codechicken.core.launch.CodeChickenCorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[12:49:47] [main/WARN] [FML]: The coremod codechicken.nei.asm.NEICorePlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[12:49:47] [main/INFO] [FML]: Loading tweaker optifine.OptiFineForgeTweaker from OptiFine_1.7.2_HD_D1.jar
[12:49:47] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:49:47] [main/INFO] [LaunchWrapper]: Loading tweak class name optifine.OptiFineForgeTweaker
[12:49:47] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[12:49:47] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[12:49:47] [main/ERROR] [LaunchWrapper]: Unable to launch
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_25]
at java.util.ArrayList$Itr.remove(Unknown Source) ~[?:1.8.0_25]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:117) [launchwrapper-1.9.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.9.jar:?]
Java HotSpot(TM) Client VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
is my problem
:Bread::Pig::////:
"HALP! BORKEN!"
Logs or it didn't happen, the above gives everyone NOTHING to work with.