Crashing and other problems in version 1.4.0.0 or newer - Printable Version +- Comics++ Forums (http://comicsplusplus.com) +-- Forum: Comics++ (http://comicsplusplus.com/forumdisplay.php?fid=1) +--- Forum: Bug Reports (http://comicsplusplus.com/forumdisplay.php?fid=3) +--- Thread: Crashing and other problems in version 1.4.0.0 or newer (/showthread.php?tid=75) Pages:
1
2
|
Crashing and other problems in version 1.4.0.0 or newer - Ninja_Gah - 11-17-2017 We've received reports of people experiencing crashes in 1.4.0.0 or newer. The first thing we'd ask you to do is to reinstall the app. Otherwise please see below see how you can help us debug. Crashing could be caused by a few problems: 1. Upgrading from an old version of app - reinstall should fix 2. Corrupted settings - reinstall should fix 3. Incompatibility with OpenCV - please send us the archive images that you are trying to open Regarding 1 & 2 1.4.0.0 uses a new modular settings systems. When you upgrade to 1.4.0.0 or later it attempts to upgrade old settings to the new settings. We did our best to try and catch all corner cases but it seems like for some people the upgrade will crash the app, including a reinstall for some. This undefined behavior makes it extremely difficult to debug. If you are crashing on launch on a fresh please make a post down below with your system spec. Regarding 3 OpenCV makes it possible for us to do fancy things like border removal. We can't guarantee it's bug free as it is a third party library. Luckily it's open source and if there is an issue we can fix it. Our internal testing shows it works fine with all our limited archives and image collection but some are reporting crashes. If you experience crashes when opening an image/archieve, missing pages, strange coloring, please pm me a link of the archive you are using and we can attempt to debug this issue. RE: Crashing and other problems in version 1.4.0.0 or newer - Tooya - 11-18-2017 Hey, I have this problem on my tablet and no solution is working. When I try to run Comics++ it just shuts down after few seconds of loading, if I run it by opening any comic archive the same happens with addition of "remote procedure call failed" error. I already tried: -reinstalling -reinstalling after manualy cleaning registry of every entry related to Comics++ -updating windows and then reinstalling -creating new user and installing your app there -every sollution to "remote procedure call failed" error that I could find in google (and here http://comicsplusplus.com/showthread.php?tid=73) I even installed Comics++ on my desktop, where it was never installed previously (or any other app not built in into win10) Here are logs from windows event wiever and my system information (unluckily both only from my desktop as I keep tablet in my work) Code: OS Name Microsoft Windows 10 Pro Code: Log Name: Application Code: Log Name: Application Code: Log Name: Application RE: Crashing and other problems in version 1.4.0.0 or newer - Ninja_Gah - 11-18-2017 Thanks for the report! I believe we found the issue. It is related to opening the the app externally through Windows explorer rather than using the in app file browser. There were settings problems that broke opening files externally. In the meantime, you should be able to use the in-app file browser to open files. We'll be pushing an update today that fixes this issue so it'll be up on the store in a few days. However if this is not your issue please continue to report. Thanks! RE: Crashing and other problems in version 1.4.0.0 or newer - Tooya - 11-19-2017 Thanks for the quick reply, I'll try again after the update but as for using the in-app file browser, as I wrote previously, I can't run the app itself, it opens and, after a second or two, shuts down without giving any error and it's both on my tablet, where it was used before so it may be trying to open last used comic, and desktop where it's straight after the first installation so I haven't opened any comic with it yet or even set a path to my comics.On both devices I use menu start to run the app, I only used windows explorer to check if this changes anything after Comics++ stopped working normally. RE: Crashing and other problems in version 1.4.0.0 or newer - Ninja_Gah - 11-19-2017 I see. Yes if you opened files externally without using the in app browser you may be stuck in a crash loop. To fix this temporarily until next release is deployed: 1. Reinstall the app 2. Launch app directly without opening a book 3. Use the in app file browser to open a book Afterwards all operations should be normal, including opening files externally. The main issue was there was a setting that didn't get upgraded correctly due to activated books which sort of snowballs the issue. As long as you didn't first launch app by opening a book externally after upgrade then it would function normally. Hopefully our latest version fixes this issue... RE: Crashing and other problems in version 1.4.0.0 or newer - Tooya - 11-19-2017 Thanks for trying to help but again, I only tried to open file externally when the app stopped working correctly, and thats only on my tablet, on the desktop I never tried to open any archive just the app directly after completely fresh install on a machine that C++ app was never installed previously. Well it's not urgent, maybe I'll just wait for the update and let You know if this fixes my problems RE: Crashing and other problems in version 1.4.0.0 or newer - Ninja_Gah - 11-19-2017 Sorry just to clarify, are you saying a fresh install on your desktop computer still crashes on launch (not activated by file)? RE: Crashing and other problems in version 1.4.0.0 or newer - Tooya - 11-20-2017 yes, I installed Comics++ on my desktop after it stopped working on my tablet just to try whether it was working or not, it was never used to open any actual comic archive because it was crashing from the first try to open the app alone. RE: Crashing and other problems in version 1.4.0.0 or newer - Ninja_Gah - 11-20-2017 Ok thanks that's interesting as it shouldn't have passed certification if that was case. This means that it there are some hardware difference causing variation in behavior. Anyways I believe the fixes we pushed should address that issue as well. My guess is that we tried to initialize settings before all of the UI components finished loading. On difference system specs there can be a race condition, so if the UI hasn't finished loading before the settings kick in it may cause a crash. It now waits until UI is completely loaded then applies the settings. I just checked the publishing status it should be up on the store soon, if not already. Please keep me updated if this build fixes the issues. Thank you so much! RE: Crashing and other problems in version 1.4.0.0 or newer - Tooya - 11-22-2017 Hey again, I've checked new version on both tablet and desktop and unluckily it still shuts down before it even finishes loading. |