Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
90 user(s) are online (60 user(s) are browsing Forums)

Members: 2
Guests: 88

TheMagicSN, rwo, more...

Headlines

 
  Register To Post  

(1) 2 3 4 ... 6 »
Qt beta
Just can't stay away
Just can't stay away


See User information

Go to top
Re: Qt beta
Home away from home
Home away from home


See User information
@alfkil

Sure, very happy to test it

Aniway i got an error during installing

See grab: http://imgur.com/ATK1xlt

P.S.
Again about the installer you should also update the Qt's version, installer still say 0.9.3

Go to top
Re: Qt beta
Home away from home
Home away from home


See User information
Ok tested a bit and found a couple of problems

1 - Menu now working fine, however still a minor issue to fix
Sometimes when a context menu menu is opened the items become unselectable with the mouse (reason uknown)... i don't know why as it happens quite randomly...

To test it try to right click on a video in SMTube .. then don't select anything but just try to select an option with the mouse ... then click elsewhere in order to close the menu and reopen it again and again trying to highlight an option ... (you should always be able to highlight the items at mousehover)

If you didn't note any problem, try again ..

(Note that items still always and correctly selectable if you use the arrows keys of the keyboard)

2 - I got a crash closing SMTube (rare reproducibility but sometimes happens)

----------
Crash log for task "smtube"
Generated by GrimReaper 53.19
Crash occured in module kernel at address 0x01810EA0
Type of crash: unknown exception
Alert number: 0x81000009

Register dump:
GPR (General Purpose Registers):
0: 01817AA0 569C4BE0 00000000 01810EB8 56D41500 021BA870 021BA860 021BA8D0
8: 00000001 00000000 00000001 80000017 0000015C 58CEBB50 00000000 592B4000
16: 6FA9ABE0 00000001 00000000 00340014 02280000 02280000 160E316C 00000000
24: 583F5012 00000000 569C4BD0 00000001 021CDCC2 56D41500 020B9CE4 00000001


FPR (Floating Point Registers, NaN = Not a Number):
0: 14 0 0 0
4: 0 172.8 14.8 10
8: 3 0.111111 0.0123457 0.000152416
12: 0.66671 -1 0 -0
16: 1.32625e-315 0 0 0
20: 0 0 0 1.61895e-319
24: 0 0 0 -1.28745e+36
28: 0 1.35808e-312 1.3581e-312 -3.40282e+38

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


SPRs (Special Purpose Registers):
Machine State (msr) : 0x0002B030
Condition (cr) : 0x528C5D80
Instruction Pointer (ip) : 0x01810EA0
Xtended Exception (xer) : 0x018193D0
Count (ctr) : 0x528C60F8
Link (lr) : 0x0002000E
DSI Status (dsisr) : 0x536F558C
Data Address (dar) : 0x528C60F8



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 0x01810EA0 belongs to module "kernel" (HUNK/Kickstart)

Stack trace:
native kernel module kernel+0x00010ea0
native kernel module kernel+0x000179c0
native kernel module newlib.library.kmod+0x00011f2c
native kernel module newlib.library.kmod+0x00006644
_Z5qFreePv()+0x2c (section 10 @ 0x3A318)
_ZN7QString4freeEPNS_4DataE()+0x6c (section 10 @ 0xDBBF4)
_Z41__static_initialization_and_destruction_0ii()+0x1b4 (section 10 @ 0x255F0)
_GLOBAL__D__ZN19QApplicationPrivate19app_compile_versionE()+0x38 (section 10 @ 0x25630)
__shlib_call_destructors()+0x3c (section 10 @ 0xC4)
native kernel module elf.library.kmod+0x00007f44
native kernel module newlib.library.kmod+0x00001fa0
native kernel module newlib.library.kmod+0x00002d5c
native kernel module newlib.library.kmod+0x00002ef0
_start()+0x170 (section 10 @ 0x16C)
native kernel module dos.library.kmod+0x00024c18
native kernel module kernel+0x0003b648
native kernel module kernel+0x0003b6c8

PPC disassembly:
01810e98: 60630eb8 ori r3,r3,3768
01810e9c: 44000002 sc
*01810ea0: 4e800020 blr
01810ea4: 7c641b78 mr r4,r3
01810ea8: 3c600181 lis r3,385

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: Qt beta
Just can't stay away
Just can't stay away


See User information
@samo79

Thanks for testing :).

- I was unlucky to loose some files because of a quirk in lha. I forgot to re-update the install script. Sorry. :)

- The 'random' semi-locks on the context menus are probably not random at all. It happens, when you open a context menu and afterwards click on the borders of other windows. There is no intuition events for clicking on window borders, so the only way to know, if the user has done so is to implement a custom event handler and check, if mouse click events compliments window positions and border dimensions. I am not overly enthusiastic about implementing such structure, it is already enough to keep track of the things, that intuition knows about.

- The crash you are seeing is a build issue. For some reason, the wrong destructor is called for a static item. I have rebuilt corelib and included it in the release version. If this does not solve the issue, there needs to be produced a rebuilt version of SMTube. This will be easy, once I get the full distro compressed and distrubuted.

Thanks for the feedback. I hope this is exhaustive of problems needing to be addressed.

Go to top
Re: Qt beta
Just can't stay away
Just can't stay away


See User information
@alfkil

Therefore, I have to download newest qt minimal from os4depot and rebuild smtube.
It will be enough ?

Go to top
Re: Qt beta
Just can't stay away
Just can't stay away


See User information
@zzd10h

Actually, you shouldn't have to. The relevant header file is not even included in your project. But if everything else fails, we might have to try.

Go to top
Re: Qt beta
Just popping in
Just popping in


See User information
Hi,

1.How can I get rid of this?

"Fontconfig error: Cannot load default config file"

2. Any chance of fixing qpdfview? it distorts the text no matter the font on QT prefs.

3. Wasn't Banana bar a part of QT?

Thanks.

Go to top
Re: Qt beta
Just can't stay away
Just can't stay away


See User information
@alfkil
I D/L Qt 0.9.4 from OS4Depot and installed it. The installer added libssl files (libcrypto.so.1.0.0 & libssl.so.1.0.0) when I already have files with the same name but different sizes in an "Assign ADD" Sobjs directory. It happened because there are other SOBJS directories that have be "assign ADDed" by other programs. I think the Qt installer should be checking for existing sobjs in "SOBJS:" instead of "sys/Sobjs".

There is also a "bin.info" in the installed Qt directory but no "bin" directory.


Amiga X1000 with 2GB memory & OS 4.1FE + Radeon HD 5450

Go to top
Re: Qt beta
Home away from home
Home away from home


See User information
@xenic Quote:
I think the Qt installer should be checking for existing sobjs in "SOBJS:" instead of "sys/Sobjs".

Seconded! And yes, I know you're talking to alfkil

Author of the PortablE programming language.
Go to top
Re: Qt beta
Amigans Defender
Amigans Defender


See User information
@Srtest
Quote:
2. Any chance of fixing qpdfview? it distorts the text no matter the font on QT prefs.


Does it? It looks OK here.

It does have a bug where it loads files twice, though, and I think that's because I added my own handling for startup messages, and alfkil implemented Qt's internal handling for this in the meantime . I would fix this and update qpdfview if I had more time and could remember all the quirks - it's been too long since I built it.

@alfkil
I'm seeing some "RAmiga []" (ie. the Amiga symbol and then the square you get for non-printable characters) as shortcuts in the native menus, which I wasn't getting in the previous version of Qt. Rotate Page L/R is one example.

Go to top
Re: Qt beta
Just popping in
Just popping in


See User information
@Chris

Here:
https://postimg.org/gallery/291e21ibo/b0816003/

Thanks man. It also still asks for assigns to "proc" and "usr" even after the 9.4 update.

Go to top
Re: Qt beta
Amigans Defender
Amigans Defender


See User information
@Srtest

That looks like the kerning is screwed up, which might be because of that fontconfig error. Have you tried the native font option in Qt prefs?

I haven't seen that SQL error for years, are you using the latest version of qpdfview? I have a vague recollection that this patch fixes it in the latest release, but that could be for an older one.

usr: could be in qpdfview, or could be in Qt (or other libraries qpdfview uses). This always gets missed because the OS4 SDK assigns usr: as part of the install. However I thought somebody had mentioned that previously and I'd fixed it, but I've just checked and that's not the case.
proc: I've never seen requested, and don't know why it would be. I don't have it assigned here and have never seen it.

Go to top
Re: Qt beta
Quite a regular
Quite a regular


See User information
This version is not working on OS4.1 upd 6? SMTube and juffed and both have crash on startup..no any DSi error..

Amiga x5000 ı o2o ı 4GB RAM ı RadeonRX580 | SBlaster Audigy Fx - AmigaOS4.1 FInal Edition

A1200 sandwich

Warp - Croatian Amiga portal
Go to top
Re: Qt beta
Just can't stay away
Just can't stay away


See User information
Only Final Edition supported. Sorry.

Go to top
Re: Qt beta
Site Builder
Site Builder


See User information
@alfkil
By supporting only FE is there a benefit on speed or something else?

Go to top
Re: Qt beta
Just can't stay away
Just can't stay away


See User information
@walkero

Just less maintenance. And of course BOOPSI menus only work on Final Edition.

Go to top
Re: Qt beta
Just can't stay away
Just can't stay away


See User information
@Chris
Quote:
I'm seeing some "RAmiga []" (ie. the Amiga symbol and then the square you get for non-printable characters) as shortcuts in the native menus, which I wasn't getting in the previous version of Qt. Rotate Page L/R is one example.


Is this compared to the previous version including BOOPSI menus, or is this compared to a prehistoric GadTools menu version?? I don't believe I have changed anything compared to the latest previous release.

Go to top
Re: Qt beta
Amigans Defender
Amigans Defender


See User information
@alfkil

The previous BOOPSI version. It could well be that I just didn't notice it was wrong.

Go to top
Re: Qt beta
Quite a regular
Quite a regular


See User information
@alfkil

I downloaded from OS4 Depot and installed 0.9.4.

Played with some demos from the previous install which seemd to work OK.

Downloaded Tetzle and played one puzzle. But when I tried to play it a second time with fewer pieces Tetzle wouldn't start. I had some screen corruption issues with Tetzle, having a "dead zone" in the left of the puzzle screen where pieces were unresponsive.

I don't know if this is a problem with Tetzle or with Qt 0.9.4. I never used Tetzle with my older install of Qt.

QtWeb worked well.

Menus and context menus seemed correct to me in the demoes.

Paul

Builder of Frankenthousand The monster A1000
The Young Frankenthousand A1-XE G4
X5000
Go to top
Re: Qt beta
Just can't stay away
Just can't stay away


See User information
@Paul

Tetzle uses an openGL widget for the board. I have not updated the openGL support since I stopped using my SAM-flex for development, and thus there are bound to be issues with this part of the code. Especially if you are using Warp3D Nova, which I almost assume you are...?

This will not be solved until I have a fresh RadeonHD board in my hands.

Go to top

  Register To Post
(1) 2 3 4 ... 6 »

 




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




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project