Got an event script error for Xtardew Valley mod

JuliB00

Sodbuster
If it's a modded event it may be an issue in the mod coding, if it was a vanilla event a mod file may have conflicts with the vanilla coding. I'm not really sure how else to help because I have never experienced anything like this before.
 

Yekovsky

Newcomer
If it's a modded event it may be an issue in the mod coding, if it was a vanilla event a mod file may have conflicts with the vanilla coding. I'm not really sure how else to help because I have never experienced anything like this before.
it was mod event , the game was normal but can trigger the mod event it keep saying event not found or something similar
 

Mizzion

Tiller
The game is looking for a file that it can't find.

Code:
System.IO.FileNotFoundException: Could not find file 'D:\Steam\steamapps\common\Stardew Valley\Content\Characters\Haley·.xnb'. File name: 'D:\Steam\steamapps\common\Stardew Valley\Content\Characters\Haley·.xnb'
I would double check the event to make sure it's coded correctly. Or message the author and let them know if it's not your mod.
 
Top