Qt-interest Archive, December 2006
How To: Fix Error 'The application failed to initialize properly (0x0000022)'
Message 1 in thread
How To: Fix Error
---------
"The application failed to initialize properly (0x0000022)"
---------
If you got this error message from the windows system, then, download
and install Qt 4.2.2. I used Qt 4.2.1 and now with the latest release, I
recompiled my application and it works now. Don't know why.
Out there they say, its "if read access is not permitted for any DLL,
OCX or other component used by the application."
http://www.tech-pro.net/howto_015.html
Haha, but I run my app on FAT32, not NTFS. So the command CACLS
<full-path-to-file> /E /G BUILTIN\Users:R will not work on FAT32 anyway.
--
[ signature omitted ]
Message 2 in thread
Is there a tool on windoof like "ldd" (for ELF) and "otools?" on Mac OS/X?
I know there is "cygcheck.exe" that comes with Cygwin. But cyg sais,
that there are some problems with that command.
So, I can use a Hexeditor and look for ".dll". Or use the free "PE.exe"
tool from M$. Oh I cant find it any more. Its free, with source code.
But this was not a LDD problem. But anyway, there should be a command
like that.
Tip: Maybe you will like this editor: PSPad. http://www.pspad.com/
PSPad, an editor for developers. The universal freeware editor.
Only for Windows.
Michael Mustun wrote:
>
> How To: Fix Error
> ---------
> "The application failed to initialize properly (0x0000022)"
> ---------
>
> If you got this error message from the windows system, then, download
> and install Qt 4.2.2. I used Qt 4.2.1 and now with the latest release, I
> recompiled my application and it works now. Don't know why.
>
> Out there they say, its "if read access is not permitted for any DLL,
> OCX or other component used by the application."
> http://www.tech-pro.net/howto_015.html
>
> Haha, but I run my app on FAT32, not NTFS. So the command CACLS
> <full-path-to-file> /E /G BUILTIN\Users:R will not work on FAT32 anyway.
>
--
[ signature omitted ]
Message 3 in thread
On 12/12/06, Michael Mustun <michael@xxxxxxxxx> wrote:
>
>
> Is there a tool on windoof like "ldd" (for ELF) and "otools?" on Mac OS/X?
Check these out:
http://www.microsoft.com/technet/sysinternals/Utilities/ProcessExplorer.mspx
http://www.microsoft.com/technet/sysinternals/utilities/listdlls.mspx
http://www.freedownloadscenter.com/Utilities/System_Analysis_Utilities/SCANBIN.html
I think that one of these will give you what you are looking for.
HTH,
-larry
--
[ signature omitted ]
Message 4 in thread
Michael Mustun wrote:
> Is there a tool on windoof like "ldd" (for ELF)
"depends.exe".
Andre'
--
[ signature omitted ]
Message 5 in thread
Michael Mustun wrote:
> Is there a tool on windoof like "ldd" (for ELF) and "otools?" on Mac OS/X?
Perhaps Dependency Walker is what you're looking for.
http://www.dependencywalker.com/
Frederik
--
[ signature omitted ]
Message 6 in thread
Michael Mustun wrote:
> If you got this error message from the windows system, then, download
> and install Qt 4.2.2. I used Qt 4.2.1 and now with the latest release, I
> recompiled my application and it works now. Don't know why.
Probably rather because of the recompile, not because of the
updated Qt.
I get such errors from time to time and usuall a 'rebuild solution'
and another cup of tea helps. Of course, the real reason could be
that the phase of the moon changes a bit in the mean time ...
Regards,
Andre'
--
[ signature omitted ]