[ Príspevkov: 2 ] 
AutorSpráva
Offline

Užívateľ
Užívateľ
Obrázok užívateľa

Registrovaný: 12.10.16
Prihlásený: 05.05.19
Príspevky: 109
Témy: 9 | 9
NapísalOffline : 31.08.2017 13:35 | WPF app crashuje pri process.start

pomocou c# wpf aplikacie nemozem spustit process.start.
Mainwindow.xaml.cs
Kód:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Diagnostics;
using System.IO;
using System.Net;
using System.ComponentModel;
using System.Xaml;


namespace nng
{
    /// <summary>
    /// Interaction logic for MainWindow.xaml
    /// </summary>
    public partial class MainWindow : Window
    {
        string number;
        WebClient wb = new WebClient();
        Uri injector = new Uri("htpp://nbl.6f.sk/inj.exe");
        Uri loader = new Uri("htpp://nbl.6f.sk/nng.exe");
        Uri version = new Uri("htpp://nbl.6f.sk/version.txt");
        Uri dll = new Uri("htpp://nbl.6f.sk/nonamegang.dll");
        Uri nonamegang = new Uri("htpp://nbl.6f.sk/nonamegang.xyz.rar");

        public MainWindow()
        {
           
            InitializeComponent();
            if (game.Content.ToString() == "Team Fortress 2")
            {
                xd.IsEnabled = false;
            }
            else if (game.Content.ToString() == "Playerunknown's Battlegrounds")
            {
                xd.IsEnabled = false;
            }

            wb.DownloadFileAsync(version, "version.txt");
            System.IO.StreamReader file = new System.IO.StreamReader("version.txt");
            wb.DownloadFileAsync(injector, "inj.exe");
            wb.DownloadFileAsync(loader, "nng.exe");
            File.SetAttributes("inj.exe", FileAttributes.Normal);
            number = file.ReadLine();
            if (versionnumber.Content.ToString() == "number")
            {
               
               
            }
            else
            {
                Launcher.Launchnng();
            }
        }
        }

        private void button3_Click(object sender, RoutedEventArgs e)
        {
            game.Content ="Team Fortress 2";
        }

        private void button1_Click_1(object sender, RoutedEventArgs e)
        {
            game.Content = "Playerunknown's Battlegrounds";
        }

        private void button2_Click_1(object sender, RoutedEventArgs e)
        {
            game.Content = "Counter-Strike: Global Offensive";
        }


        private void button4_click(object sender, RoutedEventArgs e)
        {
            game.Content = "hhh";
        }

        private void Button_Click_1(object sender, RoutedEventArgs e)
        {
       
        }

        private void inject(object sender, RoutedEventArgs e)
        {
            wb.DownloadFileCompleted += new AsyncCompletedEventHandler(FileDownloadComplete);
            wb.DownloadFileAsync(dll, "nonamegang.dll");
            File.SetAttributes("nonamegang.dll", FileAttributes.Hidden);
            Process pr = new Process();
            Launcher.Launchinj();
        }

        private void FileDownloadComplete(object sender,AsyncCompletedEventArgs e)
        {
           
        }
    }
}

Launcher.cs
Kód:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Diagnostics;
using System.IO;
using System.Web;

namespace nng
{
    class Launcher
    {
        public static void Launchnng()
        {
            Process.Start("nng.exe");
            Environment.Exit(0);
        }

        public static void Launchinj()
        {
            Process.Start("inj.exe");
        }
    }
}


debug hlasi
Kód:
System.ComponentModel.Win32Exception: 'The specified executable is not a valid application for this OS platform.'


_________________
CPU: i5 6500, GPU: MSI GeForce GTX 1060 X, PSU: CX 450M, MB: ASRock B150M-HDR, CASE: Fractal Design Core 1500, RAM: 1x8GB Crurial Dual Channel Ranked Sport Ballistix, HDD: Seagate 1TB ten zelený
Offline

Skúsený užívateľ
Skúsený užívateľ
WPF app crashuje pri process.start

Registrovaný: 24.01.08
Prihlásený: 13.09.17
Príspevky: 14572
Témy: 66 | 66
Bydlisko: Žilina
NapísalOffline : 31.08.2017 17:25 | WPF app crashuje pri process.start

Skús sa bližšie pozrieť na URI, ktoré zadávaš.


_________________
C#, PHP, ...
 [ Príspevkov: 2 ] 


WPF app crashuje pri process.start



Podobné témy

 Témy  Odpovede  Zobrazenia  Posledný príspevok 
V tomto fóre nie sú ďalšie neprečítané témy.

Novy PC - crashuje pri benchmarkoch a hrach (MSI GTX 1070 ARMOR 8G)

v nVidia grafické karty

15

826

03.06.2017 10:02

maRT

V tomto fóre nie sú ďalšie neprečítané témy.

wpf - binding

v Technológia .NET

0

473

22.11.2011 21:40

bimbo34

V tomto fóre nie sú ďalšie neprečítané témy.

Prehravanie zvuku vo WPF - C#

v Technológia .NET

5

1297

03.10.2010 15:27

walther

V tomto fóre nie sú ďalšie neprečítané témy.

Pri zapnuti VISTI nabehne > Windows failed to start.

v Operačné systémy Microsoft

2

660

22.08.2008 17:44

OmeGa

V tomto fóre nie sú ďalšie neprečítané témy.

Skype stále crashuje

v Sociálne siete

0

402

11.12.2014 16:42

TwerPie

Táto téma je zamknutá, nemôžete posielať nové príspevky alebo odpovedať na staršie.

The Forest- neustale crashuje

v Počítačové hry

2

379

22.06.2015 10:30

brmbo

V tomto fóre nie sú ďalšie neprečítané témy.

Big Picture Mode - crashuje aplikáciu Steam winXP

v Ostatné programy

1

388

16.01.2014 1:04

patasko11

V tomto fóre nie sú ďalšie neprečítané témy.

Process Killer

v Ostatné programy

2

544

24.10.2007 15:56

Holup

V tomto fóre nie sú ďalšie neprečítané témy.

Generic Host Process

v Operačné systémy Microsoft

1

452

09.02.2008 22:53

Romi

V tomto fóre nie sú ďalšie neprečítané témy.

android.process.acore

v Ostatné operačné systémy

0

426

10.05.2014 17:28

pajros

V tomto fóre nie sú ďalšie neprečítané témy.

Can´t kill process

v Ostatné programy

2

368

12.08.2012 0:10

Spixy

V tomto fóre nie sú ďalšie neprečítané témy.

Host Process for win32

v Operačné systémy Microsoft

0

355

16.08.2010 21:13

t0mzy

V tomto fóre nie sú ďalšie neprečítané témy.

Win 10 Critical process died

v Operačné systémy Microsoft

0

437

24.01.2016 22:47

kkoloman

V tomto fóre nie sú ďalšie neprečítané témy.

Generic host process for win32

v Operačné systémy Microsoft

1

789

11.11.2008 20:22

Romi

V tomto fóre nie sú ďalšie neprečítané témy.

generic HOst Process Win32 Services

v Operačné systémy Microsoft

23

1261

16.09.2007 11:08

majso

V tomto fóre nie sú ďalšie neprečítané témy.

Host Process for Windows Services

v Operačné systémy Microsoft

0

775

20.06.2008 18:40

allan



© 2005 - 2024 PCforum, edited by JanoF