SBIE2316 SandBoxie v3.00.06 using SeaMonkey v1.1.3
Moderator: Barb@Invincea
SBIE2316 SandBoxie v3.00.06 using SeaMonkey v1.1.3
Hello forum,
Im a SandBoxie-noob. My PC is a
Intel-PC-E6600,
OS WinXP Pro SP2 all Fixes
NIS 2007
AdobeReader v8.1
SeaMonkey v1.1.3
Sandboxie v3.00.06
---------------------------
and I have a high opinion of SeaMonkey and also of SandBoxie, so I use a registered copy.
I report over small probs using SeaMonkey sandboxed under SandBoxie v3.00.06:
1. SBIE2316 Memory corrupted
Periodically I call a lot of Pages over a List from URLs using a batchscript.
Now SeaMonkey displays only a few Pages, then Sandboxie-Errormessage occurs: "SBIE2316 Memory corrupted". After Message-close the script is canceled.
2. No-Display *.pdf in SeaMonkey
SeaMonkey does not display the first *.pdf-Page after SeaMonkeyStart in SBIE, but a separate Adobe-Reader-Window blank is popping up with the Message: "Adobe Reader cannot be used to displaying PDF-files in your web-browser. Reader will be closed. Close your browser and try it again."
Press OK-Button in AReader-Message. Windows closed. A new DoubleClick on the same SeaMonkey-PDF-File-Tab shows now (!!!) the content of the pdf.
When SeaMonkey is running n o t sandboxed
or
SeaMonkey is sandboxed under SandBoxie v2.86
there whero n o probs.
--------------------------------------------------------------
So I reinstalled SBIE v2.86.
pepibua
Im a SandBoxie-noob. My PC is a
Intel-PC-E6600,
OS WinXP Pro SP2 all Fixes
NIS 2007
AdobeReader v8.1
SeaMonkey v1.1.3
Sandboxie v3.00.06
---------------------------
and I have a high opinion of SeaMonkey and also of SandBoxie, so I use a registered copy.
I report over small probs using SeaMonkey sandboxed under SandBoxie v3.00.06:
1. SBIE2316 Memory corrupted
Periodically I call a lot of Pages over a List from URLs using a batchscript.
Now SeaMonkey displays only a few Pages, then Sandboxie-Errormessage occurs: "SBIE2316 Memory corrupted". After Message-close the script is canceled.
2. No-Display *.pdf in SeaMonkey
SeaMonkey does not display the first *.pdf-Page after SeaMonkeyStart in SBIE, but a separate Adobe-Reader-Window blank is popping up with the Message: "Adobe Reader cannot be used to displaying PDF-files in your web-browser. Reader will be closed. Close your browser and try it again."
Press OK-Button in AReader-Message. Windows closed. A new DoubleClick on the same SeaMonkey-PDF-File-Tab shows now (!!!) the content of the pdf.
When SeaMonkey is running n o t sandboxed
or
SeaMonkey is sandboxed under SandBoxie v2.86
there whero n o probs.
--------------------------------------------------------------
So I reinstalled SBIE v2.86.
pepibua
Last edited by pepibua on Thu Aug 16, 2007 1:45 pm, edited 1 time in total.
Hello tzuk, thank you for reply.tzuk wrote:Can you give a short example of your batch, and I will try it? If there is memory corruption issues that I could reproduce this way, I will fix them.Periodically I call a lot of Pages over a List from URLs using a batchscript.
The procedure is executed by "RunCmd" from Hintenaus, a freeware-tool.
"RunCmd" works with textfiles with the ending *.cmd. "Reg_R.exe" register "RunCmd" for command-files with extension *cmd in the registry. If you apply this prog you should able to execute my sample without any changes.
You can download the
Batch - Scriptinterpreter "RunCmd v070726" from Hintenaus URL: http://members.inode.at/m.hintenaus (may be only in German)
Now the program flow: First cmd-file "Caller" calls the executing cmd-file "UpCkUrl.cmd" with Param "URL2". These second cmd-file is reading the textfile named "URL2", containing div URLs and calls the browser with the command "Info Read "%Dateiname%" %Zeile% /OZ" and causes the browser to display the called websites, showing them tab for tab.
This is my origin - Example including 3 files
In the commandlines were german words. Your system will take them.
1. Caller with 1 cmd-line (between the both doublelines)
================================================================================
Run cmd "D:\AddOns\CMD\Net\UpChk\UpCkUrl.cmd" URL2
================================================================================
2. Execute "UpCkUrl.cmd" with 17 cmd-lines (between the both doublelines)
================================================================================
set Dateiname=D:\AddOns\CMD\Net\UpChk\%1.txt
set Zeile=0
:Loop
inc Zeile
Info Read "%Dateiname%" %Zeile% /OZ
if %Errorlevel%==-1 goto Error
if %Errorlevel%==-2 goto Weiter
Open "%Info%"
if %Errorlevel%<>2 goto Loop
:Error
Echo Fehler beim Lesen der Datei "%Dateiname%"
goto Ende
:Weiter
set Dateiname=
set Zeile=
goto Ende
:Ende
================================================================================
3. URL2 "URL2.txt"
================================================================================
http://www.sandboxie.com
http://www.seamonkey.at/
http://java.sun.com/javase/downloads/index.jsp
http://www.erweiterungen.de/detail/Adblock_Plus/
http://autocopy.mozdev.org/
http://mozmonkey.com/copyplaintext/
http://www.erweiterungen.de/detail/ChromEdit/
http://addons.mozilla.org/de/firefox/addon/203/
http://www.erweiterungen.de/detail/Exte ... installer/
http://www.erweiterungen.de/detail/Exte ... aller_API/
http://addons.mozilla.org/firefox/220/
http://www.erweiterungen.de/detail/Flat ... k_Editing/
http://imagezoom.yellowgorilla.net/
http://mozilla.dorando.at/
http://minimizetotray.mozdev.org/
http://prefbar.mozdev.org/
http://addons.mozilla.org/de/firefox/addon/386/
http://mozilla.incubo.de
http://www.mozilla.org/projects/calenda ... nload.html
http://www.poptray.org/
http://members.inode.at/m.hintenaus
http://www.sisoftware.net/
http://www.speedproject.de/
http://www.speedproject.de/squeez/index.html
http://www.ccleaner.com/
http://www.yooapps.ch/
http://www.trafficmonitor.de/
http://www.truelaunchbar.com/
================================================================================
pepibua
I took a shortcut there. I prepared a batch file according to your specification:
I installed SeaMonkey sandboxed, set it as the default browser, and then I ran this batch file sandboxed.
Worked perfectly.
Would you mind taking this batch file and try to run it yourself?
Code: Select all
start http://www.sandboxie.com/
start http://www.seamonkey.at/
start http://java.sun.com/javase/downloads/index.jsp
start http://www.erweiterungen.de/detail/Adblock_Plus/
start http://autocopy.mozdev.org/
start http://mozmonkey.com/copyplaintext/
start http://www.erweiterungen.de/detail/ChromEdit/
start http://addons.mozilla.org/de/firefox/addon/203/
start http://www.erweiterungen.de/detail/Extension_Uninstaller/
start http://www.erweiterungen.de/detail/Extension_Uninstaller_API/
start http://addons.mozilla.org/firefox/220/
start http://www.erweiterungen.de/detail/Flat_Bookmark_Editing/
start http://imagezoom.yellowgorilla.net/
start http://mozilla.dorando.at/
start http://minimizetotray.mozdev.org/
start http://prefbar.mozdev.org/
start http://addons.mozilla.org/de/firefox/addon/386/
start http://mozilla.incubo.de
start http://www.mozilla.org/projects/calendar/sunbird/download.html
start http://www.poptray.org/
start http://members.inode.at/m.hintenaus
start http://www.sisoftware.net/
start http://www.speedproject.de/
start http://www.speedproject.de/squeez/index.html
start http://www.ccleaner.com/
start http://www.yooapps.ch/
start http://www.trafficmonitor.de/
start http://www.truelaunchbar.com/
Worked perfectly.
Would you mind taking this batch file and try to run it yourself?
tzuk
tzuk wrote:I took a shortcut there. I prepared a batch file according to your specification:
Code: Select all
start http://www.sandboxie.com/ .................... [/quote] Hello tzuk, SBIE v2.86 processed the bat-batchfile without errors. [b]I installed SBIE v3.00.10[/b] Here are the tests: [u][b]SeaMonkey Test1 with a sandboxie.ini original (without any new settings)[/b][/u] Running SeaMonkey sandboxed [b]Message appeared: "WARNING:[/b] Your mail program is about to start. Sandboxie is not configured to allow the programm direct access to your mailbox files and preferences. Any new mail message that are received to your computer will be stored in the sandbox and may not be easily recoverable. It is recommended that you do not allow the mail program to start. Click ignore to ignore this warning and run your mail program anyway. Any other button cancels the operation." Clicked "ignore" SeaMonkey started. Running URL.bat (your testbatch)first record [b]Message appeared: "WARNING:[/b] Your mail program is about to start .... Clicked "ignore" SeaMonkey displayed the first website in a tab. Next record from URL.bat [b]The same. [/b]Clicked "ignore" SeaMonkey displayed the website in a tab. [b]And so on. There were 28 "ignore"-Clicks.[/b] [u][b]But NO SBIE2316. OK.[/b][/u] [u][b]SeaMonkey Test2 with a sandboxie.ini modificated[/b][/u] Insert Sandboxie.ini the setting: OpenFilePath=seamonkey.exe,"C:\Dokumente und Einstellungen\josurf\Anwendungsdaten\Mozilla\Profiles\default\lbvj4vnq.slt" (Remark:"lbvj4vnq.slt" is not a file, but the folder for the current SeaMonkey User) Reload configuration Running SeaMonkey sandboxed [u]NO message appeared:[/u] "WARNING: Your mail program Running URL.bat (your testbatch) the first five records SeaMonkey displayed 4 websites in tabs. [b]Then occured message after reading record 5 "SBIE2316 Memory corrupted"[/b] OK-Click Batchprocess cancelled [b][u]SeaMonkey Test3 with a sandboxie.ini modificated OpenFilePath-Param[/b][/u] Update Sandboxie.ini: OpenFilePath=seamonkey.exe,"C:\Dokumente und Einstellungen\josurf\Anwendungsdaten\Mozilla" Reload configuration Running SeaMonkey sandboxed Running URL.bat (your testbatch) all 28 records SeaMonkey showed 28 websites for websites in 28 tabs [b]NO error-messages [/b] [u][b]Always and in this particular case SBIE v3.00.10 is doing a good job.[/b][/u] Summary: Maybe there is a OpenFilePath issue OK. PS. Adobe Reader is now working successfully. Thanks for work and support pepibua
I still can't reproduce the problem. But I saw this:
And it should be without quotes:
(Or maybe you added the quotes to make it clearer for me?)
Code: Select all
OpenFilePath=seamonkey.exe,"C:\Dokumente und Einstellungen\josurf\Anwendungsdaten\Mozilla\Profiles\default\lbvj4vnq.slt\"
Code: Select all
OpenFilePath=seamonkey.exe,C:\Dokumente und Einstellungen\josurf\Anwendungsdaten\Mozilla\Profiles\default\lbvj4vnq.slt\
tzuk
Ok, at last the path had quotes. It worked (!?). Its ok, when I dont need them.tzuk wrote:I still can't reproduce the problem. But I saw this:
And it should be without quotes:Code: Select all
OpenFilePath=seamonkey.exe,"C:\Dokumente und Einstellungen\josurf\Anwendungsdaten\Mozilla\Profiles\default\lbvj4vnq.slt"
(Or maybe you added the quotes to make it clearer for me?)Code: Select all
OpenFilePath=seamonkey.exe,C:\Dokumente und Einstellungen\josurf\Anwendungsdaten\Mozilla\Profiles\default\lbvj4vnq.slt\
A new try
Running URL.bat (your testbatch) and param with long path
OpenFilePath=seamonkey.exe,C:\Dokumente und Einstellungen\josurf\Anwendungsdaten\Mozilla\Profiles\default\lbvj4vnq.slt\
without quotes SBIE returns after SeaMonkey-displaying 10 websites an error SBIE2316.
The same with my "RundCmd"-file after 13 sites.
The path need to be shorted. So the new param is
OpenFilePath=seamonkey.exe,C:\Dokumente und Einstellungen\josurf\Anwendungsdaten\Mozilla\Profiles\default\
SBIE is running the batch-bat-file without an error.
Because there were in the folder Mozilla 2 specialfiles for userprofil and so I have reshorted the path to
OpenFilePath=seamonkey.exe,C:\Dokumente und Einstellungen\josurf\Anwendungsdaten\Mozilla\
And SBIE is running.
Thank you.
pepibua
Interesting.. I had to specify this path:The path need to be shorted.
C:\Documents and Settings\xxx\Application Data\Mozilla\Profiles\default\whatever.slt\
And it is indeed slightly shorter than your path:
C:\Dokumente und Einstellungen\josurf\Anwendungsdaten\Mozilla\Profiles\default\lbvj4vnq.slt\
I will experiment with a longer path and see if I can reproduce.
tzuk
-
- Posts: 2690
- Joined: Tue Dec 26, 2006 5:44 pm
- Location: West Florida
Hmm, this reminds me of that one thread (cant remember which, i think it was one of wraithdu's?) where using a file path that was too long caused some kind of error(s), maybe thats the same thing here? Well if so, then it seems that somehow 3.00 contracted a "long file path" bug.
Windows 7 SP1 x64, Sandboxie v3.70 x64 with Experimental Protection, GnuPG, OTR (Off-The-Record), Sticky Password, My Brain.
Hello, tzuk.tzuk wrote:
I will experiment with a longer path and see if I can reproduce.
Let me deliver only one thing to the pathlenght - discussion.
Can it be, that the pathlenght for the div sandboxie.ini - params are not standardized? I show you the cause of my ask:
OpenFilePath=C:\Dokumente und Einstellungen\josurf\Anwendungsdaten\Mozilla\Profiles\default\lbvj4vnq.slt\ Length: 104 Bytes
This is a part of your new knowledge and now this:
RecoverFolder=C:\Dokumente und Einstellungen\josurf\Anwendungsdaten\Mozilla\Profiles\default\lbvj4vnq.slt\Mail\MAIL.cablelink-1.at Length: 129 Bytes
SBIE lets recover from the Recoverfolder above. Its running properly.
pepibua
Hello, tzuk.tzuk wrote:Still can't reproduce. I tried adding RecoverFolder, but even that did not make any difference.
Sorry, I cant put my idea across to you because my English is from the fifties. So I have to adjust 2 lines from my post above in:
Let me deliver only one thing to the lenght-of-paths-discussion.
Can it be, that the lenght-of-path for the diverse sandboxie.ini - settings are not standardized (i.e. lenght-of-paths are not consistent)? I show you the cause of my question:
Thats it. Thanks.
pepibua
Hello tzuk.tzuk wrote:Sorry. I don't understand. What do you mean that lengths are not standardized?
For WinNT-systems under NTFS, it doesn't give any limit of the maximum path-length. Names can be long until 255 signs.
So it is not comprehensible for me why the "short" OpenFilePath is processed not without problem and so then leads to SBIE2316 someday, where against the "long" path for the Restorefolder by SBIE is processed.
However, we should not make any dogma for it and can leave all this.
It became the solution for a flawless batch-processing of a bat.file of SeaMonkey v1.1.3 sandboxed found. SBIE v3.00.11 work satisfactorily for me.
So, we need not to pursue from me from the SBIE2316 issue with the application of SeaMonkey sandboxed.
The Thread can therefore be closed.
tzuk, in every case, you delivered SBIE insiders with SBIE "the program" that we all need. We all notice your engaged continuous SBIE - development. It still is supported definitely accordingly and is estimated very much. Thanks.
pepibua
Who is online
Users browsing this forum: No registered users and 1 guest