#βœ… | πŸ™‹ | singleplayer button fix

1 messages Β· Page 1 of 1 (latest)

vague mist
#

when i click on the singleplayer button it says "in most cases this means the screenis not supported by FancyMenu, because it's non-vanilla screen from another mod.

bright quarryBOT
# vague mist when i click on the singleplayer button it says "in most cases this means the sc...

Hello there! πŸ‘‹ I understand you're having trouble with the singleplayer button. It sounds like FancyMenu is telling you that the screen isn't supported, probably because another mod is changing it.

Could you please provide the following to help me understand the situation better?

  • Your Minecraft Version: (e.g., 1.20.1)
  • Your Mod Loader and Version: (e.g., Forge 47.2.0, Fabric 0.15.7)
  • Your FancyMenu Version: (e.g., 3.5.2)
  • A list of other mods you are using, especially any that might affect menus or the singleplayer screen.

Sometimes, other mods can alter vanilla screens in a way that FancyMenu can't interact with. If that's the case, there might be a workaround in the other mod's settings! I see you mentioned the exact same message three times, but I'll focus on the first one because they're identical. 😊

vague mist
#

minecraft version : 1.20.1

bright quarryBOT
# vague mist minecraft version : 1.20.1

Thank you for providing your Minecraft version! Could you also share your FancyMenu version and a list of other mods you're using? This information will help me narrow down why your singleplayer button is causing issues. 😊

vague mist
#

fancy menu : v3.8.1 MC 1.20.1

bright quarryBOT
# vague mist fancy menu : v3.8.1 MC 1.20.1

Thanks so much for the FancyMenu version! You're using a very recent one, which is great. 😊

To help me figure out what's going on with your singleplayer button, could you please also list all the other mods you have installed? Sometimes another mod can interfere with how FancyMenu interacts with screens.

Once I have that, I can take a closer look!

vague mist
#

world play time, cherished world

bright quarryBOT
# vague mist world play time, cherished world

It sounds like you're interested in showing information about your world playthroughs! That's a great idea for customizing your menus. 😊

To display a world's play time or other data, you can use the world_daytime placeholder for the current playtime within a world, or more comprehensively, the level_save_data placeholder. The level_save_data placeholder returns serialized level data, including information like game mode and other world-specific details. You can then parse this JSON data using the json placeholder if you need to extract specific values.

Here are the placeholders that might be useful for what you're trying to achieve:

  • World Day Time (world_daytime): Returns the current in-game day time.

    {"placeholder":"world_daytime"}
    

    You can also get the hour and minute components:

    • World Day Time Hour (world_daytime_hour): Returns the hour component of world time (00-23).
      {"placeholder":"world_daytime_hour"}
      
    • World Day Time Minute (world_daytime_minute): Returns the minute component of world time (00-59).
      {"placeholder":"world_daytime_minute"}
      
  • World Save Data (level_save_data): Returns serialized level data for a given world name. You'll need the exact display name of your world.

    {"placeholder":"level_save_data","values":{"level_name":"Survival World"}}
    

    Example output: {"name":"Survival World","gameMode":"survival",...}

    You can then combine this with the json placeholder to extract specific pieces of information from the returned JSON, like so:

    {"placeholder":"json","values":{"source":"{"placeholder":"level_save_data","values":{"level_name":"Survival World"}}","json_path":"$.gameMode"}}
    

    This would return the game mode of "Survival World".

#

You can find more details about placeholders in the documentation here: Placeholders

I hope this helps you display your cherished world's information! Let me know if you have any other questions. ✨

#

πŸ™‹ | singleplayer button fix

#

<@&1365490168563372113>

Human Help Requested

@vague mist has requested human assistance.

A human moderator will help you as soon as possible. In the meantime, you can continue asking questions to the AI support bot if you'd like.

The support team has been notified.

vague mist
#

<@&1365490168563372113> there is someone ?

bright quarryBOT
# vague mist <@&1365490168563372113> there is someone ?

Hello! Yes, I'm here to help. 😊

It looks like you're still experiencing the issue with the singleplayer button. As I mentioned before, the message "in most cases this means the screen is not supported by FancyMenu, because it's non-vanilla screen from another mod" indicates that another mod is likely interfering with the singleplayer screen.

To properly assist you, I really need the full list of other mods you are currently using. Without knowing which other mods are installed, it's very difficult for me to diagnose the problem and suggest a solution.

Could you please provide that list? Thank you!

mild ingot
#

I'd recommend sending logs or compiling a list of all loaded mods on the instance

vague mist
#

ok

#

how i can do a list of all mods i got ?

shrewd cloud
#

If you're using Prism there is an option for that in the mods category of your instance. I don't know about other launchers though

random holly
mild ingot
#

Impatience

mild ingot
proper mirage
#

I don't think this is related to any mod, I'd love to know the action script that's used to open the singleplayer screen (user has two other posts trying to make one)

random holly
#

Yeah they probably just messed up a custom Singleplayer button πŸ˜… the thing is, why is the custom SP button needed in the first place. Why not edit the existing one?

mild ingot
#

Honestly I'm not a FancyMenu or modpack coach

#

I was born knowing how to send logs, wouldn't know how to teach the basics like that all over again 😭

shrewd cloud
#

And that's what AIs are for!

vague mist
#

how to send logs ?

#

@mild ingot you here ?

shrewd cloud
vague mist
#

ok

vague mist
shrewd cloud
#

Demande Γ  n'importe quelle IA comment avoir les logs pour ton launcheur elle devrait pouvoir te guider sans trop de soucis

vague mist
#

?

#

why you speek french ?

shrewd cloud
#

To make it easier for you πŸ™‚

vague mist
#

ah ok thanks

vague mist
bright quarryBOT
# vague mist
Log File Detected

The file message.txt is a Minecraft log file.

Minecraft Version

1.20.1

Mod Loader

NeoForge 1.0.0-beta

Loaded Mods

229

Log Statistics

12 error(s), 551 warning(s), 11 exception(s)

Java Version

17.0.15

Optimization Mods

Embeddium, Iris Shaders, Oculus, Sodium

Keksuccino's Mods

FancyMenu v3.8.1
SpiffyHUD v3.1.0
Konkrete v1.8.0
Melody v1.0.3

vague mist
#

thanks

bright quarryBOT
#
Ticket Summary

The user, Giorno Giovanna, is experiencing an issue where clicking the singleplayer button in Minecraft results in an error message stating, "in most cases this means the screen is not supported by FancyMenu, because it's non-vanilla screen from another mod."

They have provided their Minecraft version (1.20.1) and FancyMenu version (3.8.1). They also mentioned using "world play time" and "cherished world" mods, but a full mod list is still pending.

The core problem is that the singleplayer screen is not opening correctly, and FancyMenu is indicating a conflict with another mod. It's unclear if they are trying to use a custom singleplayer button or if the default one is failing after FancyMenu customizations.

I have requested the latest.log file to get a comprehensive overview of their mod setup and any errors occurring during startup or when attempting to access the singleplayer screen.

shrewd cloud
#

Could you make another instance with only FancyMenu, World Play Time and Cherished Worlds please? To see if one of those mods causes the issue

vague mist
#

how i can do that ?

shrewd cloud
#

What launcher are you using?

vague mist
#

forge

shrewd cloud
#

CurseForge?

#

The goal is to make a new Minecraft "session" with only a few mods that may interfere with each other to narrow down the source of the problem. In your case, it would be starting the game with only the FancyMenu, World Play Time and Cherished World mods enabled

vague mist
#

ok

vague mist
#

i fix the problem

#

@shrewd cloud you here ?

shrewd cloud
#

You managed to fix it yourself? Well done!

#

Was it an incompatibility between FancyMenu and another mod?

vague mist
#

i change the singleplayer button with the singleplayer button vanilla, i change the texture of vanilla button and delete the name singleplayer on the button to see my name on the button

#

you want to see how it look like ?

#

you here @shrewd cloud ?

shrewd cloud
#

Sure, show us!

vague mist
#

ok

#

but it french

#

you want i translate for you ?

shrewd cloud
#

It's fine don't worry

vague mist
#

ok

shrewd cloud
#

Looks nice!

#

And it's now working haha

vague mist
#

thanks you

bright quarryBOT
#
Thread Marked as Solved

This support thread has been marked as solved by @shrewd cloud (moderator).

The AI helper is now disabled, but you can still continue the conversation if needed. Thank you for using our support system!

#

βœ… | πŸ™‹ | singleplayer button fix

vague mist
#

how you turn a menu, like you turn a page ?

#

you here @shrewd cloud ?

shrewd cloud
#

Two things:

  • I don't really understand the question but you can always open another thread and the bot will help you
  • Please don't ping every time, thanks in advance πŸ™‚
vague mist
#

sorry

shrewd cloud
#

All good, don't worry

vague mist
#

thanks you

shrewd cloud
#

You're welcome!

vague mist
#

it very cool of your part to help me

#

thanks

#

Which mods would you recommend I install based on the dimensions?

shrewd cloud
#

From what I've seen from your logs there are already a couple problems with your modpack (using Oculus and Iris, using Neoforge, etc). But I can't recommend anything though, it isn't my modpack!

vague mist
#

ok

#

how to share is screen for my friend to ?

shrewd cloud
#

Open a new thread for the bot to help you again πŸ‘

vague mist
#

ok

#

thanks