C
C#cyclone

process start

Ive been trying to figure out why the proccess.start() hasnt been working
No description
X
x0rldā€¢17d ago
show the complete error
C
cycloneā€¢17d ago
No description
C
cycloneā€¢17d ago
No description
X
x0rldā€¢17d ago
read the last sentence
C
cycloneā€¢17d ago
No description
C
cycloneā€¢17d ago
the files literally in the folder tho
C
cycloneā€¢17d ago
\
No description
C
cycloneā€¢17d ago
@SlashMango and the
X
x0rldā€¢17d ago
don't ping me
C
cycloneā€¢17d ago
sorry but the fortnitelinstalllabel; path is a text box
X
x0rldā€¢17d ago
can you copy paste here the error as text it's horrible to read in screenshot
C
cycloneā€¢17d ago
System.ComponentModel.Win32Exception: 'An error occurred trying to start process 'System.Windows.Forms.RichTextBox, Text: C:\Users\court\Downloads\12.00\FortniteGame\Binaries\Win64\FortniteClient-Win64-Shipping.exe' with working directory 'C:\Users\court\source\repos\MarshMello Launcher\MarshMello Launcher\bin\Debug\net8.0-windows7.0'. The system cannot find the file specified.'
C
cycloneā€¢17d ago
No description
B
Buddyā€¢17d ago
What are you making?
C
cycloneā€¢17d ago
a fortnite launcher
J
Jimmacleā€¢17d ago
what do you think, is System.Windows.Forms.RichTextBox, Text: C:\Users\court\Downloads\12.00\FortniteGame\Binaries\Win64\FortniteClient-Win64-Shipping.exe a valid path on your computer?
C
cycloneā€¢17d ago
yes
J
Jimmacleā€¢17d ago
you are ignoring the first part of the string what i sent is the exact path it's trying to find, which wouldn't be a valid path on any computer
C
cycloneā€¢17d ago
to what part C:\Users\court\Downloads\12.00 thats vaild on my desktop
X
x0rldā€¢17d ago
your variable from your form is a class or a string ?
J
Jimmacleā€¢17d ago
that isn't the first part of your string you are trying to use this exact text as your path
System.Windows.Forms.RichTextBox, Text: C:\Users\court\Downloads\12.00\FortniteGame\Binaries\Win64\FortniteClient-Win64-Shipping.exe
System.Windows.Forms.RichTextBox, Text: C:\Users\court\Downloads\12.00\FortniteGame\Binaries\Win64\FortniteClient-Win64-Shipping.exe
when you want
C:\Users\court\Downloads\12.00\FortniteGame\Binaries\Win64\FortniteClient-Win64-Shipping.exe
C:\Users\court\Downloads\12.00\FortniteGame\Binaries\Win64\FortniteClient-Win64-Shipping.exe
C
cycloneā€¢17d ago
oh so how do i make it only that when my code is a simple
c#
string FN = System.IO.Path.Combine(FortniteInstallLabel + "\\FortniteGame\\Binaries\\Win64\\FortniteClient-Win64-Shipping.exe");

ProcessStartInfo actualFortnitePathInfo = new ProcessStartInfo
{
FileName = FortniteInstallLabel + "\\FortniteGame\\Binaries\\Win64\\FortniteClient-Win64-Shipping.exe",
Arguments = "-epicapp=Fortnite -epicenv=Prod -epicportal -epiclocale=en-us -skippatchcheck -NOSSLPINNING -FORCECONSOLE",
UseShellExecute = false
};
c#
string FN = System.IO.Path.Combine(FortniteInstallLabel + "\\FortniteGame\\Binaries\\Win64\\FortniteClient-Win64-Shipping.exe");

ProcessStartInfo actualFortnitePathInfo = new ProcessStartInfo
{
FileName = FortniteInstallLabel + "\\FortniteGame\\Binaries\\Win64\\FortniteClient-Win64-Shipping.exe",
Arguments = "-epicapp=Fortnite -epicenv=Prod -epicportal -epiclocale=en-us -skippatchcheck -NOSSLPINNING -FORCECONSOLE",
UseShellExecute = false
};
J
Jimmacleā€¢17d ago
FortniteInstallLabel is not a string, it's a RichTextBox you want to access whatever property contains the actual text the user put in probably .Text
C
cycloneā€¢17d ago
propb a label1
B
Buddyā€¢17d ago
What exactly is the point of the launcher? Doesn't Epic Games already have one?
C
cycloneā€¢17d ago
its like a private sverver for fortnite
J
Jimmacleā€¢17d ago
is that allowed by the fortnite TOS?
C
cycloneā€¢17d ago
yeah as long as we dont go ingame for fortnite latest but old verson ive been playing like thanos mopde and stuff
F
Flourish0xā€¢6d ago
@leowest why the reaction? it is allowed. as long as there is no in-game cosmetic it's allowed epic posts older dev builds on their github as well
L
leowestā€¢6d ago
because private servers are against fortnite TOS
F
Flourish0xā€¢6d ago
no they aren't
L
leowestā€¢6d ago
right LMAO
F
Flourish0xā€¢6d ago
wtv u say
F
Flourish0xā€¢6d ago
L
leowestā€¢6d ago
I mean its not w/e I say its what its on their TOS ĀÆ\_(惄)_/ĀÆ you're free to go argue with them
F
Flourish0xā€¢6d ago
You are permitted to use the Services for your personal, non-commercial use only or legitimate business purposes related to your role as a current or prospective customer of Epic. Except as provided below, you must not copy, modify, create derivative works of, publicly display, publicly perform, republish, or transmit any of the material obtained through the Services, or delete, or alter any copyright, trademark, or other proprietary rights notices from copies of materials from the Services. šŸ‘ have a good day
L
leowestā€¢6d ago
thanks for quoting an unrelated part of their TOS šŸ™‚
F
Flourish0xā€¢6d ago
your welcome šŸ˜„
L
leowestā€¢6d ago
I am afraid u dont understand what a private server entails to even further continue the conversation so refrain from quoting me.
F
Flourish0xā€¢6d ago
Want results from more Discord servers?
Add your server
More Posts
āœ… Configurations say that appsettings is returning nullBasically, i have a configuration and i'm trying to access a value from my appsettings, and all thatāœ… ASP.NET Core Web Api + SignalRHi, I have an API deployed on IIS but when a person wants to access it they get an error: "ERR_CONNEāœ… .NET sdk not workingSo, I've installed the .NET sdk and did what I was told, but it's still not being detected by vscodeMEF No exports were found that match the constraintHi, i'm trying to implement MEF in my WPF app, however i'm getting this error, not sure why anymore.āœ… WPF - set UIElement (image) in XAML depending on databound Property Enum valueI am trying to dynamically change a StatusBar image via a view's XAML depending upon a databound VieASP.NET Controller API + Blazor Client UI resources and helpHello! I'm doing a side project where I created the backend API with simple CRUD functionality and Aāœ… Run PuppeteerSharp in Docker ContainerI have an endpoint that creates PDFs using PuppeteerSharp. I work fine locally because it can automaDocker + Blazor + MSSQL handshake errorWhen I run dotnet ef database update I get the following error : ``Microsoft.Data.SqlClient.SqlExceProblem with corner radius XAML propertyI use a border with these properties: ```<Border CornerRadius="3" Background="{StaticResource Editoāœ… :white_check_mark: Dictionary<int, ...> lookup time seems a bit too slowI was profiling a program, and I saw this: ```cs 100 % HasObject ā€¢ 136 ms ā€¢ 189 217 Calls ā€¢ Engine.Rhow to read .txt file next to the Program.csi have the following code that is begin run ```cs string fileContent = File.ReadAllText("hamlet.txtāœ… Linker Error Trying to Build OpenSSL Static LinkingHello, I've been trying to compile and build OpenSSL to try and encrypt a text file using AES 256 buHow things get to the placeI have found this one thing by Microsoft that confused me so much ```cs public async Task<IActionResVisual code studio and msbuildim currently having problems while scripting apparently when i press (Run Build Task) im getting thiMediatR - System.Text.Json.JsonException: 'S' is an invalid start of a value.I have a project with Clean Architecture and MediatR. My API gets the request fine and the command Blazor, auto unsubscribe patternI have created website using blazor, and if some component subscribe to something then it implement āœ… Form1.resx file gives error on Internet or Restricted zoneForm1.resx file gives error on Internet or Restricted zone I can't fix it error (english):Severity LHelp with API structureI want to create modular API structure https://timdeschryver.dev/blog/maybe-its-time-to-rethink-our-āœ… WPF - how to correctly call a method in the ViewModel when an event occurs in the View?I want to call a method in the ViewModel when an event happens in the View. That is, when the View Blazor help needed. How can i Validate datalist entries in a child componentI have written a Blazor testapp that has an EditForm with a child component in the parent component.