Git Product home page Git Product logo

Comments (7)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
I just follow the steps described and I can't reproduce the issue, can you 
please attach a sample project. 

Rodrigo.

Original comment by [email protected] on 14 May 2014 at 3:39

from delphi-ide-theme-editor.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Sure.  I have attached a project I just made with the steps:
 - Install DIC
 - Start XE4
 - File, New FMX HD app, and choose 3D in the wizard it shows
 - Project options, change to use runtime packages as in the description above
 - Run

The zip file contains the entire source plus a built debug EXE.

And I have also attached a screenshot of the event log, which shows the DIC 
expert being loaded, and after that you can see some VCL packages being loaded. 
 (The key question I think is, why is the DIC expert being loaded into the 
process the IDE is starting?)  The process was doing apparently doing nothing 
at the time I took this screenshot, ie it was running but the main form hadn't 
appeared.  When I paused it, it was deadlocked, and I have taken a screenshot 
of this too.

The callstack of each thread is:
main thread;
:7730f8d1 ntdll.ZwWaitForSingleObject + 0x15
:77328d28 ; ntdll.dll
:7732c401 ; ntdll.dll
:7732c558 ntdll.LdrLoadDll + 0x7b
:75b02c95 ; C:\Windows\syswow64\KERNELBASE.dll
:75d3aac3 ; C:\Windows\syswow64\USER32.dll
:7730010a ntdll.KiUserCallbackDispatcher + 0x2e
:75d3aa3c ; C:\Windows\syswow64\USER32.dll
:75d38a5c USER32.CreateWindowExW + 0x33
:751b644f ; C:\Windows\syswow64\ole32.dll
:751b0b81 ; C:\Windows\syswow64\ole32.dll
:7518ed55 ; C:\Windows\syswow64\ole32.dll
:7518efe6 ole32.OleInitialize + 0xf
fmx.FMX.Platform.Win.FMX.Platform.Win
rtl.System.InitUnits
rtl.System._StartExe(???,???)
SysInit._InitExe($401F50)
Project1.Project1
:759f338a kernel32.BaseThreadInitThunk + 0x12
:77329f72 ntdll.RtlInitializeExceptionChain + 0x63
:77329f45 ntdll.RtlInitializeExceptionChain + 0x36

Second thread (note, as a brand new FMX app, there is no code to create extra 
threads in the app):
:7730f8d1 ntdll.ZwWaitForSingleObject + 0x15
:77328d28 ; ntdll.dll
:751beb7f ; C:\Windows\syswow64\ole32.dll
:751b0b77 ; C:\Windows\syswow64\ole32.dll
:7518ed55 ; C:\Windows\syswow64\ole32.dll
:7518efe6 ole32.OleInitialize + 0xf
vcl.Vcl.Forms.TApplication.Create(???)
vcl.Vcl.Controls.InitControls
vcl.Vcl.Controls.Vcl.Controls
rtl.System.InitUnits
rtl.System._StartLib
:5006069a @StartLib + $C2
:773299a0 ; ntdll.dll
:7732d939 ; ntdll.dll
:7732d7fc ; ntdll.dll
:7732c558 ntdll.LdrLoadDll + 0x7b
:75b02c95 ; C:\Windows\syswow64\KERNELBASE.dll
:75d3aac3 ; C:\Windows\syswow64\USER32.dll
:7730010a ntdll.KiUserCallbackDispatcher + 0x2e
:75d3aa3c ; C:\Windows\syswow64\USER32.dll
:75d3d261 USER32.CreateWindowExA + 0x33
:74507708 ; 
C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18120_
none_72d2e82386681b36\gdiplus.dll
:7450792a ; 
C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18120_
none_72d2e82386681b36\gdiplus.dll
:7450787a ; 
C:\Windows\WinSxS\x86_microsoft.windows.gdiplus_6595b64144ccf1df_1.1.7601.18120_
none_72d2e82386681b36\gdiplus.dll
:759f338a kernel32.BaseThreadInitThunk + 0x12
:77329f72 ntdll.RtlInitializeExceptionChain + 0x63
:77329f45 ntdll.RtlInitializeExceptionChain + 0x36

The third seems to be the IDE breaking thread:
:773001b4 ; ntdll.dll

Original comment by [email protected] on 15 May 2014 at 7:58

Attachments:

from delphi-ide-theme-editor.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
And just to be clear, if I remove the DIC expert from the Experts\ folder in 
the registry, so it's not loaded by the IDE, this doesn't occur.

Original comment by [email protected] on 15 May 2014 at 8:00

from delphi-ide-theme-editor.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Thanks David, for the additional info, I just found the cause of the issue, 
which is related to one of the hooks which install the Wizard, I will work on 
the solution on these days.   

Original comment by [email protected] on 15 May 2014 at 10:06

  • Changed state: Started

from delphi-ide-theme-editor.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
Hi David, I found the solution for the issue.  The fix will be included in the 
next version of the Wizard. I hope release this version soon, but I must finish 
another pending tasks first.

Thanks very much again for you report and time testing the Wizard.

Rodrigo.

Original comment by [email protected] on 15 May 2014 at 7:26

from delphi-ide-theme-editor.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
No worries, glad to help :)

Original comment by [email protected] on 16 May 2014 at 8:03

from delphi-ide-theme-editor.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024

Original comment by [email protected] on 18 May 2014 at 4:47

  • Changed state: Fixed

from delphi-ide-theme-editor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.