android-xserver icon indicating copy to clipboard operation
android-xserver copied to clipboard

Crash when attempting to start Firefox on it.

Open vi opened this issue 1 year ago • 3 comments

FATAL EXCEPTION: Thread-1252
Process: au.com.darkside.xdemo, PID: 24344
java.lang.NullPointerException: Attempt to read from field 'au.com.darkside.xserver.Window au.com.darkside.xserver.Selection._ownerWindow' on a null object reference in method 'void au.com.darkside.xserver.Selection.processConvertSelectionRequest(au.com.darkside.xserver.XServer, au.com.darkside.xserver.Client, int)'
        at au.com.darkside.xserver.Selection.processConvertSelectionRequest(Selection.java:277)
        at au.com.darkside.xserver.Selection.processRequest(Selection.java:140)
        at au.com.darkside.xserver.Client.processRequest(Client.java:387)
        at au.com.darkside.xserver.Client.doComms(Client.java:258)
        at au.com.darkside.xserver.Client.run(Client.java:126)

vi avatar Aug 23 '24 00:08 vi

@vi I think I have fixed it with https://github.com/nwrkbiz/android-xserver/pull/29 some years ago. You can download the latest source code, build and use it to test again.

utzcoz avatar Aug 23 '24 08:08 utzcoz

Maybe it's time to upload apk as a 1.32 Github release?

vi avatar Aug 23 '24 12:08 vi

Maybe it requires @nwrkbiz to do this release.

utzcoz avatar Aug 23 '24 15:08 utzcoz

@utzcoz @vi : https://github.com/nwrkbiz/android-xserver/releases/tag/1.32

nwrkbiz avatar Mar 31 '25 23:03 nwrkbiz