http://bugs.winehq.org/show_bug.cgi?id=21231
Summary: program "4 elements" won't start Product: Wine Version: unspecified Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: directx-d3d AssignedTo: wine-bugs@winehq.org ReportedBy: pietervandorp@gmail.com CC: pietervandorp@gmail.com
The program 4 elements won't start and gives errormessages. The command which I started the program from the commandline: env WINEPREFIX="/home/pieter/.wine" wine "C:\Programma Bestanden\4 Elements\4 Elements.exe"
Then the wine window opens and a window with an errormessage is displayed. In the console a whole lot of text is being displayed (see attachment).
In other programs (Call of Atlantis) it seems the right videocard description should be given to wine or the program. See: http://bugs.winehq.org/show_bug.cgi?id=20793
So I give some of my machinedetails: user@tux-2:~$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 9.04 Release: 9.04 Codename: jaunty
user@tux-2:~$ uname -a Linux tux-2 2.6.28-17-generic #58-Ubuntu SMP Tue Dec 1 18:57:07 UTC 2009 i686 GNU/Linux
Laptop: Acer Extensa 5220 GRAPHIC CARD VGA controller Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 03) Subsystem: Acer Incorporated [ALI] Device 011f
http://bugs.winehq.org/show_bug.cgi?id=21231
Andrew Nguyen arethusa26@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download Status|UNCONFIRMED |NEW URL| |http://files.playrix.com/ga | |mes/4-elements_en_trial.exe Component|directx-d3d |jscript Version|unspecified |1.1.35 Ever Confirmed|0 |1
--- Comment #1 from Andrew Nguyen arethusa26@gmail.com 2010-01-02 23:05:44 --- I'm confirming a crash in the 4 Elements demo with wine-1.1.35-364-g9dc584d. The backtrace suggests a jscript issue:
Backtrace: =>0 0x00423b7a in 4 elements (+0x23b7a) (0x0032d608) 1 0x795100f5 call_expression_eval+0xe5(ctx=0x240fbd0, _expr=0x240f174, flags=1, ei=0x32d768, ret=0x32d6d8) [/home/andrew/wine-git/dlls/jscript/engine.c:1612] in jscript (0x0032d698) 2 0x7950ff35 expression_statement_eval+0x55(ctx=0x240fbd0, _stat=0x240f180, rt=0x32d760, ret=0x32d7a8) [/home/andrew/wine-git/dlls/jscript/engine.c:681] in jscript (0x0032d718) 3 0x7950efea exec_source+0x27a(ctx=0x240fbd0, parser=0x240f068, source=0x240f110, exec_type=EXECT_PROGRAM, ei=0x32d828, retv=(nil)) [/home/andrew/wine-git/dlls/jscript/engine.c:471] in jscript (0x0032d7e8) ...
However, winetricks wsh56 was insufficient to resolve the issue, and I had to install ie6 via winetricks to get past the crash. I'm setting component to jscript for now.
http://bugs.winehq.org/show_bug.cgi?id=21231
--- Comment #2 from Andrew Nguyen arethusa26@gmail.com 2010-01-02 23:06:21 --- Created an attachment (id=25513) --> (http://bugs.winehq.org/attachment.cgi?id=25513) 4 Elements demo output and backtrace
http://bugs.winehq.org/show_bug.cgi?id=21231
--- Comment #3 from quick30 pietervandorp@gmail.com 2010-01-03 11:16:48 --- I started again with the demo version. Then I added with winetricks: wsh56js
ie7 (and removed it after test it got past the crash but showed the window very badly)
ie6 (tested again and a better window was displayed)
wininet (the top line of the errors disappeared[fixme:wininet:InternetSetOptionW Option INTERNET_OPTION_RESET_URLCACHE_SESSION: STUB])
Now I think the top line says I should install something with ole -> "ole2" ([err:ole:ITypeInfo_fnInvoke did not find member id -518, flags 0x4! err:ole:ITypeInfo_fnInvoke did not find member id -517, flags 0x4! ...])
So I added: ole2 (same errors.)
So I am stuck with a window from which i can click buttons but doesn't seem to do anything:
err:ole:ITypeInfo_fnInvoke did not find member id -518, flags 0x4! err:ole:ITypeInfo_fnInvoke did not find member id -517, flags 0x4! fixme:msimtf:DllGetClassObject ({50d5107a-d278-4871-8989-f4ceaaf59cfc} {00000001-0000-0000-c000-000000000046} 0x32cdac) err:ole:apartment_getclassobject DllGetClassObject returned error 0x80040111 err:ole:CoGetClassObject no class object {50d5107a-d278-4871-8989-f4ceaaf59cfc} could be created for context 0x401 fixme:jscript:JScriptProperty_SetProperty Unimplemented property 70000001 ...
http://bugs.winehq.org/show_bug.cgi?id=21231
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #4 from Jacek Caban jacek@codeweavers.com 2012-05-01 04:20:11 CDT --- It's likely to be fixed in current Wine version. Please retest.
http://bugs.winehq.org/show_bug.cgi?id=21231
--- Comment #5 from Austin English austinenglish@gmail.com 2012-05-01 14:49:54 CDT --- (In reply to comment #4)
It's likely to be fixed in current Wine version. Please retest.
Still in wine-1.5.3-73-g93a0ca7. The gui never displays. winetricks -q ie7 gets me a gui though.
http://bugs.winehq.org/show_bug.cgi?id=21231
--- Comment #6 from Austin English austinenglish@gmail.com 2012-05-01 14:50:05 CDT --- Created attachment 39990 --> http://bugs.winehq.org/attachment.cgi?id=39990 terminal output
http://bugs.winehq.org/show_bug.cgi?id=21231
--- Comment #7 from Jacek Caban jacek@codeweavers.com 2012-05-04 13:18:31 CDT --- The problem from logs should be fixed by:
http://source.winehq.org/git/wine.git/commitdiff/c8a28a9671986be9d1ee5345461...
http://bugs.winehq.org/show_bug.cgi?id=21231
Jerome Leclanche adys.wh@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |adys.wh@gmail.com
--- Comment #8 from Jerome Leclanche adys.wh@gmail.com 2012-05-29 16:20:25 CDT --- Did anyone test?
http://bugs.winehq.org/show_bug.cgi?id=21231
--- Comment #9 from Austin English austinenglish@gmail.com 2012-05-29 22:06:06 CDT --- (In reply to comment #8)
Did anyone test?
There's a download, you could've checked it.
wine-1.5.5-39-g6fe6a43 gives me a black square that should have the game window. The game itself never appears.
I'll attach the output.
http://bugs.winehq.org/show_bug.cgi?id=21231
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Attachment #25513|0 |1 is obsolete| | Attachment #39990|0 |1 is obsolete| |
--- Comment #10 from Austin English austinenglish@gmail.com 2012-05-29 22:06:19 CDT --- Created attachment 40331 --> http://bugs.winehq.org/attachment.cgi?id=40331 terminal output
http://bugs.winehq.org/show_bug.cgi?id=21231
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Fixed by SHA1| |c8a28a9671986be9d1ee5345461 | |c11379bc0ed39 Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #11 from Jacek Caban jacek@codeweavers.com 2012-06-19 04:07:26 CDT --- The app also doesn't run with native jscript.dll, so the current problem is not related to original report.
http://bugs.winehq.org/show_bug.cgi?id=21231
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #12 from Alexandre Julliard julliard@winehq.org 2012-06-22 13:29:56 CDT --- Closing bugs fixed in 1.5.7.