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.NoSuchFieldError: Companion #432

Closed
bunkyoneko opened this issue May 10, 2023 · 11 comments
Closed

java.lang.NoSuchFieldError: Companion #432

bunkyoneko opened this issue May 10, 2023 · 11 comments
Labels

Comments

@bunkyoneko
Copy link

bunkyoneko commented May 10, 2023

Describe the bug
It started to happen after upgrading Intellij IDEA(Community Edition) to version 2022.3.3 Build #IC-223.8836.41.
The error would cause AceJump quit and not function any more.

java.lang.NoSuchFieldError: Companion
	at org.acejump.action.AceAction.actionPerformed(AceAction.kt:34)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.doPerformActionOrShowPopup(ActionUtil.java:327)
	at com.intellij.openapi.keymap.impl.ActionProcessor.performAction(ActionProcessor.java:47)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher$1.performAction(IdeKeyEventDispatcher.java:584)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.lambda$doPerformActionInner$9(IdeKeyEventDispatcher.java:706)
	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:105)
	at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:94)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.lambda$doPerformActionInner$10(IdeKeyEventDispatcher.java:706)
	at com.intellij.openapi.actionSystem.ex.ActionUtil.performDumbAwareWithCallbacks(ActionUtil.java:350)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.doPerformActionInner(IdeKeyEventDispatcher.java:703)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:647)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processAction(IdeKeyEventDispatcher.java:595)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.processActionOrWaitSecondStroke(IdeKeyEventDispatcher.java:478)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.inInitState(IdeKeyEventDispatcher.java:467)
	at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:225)
	at com.intellij.ide.IdeEventQueue.dispatchKeyEvent(IdeEventQueue.java:815)
	at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:750)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$5(IdeEventQueue.java:437)
	at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:787)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$6(IdeEventQueue.java:436)
	at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:113)
	at com.intellij.ide.IdeEventQueue.performActivity(IdeEventQueue.java:615)
	at com.intellij.ide.IdeEventQueue.lambda$dispatchEvent$7(IdeEventQueue.java:434)
	at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:838)
	at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:480)
	at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128)
	at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113)
	at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105)
	at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)

To Reproduce
Steps to reproduce the behavior:

  1. Use Intellij IDEA and open any file.
  2. Use command + ; to trigger AceJump
  3. Error will pop up

Desktop (please complete the following information):

  • OS: MacOS 13.2 (22D49), Apple M1 Pro
  • IDE: Intellij IDEA(Community Edition) 2022.3.3 Build #IC-223.8836.41
  • AceJump version: 3.8.12
@bunkyoneko bunkyoneko added the bug label May 10, 2023
@Jacob3075
Copy link

Jacob3075 commented May 13, 2023

Facing same issue
OS: windows
IDE: Android Studio Giraffe | 2022.3.1 Beta 2
Build #AI-223.8836.35.2231.10023527, built on April 27, 2023
plugin version: 3.8.12

@breandan
Copy link
Collaborator

breandan commented May 13, 2023

Can you try updating the IDE to 2023.1+ and reporting back @asapha @Jacob3075 @bunkyoneko?

@asapha
Copy link

asapha commented May 14, 2023

@breandan It does works on 2023.1+.

Tested on:

  • Android Studio Hedgehog | 2023.1.1 Canary 3
  • IntelliJ IDEA 2023.1.1 (Ultimate Edition)

@bunkyoneko
Copy link
Author

@breandan Thanks for the reminder.
Tested on IntelliJ IDEA 2023.1.1 (Community Edition), and it works!

@ffkjjj
Copy link

ffkjjj commented May 15, 2023

Facing the same issue
IDE: IntelliJ IDEA 20232022.3.3
After downgrading to AceJump 3.8.11, it works fine.

@breandan
Copy link
Collaborator

@ffkjjj 2023.3 has not been released yet, the latest is 2023.2 EAP. Maybe you mean 2023.1?

@ffkjjj
Copy link

ffkjjj commented May 15, 2023

@ffkjjj 2023.3 has not been released yet, the latest is 2023.2 EAP. Maybe you mean 2023.1?

Sorry, I was wrong, my IDEA version is 2022.3.3

@andrey-bolduzev
Copy link

Is the only solution for now to downgrade the plugin or switch to the experimental IDE?

@breandan
Copy link
Collaborator

IntelliJ IDEA 2023.1 is released and stable.

@andrey-bolduzev
Copy link

True but Android Studio users are out of luck for quite some time if I understand correctly.

@songan-1
Copy link

Facing same issue
OS: OSX
IDE: idea 2022.3
plugin version: 3.8.13

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

7 participants