View Single Post
Old 05-14-2019, 04:04 PM   #2910
MixMonkey
Human being with feelings
 
MixMonkey's Avatar
 
Join Date: Sep 2017
Location: London, England.
Posts: 4,870
Default

Quote:
Originally Posted by Geoff Waddington View Post
New build is up.
Mac system now running- cheers Still no MCUTimeDisplay though.

Trying to get a feel for the new layout with some baby steps. I created a folder 'C4' in 'Zones' with C4.zon inside:


Code:
Zone Home
	IncludedZones
		Buttons
	IncludedZonesEnd
ZoneEnd

Zone Buttons
	BankLeft TrackBank -24
	BankRight TrackBank 24
	ChannelLeft TrackBank -1
	ChannelRight TrackBank 1
ZoneEnd
This works, but now when I quit Reaper I always get an 'Unexpectedly Quit' message with:
Code:
Thread 0 Crashed:: reaper  Dispatch queue: com.apple.main-thread
0   reaper_csurf_integrator.dylib 	0x000000010f9d0954 Widget::SetValue(double) + 116
1   reaper_csurf_integrator.dylib 	0x000000010f9adba1 Widget::Reset() + 33
2   reaper_csurf_integrator.dylib 	0x000000010f9ad9b5 ControlSurface::Reset() + 101
3   reaper_csurf_integrator.dylib 	0x000000010f9ad885 Page::ResetAllWidgets() + 101
4   reaper_csurf_integrator.dylib 	0x000000010f9aa86d Manager::ResetAllWidgets() + 77
5   reaper_csurf_integrator.dylib 	0x000000010f9aa7bc CSurfIntegrator::~CSurfIntegrator() + 60
6   reaper_csurf_integrator.dylib 	0x000000010f9aa8a5 CSurfIntegrator::~CSurfIntegrator() + 21
7   reaper_csurf_integrator.dylib 	0x000000010f9aa8c9 CSurfIntegrator::~CSurfIntegrator() + 25
8   com.cockos.reaper             	0x000000010590e1ef CSurf_Close(bool) + 415
9   com.cockos.reaper             	0x0000000105c4d88c MainProc(HWND__*, unsigned int, unsigned long, long) + 11004
10  ???                           	0x0000000000000010 0 + 16
No idea if the above is in any way useful. Did I make a mistake in the .zon file?
MixMonkey is offline   Reply With Quote