Ok, an update on progress.
The GUI log was doing some funky incremental memory allocation and would crash. I replaced most of it with an ostringstream and copied it back to the buffer. It no longer crashes the program.
But, there is another problem. sslConn_t is often freed and another method ...
Search found 7 matches
- 2007-02-01 09:02
- Forum: SCIII
- Topic: SCIII Repeater SSL Source Code?
- Replies: 8
- Views: 20394
- 2007-01-29 16:23
- Forum: SCIII
- Topic: SCIII Repeater SSL Source Code?
- Replies: 8
- Views: 20394
Re: SCIII Repeater SSL Source Code?
Well so far I have found that GUI log file generation causes the repeater to crash. Eventually it accesses memory that it shouldn't. I am trying to fix it right now. I will make the revised code available if I fix it.
This does however explain why running it as a service would make it more stable ...
This does however explain why running it as a service would make it more stable ...
- 2007-01-25 00:15
- Forum: SCIII
- Topic: SCIII Repeater SSL Source Code?
- Replies: 8
- Views: 20394
Re: SCIII Repeater SSL Source Code?
Rudi has sent me the source for the repeater, thanks Rudi!
It is quite interesting that it runs better as a service rather than as a GUI server. Possibly permission issues or maybe the GUI code has problems, either way it will be interesting to see what piece of the code crashes it.
Thanks for the ...
It is quite interesting that it runs better as a service rather than as a GUI server. Possibly permission issues or maybe the GUI code has problems, either way it will be interesting to see what piece of the code crashes it.
Thanks for the ...
- 2007-01-24 07:24
- Forum: SCIII
- Topic: SCIII Repeater SSL Source Code?
- Replies: 8
- Views: 20394
SCIII Repeater SSL Source Code?
Hi,
I am unable to find the source code for the repeater SSL, I have sent a PM to Rudi and have not received a response. The repeater is crashing every ten connections or so, I want to diagnose it, which is only possible with source code. If anyone can PM me a link or help me find it, I would ...
I am unable to find the source code for the repeater SSL, I have sent a PM to Rudi and have not received a response. The repeater is crashing every ten connections or so, I want to diagnose it, which is only possible with source code. If anyone can PM me a link or help me find it, I would ...
- 2007-01-19 01:30
- Forum: SCIII
- Topic: vncencodemgr.h Gutted?
- Replies: 1
- Views: 7107
Re: vncencodemgr.h Gutted?
I have copied over the libjpeg, lzo, vncencodemgr.h, and the encoders themselves from UltraVNC into SCIII source. I then recompiled and found that javaviewer ssl functions with SCIII. There is a problem that I have noticed though, the javaviewer refuses to work in Full Color mode. When switched to ...
- 2007-01-17 19:26
- Forum: SCIII
- Topic: vncencodemgr.h Gutted?
- Replies: 1
- Views: 7107
vncencodemgr.h Gutted?
Hi,
I have been taking a look at the source code of SCIII to figure out why the javaviewer ssl returns the unknown rfb encoding 16 error, instead of connecting. I have found that SCIII winvnc no longer supports any encoding other than RAW, Hextile, and ZRLE. This is because vncencodemgr.h has been ...
I have been taking a look at the source code of SCIII to figure out why the javaviewer ssl returns the unknown rfb encoding 16 error, instead of connecting. I have found that SCIII winvnc no longer supports any encoding other than RAW, Hextile, and ZRLE. This is because vncencodemgr.h has been ...
- 2007-01-15 03:26
- Forum: SCIII
- Topic: RFB ERROR: SSL JavaViewer <-> Distributor5.exe <-> sciii.exe
- Replies: 8
- Views: 80770
Re: RFB ERROR: SSL JavaViewer <-> Distributor5.exe <
Was this issue ever corrected?
I found that using hextile for encoding would allow it to work, but unfortunately hextile does not provide suitable compression for use over the internet. When tight or zlib is used, the same error is returned.
I found that using hextile for encoding would allow it to work, but unfortunately hextile does not provide suitable compression for use over the internet. When tight or zlib is used, the same error is returned.