Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
58 user(s) are online (38 user(s) are browsing Forums)

Members: 0
Guests: 58

more...

Headlines

 
  Register To Post  

« 1 ... 11 12 13 (14) 15 16 17 ... 40 »
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
Allright, now it compiles, so the problem was a missing e flag on the moc file.

Edit: Crap.. more problems. This might not be related to QT but i often get this problem when dealing with .so files.
Some links in my SDK that are wrong/non-existant perhaps?


ld: warning: libfreetype.so, needed by /qt/lib/libQtOpenGL.so, not found (try using -rpath or -rpath-link)
ld: warning: libfontconfig.so, needed by /qt/lib/libQtOpenGL.so, not found (try using -rpath or -rpath-link)
ld: warning: libexpat.so, needed by /qt/lib/libQtOpenGL.so, not found (try using -rpath or -rpath-link)
ld: warning: libpthread.so, needed by /qt/lib/libQtOpenGL.so, not found (try using -rpath or -rpath-link)
ld: warning: libiconv.so, needed by /qt/lib/libQtOpenGL.so, not found (try using -rpath or -rpath-link)
ld: warning: libz.so.1, needed by /qt/lib/libQtOpenGL.so, not found (try using -rpath or -rpath-link)
ld: warning: libintl.so, needed by /qt/lib/libQtOpenGL.so, not found (try using -rpath or -rpath-link)
ld: warning: libdl.so, needed by /qt/lib/libQtOpenGL.so, not found (try using -rpath or -rpath-link)

using -rpath/sobjs/ doesn't work... what to do?

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
hmm ok, i used -LPath instead and added some missing libs to the linkline and it actually compiled. Nice.

Update: -LPath wasn't needed, i just needed to add the missing libs. I am a bit rusty it seems.

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
whaddya know... the app works perfectly too..
It renders molecules using 3d! =)
It's fast too!

The only problem was the file dialogue, but when adding -lunix it behaves much better. =)

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
QT has problems making it open in fullscreen and if you try and then close t he app it has unfreed signals. Maybe something to look into?
I'll upload it to os4depot now for you to check out!

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
For info, for Process starting, this works on MacOS (hope that it will be OK on Amiga too)

QProcess *process;
QString programme = "Data/TestProcess";
QStringList argument ;
argument << "A" << "B" << "C" << "999" ;
process->startDetached(programme,argument);

starts well the TestProcess asynchrounously (with startDetached) and display well the arguments ;)

Sorry,Alfkil, to ask for questions about functions implemented or not but I'm preparing a program for my Amiga on a Mac...

Go to top
Re: Beta testing
Home away from home
Home away from home


See User information
@spotUP

Just had a quick look starting from RAM, so not tested for real but it crash when you open the about window

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
Oh, on exit or when ot tries to open it?

Go to top
Re: Beta testing
Home away from home
Home away from home


See User information
Just when i try to open it, atleast ...

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
Strange, it works perfectly here, from ram too.

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
Hmm... Maybe tar screws up the flags? Pretty doubtfull, though, because that would probably make it impossible to run any Qt apps. Tested: Everything looks normal here...?

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
My previous moc related probs seems to be due me having run qmake with an old install of qt. If i run it again the moc problems seems gone.

Alfkil, qtcrypto, pretty please! ;)

Go to top
Re: Beta testing
Home away from home
Home away from home


See User information
@spotUP

Here the log:

Quote:
Crash log for task "VizMol"
Generated by GrimReaper 53.5
Crash occured in module libQtGui.so at address 0x6DC05FE8
Type of crash: DSI (Data Storage Interrupt) exception

Register dump:
GPR (General Purpose Registers):
0: FFFF7E30 520F2530 00000000 51EE6610 520F2764 00000004 00000099 00000004
8: 520F2F20 6DC05FDC 00000049 520F26F0 520F2530 558377B0 00000000 00000000
16: 500BF680 6E6E9028 00000001 5271F3EC 00000000 6FC99788 52A6EE68 501CE134
24: 6D971920 501CE1CC 6FC99670 52A6EBC0 520FC938 4FFE99D8 50188B34 4FFE99D8


FPR (Floating Point Registers, NaN = Not a Number):
0: nan 0 0 -0.03125
4: 0 0 1 0
8: 0 0 1 0
12: nan -1 0 -5.05923e-321
16: 0 0 0 0
20: 0 0 0 1.61895e-319
24: 0 0 0 -5.44175e+303
28: 0 1.35808e-312 8.6917e-311 -0.25

FPSCR (Floating Point Status and Control Register): 0x82000000


SPRs (Special Purpose Registers):
Machine State (msr) : 0x0002F030
Condition (cr) : 0x22444044
Instruction Pointer (ip) : 0x6DC05FE8
Xtended Exception (xer) : 0x20000006
Count (ctr) : 0x6DC05FDC
Link (lr) : 0x6DB16CF4
DSI Status (dsisr) : 0x00800000
Data Address (dar) : 0x520EA360



680x0 emulated registers:
DATA: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
ADDR: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
FPU0: 0 0 0 0
FPU4: 0 0 0 0



Symbol info:
Instruction pointer 0x6DC05FE8 belongs to module "libQtGui.so" (PowerPC)
Symbol: _ZN18QRasterPaintEngine10drawPointsEPK6QPointi + 0xC in section 10 offset 0x003BDFE8

Stack trace:
libQtGui.so:_ZN18QRasterPaintEngine10drawPointsEPK6QPointi()+0xc (section 10 @ 0x3BDFE8)
libQtGui.so:_Z23qt_plastique_draw_frameP8QPainterRK5QRectPK12QStyleOptionN6QFrame6ShadowE()+0x53c (section 10 @ 0x6B0370)
libQtGui.so:_ZNK15QPlastiqueStyle13drawPrimitiveEN6QStyle16PrimitiveElementEPK12QStyleOptionP8QPainterPK7QWidget()+0x2924 (section 10 @ 0x6B54F8)
libQtGui.so:_ZNK12QCommonStyle11drawControlEN6QStyle14ControlElementEPK12QStyleOptionP8QPainterPK7QWidget()+0x2ee0 (section 10 @ 0x642AA4)
libQtGui.so:_ZNK13QWindowsStyle11drawControlEN6QStyle14ControlElementEPK12QStyleOptionP8QPainterPK7QWidget()+0x13c (section 10 @ 0x708124)
libQtGui.so:_ZNK15QPlastiqueStyle11drawControlEN6QStyle14ControlElementEPK12QStyleOptionP8QPainterPK7QWidget()+0x528 (section 10 @ 0x6CA2A4)
libQtGui.so:_ZNK12QCommonStyle11drawControlEN6QStyle14ControlElementEPK12QStyleOptionP8QPainterPK7QWidget()+0x31d8 (section 10 @ 0x642D9C)
libQtGui.so:_ZNK13QWindowsStyle11drawControlEN6QStyle14ControlElementEPK12QStyleOptionP8QPainterPK7QWidget()+0x13c (section 10 @ 0x708124)
libQtGui.so:_ZNK15QPlastiqueStyle11drawControlEN6QStyle14ControlElementEPK12QStyleOptionP8QPainterPK7QWidget()+0x528 (section 10 @ 0x6CA2A4)
libQtGui.so:_ZN11QPushButton10paintEventEP11QPaintEvent()+0x1d0 (section 10 @ 0x894E6C)
libQtGui.so:_ZN7QWidget5eventEP6QEvent()+0x324 (section 10 @ 0xE1CF0)
libQtGui.so:_ZN15QAbstractButton5eventEP6QEvent()+0x54 (section 10 @ 0x7287EC)
libQtGui.so:_ZN11QPushButton5eventEP6QEvent()+0x68 (section 10 @ 0x891170)
libQtGui.so:_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent()+0x104 (section 10 @ 0x13820)
libQtGui.so:_ZN12QApplication6notifyEP7QObjectP6QEvent()+0x65c (section 10 @ 0x21C88)
libQtCore.so:_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent()+0x258 (section 10 @ 0x252D84)
libQtGui.so:_ZN14QWidgetPrivate10drawWidgetEP12QPaintDeviceRK7QRegionRK6QPointiP8QPainterP19QWidgetBackingStore()+0x8b4 (section 10 @ 0xDFC4C)
libQtGui.so:_ZN14QWidgetPrivate22paintSiblingsRecursiveEP12QPaintDeviceRK5QListIP7QObjectEiRK7QRegionRK6QPointiP8QPainterP19QWidgetBackingStore()+0x7c4 (section 10 @ 0xE0CF4)
libQtGui.so:_ZN14QWidgetPrivate10drawWidgetEP12QPaintDeviceRK7QRegionRK6QPointiP8QPainterP19QWidgetBackingStore()+0x548 (section 10 @ 0xDF8E0)
libQtGui.so:_ZN14QWidgetPrivate22paintSiblingsRecursiveEP12QPaintDeviceRK5QListIP7QObjectEiRK7QRegionRK6QPointiP8QPainterP19QWidgetBackingStore()+0x7c4 (section 10 @ 0xE0CF4)
libQtGui.so:_ZN14QWidgetPrivate10drawWidgetEP12QPaintDeviceRK7QRegionRK6QPointiP8QPainterP19QWidgetBackingStore()+0x548 (section 10 @ 0xDF8E0)
libQtGui.so:_ZN19QWidgetBackingStore4syncEv()+0x17d8 (section 10 @ 0x42D8CC)
libQtGui.so:_ZN14QWidgetPrivate16syncBackingStoreEv()+0x290 (section 10 @ 0xCB6B0)
libQtGui.so:_ZN7QWidget5eventEP6QEvent()+0x1114 (section 10 @ 0xE2AE0)
libQtGui.so:_ZN11QMessageBox5eventEP6QEvent()+0x40 (section 10 @ 0x9FD834)
libQtGui.so:_ZN19QApplicationPrivate13notify_helperEP7QObjectP6QEvent()+0x104 (section 10 @ 0x13820)
libQtGui.so:_ZN12QApplication6notifyEP7QObjectP6QEvent()+0x65c (section 10 @ 0x21C88)
libQtCore.so:_ZN16QCoreApplication14notifyInternalEP7QObjectP6QEvent()+0x258 (section 10 @ 0x252D84)
libQtCore.so:_ZN23QCoreApplicationPrivate16sendPostedEventsEP7QObjectiP11QThreadData()+0x674 (section 10 @ 0x254000)
libQtCore.so:_ZN16QCoreApplication16sendPostedEventsEP7QObjecti()+0x54 (section 10 @ 0x25435C)
libQtGui.so:_ZN24QGuiEventDispatcherAmiga13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE()+0x98 (section 10 @ 0x11B5B0)
libQtCore.so:_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE()+0x164 (section 10 @ 0x247408)
libQtCore.so:_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE()+0x1f8 (section 10 @ 0x2484A0)
libQtGui.so:_ZN7QDialog4execEv()+0x254 (section 10 @ 0x9B2B38)
libQtGui.so:_ZN11QMessageBox5aboutEP7QWidgetRK7QStringS4_()+0x240 (section 10 @ 0xA01168)
module VizMol at 0x6E6E9B6C (section 4 @ 0x8B54)
module VizMol at 0x6E6F18CC (section 4 @ 0x108B4)
libQtCore.so:_ZN11QMetaObject8metacallEP7QObjectNS_4CallEiPPv()+0x50 (section 10 @ 0x2591DC)
libQtCore.so:_ZN11QMetaObject8activateEP7QObjectPKS_iPPv()+0x4d4 (section 10 @ 0x280C98)
libQtGui.so:_ZN7QAction9triggeredEb()+0x4c (section 10 @ 0xB10)
libQtGui.so:_ZN7QAction8activateENS_11ActionEventE()+0xf0 (section 10 @ 0x3D7C)
libQtGui.so:_ZN7QWidget18processIntuiEventsEP12IntuiMessage()+0x136c (section 10 @ 0x12AC8C)
libQtGui.so:_ZN24QGuiEventDispatcherAmiga13processEventsE6QFlagsIN10QEventLoop17ProcessEventsFlagEE()+0x284 (section 10 @ 0x11B79C)
libQtCore.so:_ZN10QEventLoop13processEventsE6QFlagsINS_17ProcessEventsFlagEE()+0x164 (section 10 @ 0x247408)
libQtCore.so:_ZN10QEventLoop4execE6QFlagsINS_17ProcessEventsFlagEE()+0x1f8 (section 10 @ 0x2484A0)
libQtCore.so:_ZN16QCoreApplication4execEv()+0x29c (section 10 @ 0x254618)
libQtGui.so:_ZN12QApplication4execEv()+0x40 (section 10 @ 0x12CA8)
module VizMol at 0x6E6E919C (section 4 @ 0x8184)
native kernel module newlib.library.kmod+0x00002094
native kernel module newlib.library.kmod+0x00002cf4
native kernel module newlib.library.kmod+0x00002eb8
VizMol:_start()+0x170 (section 8 @ 0x170)
native kernel module dos.library.kmod+0x00022d9c
native kernel module kernel+0x0003bd20
native kernel module kernel+0x0003bda0


PPC disassembly:
6dc05fe0: 7c2c0b78 mr r12,r1
6dc05fe4: 60007e30 ori r0,r0,32304
*6dc05fe8: 7c21016e stwux r1,r1,r0
6dc05fec: 7c0802a6 mflr r0
6dc05ff0: 429f0005 bcl 20,31,0x6DC05FF4

System information:

CPU
Model: AMCC PPC440EP V1.3
CPU speed: 799 MHz
FSB speed: 133 MHz
Extensions:

Machine
Machine name: Sam440EP
Memory: 1048576 KB
Extensions: bus.pci

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
I am not skilled enough to make much out of it, but it seems to crash in qt's gui lib?
Got enough stack? Got latest qt?
Maybe it makes more sense to alfkil?

Go to top
Re: Beta testing
Home away from home
Home away from home


See User information
Exactly the same crash in about windows also in QHexEdit2

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
Alfkil i just configured my first app using cmake! :) no problems at all! Good work on that one!

When i was in the project dir i had to type cmake "" for it to understand where the project was, maybe that can be made more elegant so that we only have to type "cmake"?


Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
Samo the about window in hexed2 works perfectly here as well...!?!

Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
alfkil, i am trying to compile nicepress, but it fails with:
/Bob/Coding/Projects/qtstuff/nicepress/gui/OnHoverScrollCollection.cpp:985: error: 'NAN' was not declared in this scope

this is line 985, is this something that can be worked around you think?
verticalScrollPercents == NAN || GetVerticalScrollLock() )

Go to top
Re: Beta testing
Home away from home
Home away from home


See User information
@spotUP

That's odd ! :-/
I tried various ways (for example with or without the native menu/dialogs) in Qt-Prefs but on both programs i'm still got exactly the same crash with any type of about windows ("About Qt" or "About program")

Now i'm not running your apps from RAM but in a normal partition ..


Go to top
Re: Beta testing
Just can't stay away
Just can't stay away


See User information
btw, regardig MOC, i spoke too soon.
i still have to edit it out of the makefiles.

Go to top
Re: Beta testing
Not too shy to talk
Not too shy to talk


See User information
I just tried vizmol and runs perfectly ok on my A1XEG4 !

but the about menu is also crashing on me though !

Go to top

  Register To Post
« 1 ... 11 12 13 (14) 15 16 17 ... 40 »

 




Currently Active Users Viewing This Thread: 1 ( 0 members and 1 Anonymous Users )




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project