http://bugs.winehq.org/show_bug.cgi?id=25373
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- URL|http://hydra.oron.com/wbiwx |https://depositfiles.com/fi |f7pd7lwuvruy6ifmwl56r3bqzo4 |les/ctoyx8t1z |ftnf2kaq2wcyhy4zog2f7p7giqo | |wjhjuzrlpcti7/Nokia_S60_5th | |_Edition_SDK_v1.0.rar |
--- Comment #5 from Anastasius Focht focht@gmx.net 2013-12-02 12:04:47 CST --- Hello folks,
updating download link (old one was gone).
The initial loader problem is actually pretty funny... One of the Symbian OS emulator executables has incidentally the same name as one of Wine's core dlls: 'hal.dll'. Since they have similar API exports and the debug output somehow made sense (Wine exports stubs) it was not that obvious :)
You have to set 'hal.dll' to 'native' to get the emulator provided dll loaded. The process maps a huge number of dlls and exe into address space.
The GUI loading is still somewhat flaky ... Sometimes you get the GUI, showing "S60 Emulator is loading, please wait...". After some seconds churning CPU the process just core dumps. Other times it just exits silently to terminal.
A log file can be found in "%temp%/epocwind.out"
I found some function names appearing in log files/debug output described here: http://books.google.de/books?id=AqS5W0MJOI0C (Symbian OS Internals: Real-time Kernel Programming) - just for the curious.
$ wine --version wine-1.7.7-230-g2507330
Regards