20
Süper Üye
Herkese merhaba. Kodlamaya yeni başladım ve basit bir trainer yapmaya çalışıyorum. Trainer yapmaya çalışırken bir hatayla karşı karşıya kaldım ve bir türlü çözemedim. Checkbox tikleyince program hata veriyor. Nerede ne hata yaptığımı söyleyebilecek olan var mıdır acaba?
Ayrıntılar;
System.FormatException
HResult=0x80131537
İleti=Giriş dizesi doğru biçimde değildi.
Kaynak=mscorlib
StackTrace:
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Int32.Parse(String s, NumberStyles style)
at Memory.Mem.GetCode(String name, String path, Int32 size)
at Memory.Mem.WriteMemory(String code, String type, String write, String file, Encoding stringEncoding, Boolean RemoveWriteProtection)
at trainerfornorthgard.Form1.timer1_Tick(Object sender, EventArgs e) in C:\Users\Peanut\Desktop\Hile Denemeleri\C# Öğrenme\trainerfornorthgard\trainerfornorthgard\Form1.cs:line 41
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at trainerfornorthgard.Program.Main() in C:\Users\Peanut\Desktop\Hile Denemeleri\C# Öğrenme\trainerfornorthgard\trainerfornorthgard\Program.cs:line 19
Bu özel durum özgün olarak bu çağrı yığınında oluşturuldu:
[Dış Kod]
trainerfornorthgard.Form1.timer1_Tick(object, System.EventArgs) / Form1.cs
[Dış Kod]
trainerfornorthgard.Program.Main() / Program.cs
Fotoğraflar;
Ayrıntılar;
System.FormatException
HResult=0x80131537
İleti=Giriş dizesi doğru biçimde değildi.
Kaynak=mscorlib
StackTrace:
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Int32.Parse(String s, NumberStyles style)
at Memory.Mem.GetCode(String name, String path, Int32 size)
at Memory.Mem.WriteMemory(String code, String type, String write, String file, Encoding stringEncoding, Boolean RemoveWriteProtection)
at trainerfornorthgard.Form1.timer1_Tick(Object sender, EventArgs e) in C:\Users\Peanut\Desktop\Hile Denemeleri\C# Öğrenme\trainerfornorthgard\trainerfornorthgard\Form1.cs:line 41
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
at System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG& msg)
at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at trainerfornorthgard.Program.Main() in C:\Users\Peanut\Desktop\Hile Denemeleri\C# Öğrenme\trainerfornorthgard\trainerfornorthgard\Program.cs:line 19
Bu özel durum özgün olarak bu çağrı yığınında oluşturuldu:
[Dış Kod]
trainerfornorthgard.Form1.timer1_Tick(object, System.EventArgs) / Form1.cs
[Dış Kod]
trainerfornorthgard.Program.Main() / Program.cs
Fotoğraflar;
Son düzenleme: