Skip to content

Can't see the screen?

Lewen Choiee edited this page Sep 25, 2026 · 4 revisions

Some players reported that they could't see the dynamic screen (InfoPanels) on the M-Train in the Template Resource Pack. In the v2 update, we tried to solve some problems:

  • Renamed "js" folder to "tsfn-infopanel-js", to avoid clashing with js folder in other resource packs
  • Added some condition checks in our code to avoid errors when the train is leaving or entering the depot

If you still encountered issues, try these methods:

1. Is your Resource Pack version correct?

The Template Resource Pack comes with separate versions for MTR 3 and MTR 4. They are labeled on the Versions page on Modrinth.

2. Have you installed necessary mods?

You need to install

3. Did you select the correct train?

The train used in our tutorial is named "M-Train (Normal) with InfoPanels", with "with InfoPanels" at the end, which is different from the built-in M-Train in MTR mod (though they look the same from outside).

4. Are you using too many mods and resource packs?

If you've loaded a lot of mods and resource packs, there might be performance issue. Try disabling the mods and resource packs one by one until the screen of the Template Resource Pack can be seen.

5. (For mobile simulator) Change the renderer

If you're using a mobile Java simulator, try switching the renderer to "VirGLRenderer (OpenGL 4.3)". If it doesn't work, try other renderers. Refer to the user manual of your simulator to see how to change the renderer.

Still can't see the screen?

  1. Disable all resource packs other than the Template Resource Pack
  2. Board the M-Train (Normal) with InfoPanels and ride from the starting station to the terminus
  3. During the ride, check the screen to see if it is hidden the whole time, or hidden / freezed just during some time
  4. Check the latest.log (in your Minecraft version folder - logs folder) and find a sentence with words like "ERROR", "M-Train (Normal) with InfoPanels", "tsfn-infopanel-js". If you see such sentence, then it might be caused by our code. You may report to us by sending us the sentence you saw, and tell us at which part of the route you're seeing issues on the screen

Back to home