Closed Soundtoxin closed 7 years ago
I think this problem is almost the same as #10 However, we cooperated with acquaintances and tested the operation on Mac and Linux environments, but we could not find such a problem. Also, due to the nature of the language, problems due to OS differences are less likely to occur, so we believe there is another cause (URL processing etc).
My friend got on my server and was able to see the things I placed just fine, but I still can't see them. So the issue is definitely on my client. My friend is also on Windows, so that's one point toward my theory, IMO.
edit: Here is some debug information: http://sprunge.us/UcMY
Have you guys found out anything more? Is there any more info I can try to gather for you? I would really love for this mod to work.
I changed the creation of a temporary file from File.createTempFile () to my own implementation. I can not try it because the environment can not be reproduced. I am waiting for the impression of trying the alpha version. SignPicture-1.7.10-2.7.0.alpha-universal.zip
一時ファイルの作成をFile.createTempFile()から私の独自の実装に変更してみました。環境が再現できないので試すことができません。alpha版を試してみた感想をお待ちしております。
That fixes the error for me.
I am glad that the problem has been resolved. Close this thread.
Um, I am on 1.11.2. The alpha you released is only for 1.7.10. I will close this once I verify the issue is fixed for me.
Pardon my ignorance there, a friend pointed out I could just compile the 1.11.2 tree to test it. Did so and having some issues, though. For one, it seems to still not work, really. More majorly, with the addition of the newly compiled SignPictures, I get a fatal error trying to connect to my server! This doesn't happen in singleplayer, and of course SignPictures is not on my server in any form due to it being clientside, so this is pretty confusing.
Is the server log recorded? There should be details of the error that occurred when trying to connect.
latest.log: http://sprunge.us/AiMa fml-server-latest.log: http://sprunge.us/KIgf
Hope this helps.
edit: just got the error again with picturesigns removed, so ignore the fatal error when connecting to servers, I guess. I'll try to sort that out on my own.
The tree you compiled has not been modified yet. SignPicture is being developed mainly around 1.7.10. Thus, for branches that are not 1.7.10 (master), modifications will not be applied immediately.
The correspondence of 1.11.2 is now completed. Please try this alpha version. SignPicture-1.11.2-2.7.0.alpha-universal.zip
あなたがコンパイルしたツリーはまだ修正されていませんでした。SignPictureは、1.7.10を中心に開発を進めています。よって、1.7.10(master)ではないブランチはすぐには修正が適応されないでしょう。
今、1.11.2の対応が完了しました。このalpha版をお試しください。
Still no luck, unfortunately.
Relevant part of client log: https://hastebin.com/asotupisoq.swift
edit: Scratch that, tried a different image and host and it does work now with the alpha mod!
MaxRetryCountOver occurs when the number of failed reads exceeds the upper limit set in config. This is a specification that keeps repeating unnecessary retries many times. You can disable this function by setting MaxRetry to 0 from config. You can solve this by right clicking on the signboard from GUI options and pressing Redownload from the displayed GUI and reloading it.
MaxRetryCountOverは読み込みに失敗した数がconfigで設定できる、上限の値を超えると発生します。これは無駄な再試行を何度も繰り返さないようにする仕様です。configよりMaxRetryを0にすることでこの機能を無効にすることができます。 GUIのoptionsより看板を右クリックし、表示されるGUIからRedownloadを押し、再読み込みすることで解決するでしょう。
Thank you for the info. I will edit my config accordingly.
Kamesuta, have same error on macOS Sierra. Minecraft 1.9.4 Please changed the creation for this version too.
Ok, I'll release a new version soon
I tried imgur, mixtape.moe, the built-in uploader button. I can't get anything to work. Errors everywhere! Any idea what I'm doing wrong, or if it's a bug? I'm also using a different image every time.
Forge version: 2201 Sign Picture version: SignPicture-1.11.2-2.6.1-universal.jar Modlist: http://sprunge.us/MXMF
edit: After looking at the errors more, I'm wondering if this issue is perhaps the same as #10
He is using Mac OS and I am using GNU/Linux. Could it be that this mod does something that only works properly on Windows?