RE: LPub3D 2.0 Released
2016-06-23, 20:39 (This post was last modified: 2016-06-23, 21:44 by Trevor Sandy.)
2016-06-23, 20:39 (This post was last modified: 2016-06-23, 21:44 by Trevor Sandy.)
(2016-06-23, 18:13)Merlijn Wissink Wrote: I had the same issue as Philo (windows platform issue).
After following your steps, it kinda works. It mostly crashes directly after the splash-screen, but sometimes it does start up...
Ok - thanks for the update. I'm repackaging the distributions just as Qt/Microsoft recommends. I imagine this will solve some problems.
The crash right after the splash-screen sounds familiar.
What version of Windows are you running? How many screens do you have?
If you are comfortable with manipulating your Windows Registry. Follow these steps and let me know if the crash consistently persists:
1. Navigate to Computer\HKEY_CURRENT_USER\SOFTWARE\LPub3D Software\LPub3D\MainWindow
2. Delete the String Value "pos" if it exist (in fact you may remove all the values in this key as the safe ones will be automatically regenerated the next time the application starts.)
If you are experiencing the issue I think you are here is a background:
Known Issue: Storing and retrieving the screen pos[ition] setting on multi-screen platforms causing a crash on startup. This feature has been disabled for the moment while I investigate. This unexpected behavior was introduced with the new version of Qt (development platform). The change you will notice is that the application will no longer start on the screen you closed it on last. Instead, it will will always start at x200 y200 on the main screen. Of course this issue is only related to multi-screen platforms. (r718)
Let me know how you are progressing.
Cheers,