This article applies to:
E-Prime 3.0
Detail
The following are known issues in the most recent production release of E-Prime 3.0 Update 2 (version 3.0.3.80).
Known Issues with Windows 10 and E-Prime:
Known Issues introduced in E-Prime 3.0 Update 2:
BUG: Changing the Clock Scale from the default value may cause experiments to hang [27880]
Known Issues introduced in prior versions:
BUG: Mouse.ShowCursor does not work until the mouse is moved [30904]
BUG: Property find and replace on SlideButton sub-objects causing issues during design time [30741]
BUG: Subroutine not visible to Script Task Event if comment is placed on the Signature Line [30739]
BUG: Issues with selecting FontSize in E-Studio [30738]
BUG: ScriptSense fails to show members when pressing "." character [30737]
BUG: EAM for not finding files is not properly resolving @Resources [30735]
BUG: Procedure Task Events cause Runtime Error on second trial [30714]
BUG: MovieDisplay and SlideMovie FirstFrameTime are improperly reported [30634]
BUG: MovieDisplay and SlideMovie FrameRate are improperly reported [30633]
BUG: Attribute tab may cause crash when using on-screen keyboard [30619]
BUG: Find and Replace Search May Cause E-DataAid Crash [30618]
BUG: SlideChoice and SlideSlider on FeedbackDisplay causes E-Prime to crash [30615]
BUG: SlideButton objects do not appear when placed on FeedbackDisplay [30612]
BUG: Custom SlideSlider Indicator cannot be dragged with mouse [30611]
BUG: Fast response and termination on a MovieDisplay may cause the last frame to clear [30604]
BUG: Magenta and Fuchsia are not displayed properly on the SlideSlider Indicator [30598]
BUG: FFmpeg does not support IPA characters [30596]
BUG: Switching from DirectShow (Async) to FFMpeg in Codec Config may not save [30595]
BUG: Echo may remain on the screen when it should not be present [30593]
BUG: Experiment Advisor Report cannot open in Google Chrome [30300]
BUG: StartupInfo Editor does not support keyboard shortcuts for copy and paste [30302]
BUG: ClearAfter no longer working [30303]
BUG: Button interaction causes SlideMovie last frame to vanish [30304]
BUG: Attribute Button Feedback Sounds do not work [30305]
BUG: Experiment Advisor Window reports wrong number of Findings [30306]
BUG: Cannot uninstall or modify E-Prime using Windows 10 Apps & Features [30307]
BUG: E-Prime Command Reference opens twice [30395]
BUG: Silent Installation occasionally shows prompts when launching E-Prime [26081]
BUG: FFmpeg does not support looping [26068]
BUG: DisplayDevice's Windows Box methods do not display properly in Windows 7 [27889]
A runtime error may occur after updating an experiment from E-Prime 2.0 to E-Prime 3.0 if a SoundOut object is the last object on a Procedure; see INFO: Sound throws error message when it's last object on Procedure and TopOfProcedure [27527] for details.
See Also:
RELEASE INFO: E-Prime 3.0 Change History (3.0.3.60 Update 1 to 3.0.3.80 Update 2) [27275]
Comments
2 comments
Another bug that affects E-Prime 3.0.3.31 - 3.0.3.80 (SP2), confirmed by PST Support and recently reported at https://groups.google.com/d/topic/e-prime/kohvRBzaLe8:
Under some circumstances, Mouse.ShowCursor will fail to take effect until the mouse is moved.
Workaround code:
Mouse.ShowCursor True ' or False, depending on need
' Workaround to so that Mouse.ShowCursor takes effect without requiring mouse
' movement: Force redraw of mouse cursor ...
Dim p As point
Mouse.GetCursorPos p.x, p.y
Mouse.SetCursorPos p.x, p.y
Hi David,
We added the bug to the list: BUG: Mouse.ShowCursor does not work until the mouse is moved [30904].
This bug will be resolved in future builds of E-Prime 3.0.
Thanks,
David
Please sign in to leave a comment.