Giter Club home page Giter Club logo

Comments (13)

GreatOrator avatar GreatOrator commented on July 21, 2024

Interesting the images are not displaying, do they show up when you use the open book key? ("O" by default)

And yeah, I don't give the book to start since BQ actually has a key binding to open the quest book without an item. I just put that in if players are more comfortable using an item to open the book.

from tolkiencraft-3-map.

timkrieger avatar timkrieger commented on July 21, 2024

Images still do not display if opened via the key.

from tolkiencraft-3-map.

GreatOrator avatar GreatOrator commented on July 21, 2024

Go into your minecraft directory, configs, betterquesting, resources. Check to see if the images are in the folders there. No reason they should not load if the images are there otherwise it would have to be something with the loading causing them to not display.

from tolkiencraft-3-map.

timkrieger avatar timkrieger commented on July 21, 2024

Checked, both client and server, the images are there under the gui.

I noticed the pathing is \ in the config file, running on linux client & server here but would not expect that to make a difference ( did try swapping these with single \ and single / no change ). hunting for debug log settings to try for more helpful information.

from tolkiencraft-3-map.

GreatOrator avatar GreatOrator commented on July 21, 2024

well, the config file should have the image paths listed, also believe the defaultquests file (or the quest database file) stores the design work such as the images.

from tolkiencraft-3-map.

timkrieger avatar timkrieger commented on July 21, 2024

I was able to get a log out of my client showing it was having issues finding the images, though they are clearly there when looking on the file system. I don't have a windows system around to test on at this point I am suspecting it is related to either the linux desktops or the MultiMC client we are running the pack under.

Thanks for the help hunting the issue. I'll update if I find a solution.

[18:15:50] [Client thread/WARN]: Failed to load texture: tolkiencraft:textures\gui\main_title.png
java.io.FileNotFoundException: tolkiencraft:textures\gui\main_title.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:68) ~[bww.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[bxi.class:?]
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SimpleTexture.java:34) ~[bwa.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:79) [bwf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:49) [bwf.class:?]
at betterquesting.client.gui.GuiHome.func_73863_a(GuiHome.java:79) [GuiHome.class:?]
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382) [ForgeHooksClient.class:?]
at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
at Reflector.callVoid(Reflector.java:512) [Reflector.class:?]
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1409) [bnz.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:162) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:53) [NewLaunch.jar:?]
[18:15:55] [Client thread/WARN]: Failed to load texture: tolkiencraft:textures\gui\blankMEmap.png
java.io.FileNotFoundException: tolkiencraft:textures\gui\blankMEmap.png
at net.minecraft.client.resources.FallbackResourceManager.func_110536_a(FallbackResourceManager.java:68) ~[bww.class:?]
at net.minecraft.client.resources.SimpleReloadableResourceManager.func_110536_a(SimpleReloadableResourceManager.java:65) ~[bxi.class:?]
at net.minecraft.client.renderer.texture.SimpleTexture.func_110551_a(SimpleTexture.java:34) ~[bwa.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110579_a(TextureManager.java:79) [bwf.class:?]
at net.minecraft.client.renderer.texture.TextureManager.func_110577_a(TextureManager.java:49) [bwf.class:?]
at betterquesting.client.gui.GuiQuestLinesEmbedded.drawBackground(GuiQuestLinesEmbedded.java:136) [GuiQuestLinesEmbedded.class:?]
at betterquesting.api.client.gui.GuiScreenThemed.drawBackPanel(GuiScreenThemed.java:96) [GuiScreenThemed.class:?]
at betterquesting.api.client.gui.GuiScreenThemed.func_73863_a(GuiScreenThemed.java:108) [GuiScreenThemed.class:?]
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:382) [ForgeHooksClient.class:?]
at sun.reflect.GeneratedMethodAccessor24.invoke(Unknown Source) ~[?:?]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
at Reflector.callVoid(Reflector.java:512) [Reflector.class:?]
at net.minecraft.client.renderer.EntityRenderer.func_181560_a(EntityRenderer.java:1409) [bnz.class:?]
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1076) [bcx.class:?]
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:371) [bcx.class:?]
at net.minecraft.client.main.Main.main(SourceFile:124) [Main.class:?]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_121]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_121]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_121]
at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:236) [NewLaunch.jar:?]
at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:297) [NewLaunch.jar:?]
at org.multimc.EntryPoint.listen(EntryPoint.java:162) [NewLaunch.jar:?]
at org.multimc.EntryPoint.main(EntryPoint.java:53) [NewLaunch.jar:?]

from tolkiencraft-3-map.

GreatOrator avatar GreatOrator commented on July 21, 2024

Oh, so you're on a linux system or mac?

from tolkiencraft-3-map.

GreatOrator avatar GreatOrator commented on July 21, 2024

Going to report this to funwayguy and see if he can find out why, thank you for the log, that really helps.

from tolkiencraft-3-map.

GreatOrator avatar GreatOrator commented on July 21, 2024

With the recent update, is this fixed or no?

from tolkiencraft-3-map.

timkrieger avatar timkrieger commented on July 21, 2024

Nope, still the same after the update to 0.9.6

Running server and clients on linux with Sun java 8 u121

from tolkiencraft-3-map.

GreatOrator avatar GreatOrator commented on July 21, 2024

Well, waiting to hear back from funway on it. Has to be something unique to linux and the way his book does the linking

from tolkiencraft-3-map.

timkrieger avatar timkrieger commented on July 21, 2024

Was able to get the main quest book image to display today while messing around in creative mode with 0.10.1 . To get the images to show I had to change the setting for home_image from : tolkiencraft:textures\gui\main_title.png to : tolkiencraft:textures/gui/main_title.png

looks to be an issue with the path separator.

from tolkiencraft-3-map.

GreatOrator avatar GreatOrator commented on July 21, 2024

Ahh, so it is an OS specific issue then. I'll let funwayguy know, maybe there is a work-around for it.

from tolkiencraft-3-map.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.