<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/vipec/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/vipec/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/vipec/bugs/</id><updated>2007-04-15T16:15:31Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>private declarations</title><link href="https://sourceforge.net/p/vipec/bugs/25/" rel="alternate"/><published>2007-04-15T16:15:31Z</published><updated>2007-04-15T16:15:31Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net568bc3835ecdf27f255ad4819644a26003c99037</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;In DataVector.h I commented out row 47:&lt;br /&gt;
DataVector(const DataVector&amp;amp; vector);&lt;/p&gt;
&lt;p&gt;and in Component.h I commented out row 110:&lt;br /&gt;
Component( const Component&amp;amp; c );&lt;/p&gt;
&lt;p&gt;and in Schematic.h I commented out row 95:&lt;br /&gt;
Schematic( cons Schematic&amp;amp; );&lt;/p&gt;
&lt;p&gt;in order to be able to compile ViPEC.&lt;/p&gt;
&lt;p&gt;Environment:&lt;br /&gt;
cygwin&lt;br /&gt;
gcc 3.4.4&lt;br /&gt;
qt3&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Is the development active?</title><link href="https://sourceforge.net/p/vipec/bugs/24/" rel="alternate"/><published>2004-12-14T07:56:57Z</published><updated>2004-12-14T07:56:57Z</updated><author><name>Peroxid</name><uri>https://sourceforge.net/u/peroxid/</uri></author><id>https://sourceforge.net025a0a623beba3e3543cff6cb43324e8fc4e16ea</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Is the development active? &lt;/p&gt;
&lt;p&gt;I see vipec uses some qt2 classes, or at least some compat &lt;br /&gt;
headers. In debian also needs qt non threaded. I can help to port &lt;br /&gt;
the code to be full qt3-mt. is it worth to spend time in this? &lt;/p&gt;
&lt;p&gt;peroxid {at} gmail {dot} com &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>tmake not mentioned in INSTALL</title><link href="https://sourceforge.net/p/vipec/bugs/23/" rel="alternate"/><published>2003-04-16T20:52:35Z</published><updated>2003-04-16T20:52:35Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net909c1f3623c2acca53d5480918f8259f3d0fd6fa</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;tmake is not standard, but no mention of it was is made &lt;br /&gt;
in the INSTALL directions. &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Does not compile under QT3</title><link href="https://sourceforge.net/p/vipec/bugs/22/" rel="alternate"/><published>2003-04-16T20:50:40Z</published><updated>2003-04-16T20:50:40Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net08ff5e8c2ff2365a99290fea5b94cb3a52fcff91</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The Installation file claims ViPEC works with QT 2.20 or higher, &lt;br /&gt;
however I get the following error during compilation: &lt;/p&gt;
&lt;p&gt;make[1]: Entering directory `/home/knightb/ViPEC-3.1.2/src' &lt;br /&gt;
g++ -c -pipe -Wall -W -DQT_FATAL_ASSERT -DNO_DEBUG &lt;br /&gt;
-I../include -I/usr/lib/qt-3.1.1/include -o MainWindow.o &lt;br /&gt;
MainWindow.cpp &lt;br /&gt;
MainWindow.cpp: In method `void &lt;br /&gt;
MainWindow::newSchematicSlot()': &lt;br /&gt;
MainWindow.cpp:702: no matching function for call to &lt;br /&gt;
`QInputDialog::getText (QString, QString, const QString &amp;amp;amp;, bool *, &lt;br /&gt;
MainWindow *)' &lt;br /&gt;
/usr/lib/qt-3.1.1/include/qinputdialog.h:77: candidates are: static class &lt;br /&gt;
QString QInputDialog::getText(const QString &amp;amp;amp;, const QString &amp;amp;amp;, &lt;br /&gt;
QLineEdit::EchoMode = QLineEdit::Normal, const QString &amp;amp;amp; = &lt;br /&gt;
QString::null, bool * = 0, QWidget * = 0, const char * = 0) &lt;br /&gt;
MainWindow.cpp: In method `void &lt;br /&gt;
MainWindow::renameSchematic(const QString &amp;amp;amp;)': &lt;br /&gt;
MainWindow.cpp:729: no matching function for call to &lt;br /&gt;
`QInputDialog::getText (QString, QString, const QString &amp;amp;amp;, bool *, &lt;br /&gt;
MainWindow *)' &lt;br /&gt;
/usr/lib/qt-3.1.1/include/qinputdialog.h:77: candidates are: static class &lt;br /&gt;
QString QInputDialog::getText(const QString &amp;amp;amp;, const QString &amp;amp;amp;, &lt;br /&gt;
QLineEdit::EchoMode = QLineEdit::Normal, const QString &amp;amp;amp; = &lt;br /&gt;
QString::null, bool * = 0, QWidget * = 0, const char * = 0) &lt;br /&gt;
MainWindow.cpp: In method `void MainWindow::newVariableSlot()': &lt;br /&gt;
MainWindow.cpp:851: no matching function for call to &lt;br /&gt;
`QInputDialog::getText (QString, QString, const QString &amp;amp;amp;, bool *, &lt;br /&gt;
MainWindow *)' &lt;br /&gt;
/usr/lib/qt-3.1.1/include/qinputdialog.h:77: candidates are: static class &lt;br /&gt;
QString QInputDialog::getText(const QString &amp;amp;amp;, const QString &amp;amp;amp;, &lt;br /&gt;
QLineEdit::EchoMode = QLineEdit::Normal, const QString &amp;amp;amp; = &lt;br /&gt;
QString::null, bool * = 0, QWidget * = 0, const char * = 0) &lt;br /&gt;
MainWindow.cpp:864: no matching function for call to &lt;br /&gt;
`QInputDialog::getText (QString, QString, const QString &amp;amp;amp;, bool *, &lt;br /&gt;
MainWindow *)' &lt;br /&gt;
and so on... &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>incorrect s-para simulation when Zo Not=50</title><link href="https://sourceforge.net/p/vipec/bugs/21/" rel="alternate"/><published>2003-04-15T03:57:19Z</published><updated>2003-04-15T03:57:19Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.neta8c585d5359223c5d46511eaeb680430039e748f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I found that there are some errors in the simulated s-&lt;br /&gt;
parameters when Zo Not= 50.  E.g., port 1 is 50, port 2 &lt;br /&gt;
is 100, and they are connected with a quarter-wave tx &lt;br /&gt;
line with Zo=70.7 ohm.  The simulated S21 in this case &lt;br /&gt;
at the center frequency should be 0 dB (no loss).  But &lt;br /&gt;
the program gives the db(s21) as -3 dB.&lt;/p&gt;
&lt;p&gt;lyokecho@dso.org.sg&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Printing problem</title><link href="https://sourceforge.net/p/vipec/bugs/20/" rel="alternate"/><published>2003-02-11T01:31:14Z</published><updated>2003-02-11T01:31:14Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net5d13a24f53d8b18d2da2fdf0c2103b52bf1ecb74</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am having trouble printing the resulting graphs via&lt;br /&gt;
the 'print to file'&lt;br /&gt;
option. The results appear to be scaled incorrectly (it&lt;br /&gt;
is basically&lt;br /&gt;
scaled such that what appears on the screen is simply&lt;br /&gt;
scaled to fit&lt;br /&gt;
the page).&lt;/p&gt;
&lt;p&gt;regards,&lt;br /&gt;
ted&lt;/p&gt;
&lt;p&gt;ted@instech.com.au&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Printing problem</title><link href="https://sourceforge.net/p/vipec/bugs/19/" rel="alternate"/><published>2003-02-07T06:27:35Z</published><updated>2003-02-07T06:27:35Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net4eade13e79270360b0c421daed5e669f1757cdc9</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I am having trouble printing the resulting graphs via&lt;br /&gt;
the 'print to file'&lt;br /&gt;
option. The results appear to be scaled incorrectly (it&lt;br /&gt;
is basically&lt;br /&gt;
scaled such that what appears on the screen is simply&lt;br /&gt;
scaled to fit&lt;br /&gt;
the page).&lt;/p&gt;
&lt;p&gt;regards,&lt;br /&gt;
ted&lt;/p&gt;
&lt;p&gt;ted@instech.com.au&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>floating point exception in coupled line example.</title><link href="https://sourceforge.net/p/vipec/bugs/18/" rel="alternate"/><published>2003-02-06T02:05:12Z</published><updated>2003-02-06T02:05:12Z</updated><author><name>Dan McMahill</name><uri>https://sourceforge.net/u/danmc/</uri></author><id>https://sourceforge.net6f051da28c4630edf47911891efd76bdc1fc152f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;when trying the coupled line filter example on my alpha&lt;br /&gt;
I get a floating point exception.  This is sometimes&lt;br /&gt;
caused by using uninitialized floating point values,&lt;br /&gt;
perhaps the first time through a loop.  The complete&lt;br /&gt;
debugger output is attached:&lt;/p&gt;
&lt;p&gt;Program received signal SIGFPE, Arithmetic exception.&lt;br /&gt;
0x1200fc3e8 in CLin::initSweep (this=0x120287600) at&lt;br /&gt;
components/CLin.cpp:98&lt;br /&gt;
98        if ( (ze!=ze_) || (zo!=zo_) || (e!=e_) ||&lt;br /&gt;
(f!=f_) )&lt;br /&gt;
(gdb) bt&lt;br /&gt;
#0  0x1200fc3e8 in CLin::initSweep (this=0x120287600)&lt;br /&gt;
at components/CLin.cpp:98&lt;br /&gt;
#1  0x120096290 in Schematic::initSweep&lt;br /&gt;
(this=0x12021fa20) at Schematic.cpp:646&lt;br /&gt;
#2  0x12005c3c8 in MainWindow::checkSchematics&lt;br /&gt;
(this=0x1201b0c00) at MainWindow.cpp:1026&lt;br /&gt;
#3  0x12005d37c in MainWindow::calculateResponse&lt;br /&gt;
(this=0x1201b0c00) at MainWindow.cpp:1078&lt;br /&gt;
#4  0x12008a280 in ToolBar::sweepCircuitSlot&lt;br /&gt;
(this=0x1201fe800) at ToolBar.cpp:238&lt;br /&gt;
#5  0x16073fa04 in QObject::activate_signal () from&lt;br /&gt;
/usr/X11R6/qt2/lib/libqt.so.2&lt;br /&gt;
#6  0x16094e890 in QButton::clicked () from&lt;br /&gt;
/usr/X11R6/qt2/lib/libqt.so.2&lt;br /&gt;
#7  0x160812e44 in QButton::mouseReleaseEvent () from&lt;br /&gt;
/usr/X11R6/qt2/lib/libqt.so.2&lt;br /&gt;
#8  0x1607da170 in QWidget::event () from&lt;br /&gt;
/usr/X11R6/qt2/lib/libqt.so.2&lt;br /&gt;
#9  0x160694274 in QApplication::notify () from&lt;br /&gt;
/usr/X11R6/qt2/lib/libqt.so.2&lt;br /&gt;
#10 0x16063c994 in QETWidget::translateMouseEvent ()&lt;br /&gt;
from /usr/X11R6/qt2/lib/libqt.so.2&lt;br /&gt;
#11 0x160638f70 in QApplication::x11ProcessEvent ()&lt;br /&gt;
from /usr/X11R6/qt2/lib/libqt.so.2&lt;br /&gt;
#12 0x160637aa4 in QApplication::processNextEvent ()&lt;br /&gt;
from /usr/X11R6/qt2/lib/libqt.so.2&lt;br /&gt;
#13 0x160697220 in QApplication::enter_loop () from&lt;br /&gt;
/usr/X11R6/qt2/lib/libqt.so.2&lt;br /&gt;
#14 0x1606379c8 in QApplication::exec () from&lt;br /&gt;
/usr/X11R6/qt2/lib/libqt.so.2&lt;br /&gt;
#15 0x120106998 in main (argc=1, argv=0x1fffff338) at&lt;br /&gt;
main.cpp:94&lt;br /&gt;
(gdb) print ze&lt;br /&gt;
$1 = 2.388555400447897e-314&lt;br /&gt;
(gdb) print ze_&lt;br /&gt;
Error accessing memory address 0x1245bb624: Invalid&lt;br /&gt;
argument.&lt;br /&gt;
(gdb) print zo&lt;br /&gt;
$2 = 2.3885553846377963e-314&lt;br /&gt;
(gdb) print zo_&lt;br /&gt;
Error accessing memory address 0x1245bb624: Invalid&lt;br /&gt;
argument.&lt;br /&gt;
(gdb) print e&lt;br /&gt;
$3 = 2.3885555111186017e-314&lt;br /&gt;
(gdb) print e_&lt;br /&gt;
Error accessing memory address 0x1245bb624: Invalid&lt;br /&gt;
argument.&lt;br /&gt;
(gdb) print f&lt;br /&gt;
$4 = 0&lt;br /&gt;
(gdb) print f_&lt;br /&gt;
Error accessing memory address 0x1245bb624: Invalid&lt;br /&gt;
argument.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>abnormal termination for simple 4-port</title><link href="https://sourceforge.net/p/vipec/bugs/17/" rel="alternate"/><published>2002-12-17T15:01:14Z</published><updated>2002-12-17T15:01:14Z</updated><author><name>Tadashi ARAI</name><uri>https://sourceforge.net/u/userid-670925/</uri></author><id>https://sourceforge.netdfa7a71d1b77df657d2477a19e4c2ecbe67a4eb4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;place a differential tline with 4 ports connected to each &lt;br /&gt;
end.&lt;br /&gt;
simulations of s11,s21,s31,s41 for 0.01-10GHz will end &lt;br /&gt;
up with abnormal termination.&lt;br /&gt;
diff-pair is 1000mm long of ze=50/zo=100ohms.&lt;br /&gt;
ver.3.1.3 running on windows2000pro.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>abnormal termination for simple 4-port</title><link href="https://sourceforge.net/p/vipec/bugs/16/" rel="alternate"/><published>2002-12-17T14:52:30Z</published><updated>2002-12-17T14:52:30Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net1e63c7e90b114f26d536a6a018341eaf4c5d14f6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;place a differential tline with 4 ports connected to each &lt;br /&gt;
end.&lt;br /&gt;
simulations of s11,s21,s31,s41 for 0.01-10GHz will end &lt;br /&gt;
up with abnormal termination.&lt;br /&gt;
diff-pair is 1000mm long of ze=50/zo=100ohms.&lt;br /&gt;
ver.3.1.3 running on windows2000pro.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>