Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Access violation stops JabWrapper

オープン
#2 コメント 2 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
25/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
停滞
技術スタック
java, python

調査の方向性

Reproduce the test setup that creates JavaAccessBridgeWrapper, then inspect jab_wrapper.py around WindowsAccessBridge loading and jab_utils.py:53-55 around pump_background, GetMessage, and DispatchMessage. Compare the stated Windows configuration with the failure and document or verify a fix that prevents the access violation during initialization.

索引モデルが issue の本文から書いたものです。

説明

When running setup for tests to init the JabWrapper, I am getting:

DEBUG    root:jab_wrapper.py:112 Loading WindowsAccessBridge
DEBUG    root:jab_wrapper.py:118 WindowsAccessBridge loaded succesfully
DEBUG    root:jab_utils.py:55 Dispatching msg=<cparam 'P' (0x0000018D35679CF0)>
DEBUG    root:jab_utils.py:55 Dispatching msg=<cparam 'P' (0x0000018D35679CF0)>
DEBUG    root:jab_utils.py:55 Dispatching msg=<cparam 'P' (0x0000018D35679CF0)>
DEBUG    root:jab_utils.py:55 Dispatching msg=<cparam 'P' (0x0000018D35679CF0)>
Windows fatal exception: access violation

Current thread 0x0000030c (most recent call first):
  File "C:\Users\Me\PycharmProjects\test_proj\utils\jab_utils.py", line 53 in pump_background

The offending line is "while GetMessage(message, 0, 0, 0) > 0" at:

    try:
        jab_wrapper = JavaAccessBridgeWrapper()
        pipe.put(jab_wrapper)
        message = byref(wintypes.MSG())
        while GetMessage(message, 0, 0, 0) > 0: 
            TranslateMessage(message)
            logging.debug("Dispatching msg={}".format(repr(message)))
            DispatchMessage(message)

I have enabled Access Bridge for Windows, referenced the dll as an env var, removed user prefs for accessibility at .accessibility.properties and made sure that jabswitch is enabled.

Any ideas?

主要言語
Python
スター
20
フォーク
8
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

robocorp/java-access-bridge-wrapper のほかの issue

robocorp/java-access-bridge-wrapper の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。