Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug: Invalid thread access] These errors are logged in the .log files #938

Closed
wolfgang-ch opened this issue Sep 22, 2022 Discussed in #936 · 2 comments
Closed

[Bug: Invalid thread access] These errors are logged in the .log files #938

wolfgang-ch opened this issue Sep 22, 2022 Discussed in #936 · 2 comments
Labels
Milestone

Comments

@wolfgang-ch
Copy link
Collaborator

wolfgang-ch commented Sep 22, 2022

Discussed in #936

@wolfgang-ch
Copy link
Collaborator Author

wolfgang-ch commented Sep 22, 2022

Log files https://github.com/mytourbook/mytourbook/files/9625435/logfiles.zip


!ENTRY net.tourbook.common 4 0 2022-09-21 12:55:09.722
!MESSAGE Invalid thread access
!STACK 0
org.eclipse.swt.SWTException: Invalid thread access
	at org.eclipse.swt.SWT.error(SWT.java:4918)
	at org.eclipse.swt.SWT.error(SWT.java:4833)
	at org.eclipse.swt.SWT.error(SWT.java:4804)
	at org.eclipse.swt.widgets.Widget.error(Widget.java:450)
	at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:370)
	at org.eclipse.swt.widgets.Tree.setRedraw(Tree.java:4872)
	at net.tourbook.ui.views.tourBook.TourBookView.reloadViewer(TourBookView.java:2777)
	at net.tourbook.ui.views.tourBook.TourBookView.lambda$3(TourBookView.java:1186)
	at net.tourbook.tour.TourManager.fireEvent_Final(TourManager.java:1382)
	at net.tourbook.tour.TourManager.fireEvent(TourManager.java:1335)
	at net.tourbook.importdata.ImportState_Process.runPostProcess(ImportState_Process.java:214)
	at net.tourbook.ui.views.rawData.RawDataView.lambda$17(RawDataView.java:4502)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)



!ENTRY net.tourbook.common 4 0 2022-09-21 12:58:21.604
!MESSAGE Invalid thread access
!STACK 0
org.eclipse.swt.SWTException: Invalid thread access
	at org.eclipse.swt.SWT.error(SWT.java:4918)
	at org.eclipse.swt.SWT.error(SWT.java:4833)
	at org.eclipse.swt.SWT.error(SWT.java:4804)
	at org.eclipse.swt.widgets.Display.error(Display.java:1254)
	at org.eclipse.swt.widgets.Display.checkDevice(Display.java:831)
	at org.eclipse.swt.widgets.Display.getActiveShell(Display.java:1472)
	at net.tourbook.importdata.RawDataManager.updateTourData_InImportView_FromDb(RawDataManager.java:3842)
	at net.tourbook.ui.views.rawData.RawDataView.lambda$4(RawDataView.java:1107)
	at net.tourbook.tour.TourManager.fireEvent_Final(TourManager.java:1382)
	at net.tourbook.tour.TourManager.fireEvent(TourManager.java:1335)
	at net.tourbook.importdata.ImportState_Process.runPostProcess(ImportState_Process.java:214)
	at net.tourbook.ui.views.rawData.RawDataView.lambda$17(RawDataView.java:4502)
	at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:122)

@wolfgang-ch wolfgang-ch added this to the 22.next milestone Sep 22, 2022
wolfgang-ch added a commit that referenced this issue Sep 24, 2022
…ypes or tags were created when importing a tour

#938
@wolfgang-ch
Copy link
Collaborator Author

Fixed in 4f9af49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant