Naohide Sano

Results 17 comments of Naohide Sano
trafficstars

`macConfig.macStartup=X86_64` works fine! but i intend to wait patiently this issue will be resolved πŸ‘

`1.7.0-SNAPSHOT` works well! thanks πŸ˜„

according to https://hub.jmonkeyengine.org/t/macos-nswindow-drag-regions-should-only-be-invalidated-on-the-main-thread/43523/2 it's necessary `-XstartOnFirstThread` for running `lwjgl` on mac. but `-XstartOnFirstThread` kills the swing. so i used [rococoa](https://github.com/umjammer/rococoa) like https://github.com/umjammer/vavi-image-filter-dnnsuperres/blob/1.0.1/src/test/java/com/github/araxeus/dnnsuperres/MainApp.java#L419-L451 it works on my env ```shell $ uname...

sorry, i mean not swing `JFileChooser` but [**awt** `FileDialog`](https://docs.oracle.com/javase/8/docs/api/java/awt/FileDialog.html) (i pasted mistaken url...) of cause i know the swing file chooser is different from the native one.

DIY, that's right. fyi, my try was under the newest app version. ``` 2020/07/27 11:43 116,712 BookFramework.dll 2021/08/16 13:41 811,008 EbiJALibrary.dll

i'm in the same trouble. i'm testing smb protocol like below. one is using [jcifs-ng 2.1.6](https://github.com/AgNO3/jcifs-ng) and that WORKS. another is using **smbj 0.11.3** that DOESN'T WORK and got `STATUS_LOGIN_FAILURE`....

here it is. [pcaps.zip](https://github.com/hierynomus/smbj/files/7497555/pcaps.zip)

using the [patch](https://github.com/hierynomus/smbj/issues/698#issuecomment-1072309114), [my program](https://github.com/hierynomus/smbj/issues/478#issuecomment-962856583) works! it seems not necessary to add `builder.withDialects(SMB2Dialect.SMB_2_1, SMB2Dialect.SMB_2_0_2)` * smb server is mac catalina * client is java8 on mac ``` java version "1.8.0_291"...

smbj 0.12.2 has already been patched part No.2, No.3 of diffs in my previous [post](https://github.com/hierynomus/smbj/issues/478#issuecomment-1106451785). in my env smbj 0.12.2 works well. #### env * smbj 0.12.2 * commons-vfs2-smb [patched](https://github.com/umjammer/commons-vfs2-smb)...