I am using now IUP Tools executables and works for me. There seems to be a problem with mingw IM dlls, perhaps one of this days I will have time to try recompiling them
Best victor bombi ----- Original Message ----- From: "Antonio Scuri" <[email protected]> To: "'IUP discussion list.'" <[email protected]> Sent: Wednesday, January 08, 2014 6:06 PM Subject: Re: [Iup-users] IM crashes > It looks that the crash is inside the Win32 system. RtlImageNtHeaderEx is > not from IM. > > This seems to be an invalid memory handle that was passed as a parameter > to the system. > > Best, > scuri > > > >> -----Original Message----- >> From: Victor Bombi [mailto:[email protected]] >> Sent: quarta-feira, 8 de janeiro de 2014 14:45 >> To: IUP discussion list. >> Subject: Re: [Iup-users] IM crashes >> >> gdb backtrace >> >> #0 0x76f7476c in ntdll!RtlImageNtHeaderEx () from >> C:\Windows\system32\ntdll.dll >> #1 0x76521701 in StrStrW () from C:\Windows\system32\shell32.dll >> #2 0x0022f6b4 in ?? () >> #3 0x76f70f6c in ntdll!RtlImageNtHeader () from >> C:\Windows\system32\ntdll.dll >> #4 0x76a60a23 in USER32!IsWindowInDestroy () from >> C:\Windows\system32\user32.dll >> #5 0x76a5dd06 in USER32!CreateWindowExA () from >> C:\Windows\system32\user32.dll >> #6 0x76a5df7d in USER32!RegisterClassA () from >> C:\Windows\system32\user32.dll >> #7 0x6bc37a6e in winDialogRegisterClass () from C:\LUA\lua- >> 5.1.5set\build482posixdwrf\Project\iup.dll >> #8 0x6bc3a3c1 in iupdrvDialogInitClass () from C:\LUA\lua- >> 5.1.5set\build482posixdwrf\Project\iup.dll >> #9 0x6bc0eb3a in iupDialogNewClass () from C:\LUA\lua- >> 5.1.5set\build482posixdwrf\Project\iup.dll >> #10 0x6bc098e8 in iupRegisterInternalClasses () from C:\LUA\lua- >> 5.1.5set\build482posixdwrf\Project\iup.dll >> #11 0x6bc07ae7 in IupOpen () from >> C:\LUA\lua-5.1.5set\build482posixdwrf\Project\iup.dll >> #12 0x69881564 in il_open () from >> C:\LUA\lua-5.1.5set\build482posixdwrf\Project\iuplua51.dll >> #13 0x6988328b in iuplua_open () from >> C:\LUA\lua-5.1.5set\build482posixdwrf\Project\iuplua51.dll >> #14 0x66d8fbc2 in luaD_precall () from >> C:\LUA\lua-5.1.5set\build482posixdwrf\Project\lua51.dll >> #15 0x66d9029f in luaD_call () from >> C:\LUA\lua-5.1.5set\build482posixdwrf\Project\lua51.dll >> #16 0x66d84289 in lua_call () from >> C:\LUA\lua-5.1.5set\build482posixdwrf\Project\lua51.dll >> #17 0x66d97e3e in ll_require () from >> C:\LUA\lua-5.1.5set\build482posixdwrf\Project\lua51.dll >> #18 0x66d8fbc2 in luaD_precall () from >> C:\LUA\lua-5.1.5set\build482posixdwrf\Project\lua51.dll >> #19 0x66da6966 in luaV_execute () from >> C:\LUA\lua-5.1.5set\build482posixdwrf\Project\lua51.dll >> #20 0x66d902e0 in luaD_call () from >> C:\LUA\lua-5.1.5set\build482posixdwrf\Project\lua51.dll >> #21 0x66d815d0 in f_call () from >> C:\LUA\lua-5.1.5set\build482posixdwrf\Project\lua51.dll >> #22 0x66d8f316 in luaD_rawrunprotected () from C:\LUA\lua- >> 5.1.5set\build482posixdwrf\Project\lua51.dll >> #23 0x66d9052c in luaD_pcall () from >> C:\LUA\lua-5.1.5set\build482posixdwrf\Project\lua51.dll >> #24 0x66d84303 in lua_pcall () from >> C:\LUA\lua-5.1.5set\build482posixdwrf\Project\lua51.dll >> #25 0x0040291a in pmain () >> #26 0x66d8fbc2 in luaD_precall () from >> C:\LUA\lua-5.1.5set\build482posixdwrf\Project\lua51.dll >> #27 0x66d9029f in luaD_call () from >> C:\LUA\lua-5.1.5set\build482posixdwrf\Project\lua51.dll >> #28 0x66d81658 in f_Ccall () from >> C:\LUA\lua-5.1.5set\build482posixdwrf\Project\lua51.dll >> #29 0x66d8f316 in luaD_rawrunprotected () from C:\LUA\lua- >> 5.1.5set\build482posixdwrf\Project\lua51.dll >> #30 0x66d9052c in luaD_pcall () from >> C:\LUA\lua-5.1.5set\build482posixdwrf\Project\lua51.dll >> #31 0x66d84431 in lua_cpcall () from >> C:\LUA\lua-5.1.5set\build482posixdwrf\Project\lua51.dll >> #32 0x00403d87 in main () >> ----- Original Message ----- >> From: "Victor Bombi" <[email protected]> >> To: "IUP discussion list." <[email protected]> >> Sent: Wednesday, January 08, 2014 5:42 PM >> Subject: Re: [Iup-users] IM crashes >> >> >> > with gdb I get >> > Program received signal SIGSEGV, Segmentation fault. >> > 0x76f7476c in ntdll!RtlImageNtHeaderEx () from >> > C:\Windows\system32\ntdll.dll >> > ----- Original Message ----- >> > From: "Victor Bombi" <[email protected]> >> > To: <[email protected]> >> > Sent: Wednesday, January 08, 2014 5:05 PM >> > Subject: [Iup-users] IM crashes >> > >> > >> >> Hello, >> >> >> >> I have my lua51 compiled with mingw4.8.2 and have downloaded the >> >> binaries for IUP, CD and IM for this compiler (_win32_dllw4). >> >> IUP and CD work perfectly. But with IM lua crashes for example in >> >> functions im.FileImageLoad or im:Save() (show_flower.wxlua sample) >> >> >> >> I also noticed that zlib1.dll is also in CD distribution althought is >> >> not the same file >> >> >> >> What could I do? >> >> >> >> Best >> >> victor bombi >> >> >> >> >> >> --------------------------------------------------------------------- >> >> --------- Rapidly troubleshoot problems before they affect your >> >> business. Most IT organizations don't have a clear picture of how >> >> application performance affects their revenue. With AppDynamics, you >> >> get 100% visibility into your Java,.NET, & PHP application. Start >> >> your 15-day FREE TRIAL of AppDynamics Pro! >> >> >> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg. >> >> clktrk _______________________________________________ >> >> Iup-users mailing list >> >> [email protected] >> >> https://lists.sourceforge.net/lists/listinfo/iup-users >> > >> > >> > ---------------------------------------------------------------------- >> > -------- Rapidly troubleshoot problems before they affect your >> > business. Most IT organizations don't have a clear picture of how >> > application performance affects their revenue. With AppDynamics, you >> > get 100% visibility into your Java,.NET, & PHP application. Start your >> > 15-day FREE TRIAL of AppDynamics Pro! >> > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.c >> > lktrk _______________________________________________ >> > Iup-users mailing list >> > [email protected] >> > https://lists.sourceforge.net/lists/listinfo/iup-users >> >> >> > ---------------------------------------------------------------------------- > -- >> Rapidly troubleshoot problems before they affect your business. Most IT >> organizations don't have a clear picture of how application performance >> affects their revenue. With AppDynamics, you get 100% visibility into >> your >> Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics >> Pro! >> http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clk >> trk >> _______________________________________________ >> Iup-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/iup-users > > > ------------------------------------------------------------------------------ > Rapidly troubleshoot problems before they affect your business. Most IT > organizations don't have a clear picture of how application performance > affects their revenue. With AppDynamics, you get 100% visibility into your > Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics > Pro! > http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk > _______________________________________________ > Iup-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/iup-users ------------------------------------------------------------------------------ Rapidly troubleshoot problems before they affect your business. Most IT organizations don't have a clear picture of how application performance affects their revenue. With AppDynamics, you get 100% visibility into your Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro! http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk _______________________________________________ Iup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/iup-users
