http://bugs.winehq.org/show_bug.cgi?id=25489
Summary: GLC_Player: Fails to start Product: Wine Version: 1.3.9 Platform: x86 OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: lukasz.wojnilowicz@gmail.com
Created an attachment (id=32453) --> (http://bugs.winehq.org/attachment.cgi?id=32453) Terminal output on Wine 1.3.9
Steps to reproduce: 1) remove ~/.wine 2) winetricks gecko vcrun2008 3) install GLC_Player_2.2.0-setup.exe 4) download http://www.down-dll.com/dll/q/qtsvg4.dll.zip and unpack qtsvg4.dll to the main directory of the application 5) wine glc_player.exe
Behaviour: Application hangs up.
Expected behaviour: Application shouldn't hang up.
http://bugs.winehq.org/show_bug.cgi?id=25489
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |download, source URL| |http://www.glc-player.net/d | |ownload.php
http://bugs.winehq.org/show_bug.cgi?id=25489
Louis Lenders xerox_xerox2000@yahoo.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW CC| |xerox_xerox2000@yahoo.co.uk Component|-unknown |opengl Ever Confirmed|0 |1
--- Comment #1 from Louis Lenders xerox_xerox2000@yahoo.co.uk 2011-07-14 18:05:46 CDT --- confirming. The hack below makes the app start fine for me. Probably an opengl bug.
diff --git a/dlls/opengl32/opengl_norm.c b/dlls/opengl32/opengl_norm.c index a1d3f94..de9feda 100644 --- a/dlls/opengl32/opengl_norm.c +++ b/dlls/opengl32/opengl_norm.c @@ -1020,7 +1020,7 @@ GLenum WINAPI wine_glGetError( void ) { ENTER_GL(); ret_value = glGetError( ); LEAVE_GL(); - return ret_value; + return 0;//ret_value; }
/***********************************************************************
http://bugs.winehq.org/show_bug.cgi?id=25489
NSLW lukasz.wojnilowicz@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED
--- Comment #2 from NSLW lukasz.wojnilowicz@gmail.com 2012-10-18 09:11:05 CDT --- Fixed in Wine 1.5.14
http://bugs.winehq.org/show_bug.cgi?id=25489
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org 2012-10-26 13:31:08 CDT --- Closing bugs fixed in 1.5.16.