Xmage Visual Bug #6029
Comments
|
There are must be error messages: search it in black window or in |
|
The Log file gives me this:
ERROR 2019-11-04 02:13:49,139 java.io.EOFException
=>[Util3]
ImageCache.makeThumbnail
java.io.EOFException
at net.java.truecommons.io.PowerBuffer.load(PowerBuffer.java:144)
at
net.java.truevfs.comp.zip.AbstractZipFile.checkZipFileSignature(AbstractZipFile.java:162)
at
net.java.truevfs.comp.zip.AbstractZipFile.<init>(AbstractZipFile.java:137)
at
net.java.truevfs.comp.zipdriver.ZipInputService.<init>(ZipInputService.java:40)
at
net.java.truevfs.comp.zipdriver.AbstractZipDriver.newZipInput(AbstractZipDriver.java:337)
at
net.java.truevfs.comp.zipdriver.AbstractZipDriver.newInput(AbstractZipDriver.java:319)
at
net.java.truevfs.comp.zipdriver.AbstractZipDriver.newInput(AbstractZipDriver.java:46)
at
net.java.truevfs.kernel.spec.FsArchiveDriver.newInput(FsArchiveDriver.java:187)
at
net.java.truevfs.kernel.impl.TargetArchiveController.liftedTree1$1(TargetArchiveController.scala:150)
at
net.java.truevfs.kernel.impl.TargetArchiveController.mount0(TargetArchiveController.scala:149)
at
net.java.truevfs.kernel.impl.TargetArchiveController.mount(TargetArchiveController.scala:109)
at
net.java.truevfs.kernel.impl.FileSystemArchiveController$ResetFileSystem.autoMount(FileSystemArchiveController.scala:70)
at
net.java.truevfs.kernel.impl.FileSystemArchiveController.autoMount(FileSystemArchiveController.scala:37)
at
net.java.truevfs.kernel.impl.BasicArchiveController.checkAccess(BasicArchiveController.scala:56)
at
net.java.truevfs.kernel.impl.DefaultManager$BackController.net$java$truevfs$kernel$impl$SyncController$$super$checkAccess(DefaultManager.scala:171)
at
net.java.truevfs.kernel.impl.SyncController$$anonfun$checkAccess$1.apply$mcV$sp(SyncController.scala:47)
at
net.java.truevfs.kernel.impl.SyncController$$anonfun$checkAccess$1.apply(SyncController.scala:47)
at
net.java.truevfs.kernel.impl.SyncController$$anonfun$checkAccess$1.apply(SyncController.scala:47)
at net.java.truevfs.kernel.impl.SyncController$class.net
$java$truevfs$kernel$impl$SyncController$$apply(SyncController.scala:129)
at
net.java.truevfs.kernel.impl.SyncController$class.checkAccess(SyncController.scala:47)
at
net.java.truevfs.kernel.impl.DefaultManager$BackController.net$java$truevfs$kernel$impl$LockController$$super$checkAccess(DefaultManager.scala:171)
at
net.java.truevfs.kernel.impl.LockController$$anonfun$checkAccess$1.apply$mcV$sp(LockController.scala:48)
at
net.java.truevfs.kernel.impl.LockController$$anonfun$checkAccess$1.apply(LockController.scala:48)
at
net.java.truevfs.kernel.impl.LockController$$anonfun$checkAccess$1.apply(LockController.scala:48)
at
net.java.truevfs.kernel.impl.LockingStrategy.apply(LockingStrategy.scala:78)
at
net.java.truevfs.kernel.impl.LockController$class.timedReadOrWriteLocked(LockController.scala:104)
at
net.java.truevfs.kernel.impl.LockController$class.checkAccess(LockController.scala:48)
at
net.java.truevfs.kernel.impl.DefaultManager$BackController.checkAccess(DefaultManager.scala:171)
at
net.java.truevfs.kernel.impl.ArchiveControllerAdapter.checkAccess(ArchiveControllerAdapter.scala:22)
at
net.java.truevfs.comp.zipdriver.AbstractKeyController.checkAccess(AbstractKeyController.java:108)
at
net.java.truevfs.kernel.spec.FsDecoratingController.checkAccess(FsDecoratingController.java:53)
at
net.java.truevfs.kernel.impl.FalsePositiveArchiveController$$anonfun$checkAccess$1.apply(FalsePositiveArchiveController.scala:74)
at
net.java.truevfs.kernel.impl.FalsePositiveArchiveController$$anonfun$checkAccess$1.apply(FalsePositiveArchiveController.scala:74)
at
net.java.truevfs.kernel.impl.FalsePositiveArchiveController$TryChild$.apply(FalsePositiveArchiveController.scala:195)
at net.java.truevfs.kernel.impl.FalsePositiveArchiveController.net
$java$truevfs$kernel$impl$FalsePositiveArchiveController$$apply(FalsePositiveArchiveController.scala:172)
at
net.java.truevfs.kernel.impl.FalsePositiveArchiveController.checkAccess(FalsePositiveArchiveController.scala:74)
at net.java.truevfs.access.TFile.exists(TFile.java:1670)
at org.mage.plugins.card.images.ImageCache$1.apply(ImageCache.java:125)
at org.mage.plugins.card.images.ImageCache$1.apply(ImageCache.java:64)
at
mage.client.util.SoftValuesLoadingCache.lambda$from$0(SoftValuesLoadingCache.java:64)
at
com.google.common.cache.CacheLoader$FunctionToCacheLoader.load(CacheLoader.java:146)
at
com.google.common.cache.LocalCache$LoadingValueReference.loadFuture(LocalCache.java:3628)
at com.google.common.cache.LocalCache$Segment.loadSync(LocalCache.java:2336)
at
com.google.common.cache.LocalCache$Segment.lockedGetOrLoad(LocalCache.java:2295)
at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2208)
at com.google.common.cache.LocalCache.get(LocalCache.java:4053)
at com.google.common.cache.LocalCache.getOrLoad(LocalCache.java:4057)
at
com.google.common.cache.LocalCache$LocalLoadingCache.get(LocalCache.java:4986)
at
com.google.common.cache.ForwardingLoadingCache.get(ForwardingLoadingCache.java:45)
at
mage.client.util.SoftValuesLoadingCache.getOrNull(SoftValuesLoadingCache.java:38)
at org.mage.plugins.card.images.ImageCache.getImage(ImageCache.java:400)
at org.mage.plugins.card.images.ImageCache.getThumbnail(ImageCache.java:377)
at org.mage.plugins.card.images.ImageCache.getImage(ImageCache.java:542)
at
org.mage.card.arcane.CardPanelRenderImpl.lambda$updateArtImage$1(CardPanelRenderImpl.java:347)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Suppressed: java.nio.file.NoSuchFileException:
E:\Xmage\xmage\mage-client\plugins\images\C19.thumb.zip\C19\Rayami, First
of the Fallen.full.jpg
at
sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
at
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at
sun.nio.fs.WindowsFileSystemProvider.checkReadAccess(WindowsFileSystemProvider.java:338)
at
sun.nio.fs.WindowsFileSystemProvider.checkAccess(WindowsFileSystemProvider.java:362)
at
net.java.truevfs.driver.file.FileController.checkAccess(FileController.java:101)
at
net.java.truevfs.kernel.impl.FalsePositiveArchiveController$$anonfun$checkAccess$1.apply(FalsePositiveArchiveController.scala:74)
at
net.java.truevfs.kernel.impl.FalsePositiveArchiveController$$anonfun$checkAccess$1.apply(FalsePositiveArchiveController.scala:74)
at
net.java.truevfs.kernel.impl.FalsePositiveArchiveController$UseParent.apply(FalsePositiveArchiveController.scala:204)
at net.java.truevfs.kernel.impl.FalsePositiveArchiveController.net
$java$truevfs$kernel$impl$FalsePositiveArchiveController$$apply(FalsePositiveArchiveController.scala:178)
... 24 more
Suppressed: java.nio.file.NoSuchFileException:
E:\Xmage\xmage\mage-client\plugins\images\C19.thumb.zip\C19
at
sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:79)
at
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:97)
at
sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:102)
at
sun.nio.fs.WindowsFileSystemProvider.createDirectory(WindowsFileSystemProvider.java:504)
at java.nio.file.Files.createDirectory(Files.java:674)
at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781)
at java.nio.file.Files.createDirectories(Files.java:767)
at
net.java.truevfs.driver.file.FileOutputSocket.begin(FileOutputSocket.java:112)
at
net.java.truevfs.driver.file.FileOutputSocket.stream(FileOutputSocket.java:233)
at
net.java.truevfs.kernel.impl.FalsePositiveArchiveController$Output$1$$anonfun$stream$2.apply(FalsePositiveArchiveController.scala:119)
at
net.java.truevfs.kernel.impl.FalsePositiveArchiveController$Output$1$$anonfun$stream$2.apply(FalsePositiveArchiveController.scala:119)
at
net.java.truevfs.kernel.impl.FalsePositiveArchiveController$UseParent.apply(FalsePositiveArchiveController.scala:204)
at net.java.truevfs.kernel.impl.FalsePositiveArchiveController.net
$java$truevfs$kernel$impl$FalsePositiveArchiveController$$apply(FalsePositiveArchiveController.scala:172)
at
net.java.truevfs.kernel.impl.FalsePositiveArchiveController$Output$1.stream(FalsePositiveArchiveController.scala:119)
at
net.java.truevfs.access.TFileOutputStream.<init>(TFileOutputStream.java:164)
at
net.java.truevfs.access.TFileOutputStream.<init>(TFileOutputStream.java:134)
at
net.java.truevfs.access.TFileOutputStream.<init>(TFileOutputStream.java:120)
at
org.mage.plugins.card.images.ImageCache.makeThumbnail(ImageCache.java:497)
at
org.mage.plugins.card.images.ImageCache$1.makeThumbnailByFile(ImageCache.java:183)
at org.mage.plugins.card.images.ImageCache$1.apply(ImageCache.java:146)
... 21 more
пн, 4 нояб. 2019 г. в 05:26, Oleg Agafonov <notifications@github.com>:
… There are must be error messages: search it in black window or in
\xmage\mage-client\mageclient.log file.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6029?email_source=notifications&email_token=ANVNPC7X42LW7IAZOPRCNADQR6B4FA5CNFSM4JINWYD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC6D4UI#issuecomment-549207633>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANVNPCYL2XOTZNNRFVCUO63QR6B4FANCNFSM4JINWYDQ>
.
|
|
Open images folder 'E:\Xmage\xmage\mage-client\plugins\images\' and delete all '*.thumb.zip' files -- thats must fix your bug with broken images.
|
|
So. I've got the same issue. Scenario - I can temporarily "Fix" the screen clipping by resetting my resolution on the monitor Xmage is on. I can also move Xmage to another monitor and it will work for a time until it again goes wonky. I can leave the Preview window showing... and the issue still happens. I've performed multiple Delete/Reinstall of Xmage. |
|
|
I am having the same issue also here is the output log - INFO 2019-12-08 13:14:02,295 Starting MAGE client version 1.4.40V1 (build: 2019-12-07 18:03) =>[main] MageFrame.main |
|
@wolfspider799609 logs fine, I can't see any errors. Describe your problem here:
|
|
The image above just happened to me
Thank you for taking the time to help me with this. |
|
@wolfspider799609 open xmage -> preferences -> images tab and find real images path. Find that folder and delete all |
|
The visual bug still persists after the delete of all .thumb.zip files and
redirecting the image sourse
[image: zf6wGRUIN8U.jpg]
[image: e2s3ziMkEFw.jpg]
вт, 10 дек. 2019 г. в 03:41, Oleg Agafonov <notifications@github.com>:
… @wolfspider799609 <https://github.com/wolfspider799609> open xmage ->
preferences -> images tab and find real images path. Find that folder and
delete all *.thumb.zip If you can't see any files in that folder then
report preferences screenshot and your steps to run xmage (what you run and
from what folder):
[image: shot_191210_043927]
<https://user-images.githubusercontent.com/8344157/70484992-12a8e100-1b07-11ea-83dc-eb77357dd19f.png>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#6029?email_source=notifications&email_token=ANVNPCYS3YMSBSR57VQCHWLQX3QR3A5CNFSM4JINWYD2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGLGZTA#issuecomment-563506380>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANVNPCYJRDYMGQQ565DCNN3QX3QR3ANCNFSM4JINWYDQ>
.
|
|
Yep I have done what was asked it still the visual bug shows up |
|
@RelSunora and @wolfspider799609
|
|
What graphics chipset/card/gpu are you guys using? One of the users mentioned that resetting their resolution temporarily fixed the problem. That is a pretty strong indicator of the issue. |




I have a following visual Bug. I can't play because of it. How to fix it?
Xmage nick: UnRel_Sunora

The text was updated successfully, but these errors were encountered: