This repository has been archived by the owner on Sep 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSonLVL.log
26 lines (26 loc) · 1.74 KB
/
SonLVL.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Operating system: Microsoft Windows NT 6.2.9200.0
Opening INI file "D:\Disassembly\BetaSonic in Sonic 1\sonic tts\SonPLN.ini"...
Game type is S1.
Loading Title Screen Logo...
Loading plane mappings from file "tilemaps/Title Screen.bin", using compression Enigma...
Loading palette file "palette/Title Screen.bin"...
Source: 0 Destination: 0 Length: 16
Loading 8x8 tiles from file "artnem/Title Screen Foreground.bin", using compression Nemesis...
Mappings data size does not match given width/height. Expected: 2240 (40x28*2) Actual: 1496.
Load completed.
Opening INI file "D:\Disassembly\BetaSonic in Sonic 1\sonic tts\SonPLN.ini"...
Game type is S1.
System.NullReferenceException: Object reference not set to an instance of an object.
at SonicRetro.SonLVL.PatternIndexSearchControl.UpdateStuff() in E:\Programs\SonLVL\SonPLN\PatternIndexSearchControl.cs:line 22
at SonicRetro.SonLVL.ReplaceTilesDialog.ReplaceBlockTilesDialog_VisibleChanged(Object sender, EventArgs e) in E:\Programs\SonLVL\SonPLN\ReplaceTilesDialog.cs:line 17
at System.Windows.Forms.Control.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.ScrollableControl.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Form.OnVisibleChanged(EventArgs e)
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)