LukeZurg22
LukeZurg22
CC#
Created by LukeZurg22 on 9/12/2023 in #help
✅ UV Trouble
👌
8 replies
CC#
Created by LukeZurg22 on 9/12/2023 in #help
✅ UV Trouble
8 replies
CC#
Created by LukeZurg22 on 9/12/2023 in #help
✅ UV Trouble
8 replies
CC#
Created by LukeZurg22 on 10/22/2022 in #help
Published WPF Program Unable To Run
Simple setting them to embedded causes the program to go nuts, as it can't locate them otherwise.
82 replies
CC#
Created by LukeZurg22 on 10/22/2022 in #help
Published WPF Program Unable To Run
How would I process embedded resources if they weren't proper files?
82 replies
CC#
Created by LukeZurg22 on 10/22/2022 in #help
Published WPF Program Unable To Run
I tried working with getting the resources put into the program itself, but hadn't had luck
82 replies
CC#
Created by LukeZurg22 on 10/22/2022 in #help
Published WPF Program Unable To Run
Agreed
82 replies
CC#
Created by LukeZurg22 on 10/22/2022 in #help
Published WPF Program Unable To Run
However you say they would be better as embedded resources?
82 replies
CC#
Created by LukeZurg22 on 10/22/2022 in #help
Published WPF Program Unable To Run
Good god, that was the ticket.
82 replies
CC#
Created by LukeZurg22 on 10/22/2022 in #help
Published WPF Program Unable To Run
How would I set it to do that?
82 replies
CC#
Created by LukeZurg22 on 10/22/2022 in #help
Published WPF Program Unable To Run
I'll try that
82 replies
CC#
Created by LukeZurg22 on 10/22/2022 in #help
Published WPF Program Unable To Run
There are multiple different wav files of the same same, under different folders
82 replies
CC#
Created by LukeZurg22 on 10/22/2022 in #help
Published WPF Program Unable To Run
The wav files are copied to the published folder.
82 replies
CC#
Created by LukeZurg22 on 10/22/2022 in #help
Published WPF Program Unable To Run
Debugging the release and debug versions work just fine. But the published version of the program : nada.
82 replies
CC#
Created by LukeZurg22 on 10/22/2022 in #help
Published WPF Program Unable To Run
One minute, I'll try a full recompile.
82 replies
CC#
Created by LukeZurg22 on 10/22/2022 in #help
Published WPF Program Unable To Run
Well, in debugging, yes. But not in publish.
82 replies
CC#
Created by LukeZurg22 on 10/22/2022 in #help
Published WPF Program Unable To Run
Works the same as private static string WorkingDirectory = Directory.GetParent(System.Reflection.Assembly.GetExecutingAssembly().Location).Parent.Parent.Parent.FullName;
82 replies
CC#
Created by LukeZurg22 on 10/22/2022 in #help
Published WPF Program Unable To Run
Absolutely
82 replies
CC#
Created by LukeZurg22 on 10/22/2022 in #help
Published WPF Program Unable To Run
These are values gotten during debugging.
82 replies
CC#
Created by LukeZurg22 on 10/22/2022 in #help
Published WPF Program Unable To Run
So for context first, this is the set working directory code as of current: private static string WorkingDirectory = Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location); Its value is : "C:\\Users\\LukeZurg22_Gaming\\source\\repos\\Paradox Editor\\bin\\Debug\\net6.0-windows" Sound directory's value, when the initial sound is called is: {C:\Users\LukeZurg22_Gaming\source\repos\Paradox Editor\bin\Debug\net6.0-windows\Assets\VIC2\Sounds\validClick.wav}
82 replies