http://bugs.winehq.org/show_bug.cgi?id=10961
Summary: application made using a compiler/embedder fails to start Product: Wine Version: CVS/GIT Platform: All OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-msvcrt AssignedTo: wine-bugs@winehq.org ReportedBy: a.sappia@ngi.it
Created an attachment (id=9898) --> (http://bugs.winehq.org/attachment.cgi?id=9898) EXE with embedded resources
I'm facing with an application made with http://www.bambalam.se/bamcompile/
it embed php code inside the .exe and then use the static-embedded php interpreter to exec that code.
On windows I've this app (it's a launcher for another application) working fine, while on wine (current git at time of writing, it hangs with
fixme:mixer:ALSA_MixerInit No master control found on MPU-401 UART, disabling mixer fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored fixme:msvcrt:MSVCRT__sopen : pmode 0x01b6 ignored
Fatal error: wb_create_window(): Error creating window in launcher.php on line 1
launcher.php is one of the resources embedded in the exe
I don't know if this is really a msvcrt issue
Attached the exe file (it's freely available on the net tought)