Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

OSD and ON ERROR

May
12,846
164
This is expected:
Code:
v:\> osd /xxx
Usage : OSD [/C[=n] /FONT=n /ID=n /N /POS=n,n /RGB=r,g,b /TIME=n /TOP /LEFT /BOT
TOM /RIGHT /HCENTER /VCENTER /V] text
But running this BTM makes TCC disappear on Win7/32.
Code:
on error goto cleanup
OSD /xxx
:cleanup
quit
GPF file looks like this.
Code:
TCC  15.01.40
Module=C:\Windows\system32\KERNELBASE.dll
Address=755AD36F
Exception=E06D7363
EAX=0C362784  EBX=101AF8E8  ECX=00000003  EDX=00000000
ESI=75D58E97  EDI=75D5C16A  EBP=0C3627D4  ESP=0C362784
CS=0000001B  DS=00000023  ES=00000023  SS=00000023
Flags=00000216
 
Stack:
1 : KERNELBASE.dll 00000001:0000c36f
2 : MSVCR110.dll 00000001:00018863
3 : TakeCmd.dll 00000001:00002db7
4 : kernel32.dll 00000001:0004dd6c
5 : ntdll.dll 00000001:0006277b
6 : ntdll.dll 00000001:0006274e
 

Similar threads

Back
Top