You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用数位笔或鼠标点击X图标会有一定概率触发崩溃事件,有种拆炸弹的美感。
(Clicking the X icon with a digital pen or mouse has a certain probability of triggering a crash event, giving it a somewhat suspenseful and delicate feel, akin to disarming a bomb.)
后附配置文件
(Ending is the configuration file.)
崩溃日志(Crash Log)
UIThreadException
Oops, gInk crashed! Please include the following information if you plan to contact the developers (a copy of the following information is stored in crash.txt in the application folder):
参数无效。
Stack Trace:
在 System.Drawing.Image.get_Width()
在 System.Drawing.Image.get_Size()
在 System.Windows.Forms.ButtonInternal.ButtonBaseAdapter.CommonLayout()
在 System.Windows.Forms.ButtonInternal.ButtonFlatAdapter.PaintFlatLayout(PaintEventArgs e, Boolean up, Boolean check, Int32 borderSize)
在 System.Windows.Forms.ButtonInternal.ButtonFlatAdapter.PaintUp(PaintEventArgs e, CheckState state)
在 System.Windows.Forms.ButtonInternal.ButtonBaseAdapter.Paint(PaintEventArgs pevent)
在 System.Windows.Forms.ButtonBase.OnPaint(PaintEventArgs pevent)
在 System.Windows.Forms.Control.PaintWithErrorHandling(PaintEventArgs e, Int16 layer)
在 System.Windows.Forms.Control.WmPaint(Message& m)
在 System.Windows.Forms.Control.WndProc(Message& m)
在 System.Windows.Forms.ButtonBase.WndProc(Message& m)
在 System.Windows.Forms.Button.WndProc(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
配置文件
config.ini
----------
[Basic Settings]# LanguageLanguage_File = zh-cn
# Use a white icon in system tray instead of the default red one (looks better in windows 10 :)White_Tray_Icon = True
# The folder that snapshots are saved toSnapshot_Path = %USERPROFILE%/Pictures/gInk/
# Show eraser iconEraser_Icon = True
# Show pan iconPan_Icon = True
# Show pointer iconPointer_Icon = True
# Show pen width iconPen_Width_Icon = True
# Show view/hide inks iconInkVisible_Icon = True
# Show snapshot iconSnapshot_Icon = True
# Show undo iconUndo_Icon = True
# Show clear iconClear_Icon = True
# Which mouse cursor to use on canvasCanvas_Cursor = 1
# Allow dragging toolbarAllow_Dragging_Toolbar = True
# Allow all non-global hotkeys in mouse pointer mode (may cause a mess)Allow_Hotkey_In_Pointer_Mode = True
# Toolbar location (only applicable when allowing dragging toolbar)Toolbar_Left = 957
Toolbar_Top = 46
----------
[Advanced Settings]# Whether the toolbar automatically closes itself after taking a snapshot# Values could be True, False or BlankOnly# If Close_On_Snap = True, the toolbar closes itself after taking a snapshot# If Close_On_Snap = False, the toolbar does not close itself# If Close_On_Snap = BlankOnly (default value), the toolbar closes itself after taking a snapshot if there is no drawings on the screen, while not if otherwise.Close_On_Snap = BlankOnly
# Whether to hide the toolbar completely# If Always_Hide_Toolbar = True, the toolbar will never be shown. You will have to use hotkeys.Always_Hide_Toolbar = False
# Height of toolbar, in proportional of primary screen height.Toolbar_Height = 0.05
hotkeys.ini
----------
[Hotkeys]# The global hotkey to start drawing# e.g.# Hotkey_Global = None# Hotkey_Global = Ctrl + Alt + Shift + XHotkey_Global = Ctrl + Alt + Shift + P
# Hotkey for each toolHotkey_Eraser = Ctrl + Alt + Shift + E
Hotkey_InkVisible = V
Hotkey_Pointer = None
Hotkey_Pan = None
Hotkey_Undo = Ctrl + Z
Hotkey_Redo = Ctrl + Y
Hotkey_Snapshot = Ctrl + Alt + S
Hotkey_Clear = Ctrl + Alt + Shift + C
# Hotkey for each penPen0_Hotkey = 0
Pen1_Hotkey = 1
Pen2_Hotkey = 2
Pen3_Hotkey = 3
Pen4_Hotkey = 4
Pen5_Hotkey = 5
Pen6_Hotkey = 6
Pen7_Hotkey = 7
Pen8_Hotkey = 8
Pen9_Hotkey = 9
问题描述(Issue Description)
使用数位笔或鼠标点击X图标会有一定概率触发崩溃事件,有种拆炸弹的美感。
(Clicking the X icon with a digital pen or mouse has a certain probability of triggering a crash event, giving it a somewhat suspenseful and delicate feel, akin to disarming a bomb.)
后附配置文件
(Ending is the configuration file.)
崩溃日志(Crash Log)
配置文件
config.ini
hotkeys.ini
pens.ini
The text was updated successfully, but these errors were encountered: