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

java.lang.NullPointerException: Cannot invoke "org.freedesktop.dbus.interfaces.DBus.AddMatch(String)" because "this.dbus" is null #3818

Closed
pirocks opened this issue Dec 21, 2024 · 0 comments · Fixed by #3829
Labels
crash-report Reports of crashes that popped up in IDEA.
Milestone

Comments

@pirocks
Copy link

pirocks commented Dec 21, 2024

Type of JetBrains IDE (IntelliJ, PyCharm, etc.) and version

RustRover 2024.3.2 (build RR-243.22562.230)

Operating System

Linux 6.11.5-amd64 (amd64)

TeXiFy IDEA version

0.9.9

Description

Was not using any latex files or any texify-idea functionality.

Stacktrace

java.lang.NullPointerException: Cannot invoke "org.freedesktop.dbus.interfaces.DBus.AddMatch(String)" because "this.dbus" is null
	at org.freedesktop.dbus.connections.impl.DBusConnection.addSigHandler(DBusConnection.java:685)
	at org.freedesktop.dbus.connections.AbstractConnection.addSigHandler(AbstractConnection.java:287)
	at nl.hannahsten.texifyidea.run.linuxpdfviewer.evince.EvinceInverseSearchListener.startListening(EvinceInverseSearchListener.kt:69)
	at nl.hannahsten.texifyidea.run.linuxpdfviewer.evince.EvinceInverseSearchListener.access$startListening(EvinceInverseSearchListener.kt:23)
	at nl.hannahsten.texifyidea.run.linuxpdfviewer.evince.EvinceInverseSearchListener$start$1.invokeSuspend(EvinceInverseSearchListener.kt:60)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:608)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:873)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:763)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750)
	Suppressed: kotlinx.coroutines.internal.DiagnosticCoroutineContextException: [StandaloneCoroutine{Cancelled}@5b72d639, Dispatchers.Default]

@pirocks pirocks added crash-report Reports of crashes that popped up in IDEA. untriaged Issue type still needs to be triaged or verified. labels Dec 21, 2024
@PHPirates PHPirates added this to the Next milestone Dec 28, 2024
@PHPirates PHPirates removed the untriaged Issue type still needs to be triaged or verified. label Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash-report Reports of crashes that popped up in IDEA.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants