http://bugs.winehq.org/show_bug.cgi?id=10061
Summary: Unhandled exception: unimplemented function ntdll.dll.RtlPushFrame Product: Wine Version: 0.9.47. Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: wine-winelib AssignedTo: wine-bugs@winehq.org ReportedBy: justivo@gmail.com
Created an attachment (id=8620) --> (http://bugs.winehq.org/attachment.cgi?id=8620) backtrace log
Attempting to load one of those cellphone unlocker proggies for Windows makes Wine crash after several attempts at loading OpenGL. Some kind of weird looping, which doesn't normally happen. The crash happens after several messages related with ntdll.dll.RtlPushFrame.
Worth fixing? Very likely if it also happens in bigger programs like AutoCAD and Photoshop. If not, I guess don't bother for now.
Backtrace available as an attachment.
http://bugs.winehq.org/show_bug.cgi?id=10061
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |focht@gmx.net
--- Comment #1 from Anastasius Focht focht@gmx.net 2007-10-16 17:03:53 --- Hello,
seems the installer loads native sxs.dll Any reason for this? Did you use clean wine installation before installing that app? If not then try installation on clean wine!
Whenever possible, use wine's builtin dlls first.
Regards
http://bugs.winehq.org/show_bug.cgi?id=10061
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Severity|blocker |normal Component|wine-winelib |wine-misc
--- Comment #2 from Austin English austinenglish@gmail.com 2007-10-16 17:52:42 --- Not a blocker.
http://bugs.winehq.org/show_bug.cgi?id=10061
--- Comment #3 from Ivo Emanuel Gonçalves justivo@gmail.com 2007-10-16 18:37:50 --- Okay, so I followed the advice, created a new user so it wouldn't have a wine profile and be forced to create a clean folder. Then, I used it to install the program again. Installation went fine. However, the program doesn't start at all now. It doesn't even make a fuss about the dll or OpenGL, or anything.
Look: cd /home/temp/.wine/drive_c/Program\ Files/NokiaFREE\ Unlock\ Codes\ Calculator/ temp@Demi:~/.wine/drive_c/Program Files/NokiaFREE Unlock Codes Calculator$ wine NokiaFREE_Calc.exe temp@Demi:~/
Now I have no idea what happened. Yes, previously I used to have some real Windows dll's to run problematic programs, but this isn't the case anymore. I'm running a clean installation now. So what gives?
(In reply to comment #2)
Not a blocker.
Isn't a "blocker" defined as "the bloody program doesn't even start"? If not, I apologize.
http://bugs.winehq.org/show_bug.cgi?id=10061
--- Comment #4 from Austin English austinenglish@gmail.com 2007-10-16 19:47:09 --- Can you please post a link to the program you are trying to run, so others can test it?
For future reference, when attempting to test like this, you don't have to make a new user, just a new wine prefix. Either delete or move your old one, and then reinstall your program. It'll automatically make a new ~/.wine directory. Afterward, delete that directory and rename your old one back to ~/.wine. All your apps are back :-)
Finally, for future reference, list of bug severities: http://bugs.winehq.org/page.cgi?id=fields.html#bug_severity
http://bugs.winehq.org/show_bug.cgi?id=10061
--- Comment #5 from Ivo Emanuel Gonçalves justivo@gmail.com 2007-10-16 19:56:53 --- Thanks for the tips; I'll keep them both in mind.
The application may be found at [1], with a direct link at [2]. It is freeware, but not free software -- then again, it's the Windows world.
Again, I'll remind that the installer worked fine both for "tainted" profile and for clean profile. The application itself on a tainted profile causes the unhandled exception that caused me to file this bug, while on a clean profile it does not even spit any debug messages: it just plain doesn't work. Or rather, it's like it started something, finished, and returned to shell, which should not happen because it's a GUI tool.
[1] http://unlock.nokiafree.org/download.php [2] http://unlock.nokiafree.org/NokiaFREE_v310_Nokia_unlock_codes_calculator.zip
http://bugs.winehq.org/show_bug.cgi?id=10061
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- URL| |http://unlock.nokiafree.org/ | |NokiaFREE_v310_Nokia_unlock_ | |codes_calculator.zip Keywords| |download Summary|Unhandled exception: |NokiaFree unlock calculator |unimplemented function |doesn't start |ntdll.dll.RtlPushFrame |
--- Comment #6 from Juan Lang juan_lang@yahoo.com 2007-10-17 17:20:24 --- In that case, the bug is that the app doesn't start. I'm adjusting the summary to match.
http://bugs.winehq.org/show_bug.cgi?id=10061
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |WORKSFORME
--- Comment #7 from Juan Lang juan_lang@yahoo.com 2007-10-17 17:25:20 --- And from a +relay trace of that application: 0009:Starting process L"C:\Program Files\NokiaFREE Unlock Codes Calculator\NokiaFREE_Calc.exe" (entryproc=0x564062) 0009:Call KERNEL32.LoadLibraryA(0050f591 "MSVBVM60.DLL") ret=00564126 0009:Ret KERNEL32.LoadLibraryA() retval=00000000 ret=00564126
It's missing the VB6 runtime. Install that using winetricks: wget http://www.kegel.com/wine/winetricks sh winetricks vbrun60
You'll then need the Visual Basic 6.0 common controls. Search for those and you'll find a download from Microsoft's website.
After that, it runs fine. Closing as working.
http://bugs.winehq.org/show_bug.cgi?id=10061
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #8 from Austin English austinenglish@gmail.com 2007-10-21 00:14:37 --- Works fine here as well, closing.
http://bugs.winehq.org/show_bug.cgi?id=10061
juanma juanmamompo@hotmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |juanmamompo@hotmail.com
http://bugs.winehq.org/show_bug.cgi?id=10061
--- Comment #9 from juanma juanmamompo@hotmail.com 2013-05-28 04:46:17 CDT --- After doing everything you said at this post I got a different error:
################## Run-time error '5' invalid procedure call or argument
dctx.dll not found. Program will now exit ##################
Any idea?
Thanks