http://bugs.winehq.org/show_bug.cgi?id=27852
Summary: Sid Meier's Civilization V demo first screen missing
text and graphics with builtin d3dx9_36, needs
D3DXLoadVolumeFromMemory? (purist)
Product: Wine
Version: 1.3.24
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
CC: wine-bugs(a)winehq.org
Trying to run civ5 demo without native dlls, a la 'winetricks alldlls=builtin',
first runs into bug 25275; native msvcp90.dll and msvcr90.dll work around
that. The game then starts, but the first screen is missing a lot of
text and graphics. Native d3dx9_36 works around it.
The log shows
fixme:d3dx:D3DXLoadVolumeFromMemory (0x10ea3be0, (nil), (nil), 0x1a87bd00, 15,
128, 4096, (nil), 0x33fae4, 1, 0): stub
... 46 near-repeats removed ...
fixme:d3dx:get_format_info Unknown format 0x33545844
... 24202 near-repeats removed ---
fixme:d3dx:D3DXCreateCubeTextureFromFileInMemoryEx (0xbe5ee48, 0x6a2d424,
65744, 4294967294, 4294967295, 0, 0, 0x1, 0xffffffff, 0xffffffff, 0, (nil),
(nil), 0x30ee2c): stub
D3DXCreateCubeTextureFromFileInMemoryEx is probably bug 24530.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28304
Summary: "p" command gives syntax error when there are single
quoted chars in the expression
Product: Wine
Version: 1.3.27
Platform: x86-64
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: frederic.delanoy(a)gmail.com
Ex: char *foo = "bar";
Wine-dbg>p *foo
'b'
Wine-dbg>p *foo == 'b'
Syntax Error (')
syntax error
Similar issue for WCHAR*
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=28929
Bug #: 28929
Summary: Sins of a solar empire Trinity requires
D3DXCreateVolumeTextureFromFileW
Product: Wine
Version: 1.3.31
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3dx9
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
CC: wine-bugs(a)winehq.org
Classification: Unclassified
wine: Call from 0x7ed49992 to unimplemented function
d3dx9_36.dll.D3DXCreateVolumeTextureFromFileW, aborting
winetricks d3dx9_36 is a workaround.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=30270
Bug #: 30270
Summary: Wine doesn't detect opengl/wgl extensions anymore
Product: Wine
Version: 1.5.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: opengl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: christian.frank(a)gmx.de
Classification: Unclassified
Created attachment 39542
--> http://bugs.winehq.org/attachment.cgi?id=39542
+wgl,+opengl debug while starting steam
Hi,
with wine 1.5.0 the detecion of opengl extensions does not work anymore it
seems.
When starting Steam i get the following error messages:
err:wgl:is_extension_supported No OpenGL extensions found, check if your OpenGL
setup is correct!
My opengl setup is correct, games work fine.
Attached find a +wgl,+opengl debug trace.
Hope this helps.
Christian
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=31019
Bug #: 31019
Summary: stl_test crashes due to missing
msvcp80.dll.??$?5DU?$char_traits@D@std@@@std@@YAAAV?$b
asic_istream@DU?$char_traits@D@std@@@0@AAV10@AAD@Z
Product: Wine
Version: 1.5.7
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcp
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Now that bug 24287 is fixed, the next problem in stl_test is
Unhandled exception: unimplemented function
msvcp80.dll.??$?5DU?$char_traits@D@std@@@std@@YAAAV?$basic_istream@DU?$char_traits@D@std@@@0@AAV10@AAD@Z
To reproduce:
sh winetricks vc2005express
export WINEPREFIX=$HOME/.local/share/wineprefixes/vc2005express
cd $WINEPREFIX/drive_c
wget
http://web.archive.org/web/20060202000105/http://petef.port5.com/cpp/stltes…
tar -xzvf stltest-1.00.tar.gz
chmod +w -R stltest
cd stltest
wget http://kegel.com/wine/stltest.patch
patch -p1 < stltest.patch
cd ../"Program Files/Microsoft Visual Studio 8/Common7/Tools"
wine cmd
and then, in cmd,
vsvars32
cd \stltest
nmake vc.mak
exit
and then:
cd $WINEPREFIX/drive_c
unset WINEPREFIX
rm -rf ~/.wine
wine cmd /c echo hi
cp -a stltest ~/.wine/drive_c
cd ~/.wine/drive_c/stltest
wine stl_test.exe
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=33265
Bug #: 33265
Summary: HoMM 3 fails to create wgl context
Product: Wine
Version: 1.5.26
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winemac.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: per(a)morth.org
Classification: Unclassified
Created attachment 43997
--> http://bugs.winehq.org/attachment.cgi?id=43997
tail of ddraw,display,d3d,wgl log
Not sure what the most proper fix is so I'm going to leave this as a bug
report. Basically HoMM 3 (from gog.com) won't start with the mac driver, due to
create_context in dlls/winemac.drv/opengl.c failing. It's trying to create a
context with color bits set to 64 and alpha bits set to 16, which obviously
fails.
Simply commenting out kCGLPFAColorSize, kCGLPFAAlphaSize and kCGLPFADepthSize
will let the game start with no obvious drawbacks, but I don't know if it's a
proper fix.
Also tried commenting out kCGLPFAMinimumPolicy, that would let the game start,
but with a white screen only.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=13394
Summary: gtk-dev-2.12.9-win32-2.exe crashes on installation
Product: Wine
Version: 1.0-rc1
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: shell32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: qelthanos(a)yahoo.com
Created an attachment (id=13303)
--> (http://bugs.winehq.org/attachment.cgi?id=13303)
Trace Log
gtk+ installer crashes on wine with shell error. Fails 1/4 through file
copying. See the the attached file for log/traceback.
Used defaults for everything with no options to wine nor user modifications to
wine/registery.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32881
Bug #: 32881
Summary: oracle java setup
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: scsantos24(a)gmail.com
Classification: Unclassified
Created attachment 43424
--> http://bugs.winehq.org/attachment.cgi?id=43424
Unhandled exception
page fault on read access to 0x02881f70 in 32-bit code (0x00403810).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=27452
Summary: Jave runtime install fails with windows version set to
7
Product: Wine
Version: 1.3.21
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: congelli501(a)gmail.com
Created an attachment (id=35102)
--> (http://bugs.winehq.org/attachment.cgi?id=35102)
Ouput (WINEDEBUG=warn+all)
Latest Java installer fails with stock wine and windows version set to windows
7 (but not with windows XP).
I have a message box with "Installer : Wrapper.CreateFile failed with error 3:
Path not found".
Exact version : JRE-6u26 (offline installer).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=32593
Bug #: 32593
Summary: Skyrim crashes at launch
Product: Wine
Version: 1.5.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johannes.claesson(a)gmail.com
Classification: Unclassified
OS: Kubuntu 64.
wine-1.5.20 from package 1.5.20-0ubuntu1
Failing application: The Elder Scrolls V: Skyrim, version 1.8.151.0.7
Started with: WINEDEBUG=fixme-all,err-all,warn-all,trace-all wine ./TESV.exe
(same thing happens when pressing play from launcher)
Not much more to say than the summary. It crashes at launch.
Works as intended with wine-1.5.19.
Wine debugger log attached.
Detailed log (WINEDEBUG=+relay,+seh,+tid wine ./TESV.exe &> detailed_log.txt)
can be uploaded later if you wish (size: 71MiB).
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.