There was a bug which meant that in some cases, the settings weren't saved or got reset back to their original order. I'm not sure if sub got that fixed.
If you want to do it without deleting your capture source, using something like SQLiteSpy and run the following statment on the gbpvr.db3 file in the c:\program files\devnz\gbpvr\ folder
Code:
update CAPTURE_SOURCE set allocation_order=oid
or run this with sqlite3.exe in gbpvr folder...
Code:
sqlite3.exe "gbpvr.db3" "update CAPTURE_SOURCE set allocation_order=oid"
Then you'll be able to change the order (this happens to me a lot when adding, then removing capture sources while testing)
Cheers
"Shut up brain, or I'll stab you with a Q-Tip!"
--= Win7, C2D 2.93 GHz, ASUS 9400GT Silent, 2GB Ram, Few HDD's, 3TB unRAID server, Samsung 50" 1080p Plasma via HDMI, 40" 1080i LCD via VGA =-- * PVR2000 Analog PCI / Avermedia DVB-S PCI / Hauppauge 2200 DVB/Analog * PCH GBPVR Client * *BD-E6500 w/ NPVR client*
I think the problem occured in the past, and is now fixed for new installs, but old installs can still have the incorrect data in there database which is why some users still have the problem.