Search found 45 matches
- Thu May 16, 2013 9:48 pm
- Forum: General AmigaOS
- Topic: Amigainput 53.1 bug (don't drop removed device)
- Replies: 1
- Views: 1932
Amigainput 53.1 bug (don't drop removed device)
When an USB joypad is removed it doesn't removed from the devices. The amigainput prefs is still lists even if you restart amigainput prefs. If my program rechecks lowlevel devices, the removed device still listed too. However USB Inspector dinamically refreshes the list of connected devices where t...
- Thu May 16, 2013 9:38 pm
- Forum: General AmigaOS
- Topic: amigainput prefs 53.10 bug
- Replies: 2
- Views: 2330
amigainput prefs 53.10 bug
The "Choose a lowlevel.library port" cycle gadget at the lowlevel tab has an empty item if you roll it clicking the loop arrow.
It is allowed to assign a device to this unit which reveals that is is joystick unit 3. Normally you can't select this unit from the gadget.
It is allowed to assign a device to this unit which reveals that is is joystick unit 3. Normally you can't select this unit from the gadget.
- Mon Jan 21, 2013 9:57 am
- Forum: General AmigaOS
- Topic: c:version bug
- Replies: 10
- Views: 3732
Re: c:version bug
I think it's because version uses LoadSeg() for executeable files to load them into memory. The old version command doesn't understand the ELF format, so it does use a different approach. Maybe if you are assigning the versionstring to an actual variable inside the program it may work. I do not kno...
- Tue Jan 15, 2013 8:54 pm
- Forum: General AmigaOS
- Topic: c:version bug
- Replies: 10
- Views: 3732
Re: c:version bug
@Xenic: I made similar tests with the same results. The Hollywood generated executable links the applet to the end of the code which is far from the beginning of the file. I think that it shouldn't be a problem for Version. @tbreeden: Thanks to point out to the docs. It looks like it accepts a CR to...
- Tue Jan 15, 2013 1:37 pm
- Forum: General AmigaOS
- Topic: c:version bug
- Replies: 10
- Views: 3732
c:version bug
Something wrong with OS4 version command. It affects at least the Hollywood created applications. The correct $VER:blabla text is in the file, but can't supply version information for the version command or for rawbinfo. Here is how I compared it with the old version from OS3.1: 6.RAM Disk:> wget *>...