Who's Online |
29 user(s) are online ( 23 user(s) are browsing Forums)
Members: 0
Guests: 29
more...
|
|
Headlines |
-
processactionreply.lha - game/utility
Dec 4, 2024
-
litexl.lha - utility/text/edit
Dec 4, 2024
-
amiarcadia.lha - emulation/gamesystem
Dec 2, 2024
-
mgba.lha - emulation/gamesystem
Dec 1, 2024
-
jfduke3d.lha - game/fps
Dec 1, 2024
-
prboom-plus.lha - game/fps
Dec 1, 2024
-
iff-converter.lha - graphics/convert
Dec 1, 2024
-
flashmandelng.lha - graphics/misc
Dec 1, 2024
-
mce.lha - game/utility
Nov 27, 2024
-
gif2abk.lha - graphics/misc
Nov 26, 2024
|
|
|
|
Re: Some OS4.1 bugs
|
Posted on: 2010/7/11 16:54
#1441
|
Just can't stay away
|
I don't think these have come up earlier:
1) When a mutli-assign is made during startup (for instance by MUI in the user-startup), and if there are files with the same filename in both directories, then boot will hang on the splash screen. I've had this happen multiple times, and I've had to remove the MUI assigns from user-startup alltogether. This is NOT very userfriendly at all.
2) The discdoctor (or whatever it is called nowadays)! When a program (for instance Quake 3) crashes in the middle of something with files open, then the disc will be unvalidated at reboot and the discdoctor will initiate at boot time. This might _also_ hang up the machine at the splash screen. Even worse, it might not even validate at all unless you reboot without startup-sequence and wait (often for a long time) for the discdoctor to finish. This has been a problem since old classic days, and I think it is time for the discdoctor to a) become verbose and tell the user, what is happening and b) for system boot to wait until the discdoctor finishes before continuing the boot process. Anything less is going to break the user experience.
|
|
|
|
Re: Java on Amiga
|
Posted on: 2010/7/10 15:29
#1442
|
Just can't stay away
|
@Raziel As I said: I'll see what I can do. Which might not be much, but at least I'll give it a try
|
|
|
|
Re: Java on Amiga
|
Posted on: 2010/7/9 18:59
#1443
|
Just can't stay away
|
@Raziel Hehe I'll see what I can do once I'm "done" with Qt for Amicygnix.
|
|
|
|
Re: Java on Amiga
|
Posted on: 2010/7/9 18:41
#1444
|
Just can't stay away
|
Any news on the java front?
|
|
|
|
Re: Wait() returns -1
|
Posted on: 2010/7/8 22:20
#1445
|
Just can't stay away
|
@abalaban I finally got around to reply
|
|
|
|
Re: Qt Designer
|
Posted on: 2010/7/8 18:12
#1446
|
Just can't stay away
|
@DAX
and Google Earth... and Skype... and.... 8-D
|
|
|
|
Re: Qt Designer
|
Posted on: 2010/7/8 15:01
#1447
|
Just can't stay away
|
@kas1e ...and _create_ many more new apps, hopefully No seriously, if you are thinking of learning how to code apps, Qt is a really great environment. Of course you have to get your grips on c++, but then you get a really easy and diverse environment, and not to forget near instant portability 8-D A native version is pretty far out in the future, though...
|
|
|
|
Re: where is dlopen ?
|
Posted on: 2010/7/8 14:43
#1448
|
Just can't stay away
|
@kas1e Thanks for the info I'll see if I can use it, only rebuilding libQtGui takes almost half a day... :(
|
|
|
|
Re: where is dlopen ?
|
Posted on: 2010/7/8 14:28
#1450
|
Just can't stay away
|
@Chris I needed the static version, because Qt cannot build with -use-dynld at this time. Sadly. There is a bug in elf.library, though, that makes dlopen() crash with my plugins.
|
|
|
|
Re: where is dlopen ?
|
Posted on: 2010/7/6 17:55
#1451
|
Just can't stay away
|
@MickJT
Thanks. libdl seems to be exactly what I need!
|
|
|
|
where is dlopen ?
|
Posted on: 2010/7/6 17:03
#1452
|
Just can't stay away
|
I'm trying to expand plugin-capabilities of Qt, and some code refers to dlopen()/dlclose()/dlsym(). The code links, but does not work.
Now I'm trying to make a small test-app that uses dlopen, but it doesn't link, telling me "undefined reference to dlopen".
I can't seem to find dlopen as symbol in any of the SDK libraries, so how come Qt links? If there is some macro definition somewhere, I can't find it. Help!
|
|
|
|
Re: Qt - work in progress
|
Posted on: 2010/5/26 14:36
#1453
|
Just can't stay away
|
@kas1e + others I think the big slowdown is some obscure timing issue, because in several of the demos I can "speed up" animation by moving the mouse in front of it. About a native port: It is very unlikely that I will find time and (not least) energy to do it. Qt is a monster, and the only real reason that I have come so far, is because of Edgar and amicygnix. I'm going to try and finish the amicygnix port, and then I hope somebody will be so inspired, that they dive in and finish the job
|
|
|
|
Re: USB Printers & OS4.1 on Samflex **Beta driver at OS4depot**
|
Posted on: 2010/5/21 22:43
#1454
|
Just can't stay away
|
@Chris
Maybe update the readme to explain a bit more for us dummies, who don't know how the printer system actually works ... ? :)
|
|
|
|
Re: USB Printers & OS4.1 on Samflex **Beta driver at OS4depot**
|
Posted on: 2010/5/21 20:13
#1455
|
Just can't stay away
|
@rwo Hehe, it's working alright, but something is still missing. I found out, that prefs/Printer was set to Postscript instead of Generic. So far so good. But when printing from Multiview, the printer takes in the paper, and then it just sits there waiting for smth and nothing is printed. Then I try switching back to Postscript, go to a shell and type "echo hello >prt:" and suddenly my text file comes out, followed by the PS mumbo-jumbo from before follower by lots of linefeeds... So it seems, that when printing generic, the printer is missing a 'flush' or 'eof' at the end of printing. Correct??... Is this an issue of your driver, or is it the software (multiview etc.)? EDIT: typing "echo hello >prt:" with Generic turned on does nothing. Also "cat file >prt:" does nothing, except add data, that is eventually flushed when switching to PS mode. EDITEDIT: Hurrah! I got it printing graphics from amipdf, just needed to install generic HP Deskjet driver from SYS:Storage/printers. Ren?, you are a genius!
|
|
|
|
Re: USB Printers & OS4.1 on Samflex **Beta driver at OS4depot**
|
Posted on: 2010/5/21 16:12
#1456
|
Just can't stay away
|
@rwo
How do I get hold of the debug buffer? I don't have any serial terminal, if that's what you are talking about...
EDIT: I can tell you, that from amipdf the following text is written by the printer:
%!PS-Adobe-3.0 %%DocumentMedia: letter 612 792 0 () () %%EndComments % The line abo
(each line starting horizontally at the point where the above line ended)...and then comes a lot of (6-7) page feeds, and the printer seems to be left waiting for more data.
Edited by alfkil on 2010/5/21 16:43:46 Edited by alfkil on 2010/5/21 16:45:15
|
|
|
|
Re: Qt - work in progress
|
Posted on: 2010/5/21 16:08
#1457
|
Just can't stay away
|
Project started at qt.gitorious: http://gitorious.org/qt-for-amicygnix-amiga-os-4-1Also updates of SDK and examples uploaded to os4depot (now without debug data ). Things to be done next: jpg support doesn't work there is a timing issue, so animations are slooow (+more)
|
|
|
|
Re: USB Printers & OS4.1 on Samflex
|
Posted on: 2010/5/19 16:07
#1458
|
Just can't stay away
|
I have a HP Photosmart C3180, and I think it is supposed to be DOT4 compatible, but I'm not sure. Anyway, it doesn't work with the usbdot4.device, it only spews out nonsense when I try printing from notepad or amipdf. Does anywone know if this printer is supposed to work with the device?
|
|
|
|
Re: Qt - work in progress
|
Posted on: 2010/5/18 21:50
#1459
|
Just can't stay away
|
@alfkil
Alas, I was wrong again: Update 2 _did_ solve the problem, the file dialog problem was just an entirely different issue. Now Qt works with both dock widgets and file dialogs :) (update uploaded soon).
|
|
|
|
Re: Qt - work in progress
|
Posted on: 2010/5/17 21:59
#1460
|
Just can't stay away
|
@Mrodfr
I installed update 2, and it didn't solve the issue. Sadly :-I
|
|
|
|