"Do anything" means click a button. The app opens and resizes properly, but as soon as you click a button, it crashes.
I found code to get the logs and put this script in the button that crashes (fyi - any button that goes to another card crashes. I haven't tested other buttons because it crashes all the time. Anyway.... This is what's on the button: ( added the report the params to get the log)
Code: Select all
on mouseup
Report the params && the name of me
DumpReport
go to card "homepage"
end mouseup
I put this in the card script to get the logs
on Report s
global gReportData
put s& cr & the backscripts &cr&cr after gReportData
end Report
on DumpReport
global gReportData
put gReportData into url ("file:"& specialFolderPath("desktop") & "/messagelog.txt")
end DumpReport
Here are the log results
mouseup "1" button "register"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revshortcutslibrary.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Ext/mergJSON-1.0.36/mergJSONLibrary.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revideprojectbrowserlibrary.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/palettes/revCore.8.livecode"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revprofileslibrary.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revxmlrpclibrary.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revgeometrylibrary.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revanimationlibrary.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revprintlibrary.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revcommonlibrary.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revliburl.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revidelibrary.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/palettes/revonlinelibrary.rev"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revmetadatalibrary.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revdeploylibrary.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revsblibrary.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revbackscriptlibrary.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revidelibrary.8.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revidedocumentationlibrary.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revsaveasemscriptenstandalone.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revsaveasandroidstandalone.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revsaveasiosstandalone.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revsaveasstandalone.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revidedeveloperextensionlibrary.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revideextensionlibrary.livecodescript"
stack "C:/Program Files (x86)/RunRev/LiveCode Indy 8.1.2 (rc 1)/Toolset/libraries/revinitialisationlibrary.livecodescript"