Не загружаются текстуры

Статус
В этой теме нельзя размещать новые ответы.
Версия Minecraft
1.7.10
50
1
0
Привет. Я хотел бы спросить. Что я делаю не так? При создании мода, я вроде все верно указал, но выдается ошибка, и мод не берет данную ему текстуру, помогите пожалуйста.
 

Вложения

  • Безымянный.png
    Безымянный.png
    102.8 KB · Просмотры: 39
Решение
Ребята. Нашел решение:
Если вы столкнулись, с такой же фигней, то бросайте гребаную IntelliJ IDEA, работайте в еклипсе, там все замечательно работает.
Спасибо всем, кто хотел помочь!
Закройте тему, пожалуйста.
50
1
0
Сделал, не помогло(путь чистый C:\Socrafice), но увидел это в консольке:
Код:
[22:01:11] [main/INFO]: Setting user: Player612
[22:01:14] [Client thread/INFO]: LWJGL Version: 2.9.1
[22:01:24] [Client thread/INFO] [FML]: Could not load splash.properties, will create a default one
[22:01:24] [Client thread/ERROR] [FML]: Could not save the splash.properties file
java.io.FileNotFoundException: .\config\splash.properties (Системе не удается найти указанный путь)
 at java.io.FileOutputStream.open0(Native Method) ~[?:1.8.0_102]
 at java.io.FileOutputStream.open(FileOutputStream.java:270) ~[?:1.8.0_102]
 at java.io.FileOutputStream.<init>(FileOutputStream.java:213) ~[?:1.8.0_102]
 at java.io.FileOutputStream.<init>(FileOutputStream.java:162) ~[?:1.8.0_102]
 at java.io.FileWriter.<init>(FileWriter.java:90) ~[?:1.8.0_102]
 at cpw.mods.fml.client.SplashProgress.start(SplashProgress.java:151) [SplashProgress.class:?]
 at cpw.mods.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:193) [FMLClientHandler.class:?]
 at net.minecraft.client.Minecraft.startGame(Minecraft.java:522) [Minecraft.class:?]
 at net.minecraft.client.Minecraft.run(Minecraft.java:942) [Minecraft.class:?]
 at net.minecraft.client.main.Main.main(Main.java:164) [Main.class:?]
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102]
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102]
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102]
 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102]
 at net.minecraft.launchwrapper.Launch.launch(Launch.java:135) [launchwrapper-1.12.jar:?]
 at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
 at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source) [start/:?]
 at GradleStart.main(Unknown Source) [start/:?]
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_102]
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_102]
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_102]
 at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_102]
 at com.intellij.rt.execution.application.AppMain.main(AppMain.java:147) [idea_rt.jar:?]
[22:01:24] [Client thread/INFO] [STDOUT]: [cpw.mods.fml.client.SplashProgress:start:188]: ---- Minecraft Crash Report ----
// I bet Cylons wouldn't have this problem.

Time: 26.03.17 22:01
Description: Loading screen debug info

This is just a prompt for computer specs to be printed. THIS IS NOT A ERROR


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- System Details --
Details:
 Minecraft Version: 1.7.10
 Operating System: Windows 7 (amd64) version 6.1
 Java Version: 1.8.0_102, Oracle Corporation
 Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
 Memory: 894867256 bytes (853 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB)
 JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M
 AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used
 IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
 FML: 
 GL info: ' Vendor: 'NVIDIA Corporation' Version: '4.3.0' Renderer: 'GeForce GTX 650/PCIe/SSE2'
[22:01:24] [Client thread/INFO] [MinecraftForge]: Attempting early MinecraftForge initialization
[22:01:24] [Client thread/INFO] [FML]: MinecraftForge v10.13.4.1558 Initialized
[22:01:25] [Client thread/INFO] [FML]: Replaced 183 ore recipies
[22:01:26] [Client thread/INFO] [MinecraftForge]: Completed early MinecraftForge initialization
[22:01:26] [Client thread/INFO] [FML]: Config directory created successfully
[22:01:31] [Client thread/INFO] [FML]: Found 0 mods from the command line. Injecting into mod discoverer
[22:01:31] [Client thread/INFO] [FML]: Searching C:\Socrafice\eclipse\mods for mods
[22:01:58] [Client thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load
[22:01:59] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, socrafice] at CLIENT
[22:01:59] [Client thread/INFO] [FML]: Attempting connection with missing mods [mcp, FML, Forge, socrafice] at SERVER
[22:02:00] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:socrafice
[22:02:00] [Client thread/INFO] [FML]: Processing ObjectHolder annotations
[22:02:00] [Client thread/INFO] [FML]: Found 341 ObjectHolder annotations
[22:02:00] [Client thread/INFO] [FML]: Identifying ItemStackHolder annotations
[22:02:00] [Client thread/INFO] [FML]: Found 0 ItemStackHolder annotations
[22:02:00] [Client thread/INFO] [FML]: Configured a dormant chunk cache size of 0
[22:02:00] [Client thread/INFO] [FML]: Applying holder lookups
[22:02:00] [Client thread/INFO] [FML]: Holder lookups applied
[22:02:00] [Client thread/INFO] [FML]: Injecting itemstacks
[22:02:00] [Client thread/INFO] [FML]: Itemstack injection complete
[22:02:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[22:02:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[22:02:01] [Thread-7/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[22:02:01] [Thread-7/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[22:02:01] [Thread-7/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:errorMessage:131]: Error in class 'LibraryLWJGLOpenAL'
[22:02:01] [Thread-7/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:errorMessage:132]:     Unable to initialize OpenAL.  Probable cause: OpenAL not supported.
[22:02:01] [Thread-7/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     ERROR MESSAGE:
[22:02:01] [Thread-7/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:         Could not locate OpenAL library.
[22:02:01] [Thread-7/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     STACK TRACE:
[22:02:01] [Thread-7/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:         org.lwjgl.openal.AL.create(AL.java:151)
[22:02:01] [Thread-7/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:         org.lwjgl.openal.AL.create(AL.java:102)
[22:02:01] [Thread-7/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:         org.lwjgl.openal.AL.create(AL.java:201)
[22:02:01] [Thread-7/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:         paulscode.sound.libraries.LibraryLWJGLOpenAL.init(LibraryLWJGLOpenAL.java:164)
[22:02:01] [Thread-7/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:         paulscode.sound.SoundSystem.CommandNewLibrary(SoundSystem.java:1576)
[22:02:01] [Thread-7/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:         paulscode.sound.SoundSystem.CommandQueue(SoundSystem.java:2572)
[22:02:01] [Thread-7/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:         paulscode.sound.CommandThread.run(CommandThread.java:121)
[22:02:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     ERROR MESSAGE:
[22:02:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:         Could not locate OpenAL library.
[22:02:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[22:02:01] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[22:02:02] [Thread-9/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Switching to No Sound
[22:02:02] [Thread-9/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (Silent Mode)
[22:02:02] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[22:02:02] [Sound Library Loader/INFO]: Sound engine started
[22:02:11] [Client thread/INFO]: Created: 16x16 textures/blocks-atlas
[22:02:11] [Client thread/INFO]: Created: 16x16 textures/items-atlas
[22:02:11] [Client thread/INFO] [FML]: Injecting itemstacks
[22:02:11] [Client thread/INFO] [FML]: Itemstack injection complete
[22:02:11] [Client thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods
[22:02:11] [Client thread/INFO]: Reloading ResourceManager: Default, FMLFileResourcePack:Forge Mod Loader, FMLFileResourcePack:Minecraft Forge, FMLFileResourcePack:socrafice
[22:02:12] [Client thread/INFO]: Created: 512x256 textures/blocks-atlas
[22:02:12] [Client thread/INFO]: Created: 256x256 textures/items-atlas
[22:02:12] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[22:02:12] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: SoundSystem shutting down...
[22:02:13] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     Author: Paul Lamb, www.paulscode.com
[22:02:13] [Client thread/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[22:02:13] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[22:02:13] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[22:02:13] [Thread-11/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Initializing LWJGL OpenAL
[22:02:13] [Thread-11/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (The LWJGL binding of OpenAL.  For more information, see http://www.lwjgl.org)
[22:02:13] [Thread-11/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:errorMessage:131]: Error in class 'LibraryLWJGLOpenAL'
[22:02:13] [Thread-11/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:errorMessage:132]:     Unable to initialize OpenAL.  Probable cause: OpenAL not supported.
[22:02:13] [Thread-11/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     ERROR MESSAGE:
[22:02:13] [Thread-11/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:         Could not locate OpenAL library.
[22:02:13] [Thread-11/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     STACK TRACE:
[22:02:13] [Thread-11/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:         org.lwjgl.openal.AL.create(AL.java:151)
[22:02:13] [Thread-11/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:         org.lwjgl.openal.AL.create(AL.java:102)
[22:02:13] [Thread-11/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:         org.lwjgl.openal.AL.create(AL.java:201)
[22:02:13] [Thread-11/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:         paulscode.sound.libraries.LibraryLWJGLOpenAL.init(LibraryLWJGLOpenAL.java:164)
[22:02:13] [Thread-11/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:         paulscode.sound.SoundSystem.CommandNewLibrary(SoundSystem.java:1576)
[22:02:13] [Thread-11/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:         paulscode.sound.SoundSystem.CommandQueue(SoundSystem.java:2572)
[22:02:13] [Thread-11/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:         paulscode.sound.CommandThread.run(CommandThread.java:121)
[22:02:13] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:importantMessage:90]:     ERROR MESSAGE:
[22:02:13] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:         Could not locate OpenAL library.
[22:02:13] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[22:02:13] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Starting up SoundSystem...
[22:02:14] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: Switching to No Sound
[22:02:14] [Thread-13/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]:     (Silent Mode)
[22:02:14] [Sound Library Loader/INFO] [STDOUT]: [paulscode.sound.SoundSystemLogger:message:69]: 
[22:02:14] [Sound Library Loader/INFO]: Sound engine started
[22:02:14] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[22:02:14] [Client thread/ERROR] [TEXTURE ERRORS]: The following texture errors were found.
[22:02:14] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[22:02:14] [Client thread/ERROR] [TEXTURE ERRORS]:   DOMAIN socrafice
[22:02:14] [Client thread/ERROR] [TEXTURE ERRORS]: --------------------------------------------------
[22:02:14] [Client thread/ERROR] [TEXTURE ERRORS]:   domain socrafice is missing 2 textures
[22:02:14] [Client thread/ERROR] [TEXTURE ERRORS]:     domain socrafice is missing a resource manager - it is probably a side-effect of automatic texture processing
[22:02:14] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[22:02:14] [Client thread/ERROR] [TEXTURE ERRORS]:     The missing resources for domain socrafice are:
[22:02:14] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/blocks/SocraficeOre.png
[22:02:14] [Client thread/ERROR] [TEXTURE ERRORS]:       textures/items/trident.png
[22:02:14] [Client thread/ERROR] [TEXTURE ERRORS]: -------------------------
[22:02:14] [Client thread/ERROR] [TEXTURE ERRORS]:     No other errors exist for domain socrafice
[22:02:14] [Client thread/ERROR] [TEXTURE ERRORS]: ==================================================
[22:02:14] [Client thread/ERROR] [TEXTURE ERRORS]: +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
[22:02:24] [Server thread/INFO]: Starting integrated minecraft server version 1.7.10
 
50
1
0
AustereTony написал(а):
Я конечно могу ошибаться, так как не пользуюсь IntelliJ IDEA, но у тебя, судя по скринам, среда не создаёт нужную стуктуру папок. assets.socrafice.textures должна быть разделена на отдельные подпапки.

Да, ты полностью прав. Но так папки вручную делал:
 

Вложения

  • Безымянный.png
    Безымянный.png
    50.4 KB · Просмотры: 16
50
1
0
Ребята. Нашел решение:
Если вы столкнулись, с такой же фигней, то бросайте гребаную IntelliJ IDEA, работайте в еклипсе, там все замечательно работает.
Спасибо всем, кто хотел помочь!
Закройте тему, пожалуйста.
 
Статус
В этой теме нельзя размещать новые ответы.
Сверху