PicoDrive Sega Pico Bezel Error

tonesmalone

Active member
RL Member
Hi all,

When enabling bezels with PicoDrive for Sega Pico - I get the following error. Note this was previously working fine with a 3 screen bezel before the last update. Can't seem to figure this out.
20170102220550.png

Here's a troubleshooting log...
http://pastebin.com/Cez037n4
 
Last edited:

brolly

Administrator
Developer
You don't have include DLL logs enabled so there's no way to see what's being passed to that function from your log.
Also please post the DLL log.
 

brolly

Administrator
Developer
So the problem is that windowID is not being set, check the bezel.ahk file and on lines 739 and 762 try changing:
HideWindowDecorators(windowID,...
to
HideWindowDecorators(currentEmulatorID,...

And see if that fixes it.
 

tonesmalone

Active member
RL Member
So the problem is that windowID is not being set, check the bezel.ahk file and on lines 739 and 762 try changing:
HideWindowDecorators(windowID,...
to
HideWindowDecorators(currentEmulatorID,...

And see if that fixes it.

Thanks brolly - confirmed fixed.
 
Top