[FIXED]Setting of Pause when inactive

Locked
chikani
Junior Member
Posts: 10
Joined: Sat Jul 25, 2009 6:30 am

[FIXED]Setting of Pause when inactive

Post by chikani »

When the main body is ended, the setting of "Pause when inactive" is not preserved.

When "GbPrinter=0" the under "pauseWhenInactive=0" is written directly in the ini file, it seems to be preserved.

Last edited by chikani on Mon Aug 10, 2009 1:37 am, edited 1 time in total.
Squall Leonhart
Posting Freak
Posts: 1223
Joined: Tue Mar 18, 2008 9:21 am

[FIXED]Setting of Pause when inactive

Post by Squall Leonhart »

what do you mean.

uly
Junior Member
Posts: 6
Joined: Sun Jul 26, 2009 8:15 pm

[FIXED]Setting of Pause when inactive

Post by uly »

I was going to report the same problem.

 

In the current version (1.8.0, 16/06/09), when you toggle the "Options/Emulator/Pause when inactive" value, the setting isn't saved in vba.ini. The setting still works if you manually write the line "pauseWhenInactive=0" line in vba.ini, so this is properly a GUI bug.

Squall Leonhart
Posting Freak
Posts: 1223
Joined: Tue Mar 18, 2008 9:21 am

[FIXED]Setting of Pause when inactive

Post by Squall Leonhart »

ah, it was working in 877, i know that for sure.. must be a regression when the sound quality setting was fixed.

Squall Leonhart
Posting Freak
Posts: 1223
Joined: Tue Mar 18, 2008 9:21 am

[FIXED]Setting of Pause when inactive

Post by Squall Leonhart »

Thanks guys, the auto frame skipping setting is doing the same thing it seems,

 

the setting save code just needs to be updated to fit changes to the emulator i think.

uly
Junior Member
Posts: 6
Joined: Sun Jul 26, 2009 8:15 pm

[FIXED]Setting of Pause when inactive

Post by uly »

The auto frame skip option bug is even worse. Whereas we can manually adding pauseWhenInactiv=0 in vba.ini, adding autoFrameSkip=1 does nothing; M just rewrites the value to autoFrameSkip=0. So auto frame skip feature is effectively disabled in version 878.

jbo_85
Junior Member
Posts: 8
Joined: Sun Mar 23, 2008 8:05 pm

[FIXED]Setting of Pause when inactive

Post by jbo_85 »

Both issues are fixed in SVN.

Squall Leonhart
Posting Freak
Posts: 1223
Joined: Tue Mar 18, 2008 9:21 am

[FIXED]Setting of Pause when inactive

Post by Squall Leonhart »

Grouse jbo, It must've broken when mudlord fixed the Settings to be loaded after the window was created and the issue with the sound quality setting. bgK's changes to the MFC broke it somewhat...

 

hopefully both issues are fixed now..

chikani
Junior Member
Posts: 10
Joined: Sat Jul 25, 2009 6:30 am

[FIXED]Setting of Pause when inactive

Post by chikani »

Thank you for the reply.

My sentences seem to have been the insufficient explanations.

I'm sorry.

Locked