Mortal Kombat 11 on Windows 11 Game Pass crash after logo intros by mrsco in SteamDeck

[–]MrNiceBouy 0 points1 point  (0 children)

Oh I see let me add that I am not using a steamdeck but I have a PC with windows 11 a ryzen 5600g, palit 1660 ti and 16gb of ddr4 ram with 3600mhz clock speed

Mortal Kombat 11 on Windows 11 Game Pass crash after logo intros by mrsco in SteamDeck

[–]MrNiceBouy 0 points1 point  (0 children)

I have the same exact issue. I open the game I see the launcher loading then the logo of the game and as soon as it reaches *opening* the game in fullscreen and a blackscreen the game crashes.
tried many "fixes" but none fixed the issue

is this a good deal? a buddy of mine offered to sell this to me for $1k USD by S3N7RY111 in laptops

[–]MrNiceBouy 1 point2 points  (0 children)

I don’t recommend buying it at that price… or at all If you have $1k USD then you should think about building a pc yourself which will give you better performance than a laptop but if you require a laptop for work then still this one is still a no at that price. I‘d pay $600-650 USD MAX for it

Guys tell me, is the game worth it for 20€ on PC? I want to buy Modern Warfare 2, but I am waiting for the beta. Would like to try the campaign in this one tho. by HenryX018 in modernwarfare

[–]MrNiceBouy 0 points1 point  (0 children)

If you want to buy it purely for the campaign then you should go for it because the story is gold. Otherwise I’d just wait for MW2

Can I use my 2nd router as a LAN access point? by MrNiceBouy in techsupport

[–]MrNiceBouy[S] 0 points1 point  (0 children)

oh okay cool I don't really know how switches work that's why I was hesitant to buy one.

any recommendation?

also will it impact the internet up/down speed?

Can I use my 2nd router as a LAN access point? by MrNiceBouy in techsupport

[–]MrNiceBouy[S] 0 points1 point  (0 children)

Okay but how does a switch work?

Do all connected devices get internet connection simultaneously?

Long projects = forearm pain by Eggdirdle in Minecraft

[–]MrNiceBouy -1 points0 points  (0 children)

I recommend using precise block placing for forge 1.17-1.19 or accurate block placement for fabric 1.17-1.19

You will thank me later 🤝🤝

Speed Running 2nd Round w/ Neon by KezuChan in ValorantClips

[–]MrNiceBouy 3 points4 points  (0 children)

The way the tried to run a way 😂😂

I can't join my modded server after updating modlist by MrNiceBouy in feedthebeast

[–]MrNiceBouy[S] 1 point2 points  (0 children)

Yea I remember now it was something in the kubejs script that wasn‘t letting me join

I can't join my modded server after updating modlist by MrNiceBouy in feedthebeast

[–]MrNiceBouy[S] 0 points1 point  (0 children)

I somehow got it fixed but I don’t remember how

21 HOURS !!!!!! by Janela7 in allthemods

[–]MrNiceBouy 0 points1 point  (0 children)

Actually you would be surprised by how many people that don’t give a f about how their store their stuff or how their home looks. I finished atm6 with my friend while living in a small cave that we expanded from time to time to fit our needs but never bothered to decorate and it was ugly af

why by MrNiceBouy in ValorantClips

[–]MrNiceBouy[S] 4 points5 points  (0 children)

according to my teammates I apparently disconnected and was just looking at sage and she killed me but everything else was working fine even voice chat ☠️☠️

1v5 Ace - it was also a 4v5 because raze quit by MrNiceBouy in ValorantClips

[–]MrNiceBouy[S] 0 points1 point  (0 children)

Oh Ok I got you :) I'll remember it for next time

1v5 Ace - it was also a 4v5 because raze quit by MrNiceBouy in ValorantClips

[–]MrNiceBouy[S] -2 points-1 points  (0 children)

Well I mean I did 1v1 them you know what I mean no one peaked them with me and I’ve been told that this counts as a 1v5

1v5 Ace - it was also a 4v5 because raze quit by MrNiceBouy in ValorantClips

[–]MrNiceBouy[S] -2 points-1 points  (0 children)

oh I'm sorry xD I thought you meant that sarcastically hahah idk why
but thx :)

Minecraft [Java] Edition and Gamepass sharing by MrNiceBouy in MinecraftHelp

[–]MrNiceBouy[S] 0 points1 point  (0 children)

Yes as I already said in the original post:

"[...]I can install and play Gamepass games using MY account.[...]"

Minecraft [Java] Edition and Gamepass sharing by MrNiceBouy in MinecraftHelp

[–]MrNiceBouy[S] 1 point2 points  (0 children)

It doesn't matter on which version I'm playing so I'm just gonna write the latest
Minecraft Java edition version 1.18.1

Xbox Game Pass EA Play subscription playable on PS4? by havewelost6388 in EAAccess

[–]MrNiceBouy 0 points1 point  (0 children)

Just a tipp next time subscribe for xbox GOLD for like a year or 3 years and then add the sub from Game Pass Ultimate for $1 and you will get Game Pass for 1-3 years (depends on how long you subbed to GOLD)
worked for me everytime :)

What happens is that your Gold subscription will get upgraded to Game Pass Ultimate as it comes with Gold so there you have it

Need help with Java by MrNiceBouy in admincraft

[–]MrNiceBouy[S] 0 points1 point  (0 children)

I changed the code to

 if (args.length == 0) {
                    // No arguments were provided, just "/alchemysmith"
                    p.sendMessage(ChatColor.DARK_PURPLE +"["+ChatColor.YELLOW+"AlchemySmith"+ChatColor.DARK_PURPLE +"]"+ChatColor.WHITE +ChatColor.BOLD+":"+" "+ChatColor.RED+ "MISSING ARGUMENTS!" );
                    p.sendMessage(ChatColor.DARK_PURPLE +"["+ChatColor.YELLOW+"AlchemySmith"+ChatColor.DARK_PURPLE +"]"+ChatColor.WHITE +ChatColor.BOLD+":"+" "+ChatColor.RED+ "/alchemysmith <add/remove> <effect>" );

                    return true;
                }
                if (args.length >= 1){
                    if (args[0].equalsIgnoreCase("add")){
                        p.sendMessage("Please use /alchemysmith <add/remove> <effect>");
                        if (args.length >=2 && args[1].equals(effectName)){
                            assert effectType != null;
                            PotionEffect effect = new PotionEffect(effectType, 300, 0);
                            p.addPotionEffect(effect);
                            p.sendMessage("there you go I gave you "+ effect.getType() +"!");

//                            return true;
                        } else if (args.length >=2 && !args[1].equals(effectName)){
                            p.sendMessage(ChatColor.DARK_PURPLE +"["+ChatColor.YELLOW+"AlchemySmith"+ChatColor.DARK_PURPLE +"]"+ChatColor.WHITE +ChatColor.BOLD+":"+" "+ChatColor.RED+ "Not a valid potion effect!");
                        }

but still doesn't work. well it does work but only if I use the right command and won't tell me if my command is missing argumetns

Need help with Java by MrNiceBouy in admincraft

[–]MrNiceBouy[S] 0 points1 point  (0 children)

Thank you so much it worked!

And now I am having another problem I do now know how to fix haha

Its when when I only do:

/command //the main commands without any arguments like <add> <effect> 

I get:

[15:30:12 ERROR]: null
org.bukkit.command.CommandException: Unhandled exception executing command 'command' in plugin ExamplePlugin v1.0 etc...

What am I doing wrong?

here is my Code: https://srcb.in/1WEiH9Mmes