moving-bits

Results 746 comments of moving-bits

I think I have read something about the possibility to extend this period until November under certain circumstances, but I can't find the option to apply to that for c:geo....

Added some logging and retrieved the following stack trace on updating a virtual cache: ``` cgeo.geocaching.network.HtmlImage.fetchDrawableWithMetadata(HtmlImage.java:236), cgeo.geocaching.network.HtmlImage.fetchDrawable(HtmlImage.java:232), cgeo.geocaching.network.HtmlImage.getDrawable(HtmlImage.java:204), cgeo.geocaching.models.Geocache.storeCache(Geocache.java:2156), cgeo.geocaching.service.CacheDownloaderService.handleDownload(CacheDownloaderService.java:230), cgeo.geocaching.service.CacheDownloaderService.lambda$onHandleIntent$3$cgeo-geocaching-service-CacheDownloaderService(CacheDownloaderService.java:189), cgeo.geocaching.service.CacheDownloaderService$$ExternalSyntheticLambda3.subscribe(Unknown Source:4), io.reactivex.rxjava3.internal.operators.observable.ObservableCreate.subscribeActual(ObservableCreate.java:41), io.reactivex.rxjava3.core.Observable.subscribe(Observable.java:13263), io.reactivex.rxjava3.internal.operators.observable.ObservableSubscribeOn$SubscribeTask.run(ObservableSubscribeOn.java:96), io.reactivex.rxjava3.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:38), io.reactivex.rxjava3.internal.schedulers.ScheduledDirectTask.call(ScheduledDirectTask.java:25), java.util.concurrent.FutureTask.run(FutureTask.java:264), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145),...

Ok, the call to `addImagesFromGallery(...)` is the culprit, as it calls `cache.setSpoilers(newImages);` for the images found in gallery. Then those images will be handled as if they were spoiler pics...

_Originally posted by @ztNFny in https://github.com/cgeo/cgeo/issues/15210#issuecomment-1937183532_ > * waypoints still appear as "puzzle piece" icons only, same is in info sheet Sounds like that at that stage the cache is...

_Originally posted by @moving-bits in https://github.com/cgeo/cgeo/issues/15210#issuecomment-1937192760_ > Does unified map load WPs without their cache? This can happen, depending on how the map is being called. I would need to...

_Originally posted by @ztNFny in https://github.com/cgeo/cgeo/issues/15210#issuecomment-1937197308_ If that's the case there are 2 approaches: 1. Load caches before WPs 2. Store the info (linear) with the WP instead of with...

_Originally posted by @moving-bits in https://github.com/cgeo/cgeo/issues/15210#issuecomment-1937267905_ For UnifiedMap in "plain map" mode, it seems to be the `LoadInBackgroundHandler` organizing the loading of caches and waypoints. Lines 94-96 are: ``` final...

_Originally posted by @ztNFny in https://github.com/cgeo/cgeo/issues/15210#issuecomment-1937330975_ > If that's the case there are 2 approaches: > > 1. Load caches before WPs > 2. Store the info (linear) with the...

I've tried the linked build (https://github.com/musescore/MuseScore/issues/24269#issuecomment-2321644856), but still get a blank screen. Anything specific you need for debugging?

Here are the files for release version 4.4.0 [ms4.zip](https://github.com/user-attachments/files/16822353/ms4.zip) as well as for 4.4.1 development version [ms4development.zip](https://github.com/user-attachments/files/16822355/ms4development.zip)