You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Peter is also getting this issue on a Win8 install. It looks like it's whining about having to load 16-bit colours. This warning can't be ignored to continue to the UI- the sim crashes upon continuation.
FF6 does boot on this computer as I have it installed, but it doesn't run when compiled in debug mode on VS2010, so I'm adding this to the migration milestone.
The text was updated successfully, but these errors were encountered:
I think you can solve this if you use just an other default initialization value. 1024x768x16 should be fine on every
PC since 2004 i think. Windows 8 needs allways this settings so we should think about it making it default.
When trying to run the code in Windows 8, I get the following warning:
The warning is coming from this bit of code.
Peter is also getting this issue on a Win8 install. It looks like it's whining about having to load 16-bit colours. This warning can't be ignored to continue to the UI- the sim crashes upon continuation.
FF6 does boot on this computer as I have it installed, but it doesn't run when compiled in debug mode on VS2010, so I'm adding this to the migration milestone.
The text was updated successfully, but these errors were encountered: