<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/pdfsam/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/pdfsam/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 17 Jan 2021 20:32:47 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/pdfsam/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>Gui fails if running in computer accessed by windows remote desktop session and session disconnects</title><link>https://sourceforge.net/p/pdfsam/bugs/106/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, running on Windows 10:&lt;br/&gt;
- I connect via Windows remote desktop client to another computer&lt;br/&gt;
- run pdfsam there&lt;br/&gt;
-  close the remote desktop connection&lt;br/&gt;
- either reconnect or go and log on locally to the machine I was logged on to remotely.&lt;br/&gt;
The pdfsam gui no longer works - the main window doesn't update, and is invisible if pdfsam was underneath another window when the remote desktop connection was closed.&lt;br/&gt;
This is an issue with recent pdfsam versions, but not with 2.2.x, so I'm guessing it is an upstream issue with JavaFX.&lt;/p&gt;
&lt;p&gt;By the way, if you're wondering why I use the remote desktop connection, I have a VPN but if I run pdfsam on the local machine it gets stuck if I try to save outputs on a remote server.  But I know the  VPN is unreliable, and I don't know if this would still be a problem with a more reliable VPN.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alister Hood</dc:creator><pubDate>Sun, 17 Jan 2021 20:32:47 -0000</pubDate><guid>https://sourceforge.netcd8c6c4a9b5c67e6607bb8f51e9272147a542eb0</guid></item><item><title>Alternate Mix function program crash</title><link>https://sourceforge.net/p/pdfsam/bugs/105/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Newly installed under Windows 10 Pro. All functions work correctly except Alternate Mix. When given two 4 page PDFs (which have been tested as good using other PDFsam functions), it says bad PDF, without specifying which one and the logs says this:&lt;/p&gt;
&lt;p&gt;INFO   &lt;span&gt;[13:28:34]&lt;/span&gt;: Starting PDFsam&lt;br/&gt;
INFO   &lt;span&gt;[13:28:36]&lt;/span&gt;: Configuring Sejda 3.2.75&lt;br/&gt;
INFO   &lt;span&gt;[13:28:36]&lt;/span&gt;: Started in 1 second&lt;br/&gt;
INFO   &lt;span&gt;[13:28:37]&lt;/span&gt;: PDFsam 4.1.3 is available for download&lt;br/&gt;
INFO   &lt;span&gt;[13:29:10]&lt;/span&gt;: TestScanOdd.PDF loaded&lt;br/&gt;
INFO   &lt;span&gt;[13:29:13]&lt;/span&gt;: TestScanEven.PDF loaded&lt;br/&gt;
INFO   &lt;span&gt;[13:29:57]&lt;/span&gt;: Starting task (org.sejda.impl.sambox.AlternateMixTask@36870a73) execution.&lt;br/&gt;
ERROR  &lt;span&gt;[13:29:58]&lt;/span&gt;: Task (org.sejda.impl.sambox.AlternateMixTask@36870a73) execution failed.&lt;br/&gt;
org.sejda.model.exception.TaskOutputVisitException: Exception dispatching the file task output.&lt;br/&gt;
at org.sejda.model.output.FileTaskOutput.accept(FileTaskOutput.java:64)&lt;br/&gt;
at org.sejda.impl.sambox.AlternateMixTask.execute(AlternateMixTask.java:70)&lt;br/&gt;
at org.sejda.impl.sambox.AlternateMixTask.execute(AlternateMixTask.java:41)&lt;br/&gt;
at org.sejda.core.service.DefaultTaskExecutionService.actualExecution(DefaultTaskExecutionService.java:148)&lt;br/&gt;
at org.sejda.core.service.DefaultTaskExecutionService.execute(DefaultTaskExecutionService.java:71)&lt;br/&gt;
at org.sejda.core.service.DefaultTaskExecutionService.execute(DefaultTaskExecutionService.java:58)&lt;br/&gt;
at org.pdfsam.task.TaskExecutionController.lambda$request$0(TaskExecutionController.java:87)&lt;br/&gt;
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)&lt;br/&gt;
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)&lt;br/&gt;
at java.base/java.lang.Thread.run(Unknown Source)&lt;br/&gt;
Caused by: java.io.FileNotFoundException: C:\Program Files\PDFsam Basic\MixTest.pdf (Access is denied)&lt;br/&gt;
at java.base/java.io.FileOutputStream.open0(Native Method)&lt;br/&gt;
at java.base/java.io.FileOutputStream.open(Unknown Source)&lt;br/&gt;
at java.base/java.io.FileOutputStream.&amp;lt;init&amp;gt;(Unknown Source)&lt;br/&gt;
at java.base/java.io.FileOutputStream.&amp;lt;init&amp;gt;(Unknown Source)&lt;br/&gt;
at org.apache.commons.io.FileUtils.doCopyFile(FileUtils.java:1123)&lt;br/&gt;
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1076)&lt;br/&gt;
at org.apache.commons.io.FileUtils.copyFile(FileUtils.java:1028)&lt;br/&gt;
at org.apache.commons.io.FileUtils.moveFile(FileUtils.java:3008)&lt;br/&gt;
at org.sejda.core.support.io.OutputWriterHelper.doMoveFile(OutputWriterHelper.java:166)&lt;br/&gt;
at org.sejda.core.support.io.OutputWriterHelper.moveFile(OutputWriterHelper.java:159)&lt;br/&gt;
at org.sejda.core.support.io.DefaultSingleOutputWriter.dispatch(DefaultSingleOutputWriter.java:72)&lt;br/&gt;
at org.sejda.model.output.FileTaskOutput.accept(FileTaskOutput.java:62)&lt;br/&gt;
... 9 common frames omitted&amp;lt;/init&amp;gt;&amp;lt;/init&amp;gt;&lt;/p&gt;
&lt;p&gt;I tried uninstalling and reinstalling - same result!!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Ken Wilson</dc:creator><pubDate>Wed, 06 May 2020 19:09:40 -0000</pubDate><guid>https://sourceforge.net7c71f672e81bf69d2644b5b692f5dec8c208ef42</guid></item><item><title>#93 org.pdfsam.console.exceptions.console.ConcatException</title><link>https://sourceforge.net/p/pdfsam/bugs/93/?limit=25#28ee</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;hello.  I konw pdf reader is not opened with owner password ,but how to solve this issue ,please tell me. thank you very much. below  error log.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Allan</dc:creator><pubDate>Fri, 11 May 2018 09:07:10 -0000</pubDate><guid>https://sourceforge.netfb9eb8c5fbc368a9a32e6f6c9568d11639feed96</guid></item><item><title>#104 Pages left blank after merging</title><link>https://sourceforge.net/p/pdfsam/bugs/104/?limit=25#e3fb</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, PDFsam v3 has moved to GitHub, could you please open the issue here? &lt;a href="https://github.com/torakiki/pdfsam/issues" rel="nofollow"&gt;https://github.com/torakiki/pdfsam/issues&lt;/a&gt;&lt;br/&gt;
We will also need the PDF documents to understand the issue, if they cannot be published maybe you can share them only with us, we'll keep it private.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrea Vacondio</dc:creator><pubDate>Mon, 02 Nov 2015 14:38:34 -0000</pubDate><guid>https://sourceforge.netbc26ed2c0c076b4481dc3642de1eb2001767e6fc</guid></item><item><title>Pages left blank after merging</title><link>https://sourceforge.net/p/pdfsam/bugs/104/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Some pages are left blank after merging documents with two pages on one created by docuprinter from adobe reader. Before merging pages seem to be OK.&lt;/p&gt;
&lt;p&gt;version: 3.0.0.M4&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Lucas Verhelst</dc:creator><pubDate>Mon, 02 Nov 2015 13:24:01 -0000</pubDate><guid>https://sourceforge.netb55ba0e43e02c1a8238fad82aa1a115fb3271f8f</guid></item><item><title>#103 Files are not closed properly</title><link>https://sourceforge.net/p/pdfsam/bugs/103/?limit=25#983e</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Unfortunately, I don't have any development tools on this machine, nor do I have any knowledge about how to build Java programs from source, nor about how to build any software on Windows. I've never encountered any other open source Windows software that doesn't come in binary form with an installer. Is there a Windows installer for version 3? &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Scott Severance</dc:creator><pubDate>Sun, 11 Oct 2015 20:18:47 -0000</pubDate><guid>https://sourceforge.net7dceb13ef0f74f0efe76f7aae492a8d586302eb4</guid></item><item><title>#103 Files are not closed properly</title><link>https://sourceforge.net/p/pdfsam/bugs/103/?limit=25#cf46</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, could you test if the issue is still present in PDFsam v3? &lt;br/&gt;
the version you are using is not supported anymore and in few weeks the stable release of PDFsam v3 will be out. You can find it here &lt;a href="https://github.com/torakiki/pdfsam/releases" rel="nofollow"&gt;https://github.com/torakiki/pdfsam/releases&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Andrea Vacondio</dc:creator><pubDate>Fri, 09 Oct 2015 07:16:11 -0000</pubDate><guid>https://sourceforge.nete8495261d5c29fd09b147b0e864d91c7ca2a2c86</guid></item><item><title>Files are not closed properly</title><link>https://sourceforge.net/p/pdfsam/bugs/103/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;pdfsam basic v. 2.2.4&lt;br/&gt;
Windows 7&lt;br/&gt;
Java 8?&lt;/p&gt;
&lt;p&gt;To reproduce:&lt;br/&gt;
1. Use the Rotate plugin (or possibly another plugin).&lt;br/&gt;
2. Now, try to rename or delete the file you rotated.&lt;br/&gt;
3. Windows doesn't allow any operations on the file because pdfsam still has it open.&lt;br/&gt;
4. The only way to get the file closed is to exit pdfsam.&lt;/p&gt;
&lt;p&gt;Correct behavior:&lt;br/&gt;
Pdfsam should open each file prior to processing it, and then close the file immediately upon completion of the process. Of course, one could argue that Windows is being less than intelligent by not allowing files to be renamed or deleted when a program has them open. But, there's a 0% chance of Windows changing.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Scott Severance</dc:creator><pubDate>Thu, 08 Oct 2015 16:16:55 -0000</pubDate><guid>https://sourceforge.netf030dff8fc4a51d177c23713f7882c2c90170118</guid></item><item><title>#99 Caused by: java.lang.OutOfMemoryError: Map failed</title><link>https://sourceforge.net/p/pdfsam/bugs/99/?limit=25#a4a0</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;fixed it :) &lt;br /&gt;
&lt;a href="https://sourceforge.net/p/product-reviews/blog/2015/05/bluehost-top-notch-web-hosting-service"&gt;link&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</description><pubDate>Mon, 25 May 2015 07:38:08 -0000</pubDate><guid>https://sourceforge.netd5b6f89f77bfff96f9ddb3391d5c8d6ae8c26b10</guid></item><item><title>#98 multi-level bookmarks broken after removing pages in visual reorder</title><link>https://sourceforge.net/p/pdfsam/bugs/98/?limit=25#4e68</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Encountered the same issue with PDF Split and Merge basic 2.2.4.&lt;br /&gt;
Running Java Version 7 Update 60, Windows 7 x32, Visual reorder 0.0.7.&lt;/p&gt;
&lt;p&gt;It's strange that this bug exists, especially because the pages I removed through visual reorder do not have bookmarks on them. &lt;br /&gt;
Steps to reproduce:&lt;br /&gt;
1)open document with multi-level bookmarks&lt;br /&gt;
2)remove a few pages with the visual reorder plugin (can be pages with bookmarks or not)&lt;br /&gt;
3)choose an output file &lt;br /&gt;
4)run&lt;/p&gt;
&lt;p&gt;You will see the faulty result in a screenshot I provided.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sean Gibbens</dc:creator><pubDate>Tue, 23 Sep 2014 01:39:46 -0000</pubDate><guid>https://sourceforge.netf877b472ff92a52efab7da9d42189435dee6e806</guid></item></channel></rss>