#vanilla-tech-support
49 messages · Page 62 of 1
Tap only
All 6 files are there
Yeah, that's what I expected. New save file method is the faster way to check first or y'all can skip straight to the safe mode testing
So have her make a new file and sleep though to day 5?
Actually lemme get her in this server
One second
Yep
K she should be here
Nope
Hmm
Alright I'll pass on the message then
So what are you expecting to happen on the save file method?
I want to make sure it's consistent across saves for this PC, which I expect it will be since it works on my PC. The safe mode method helps determine if there's some type of program interfering with the game files causing the crash
We've had a few of those recently, which is why I asked those questions about Afterburner
I never heard of Afterburner, so I don't think she has that
But I can try safe mode
Yeah, it's one if you haven't heard of it, you are most likely fine
heh, honestly forgot how to boot into it anyway heh
Used to be, is for some machines. Problem is boot is too fast on most now, so you have to do it the other way
gahhh it's night time and way past my bedtime and i keep clicking the door to enter but it wont let me in... whats going on?
nvm
finally let me in
Do we boot Safe Mode with Networking?
For just testing single player, no. She'll need to launch from the game folder and not Steam btw
how do i play with a friend on my current singleplayer farm
Modded or no?
yea
Oh I meant Minerva sorry
#stardew-valley can give you tips on how to play co-op
Vanilla with SMAPI only Moosen
👍
K that worked
We're gonna make a new save and test
If she crashes do you want the logs again?
Yep
Okay, I need to switch to mobile and then will be out of cell range for a bit after that, so responses will be slower
New save did?
Hmm, interesting. I may need to compare the original save and this one then and see if there's corruption somewhere
Does the other save work if she doesn't enter the CC? Or did it crash during the cutscene as well. If so you may have to restart or wait for me to see if I can repair it
I'll ask her to try the proper save
K she tried loading the original save and it worked as well
In safe mode?
Yes
I had her leave safe mode since testing was done and out of curiosity had her load it in normal mode
Sure enough, crashed
So it's a program on her PC. What antivirus?
oh dear lord this lightning...
Hmm
WHOOO
big bangggg
She doesn't know, I'm having her check
Can anything happen if something's expired?
This has got to be the longest issue being troubleshooted to date
is there any way to disable auto watering by sprinklers right after day start?
Probably a mod
i cant find anything. too bad those who made activate sprinklers mods didnt thought its pointless to activate sprinkler after it did it already by itself
Why would this be useful?
I don't think so, but if it's expired, remove it to be sure @willow turret
@rocky pagoda possibly for the exact reason Activate Sprinklers is
Hmm?
👍
I know I'm probably dreaming too hard, but would it be possible to ask Ape about it?
I can reach out if we can't find it, but I like to exhaust all of my knowledge first. Any luck removing Norton?
She never told me if she did or not
When you get an update on that, if she's willing, a full list of apps on the computer might be the next place to check. Some may jump out at Pathos (SMAPI dev and my backup troubleshooter when all else fails XD) since he's more familiar with some of the ones that don't play nice code wise
Aside from the two groups of apps I mentioned, off the top of my head no. Basically anything that might be able to intercept an open window or access files aside from its own
Well after a good 30 minutes of goofing around trying to uninstall things, even with Norton gone there is still crashing
How unfortunate...
Still just the one save or that one and the new one as well?
THe one save
Didn't try a new one
Hmm
What was the command to move time forward?
/settime?
world_settime <time>
Can I do this in game?
In the SMAPI console; the debug commands are disabled in the released version of the game
On the new save?
Mhm
I'm trying something new, though I doubt that's going to work
Nope
Didn't work
Damn, but not unexpected. Unfortunately I need to head off to sleep for work, but I'm happy to try and help y'all figure it out when I'm off again. I can tag @copper hollow in to see if he has any suggestions of what apps to look for as well. (Pathos, crash on entering the CC, only happens on one player's PC, does not crash in safe mode or on my testing. Tested both vanilla and lightly modded. No Afterburner, duplicate antivirus removed, no joy)
So to summarise:
- crashes when you enter the community center, but no error in the log (https://smapi.io/log/5d884ce682594816866f28091f78836e);
- happens with vanilla and mods (SMAPI + bundled mods only);
- doesn't happen in safe mode;
- doesn't happen when Minerva tries the same save.
How does it crash? Does the game window just disappear, does it freeze, or does it show an error (e.g. "application has stopped responding")?
So when you enter the CC it'll freeze, tells me to close the window, and that's it.
After that first crash, any further attempts to load the world result in the crash
Basically, after entering the CC, the world is rendered unplayable
Is the world unplayable if you/Minerva try it after the freeze too?
Nope
I had my friend send me the file after it crashed multiple times
Each time we loaded in just fine
I didn't get a chance to test it after that, only a rolled back one
Hmm, that's pretty strange. The game doesn't save until you go to bed (except on Android), so no crash during the day should affect the save.
Yeah it's odd
That's what I said XD
And apparently when she tried to roll it back, the game crashed instantly upon loading the world for a sec
I'm not sure specifically what's causing it, but it does sound like other software interfering somehow since it doesn't happen in safe mode. Do you have any graphics utilities/software at all (e.g. Radeon Software, GeForce Experience, graphics tweak software, etc)?
It's a simple home computer
It doesn't have any advanced graphics capabilites
From what I know, these are the only specs I can remember
Windows 10, latest version.
RAM 4 GB
Storage (might be SSD) 1 TB
Doubt any of those relate to the issue
But anything would help you guys at this point
And when I googled the situation, only one result matched the exact issue we were having
Yeah, hardware specs seem fine. Can you do this (on the computer with the crash) to provide a list of installed software?
- Open the start menu, type PowerShell, and select the match.
- Run this script:
cd Desktop
Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize > installed.txt
- Post the
installed.txtfile (feel free to send it in a DM if you don't want it public just in case).
Hoh
saves that for future reference
No worries, feel free to ping me when you have it.
Gotcha
Can I just copy and paste the whole thing, or do I have to run it line by line
You can copy & paste the whole thing at once.
K
So uhh, I don't know what I did, but when I copied in what you sent, nothing happened
@copper hollow
I did use powershell
That's fine, it won't output anything in the console. It should have created an installed.txt file on your desktop you can post though.
🤔
What does it show if you run this in the PowerShell console?
Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize
Acutally
I think I know what happened
Because I just tried it on my computer, and it showed me my apps
Does it not show anything if you have multiple?
A duplicate
Duplicate apps installed?
No text files
Do you mean the installed.txt file? It should just overwrite the file if it already exists.
What does it show if you run the command I posted above (which will display directly instead of creating a file)?
Nothing. I hit enter and it just creates a new line
Can you post a screenshot?
Yeah, that's still the original command. Try the one I posted above, without the > installed.txt at the end.
Nothing
Can you post a new screenshot?
Hmm. Is this a 32-bit computer?
I assume the Program Files (86x) folder makes it 64-bit right?
Yep.
Then it is a 64-bit
Ah my friend is in fact in this server.
She insists on reading all the #old-rules heh
But she's there
@sterile sandal
Got her
Well that's good, since you're responsible for knowing them 😛
:))
(Okay now bed for real)
What does this output?
Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table -AutoSize
No problem! I'll check in when I get up and see if you figured it out
Whooo
That one worked
Unfortunately it's gonna take up a good amount of this chat
Okay, now run this one:
Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table -AutoSize > installed.txt
Then drag the installed.txt from your desktop onto Discord to send it.
Par for the course on complex issues
Ah two keyboards makes it hard to remember which computer I'm using :)
Haq
I apologize on her behalf for how much crap is installed on that thing...
Next can you run this command:
cd "$env:USERPROFILE/desktop"; Get-Process | Select-Object Name, Description, Product, Company, Path | Sort-Object -Property Name | Format-Table -AutoSize > running.txt
And post the running.txt file it creates on your desktop?
The only one that sticks out as a possible issue is OBS Studio (since streaming apps can mess with the game window), but it doesn't seem to be running. There are quite a few programs running though; one thing to try would be disabling auto-start for programs you don't need to run automatically, restart your computer, and see if it still happens then.
(It's been a while since I did that, just going to set it up here and send instructions in a bit.)
There was a LOT of unnecessary programs that were on startup
Admittedly I'd love to go through her computer and delete a lot
If you want, you can install CCleaner (free version is fine): https://www.ccleaner.com/ccleaner, then go to the Tools > Startup section and just disable software you don't need. It'll still be installed and run when you launch it, it just won't auto-start with the computer.
Unfortunately someone else uses it other than her, so I can't do anything...
Oh I went through and disabled everything I didn't know or wasn't part of the OS
Try restarting (so they're no longer running), then see if it still happens?
Oh I just restarted it, so when she gets back we'll see
However I still fear we'll encounter the crash
If this doesn't work, does this mean you'll have run out of ideas?
Nope.
Crashed
Oof, is it crashing again moosen?
Oh it's been doing it all day
Can you press CTRL + SHIFT + Escape to open the Task Manager, and post a screenshot?
Oof, sorry to hear that
Since yesterday actually
Ouch, rip your playing experience, it'll work out eventually, keep trying!
Oh it's not even me
It's this fellow right here
I'm sorry I can't be helpful here so I'll be on my way >_>
Oh yeah your friend
Big oof
Processes or Details?
Good luck amiaxoom!
The spirits are displeased!
Processes tab.
.>
That's it
Okay, this might take a bit of time. Can you right-click each of these processes, and choose end task:
Dropbox
DTSRVC
GameBar / GameBarFT GameBarFTServer
hkcmd
HPSA_Service
hpwuschd2
igfxpers
jhi_service
LMS
MDNSResponder
MicrosoftEdge / MicrosoftEdgeCP / MicrosoftEdgeSH
NoBuAgent
OneDrive
OSDManager
pdfsvc
pdisrvc
QtWebEngineProcess
RIconMan
RNowSvc
SkypeApp
SkypeBackgroundHost
Steam (and steam*)
TabTip
TrueSuiteService
UNS
Video.UI
Windows.WARP.JITSERVICE
WSHelper
XboxApp
YCMMirage
YourPhone
Then see if it still crashes.
Alright, we ended all those on the list, some weren't there, so we skipped them and are opening SV now
Crashed
Can you post a new screenshot of the running processes? (Feel free to skip all the svchost ones.)
Oh boy with pleasure
Try also exiting...
Andrea filters APO access service
BioMonitor
Dropbox Service
FrescoLogic VGA Tray
HP Beats
BP Support Assistant Service
Microsoft Skype
MobileDeviceService
XBox Game Bar
Try this:
- From the start menu, search Game Bar settings and select the match.
- Set the main option to 'off'.
Make sure XBox Game Bar isn't in the process list (and exit it if it is), then try it again.
Crash
Hmmm.
Okay, new tack. When the game window freezes, switch to the SMAPI console (without closing the game window) and post a screenshot of the full console.
It's pretty much the same thing as the crash logs
And a screenshot of the frozen game window too?
All that the frozen window shows is the loading icon stuck in place
And a black screen
Can you install Debug Mode (https://www.nexusmods.com/stardewvalley/mods/679), then press ~ to enable it before entering the community center, and post a screenshot of the window when it freezes?
Ima try
I assume Minerva already had you try verifying the game file integrity through Steam?
I have done that multiple times yes
It has always come back saying everything was fine
Weeell, one option would be to just edit the save to mark the cutscene as viewed, so it bypasses that specific cutscene.
I don't believe that'd work, since the game crashes for entering the CC, regardless of whether you watched the cutscene or not
Even in the cutscene, entering the room crashes
The cutscene will play out as normal up until Lewis takes you into the room. It doesn't crash farmhands, like me. Only the host
So you skip the cutscene, enter the community center manually, and that crashes too?
Hold on, going to see what the game code is doing at that point.
Start the scene, skip it, enter room, crash
Alright, so we've tried all the easy things. Next is basically running custom builds of the game to figure out where exactly it's failing and why.
First the baseline test. Open your game folder, and replace Stardew Valley.exe with this file:
Then check that the crash still happens. (It should, since I didn't change any of the code yet; we're just confirming the debug build has the same issue.)
I assume Windows Defender warning me is normal?
Also are there any noticeable differences with these versions?
So I can tell them apart?
Yep, it's probably complaining because it hasn't seen that build before. It's basically just a recompiled version of the decompiled game code.
If I remove the original executable it won't boot the game
There isn't really anything to tell them apart, but I could change the version number so they're distinguishable.
Oh, Discord adds an underscore. Make sure the file is Stardew Valley.exe with a space.
You can click play in Steam or launch StardewModdingAPI.exe, whichever you prefer. Either way should launch the game through SMAPI.
Well then I did that, and loaded the original farm, and crashed as soon as the game faded to the loading screen
Do I make a new one and test that one?
Nothing different from last time
Does that build work fine if you launch in safe mode?
Ok so past this point restarting this computer will not work, since my friend has gone to sleep, leaving me still controlling the computer. If I restart now I won't be able to continue working
As she won't be here to allow me to take control again
But I will assume it would work since the vanilla(ish) one worked with Minerva
I'll be heading to bed soon anyway, so we can resume tomorrow if you want. I still suspect it's something installed on the computer if it works in safe mode, but we'd need to see if the new crash is also fixed in safe mode; if so it's probably the same issue, so we can just see where that one happens.
Yeah it's 1 AM here, and my friend doesn't get up until around 10-11
She might be up earlier though...
But I wouldn't mind continuing this tomorrow
(I'll be at work anyway, so it'd probably be around 6pm your time.)
Nothing but time and crashes. 😛
No job yet unfortunately heh
Yeah
A shame
And we can't refund the game either, since both of us passed the 2 hour mark
Still, I'd love if this managed to get fixed
Hmm
Oh, I got an idea, but I don't think she'd like it
Would a computer restart work? Like uninstalling everything and starting from scratch?
Oh, you mentioned someone else was using the computer so I figured that wasn't an option. Yes, reformatting the computer would probably fix it since that'd remove all the extra software that's running.
Mhm
I think it was her dad
Not sure though
Well, I think ima head off for the night. Might as well preserve my sleep schedule as much as I can
Good night!
Night, cya tomorrow
I host a multiplayer game with one other person. Our characters are married. We're going into the Skull Caverns a lot, trying to make the pepper rex goal for monster eradication. Sometimes we suddenly find ourselves running on different time streams. Time will slow down for her and her magnet will stop working. I'll see her standing still, but she won't see me at all. If I leave the mine, time might sync again suddenly. This can leave her alone in the mine at 2 a.m. Tonight I porched home (return scepter) a moment before she did, real time. 1:40 a.m. game time for me, in bed at 1:50. She returned at 12:50, not wanting to pass out in the mine. She didn't see me in the bed, but I saw her, which makes an odd kind of sense, since, game time, she got to bed an hour before I did. Only up side to this is that, apparently, we get to kill the same pepper rex.
Any ideas about the possible causes?
Yeah, so safe mode test with the new custom build tomorrow then.
Mhm
@hollow shale I think most of the support people are asleep; you could try asking again tomorrow if you don't get an answer.
I don't do multilayer, my only guess is maybe because of all of the actions that pause the time for a brief second the time gets off put, that may be why the time is off but I have no clue how multiplayer works, or if that is the cause
And I have no clue shout anything else
I think normally the host manages the time, and farmhands periodically reset their local time to match so it doesn't drift out of sync.
Ah so she doesn't want to reset because she believes she'll lose all her art
Good thing OneDrive exists lol
Windows has an option to remove software but keep all files, but I'd suggest backing up any important files just in case anyway.
That seemed to kinda move her to resetting a bit
She's still weary, so I'll research it tomorrow
Hmm, I just made one off connection
This crash is just majora's mask :)
after the 4th day the world is gone
So I just installed the game with Steam on Linux. When I click Play there, it seems to do something, as Play button changes to "Cancel" and then "Stop" while a window says "Preparing to start..." - Only after 5 seconds the window closes and the button in Steam goes back to say "Play". Seems like game never started at all
This is what I see when I start the (correct?) executable directly from cli:
Searching through the docs, I find Linux should work. Nobody seems to mention this. What am I doing wrong?
😩
Try reinstalling .NET Framework 4.5.2 and XNA Framework 4.0 (see https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#Game_doesn.27t_launch for links).
Second, make sure you don't have anything like Afterburner or multiple antiviruses installed
hi is there a way to load for example spring when im in summer (lets say i ve let stardew valley open over night)
If you don't have mods, you can only roll the game back one day. You can try editing the save to make it spring again, but you'll still have lost your crops etc
I've not heard of this issue before, but sounds like a connection issue. You can try this guide and see if anything helps @hollow shale
!mphelp
See this page for connection issues in multiplayer: https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#Can.27t_connect_to_another_player_in_multiplayer. (Applies to both vanilla and modded games; console players just check as many steps as you can!)
@tribal nacelle hi, one more thing, lets say i wanna download that mod, is there a mod that allows me not to skip that time but like in reverse?
No. SMAPI has an auto save backup that would have created saves yesterday, but it's not retroactive
@tribal nacelle .NET Framework 4.5.2 and XNA Framework 4.0 - apply for Linux as well? Your link seems to say no
Ah, no they don't. I don't know much about Unix, but you can try this
trying the advice given there for Linux now..
!installforlog
Try this:
- Install SMAPI: https://smapi.io/.
- Run the game through SMAPI.
- Upload your SMAPI log to https://smapi.io/log.
- Share the log link here.
(You can remove SMAPI later, we're just using it to see what the problem is.)
ok will do that next
@tribal nacelle so I got SMAPI up and running, it basically shows the same error message from my screenshot up top as well, but please see for yourself: https://smapi.io/log/a8e8b823cb56482db45c885e08a55570
You installed Mono?
yes I installed mono-complete before installing SMAPI
@median crypt yeah I have no idea then. Mouse?
The gifted Rarecrows should be purchaseable at the Night Market, but some people have encountered a bug where they never appear. This is a known issue, but can be reported
!officialbug
If you've checked that it's not a mod bug, you can report bugs to the Stardew Valley developers here: https://forums.stardewvalley.net/index.php?forums/help-bug-reports.12/ (do a quick search first so you don't report something they're already looking into). Alternatively, you can email support@stardewvalley.net
To play on mobile instead, probably have to buy the game again?
Yeah
Should I report my "Stardew on Linux not starting" bug in official forums as well?
That looks like it might be a drivers issue. I'm not at computer at the moment because is dark out, but can you share result of
glxinfo | grep -i opengl ?
Just an observation, but looking at the installed.txt file I had Amiaxoom send, it doesn't appear to be sending everything installed on the computer
@median crypt glxinfo reports error as well:
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 155 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 85
Current serial number in output stream: 86
OK I fixed the glxinfo error and now it seems to work better
I can't use the right side of the game, I believe that the course of the game is not synchronized with that of the mouse
I'm just gonna call off the hunt for a solution to this crash issue. As helpful as everyone here has been I'm really tired of the constant looking for files, and the prospect of having to check different builds of the game demotivates me further... at this point I really don't see a point in continuing the hunt.
I can't use the right side of the game, I believe that the course of the game is not synchronized with that of the mouse
@hexed apex someone??
The people who are online right now might not have seen that issue before and don't have an idea of how to fix it. If someone else sees your post later and has an idea they will reply
Yeah, I have no idea where to start there
Giving more details (i.e. what platform you're on, what you've tried so far) may also help
And if you use any mods the place to ask for troubleshooting help (even if unrelated to mods) would be #archived-modded-support instead
Just a proposition, but could changing file access perms have an effect?
Possibly?
Because I'm not sure if you read anything from above, but a short summary is that my friend is experiencing a crash with the Community Center in both vanilla and modded, and upon entering the room for the first time the game crashes, and the world can't be opened any more past that
It works fine in safe mode, so the only good explanation left is that something is preventing the game from running the rooms
I've been skimming occasionally as the issue has developed, yes.
Mhm
So I'm quite demotivated to continue working on this seeing as how both Pathos and Minerva are stumped
It's a very strange bug for sure. I totally understand feeling frustrated and demotivated after spending so long troubleshooting. If you have a way to change some setting for file access, it could be worth a try though
And my friend refuses to perform a factory reset to remove everything as she fears she'll lose her art, and some applications another user on the computer uses
That's an understandable fear. Factory reset would be pretty drastic
Well at this point we've pretty much given up, and are just going to wait till she gets a new computer
Well I said she could use the option to only remove apps and programs, instead of cleaning the drive...
It's just a shame that this has to happen to us
when you find a solution, please mark me
Especially as it the situation didn't begin until we clocked 3 hours into the game
welp I got nothing but time on my hands
ima do the 100% risky job of installing what she has one by one to see if I can replicate the issue
So correct me if I'm wrong, but most of the investigation into this has focused on the CC map or event being central to the problem?
It appears to be the map
As the event to unlock it works all the way until Lewis takes you into the building
Skipping and entering manually replicates the same thing
Logs don't show the issue
Ah okay.
Nor does a debugging mod
I'll show you quick recap images
Console immediately after crash
I was wondering if other broadcastEvent events like weddings would show the same issue, but probably not then.
Huh.
So the warp is not taking effect for whatever reason.
And this bug is in multiplayer? No issues if she sees the event in a solo playthrough?
Oh no it happens both ways
Allow me to explain what forms of testing have been performed
Both me and Minerva ported the worlds to our game, we worked fine
Farmhands don't experience the bug in multiplayer
So nothing in the savefiles then. Makes sense.
this is the limit of my mouse
I actually thought the first ever crash was because me and her switched rooms on the same frame
Oh she's the host?
@hexed apex it might be some sort of display window or resolution issue. Try changing between full screen and windowed mode, and changing the zoom setting in game options. You could also try installing the Zoom Level Keybinding mod for a wider zoom range that might solve it.
Welp...
the hunt begins
Time to install everything one by one shown in the installed.txt file
Hmm
Wait
Do you use a VM for testing?
Me? No
I will test, thank you
Because I might be safer if I tried using that
If it's something that could affect my computer negatively I can possibly isolate it
What's a good VM to use?
I lack knowledge in this area, hopefully someone else has advice for you 😅
Minerva, pathoschild, both also tried,
Welp, named the VM The Stardew Hunt... because it's gonna be stupid and ridiculous
Oh great, it's gonna take half an hour to make it as well
Oh the time rose :)
Now it's 46 min
51 mins now
greattttt
Oh man triple digits now!
I looked at the link @tribal nacelle called. (Thank you for that.)
I will double check with my friend, but I believe both games are up to date and we both launch through our respective clients. We use no mods.
I'll try to do some data collection on correlation of problems. In addition to the time issue (which is intermittent), sometimes she gets dropped. Reconnection is sometimes quick, sometimes not. And sometimes it takes a couple of tries to connect to begin with.
We are on opposite sides of the continent. She has a radio-based internet connection; I've got a DSL connection.
And I just noticed that I failed to specify that I'm the host.
oh thank god it's going down, at 42 m rn
Right. Let's begin
Good start...
Ooh I need an ISO file
great
AHHH I hate this
I'm not sure. :S It looks like you'll have to figure out the display issue.
To clarify Jones your not using mods right
Has anyone heard of Wondershare?
Huh
i'll take that as a no
what is the right mod? @ornate idol
I'm asking are you using any mods
Well then, your question isn't supposed to be here #archived-modded-support is where you should have been this whole time
Jonqora! Remember to ask if they use modssss
No, my problem is in the game, I used mod to see if it solved
Huh?
When I opened the game for the first time, the mouse did not pass, and it still does not ... I installed this mod to try to zoom in, but it didn't work
Ah ok
It has nothing to do with mod
this is the limit of my mouse
@hexed apex Here is no mod
I don't know how to help you
Is there another place I can ask for help besides here and steam? because I paid for this game and I would like to receive a valid answer ... I was very excited about this game, it is not such a serious mistake and I still won't give up on finding a solution ... thanks.
not that I am aware of
I may not be experienced in support but have you tried restarting your computer or verifying Integrity of game files?
also I noticed you play the game in windowed mode, Try going into Fullscreen or borderless to see if it fixes your problem
also try disabling Discord overlay
hi all: Can crops be damaged by lightning if I have enough lightning rods made?
@grizzled galleon If your using mods I recommend you asking in #archived-modded-support
#vanilla-tech-support is for vanilla
My bad, sorry.
don't worry it's not against the rules it's just something to keep in mind 
(I just checked the wiki, duh and there is still a chance it can hit crops. I just got my first ancient seed and don't want to risk it dying before I can grind it for more seeds, so I'll wait for the greenhouse)
I tried, the result was: this mode is not supported
you don't have like a 15 year old DX8 GPU or something like that?
What CPU and GPU do you have? Are you using Windows 7 or something?
my windows is 10
you don't have like a 15 year old DX8 GPU or something like that?
@grizzled galleon nop
can you try using iobit driver booster (the free version) to make sure your drivers are all up to date?
the error This mode is not supported is most likely tied in into your monitor
Yes, but in window mode it should also work all the game's features, obviously the mouse could not be missing in this situation ... I believe that it is not just me who plays in window mode, and that has the full screen problem
have you tried borderless windowed mode?
How do I do that?
C:\Users\USERNAME\AppData\Roaming\StardewValley
open startup_preferences in notepad
at the top there will be a tag called <windowedBorderlessFullscreen>
set that to true
at most it remains the same
have you tried deleting everything and reinstalling?
Right click Stardew Valley
Click Properties
Click "Set Launch Options"
Type in "-autoconfig" then try to launch. (Without "")
If 5 didn't work, remove previous text then type in "-windowed -w <FirstValue>" <FirstValue> being the first number from above, then try to launch (Without "")
If 5 or 6 didn't work, remove previous text then type in "-condebug" (Without ""), try to launch your game then look in your Stardew Valley folder (C:\Program Files (x86)\Steam\steamapps\common\Stardew Valley by default) and look for a file called "console.log". Then post that file, it contains what the program was doing when it crashed
Thanks
how2invite
you can do it via steam or invite code
ok
https://www.reddit.com/r/StardewValley/comments/dwjsge/using_xbox_controller_on_mac/ - hi so steam and my mac sense my xbox controller but it doesn't sense it once im in the game, is this a bug?
@hollow shale The satellite 'net might be the issue; it probably can't support the peer to peer connection
@willow turret any luck narrowing down the problem app? I just got home >_>
Seems like that's an OS issue @dusky lintel
😦
Nah I gave up a couple of hours ago Minerva
😦
Yeah everything was too frusturating for me
So she's just gonna wait until she gets a new computer
guess this one goes on the "unsolved mysteries" shelf. I'm sorry we couldn't fix it
Of course
If your using mods #archived-modded-support @autumn obsidian
@near ivyrva Might be. It only happens when we're in the Skull Caverns together (except once or twice in the Skull Cave near the quarry). Is there anything about that map that might be a bigger load on the connection?
Guys anyone can report this, I'm in spirit eve's festival and the house of Pam in the mod of SVE have a error in the sprite

how long do i have to stay in the spa to heal? im not sure its working
You have to stand still. Gameplay questions belong more in #stardew-valley though!
i did stand still nothing happened for an hour and a half
im also having trouble opening the door to my home even if i dont have anything selected...
Which platform and any mods?
Hmm. Couple basic things then first. Can you share a screenshot of your farmer in the spa with it not working? Or a gif/video if you can. And then go ahead and try this just to be safe - game files sometimes corrupt
!reset
See https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#Reset_your_content_files for instructions on resetting your game files! You may also want to check this list of XNB > Content Patcher conversions (https://stardewvalleywiki.com/Modding:Using_XNB_mods#Alternatives_using_Content_Patcher) to see if there are already replacements for any XNB mods you may have been using :)
Before
10 min later... (tho i had been standing in the pool longer than that, took me a while to figure out the best way to take a screen shot)
And can you show where you were standing in the pool?
That's not the pool 🙂
Keep walking down
No problem
holy crap this is amzing!
Hey, everyone is new at some point. That's why we ask for screenshots and such to make sure it really is a bug or just a misunderstanding
Yeah
i take no offense 🙂
uh
I need help, again, but with a different thing now
There's an error
I started a multiplayer on my Stardew Valley advanced save file
And, Skull Key Dissapeared from my inventory
Then, I tried to go to level 120 on mine
but the chest is not there
Modded or no?
Hmm, so you decided to host a co-op game on your existing save and the skull key disappeared? Can you screenshot your wallet please?
If you've checked that it's not a mod bug, you can report bugs to the Stardew Valley developers here: https://forums.stardewvalley.net/index.php?forums/help-bug-reports.12/ (do a quick search first so you don't report something they're already looking into). Alternatively, you can email support@stardewvalley.net
What can I do to figure out why my daughters game isnt saving at night?
mods or no?
Which platform as well
yes mods. and PC
ok
what do i do? i dont kno y this is happening
That happens with Steam Cloud at times
good to kno
Hi there
I was asking myself how to invite someone to my farm
I started a new game as a host
And I can't find the invitation code
As the option is not displayed on the pause menu
!mphelp
See this page for connection issues in multiplayer: https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#Can.27t_connect_to_another_player_in_multiplayer. (Applies to both vanilla and modded games; console players just check as many steps as you can!)
I performed the steps on the help site
And nothing happened
I uninstalled and installed back again
The drop down menu for the Server mode is showing Online or offline
And that's it
I want to ask about the heart event
Do i miss out on any of the heart event if i have already married them ?
@uneven fiber This is a common problem unfortunately. There may be something on your computer or in your internet settings preventing it from working. You'll need to look into port forwarding
@plush skiff gameplay questions should go in #stardew-valley or #stardew-spoilers, this is for bugs, problems, etc
Oh wow I didn't think would get a response, thank you
No problem :) I was asleep XD
Yea i just ask at a wrong time
I only have one game save (A co-op game). Why does it show that I have two saves?
Uhm...
Do both folders have like... at least 4 files in them?
If yes, then it's definitely strange they don't both show on the loading screen
I'm having trouble with multiplayer, I can't join games / invite codes don't show up. I bought it yesterday to play some co-op since it was on sale. I've tried these 'fixes' so far:
- uninstalling / reinstalling the game
- verifying game cache
- disabling firewall
- disabling anti virus
- disabling both anti virus and firewall
- uninstalling / reinstalling vc++
- repairing vc++
- backing up game files
- be invited to / join game (both don't work)
- run steam as admin
any other solutions I could try?
Try restarting the pc?
tried that
Are you using any mods?
nope
I wonder if maybe reinstalling steam would work?
I even did a windows update this morning to see if that might've been an issue in not being up to date but same result either way
i guess i can try that later, but i kind of have doubts at this point :/
I've pretty much tried everything from the trouble shooting guide which is what sucks 😔
Minerva almost always can figure out what to do
I'd wait for them
sure! I'll check back in later, thanks for trying to help in the mean time though
!mphelp
See this page for connection issues in multiplayer: https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#Can.27t_connect_to_another_player_in_multiplayer. (Applies to both vanilla and modded games; console players just check as many steps as you can!)
Oh wait, I see you've already worked through it 🤔
Question, are you launching SDV through Steam?
If you've checked that it's not a mod bug, you can report bugs to the Stardew Valley developers here: https://forums.stardewvalley.net/index.php?forums/help-bug-reports.12/ (do a quick search first so you don't report something they're already looking into). Alternatively, you can email support@stardewvalley.net
Sorry I just needed a link to the fourms
Do both folders have like... at least 4 files in them?
@shell rock The other one has 4 and the other 2
Hi there,
I have an issue with Stardew Valley on my mobile (Android 9).
It asks my everytime I want to start the game for the external storage permission, even it is already granted, so the game does not start at all.
I hope someone can help me ... 😕
Mods?
If you want you could go into settings and setup the permission manually if it's not already permitted there
No, I don't use mods; I don't even know how to use some on the mobile version.
If you want you could go into settings and setup the permission manually if it's not already permitted there
The permission is already granted, but it asks me again.
Are Sure?
It doesn't matter if I grant it manually or not ...
Have you checked?
When I install the app from scratch, it asks me once, to give the permission (alert: "Please give your permission ..."), shows the Storage Permission Request from Android and after that (even if I confirm) another alert I should go to my settings and grant the permission ...
Try reinstalling the app and restarting your phone
Tried this several times ...
You are downloading the app from the play store right
... another alert I should go to my settings and grant the permission ...
If I go back then I see the "The Secret Police" and "Chucklefish" startup screen but nothing happens ...
You are downloading the app from the play store right
Yes, but via AuroraStore ...
No, it isn't, because I am on a custom ROM.
What's that
https://auroraoss.com/app_info.php?app_id=1
Well
I think that may be a problem
I had a similar problem when I used a unofficial app store but had no problem when I bought it on the android app store
I think that may be the proboem
You did have to pay for the game correct?
You did have to pay for the game correct?
Yes, of course.
Okay just checking
Can you download it on the app store or would you have to pay again?
Downloading from PlayStore isn't possible, because there is no Google on my system. But I'll try to install it via GooglePlay-Web-Store ...
Okay, do you have any anti virus apps?
No.
Ah, we can't really do much with jail broken devices
@hot pike if the guide fails, it's either a program on the computer or the router settings. Check into port forwarding
I very well think it may just be a problem with the app store your using, that's where I think the problem may lie
Still, if it's not the official Play Store, there's not a whole lot we can do
Also my phone isn't rooted, in case you think of it ...
That's why I'm asking if they can go and download it through the official appstore
Even though you purchased it, your device isn't supported if you can't install through the Play Store
Still, if it's not the official Play Store
The app i am using downloads the app via the PlayStore-API, so I see no problem (Yeah, a bit but ...).
If you can
Download it via the official appstore and try it
It is basically the PlayStore, I also using my Google Accout, from where I purchased the app.
And if that doesn't work, we can't really offer any other solutions, since it's not a game problem
@tribal nacelle unfortunately I tried port forwarding and it doesn't work, so i'm kind of stuck
The only other thing you can try is A) disabling any programs that you don't absolutely need and test if it works. If that fails, try adjusting your router settings if you are able
What would I need to adjust the router settings to though? :0
I don't have any definitive ones, it just depends on the router. You may need to try a few different things and see if anything changes it. Unfortunately we have some people who can never get it to work and we don't know why
That's fine, I'll try to see what I can change and I do appreciate the help regardless :) just a shame that there's no understanding as to why it doesnt work
It's usually one of the two above things, but without being able to access the computer, it's hard to tell. Definitely report it to the devs though
!officialbug
If you've checked that it's not a mod bug, you can report bugs to the Stardew Valley developers here: https://forums.stardewvalley.net/index.php?forums/help-bug-reports.12/ (do a quick search first so you don't report something they're already looking into). Alternatively, you can email support@stardewvalley.net
I already sent them an email this morning with what I've tried etc ^^ so we'll just have to wait and see
I can't promise you'll get an answer, but they do keep track. 1.4 made some changes to improve the co-op issues, so I imagine we'll see tweaks with 1.5 as well
I just tried using my partner's steam account and it allows me to view an invite code from theirs which is weird. it works on theirs but not on mine
....huh, that's interesting. Same PC?
Same PC yes, I logged onto theirs on my PC
Just logged back onto my own and no invite code is showing up
okay, I would go through all of your settings and compare what's different between them
I guess so 😂 this is honestly the weirdest bug I've come across in a while but I'll post back here if we find anything
Yeah, connection issues that aren't fixed by the guide are a pain in the ass to be frank
either way, thanks again to you and cakewalker for trying to help, hopefully we can get this fixed :)
No problem! 🤞🏻
they just tried using my account on their PC (different pc) and there's no invite code on their end, so I guess we'll be looking at settings next
My lunch break is over, but feel free to ping me so I'll see if later. I do get notifs for this channel though
sure thing, if we manage to work it out I might drop a ping here! have a good day minerva
@deft zephyr You should be fine removing the one with just two. Rename it to sth else/move to another location first, then check the game to make sure.
I'll try that. Thanks!
It's possible Steam is going to recreate it from the Cloud.
@dusty stream Please keep off topic images in #images-and-memes
What platform are you playing on?
Pc
Alright, the wiki has steps on how you can try to resolve this:
https://stardewvalleywiki.com/Saves#Troubleshooting
What if... None of these ways work?
then it might be gone
uh
Any mods
.rank
I tried looking over our settings and nothing really seems different about them, I double checked my profile too and everything is public, so I think I'll be contacting steam next
I'm not sure where to ask this, but I'm looking to find out the tile coordinates of SDV's maps to recreate it in minecraft. Anyone have this info handy, or know an easy way to find it without hand-counting every area it in game?
#making-mods-general would be able to help you with that actually
Ok, thank you. 🙂
Hey! My BF and I want to play Stardew on Steam together, but its saying version mismatch? We both have 1.4.5, does having mods affect this?
#archived-modded-support
If your using mods @drowsy nymph
umm slightly confused I have about 11 chickens, 1 void chicken, 4 cows, 2 goats, 1 sheep and a pig which are all not going into there barn/coop at night or when its raining
this is just making them really depressed, Does anyone know where the problem might be?
Any mods? Which platform?
@near osprey You can use the Automatic Door mod to warp your animals back to the coop/barn when you sleep
Only if they are on a platform that can be modded. Either way we need more info first
heya i've been playing stardew for a while now but I've stopped because my game started to have hiccups :(
tried verifying files, turning everything off and on, tried with and without mods as well as updating everything
also tried removing mods one by one to see which caused the lag
but lo and behold even if i dont have any mods on my game still gets the hiccups
what do you mean by hiccups @glacial shoal
so like it lags and catches up?
the vid and the audio lags for a millisecond kinda thing yeah
it's not too big of a deal but everytime it happens my brain also lags
xd
so if you have no mods loaded, I would check what your CPU/RAM usage is looking like
like this? https://puu.sh/G4hSj/a924a4e15c.png
i just bought this pc earlier this year
so everything is still technically brand new
or this might help more? https://puu.sh/G4hUd/75473259ec.png
mfw i dont have any problems running high end games but suffer from hiccups in stardew

hmm interesting... Not too sure
Make you don't have anything that could be intercepting the game - Afterburner, anti virus, sometimes even GeForce can cause issues. Try disabling anything like that and testing again
still has hiccups
i've turned off all them firewall and antivirus
not sure how to do the geforce one tho
and i dont think i've got any afterburners going on
Try reinstalling .NET Framework 4.5.2 and XNA Framework 4.0 (see https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#Game_doesn.27t_launch for links).
even if it hiccups without the mods?
yup
ok i'll try it tomorrow then
brain too sleepy to understand the guide lmao
will update uwu
much thanks
No problem
Is there a known solution for when people don't see the enter invite code option in multiplayer if both people are launching the game through steam?
!mphelp
See this page for connection issues in multiplayer: https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#Can.27t_connect_to_another_player_in_multiplayer. (Applies to both vanilla and modded games; console players just check as many steps as you can!)
That's the guide to go through, if that doesn't work there's some other stuff we can check here
Alright, thanks 
Np!
Me and a friend are trying to play stardew expanded in co op
but when the game starts it get super slow and crashes
we both have good pcs so idk why, anyone can help?
We using only SVexp and Immersive Farm 2 both with spanish translation
@royal raven You can share your SMAPI logs in #archived-modded-support . (https://smapi.io/log has instructions for how to do that. )
Hello, I would like to ask what usually is the solution for crash at startup for new downloads of SDV? It's also the first time to install it on the pc
!reinstalldeps
Try reinstalling .NET Framework 4.5.2 and XNA Framework 4.0 (see https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#Game_doesn.27t_launch for links).
Thank you 🙂
np, let me know if it's still happening after following the guide (heading to bed soon, but will check in AM)
@tribal nacelle I tried refunding and buying a new copy on steam, unfortunately that didn't work. What has worked for me is making a new account and sharing the library to that account, which now allows me to play multiplayer
what I find weird is that none of the settings are different, it just doesn't work on my main account for some reason
@hot pike .....HOW??
I've never had my steam name be a problem before, it includes the 4 letter s word at the end (just like in my discord profile name when you right click my discord) so I suppose it was deemed inappropriate? But I wish that at that point it would've had some kind of notification saying that it was because of my name because that would've been a lot simpler to fix xD
my friend informed me that you can also choose what name you want to use in multiplayer, so we're a bit confused as to how that was the problem if you can choose the name later
I've never heard of this! I'm guessing maybe it's a restriction on Steam or GOG's end; have you played co-op in other games?
I've played co-ops in other games yes and even playing warframe works fine
Wasn't a problem when i played portal co-op 🤔
That's very odd indeed. I'll make a note about it though
I'm able to play multiplayer now since I've changed my name but I appreciate you taking the time to go through and try to help either way, so far my issue is resolved. ^^
No problem! And I've learned of something else we can try in troubleshooting 😄
!officialbug
If you've checked that it's not a mod bug, you can report bugs to the Stardew Valley developers here: https://forums.stardewvalley.net/index.php?forums/help-bug-reports.12/ (do a quick search first so you don't report something they're already looking into). Alternatively, you can email support@stardewvalley.net
Yeah that happens all the times with tons of place able items
Hi, I'm just wondering why the adventurer's guild seems to be missing in my game. I've definitely completely the quest that unlocks it, but it doesn't seem to be anywhere in the game. Help please!
Do you know where it is...
Not 100% sure no, but i've looked everywhere
It's beside the mines
It's next to the mines
Then, I definitely don't have it
I have CJB cheats as an option and when I use it to warp there, I just spawn beside the mines
Is my game bugged and if so, how do I fix it?
Send a ss of the area
Where it should be, just send a SS
Also this is for vanilla game help only
Move over to #archived-modded-support
I'll help you there
thank you
@ornate idol it says invalid channel to me
Figured
I got a message saying
Your peach tree didn't grow last night
I didn't get the message for my pomegranate
And this tree should grow because bushes shouldn't get in the way of fruit trees right? I can destroy the bush ether
Your using mods
This is vanilla support only
#archived-modded-support
:^(
Thank you!
I think some (maybe all?) bushes do block fruit trees actually. It depends on how the bush acts as a terrain feature?
You can download the Destroyable Bushes mod to be able to chop it with an axe
This is vanilla so I can't
Ah. Then yeah, in vanilla you're stuck
Unless save editing to remove the bush or move the sapling, but that would be a fussy change
Rip, that's stupid
One blocks it, one doesn't
I think you only get one message per day though? So maybe even if you removed the bush for the peach tree, you might get the notification then for the other one
You'd have to wait a couple weeks and see if either of them grows to know
hey could someone help me with an issue im having?
!ask
Feel free to ask your question or describe your issue here, and someone will help if they can :)
im having an issue where when i fish i can litterally only get trash
Where are you fishing?
but ive heard this same issue from people playing vannilla as well
If you have mods, troubleshooting always goes in #archived-modded-support
k
This is my final "update" about the situation since I figure it might provide more info, but I was to name myself as my previous steam name in multiplayer and I was able to join and play even with the end word of the name written down. If you like I can provide a screenshot in a DM if it might help. So whilst I can now play multiplayer it won't show me that multiplayer option with my previous steam name when used on steam, but using a different steam name to start the game and the the same previous steam name name in multiplayer is....allowed 🤷 not quite sure what to make of that
Quick question: does the bug of the horse fence glitch be put here or ??
umm slightly confused I have about 11 chickens, 1 void chicken, 4 cows, 2 goats, 1 sheep and a pig which are all not going into there barn/coop at night or when its rainingthis is just making them really depressed, Does anyone know where the problem might be?
I only just saw the answers @grizzled galleon Yea il try that
@tribal nacelle pc yep a few mods
I found that automatic doors is very helpful, and you can configure it to only be on the upgraded buildings if you so wish
Yea all of mine are deluxe anyways but I just got really confused all the conditions where right as far as I could see
seems like you might have the doors shut so the animals are stuck outside
nah the doors are all open :/
@near osprey
You can't be here >:(
#archived-modded-support
I must enforce this
This is vanilla support anyways
Also you fine I'm just being over dramatic
But if you have mods installed you still must go to using mods even if it's not about the mods
Thank you, I wish you luck!
@tribal nacelle the hiccups disappeared after i reinstalled the game lmao

That works lol. And yes, any mods at all mean you go to #archived-modded-support because we don't know what's causing the issue when you have mods
!officialbug Axeman#0252
@zenith grotto If you've checked that it's not a mod bug, you can report bugs to the Stardew Valley developers here: https://forums.stardewvalley.net/index.php?forums/help-bug-reports.12/ (do a quick search first so you don't report something they're already looking into). Alternatively, you can email support@stardewvalley.net
I'de just prefer if they recoded it into a feature (Like horse can jump over fences instead of glitching threw them)
There's a place for suggestions there as well :)
Hi guys, I'm new in the game and i would like to make a question. I started a coop world with two friends of mine and everything it's fine, but there is a problem, they want to play more than i do, and I am the host so they want me to stay online for they to play even when i don't want to play, we have progressed a lot so they don't want to start another world. I would like to know, is there a way i can make one of them beein the host, or there is no option?
I'm pretty sure there is no option but I'm not sure so wait before giving up hope
ok, thank's man, I will just wait a little more so i can have another answer
I have a question. Where can I find a Dino egg? in the quarry or up by the entrance to the witch?
#stardew-valley is a better place but
Nethier.
You can find it in phresthoric floors and from fishing or artifact spots up by the bathhouse and carpenters shop
But please in the future don't ask here
This is for problems with the game not questions about the game! @proud compass
oh okay. sorry.
💡 with Stardew in Window mode, and another window "in front" of it with focus, Stardew will still react to mouse cursor movement, and even clicks in the other window, will lead Stardew to think, it was clicked into directly..! 🐛
!officalbug
I'm not sure if this has to do with the development of the game but maybe report it?
!officialbug
If you've checked that it's not a mod bug, you can report bugs to the Stardew Valley developers here: https://forums.stardewvalley.net/index.php?forums/help-bug-reports.12/ (do a quick search first so you don't report something they're already looking into). Alternatively, you can email support@stardewvalley.net
Using mods?
no
I am useless here
I have no idea where to start
MINERVAAAAAAAAA
Thanks Cakey
No problem
Call me cake
OK
Okay fry I don't know where to start,
Okay do you have any antiviruses?
Hmm okay, you launched the game via steam right?
yes
Try restarting steam and then relaunching the game, or restarting your pc
Just close it all, wait a couple of seconds then relaunch it
Huh?
Just tell me what happens when you launch the game, tell me what you do and tell me what happens if anything happens
So did it work?
open
Ok
k
So it worked?
Okay, carry on
Huh? Orange juice
Okay, all solved?
idk
(Sometimes F12 will fix this, too.)
hmm
Hi mouse! Yeah I didn't know anything so I just said the most basic thing I could think of
Restarting
i think its working
if that happen again, ill come here
@ornate idol ye
its happen again
(Sometimes F12 will fix this, too.)
@median crypt f12 worked
Okay! Mouse did good!
I did meh
No problem
https://www.reddit.com/r/StardewValley/comments/8i5z1j/guide_how_to_change_hosts_of_a_multiplayer_save/ @burnt pollen beware, no guarantee this won't break things, so make a backup first
There is also the option of using a mod to make the host always online, but that would be a discussion for #archived-modded-support
That still requires the host to stay online though
They just need to be willing to leave the game running on their computer
(Or like, you could set up a VM as a host, but that's beyond most users' technical skills or willingness for something like this)
I got the impression they don't want to leave the game open on their end, but we'll see when they come back :)
If I buy the PC version of stardew from Steam, would I be able to play it without their client?
Yup, I considered that! But I saw both stardew and terraria on sale on steam rn, so I might just spring for those there
Somebody know when we will get new language to SV?
Any official updates from ConcernedApe will be in #bulletin-board
thanks <3
I need help. My game apresents "Failled to connect" in coop model.
I not have mod's or issues
!mphelp
See this page for connection issues in multiplayer: https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#Can.27t_connect_to_another_player_in_multiplayer. (Applies to both vanilla and modded games; console players just check as many steps as you can!)
Ah yes I forgot about that command
See this page for connection issues in multiplayer: https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#Can.27t_connect_to_another_player_in_multiplayer. (Applies to both vanilla and modded games; console players just check as many steps as you can!)
@mighty kettle Ok. I try this.
Governor is a bot, he just grabbed the links for me 🙂
!command
Governor but human
OH SHT GO GOOGOGOG CAN'T SLEEP WHICH ONE DO I PASTE THE MULTILAYER ONE GOGOOGOT
You did the entire guide?
Okay, couple things - Steam or GOG? And what's your username, we might have an issue with those
*Steam username
My steam is: bad $crim
Hmm. Don't need that, just the username. Might be a censoring flag for some
Any programs that might be interfering with the game or your connection - anti virus (if so which one), Afterburner, VPNs, anything like that?
Nothing, i not use antivirus too
Are you able to try it on a different computer or network? Sometimes there's settings blocking it from working. But you are probably going to have to look into port forwarding at this point
I try in another connection, 4g
it suits?
You can try it yeah
Hello, everyone! I'm having trouble installing mods on a mac. I can't seem to find the games folder location like on windows
My mouse seems to be stuck in place whenever I launch the game.
nevermind restarting my computer seems to have mixed it
Still from now on go to using mods
Hi, I think this is the right place to ask this but: My Stardew Valley will not launch, it opens to a white screen and then closes with no error message
I have tried so many fixes I have lost count, does anyone know anything that could help?
Have you tried this guide?
It launches on my laptop but not my PC and the files are exactly the same
!reinstalldeps
Try reinstalling .NET Framework 4.5.2 and XNA Framework 4.0 (see https://stardewvalleywiki.com/Modding:Player_Guide/Troubleshooting#Game_doesn.27t_launch for links).
Ive done that
The whole thing? Made sure you don't have anything interfering with the game?
steam is the only thing i have open when i try
So you don't have an antivirus, Afterburner, anything that could cause issues?
Ive tried doing the xna framework but im not sure about the net framework, i'll try that
no mods
Okay just checking
I just installed it and it never worked

