Giter VIP home page Giter VIP logo

pi-docs's People

Contributors

aberzhulan avatar backcheck21 avatar baka-gourd avatar brandon3055 avatar brockws avatar bytegm avatar foxmcloud5655 avatar gerkiz avatar henryloenwind avatar minematrixia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

pi-docs's Issues

Crashing

---- Minecraft Crash Report ----
// Shall we play a game?

Time: 2024-06-19 13:31:46 EET
Description: Error executing task

java.util.concurrent.ExecutionException: java.lang.NullPointerException
at java.util.concurrent.FutureTask.report(Unknown Source)
at java.util.concurrent.FutureTask.get(Unknown Source)
at net.minecraft.util.Util.runTask(SourceFile:531)
at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:1088)
at net.minecraft.client.Minecraft.run(Minecraft.java:3942)
at net.minecraft.client.main.Main.main(SourceFile:123)
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:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.NullPointerException
at com.brandon3055.projectintelligence.docmanagement.LanguageManager.mcLanguage(LanguageManager.java:402)
at com.brandon3055.projectintelligence.docmanagement.LanguageManager.getUserLanguage(LanguageManager.java:378)
at com.brandon3055.projectintelligence.docmanagement.LanguageManager.getModLanguage(LanguageManager.java:309)
at com.brandon3055.projectintelligence.docmanagement.LanguageManager.getPageLanguage(LanguageManager.java:290)
at com.brandon3055.projectintelligence.docmanagement.DocumentationPage.getLocalizationLang(DocumentationPage.java:107)
at com.brandon3055.projectintelligence.docmanagement.DocumentationPage.getMarkdownFile(DocumentationPage.java:134)
at com.brandon3055.projectintelligence.docmanagement.DocumentationPage.getMarkdownLines(DocumentationPage.java:144)
at com.brandon3055.projectintelligence.client.gui.PIGuiOverlay$DocElement.reloadDoc(PIGuiOverlay.java:342)
at com.brandon3055.projectintelligence.client.gui.PIGuiOverlay$DocElement.reloadElement(PIGuiOverlay.java:322)
at com.brandon3055.projectintelligence.client.gui.PIGuiOverlay$DocElement.updateBounds(PIGuiOverlay.java:525)
at com.brandon3055.projectintelligence.client.gui.PIGuiOverlay$DocElement.addChildElements(PIGuiOverlay.java:276)
at com.brandon3055.brandonscore.client.gui.modulargui.GuiElementManager.add(GuiElementManager.java:82)
at com.brandon3055.projectintelligence.client.gui.PIGuiOverlay.addElements(PIGuiOverlay.java:84)
at com.brandon3055.brandonscore.client.gui.modulargui.GuiElementManager.onGuiInit(GuiElementManager.java:41)
at com.brandon3055.projectintelligence.client.gui.PIGuiOverlay.onGuiInit(PIGuiOverlay.java:74)
at com.brandon3055.projectintelligence.client.gui.PIGuiOverlay.(PIGuiOverlay.java:66)
at com.brandon3055.projectintelligence.client.gui.GuiInGuiRenderer.guiInit(GuiInGuiRenderer.java:41)
at com.brandon3055.projectintelligence.client.GuiEventHandler.onGuiInit(GuiEventHandler.java:39)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler_2686_GuiEventHandler_onGuiInit_Post.invoke(.dynamic)
at net.minecraftforge.fml.common.eventhandler.ASMEventHandler.invoke(ASMEventHandler.java:90)
at net.minecraftforge.fml.common.eventhandler.EventBus.post(EventBus.java:182)
at net.minecraft.client.gui.GuiScreen.setWorldAndResolution(GuiScreen.java:480)
at net.minecraft.client.Minecraft.displayGuiScreen(Minecraft.java:1018)
at net.minecraftforge.fml.client.FMLClientHandler.showGuiScreen(FMLClientHandler.java:501)
at net.minecraftforge.fml.common.FMLCommonHandler.showGuiScreen(FMLCommonHandler.java:322)
at net.minecraftforge.fml.common.network.internal.FMLNetworkHandler.openGui(FMLNetworkHandler.java:112)
at net.minecraft.entity.player.EntityPlayer.openGui(EntityPlayer.java:2550)
at net.minecraftforge.fml.common.network.internal.OpenGuiHandler.process(OpenGuiHandler.java:50)
at net.minecraftforge.fml.common.network.internal.OpenGuiHandler.lambda$channelRead0$0(OpenGuiHandler.java:43)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at net.minecraft.util.Util.runTask(SourceFile:529)
... 9 more

Help me with this crash error

Unable to Download with Internet Connection

Hey o/

I've had several users report that the Draconic Evolution guide through PI has been inaccessible, despite them having being on a server. It looks like PI is referencing a manifest with an incorrect path, with 2 . instead of 1 before the file extension.

Here's the original issue, with screenshots:
EnigmaticaModpacks/Enigmatica2Expert#867

Versions

  • ProjectIntelligence-1.12.2-1.0.2.16-universal
  • Draconic-Evolution-1.12.2-2.3.20.333-universal

Feature Request: Language priority system

Right now if you have your Minecraft language set to something that has no translation in the documentation it's quite annoying to have to override the language.

I think it would be much better to have a priority system, where you can set what language you prefer, but if the page isn't available in that language, it'll see if it is available in your second (or third..?) language and show it in that one instead. I feel like that would feel a lot more seamless.

For example: I have my language set to en_gb, but there the pages are only in en_us. Of course I would understand en_us just the same, so it's quite the hassle to have to override everything.

It would also be useful for bilingual people, who play in their mother tongue, but understand other languages as well.

(Sorry if I posted this in the wrong place. I'll post it somewhere else if needed.)

GIF files get stuck on first frame

Hi!

I tried adding a .gif file to a page, but it only shows the first frame.
The image is hosted at https://i.ibb.co/bdw9szC/logo.gif and is definitely a .gif with more just than the first frame.
It is also not just limited to this .gif as I tested with a couple of others and have had the same problem.

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.