http://bugs.winehq.org/show_bug.cgi?id=18533
Summary: Crysis crashes with ORM=pbuffer
Product: Wine
Version: unspecified
Platform: Other
URL: http://www.crysisdemo.com/
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kgbricola(a)web.de
Created an attachment (id=21190)
--> (http://bugs.winehq.org/attachment.cgi?id=21190)
+d3d log
Crysis crashes on the loading screen when pbuffer is enabled. This is a
regression.
Command to start crysis:
wine Crysis.exe -DEVMODE +map island +exec benchmark_gpu
Regression test result:
1f4e7b27ed73214a764e33b9bf2df193b17d57ed is first bad commit
commit 1f4e7b27ed73214a764e33b9bf2df193b17d57ed
Author: Henri Verbeet <hverbeet(a)codeweavers.com>
Date: Mon Mar 23 08:30:15 2009 +0100
wined3d: Set the currently active context to NULL when it's destroyed.
This should make us crash when trying to use the "currently active" context
after it has been destroyed, rather than messing around with freed memory.
:040000 040000 80cf24efbe1ba13fc3383aebc5820c8c65c8e981
5ffaabb0303e086a1f88c2eb182d7c785468ae2a M dlls
--
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=20750
Summary: Incorrect documentation for setting PATH
Product: WineHQ.org
Version: unspecified
Platform: PC
URL: http://www.winehq.org/docs/wineusr-guide/environment-v
ariables
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bugzilla(a)bowdin.net
Currently page states "To set them you should launch wine regedit and then go
to the
HKEY_CURRENT_USER/Environment"
In wine-1.0.1 the key does not exist. I eventually found it at
HKEY_LOCAL_MACHINE/System/CurrentControlSet/Control/SessionManager/Environment
--
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=25710
Summary: Posts from users mailing list not appearing on forum
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dimesio(a)earthlink.net
See http://forum.winehq.org/viewtopic.php?t=10782. The missing replies the
poster refers to are in the mailing list archives. Other threads are also
affected.
I did a spot-check comparison of the forum and archives, and it looks like
nothing from the mailing list has made it to the forum since mid-September,
2010.
--
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=21068
Summary: forum registration secret too hidden
Product: WineHQ.org
Version: unspecified
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
The link 'hint' should go to http://www.winehq.org/history
rather than to http://www.winehq.org/about
otherwise people could get lost.
--
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=12338
Summary: User Guide / 1.4.3. Virtual Machines - VirtualBox not
mentioned
Product: WineHQ.org
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jari.aalto(a)cante.net
User Guide / 1.4.3. Virtual Machines
Paragraph:
There are several different virtual machine offerings out there,
and some are also able to emulate x86 hardware on different
platforms. The open source Bochs and QEMU can run both Windows
and ReactOS virtually. Other, commercial virtual machine
offerings include VMware and Microsoft's VirtualPC.
SUGGESTION:
- Remove Bochs, not longer developed
- Add virtual box (based on QEMU)
--
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=10602
Summary: Wine-devel strange archive bug
Product: WineHQ.com
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: misc-web
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: marco(a)harddisk.is-a-geek.org
http://www.winehq.org/pipermail/wine-devel/ shows somehow March 2030 as archive
directory, but returns a 404 on all its pages.
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
http://bugs.winehq.org/show_bug.cgi?id=17019
Summary: Wine doesn't merge HKEY_CURRENT_USER\Software\Classes
into HKEY_CLASSES_ROOT
Product: Wine
Version: 1.1.11
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: damjan.jov(a)gmail.com
According to the MSDN
(http://msdn.microsoft.com/en-us/library/ms724498(VS.85).aspx), in the registry
HKEY_CLASSES_ROOT is a merged view of 2 registry locations:
HKEY_LOCAL_MACHINE\Software\Classes and HKEY_CURRENT_USER\Software\Classes.
My tests show that, under Wine, only HKEY_LOCAL_MACHINE\Software\Classes gets
merged into HKEY_CLASSES_ROOT.
Some applications install registry keys only under
HKEY_CURRENT_USER\Software\Classes. These keys won't appear in the merged view,
and will be missed by tools that look at HKEY_CLASSES_ROOT.
Simple test to reproduce:
Start regedit
Make a new key under HKEY_CURRENT_USER\Software\Classes
Look at HKEY_CLASSES_ROOT - it isn't there
--
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=25708
Summary: Installation problem. update-binfmts: --- Segmentation
fault --- start: Job failed to start
Product: Wine
Version: 1.2.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gherardo(a)yahoo.com
Created an attachment (id=32752)
--> (http://bugs.winehq.org/attachment.cgi?id=32752)
The dpkg log for install and removal
I have an Ubuntu 10.04 with latest fixes.
I have used wine without problems for year but a couple weeks ago' it started
not working. Even winecfg has problems like this:
winecfg
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00110000-68000000
preloader: Warning: failed to reserve range 7f000000-82000000
Segmentation fault
After many tentatives I decided to wipe wine and reinstall from scratch.
I tried 1.3, 1.2, 1.0 but this is what happens when I try to install Wine:
Selezionato il pacchetto winetricks.
Estrazione di winetricks (da
.../winetricks_0.0+20101106-0ubuntu1~lucidppa1_i386.deb)...
Selezionato il pacchetto wisotool.
Estrazione di wisotool (da .../wisotool_0.0+20101106~lucidppa1_i386.deb)...
Elaborazione dei trigger per python-gmenu...
Rebuilding /usr/share/applications/desktop.it_IT.utf8.cache...
Elaborazione dei trigger per desktop-file-utils...
Elaborazione dei trigger per man-db...
Elaborazione dei trigger per hicolor-icon-theme...
Elaborazione dei trigger per python-support...
Configurazione di wine1.2 (1.2-1ubuntu1~lucidppa1)...
start: Job failed to start
start: Job failed to start
update-binfmts: warning: current package is wine, but binary format already
installed by wine1.0
Configurazione di wine1.2-gecko (1.0.0-0ubuntu4)...
Configurazione di winetricks (0.0+20101106-0ubuntu1~lucidppa1)...
Configurazione di wisotool (0.0+20101106~lucidppa1)...
Elaborazione dei trigger per libc-bin...
ldconfig deferred processing now taking place
There is something wrong in the installation that I cannot trace back.
BTW, winecfg has the same problem as above and also no other program works.
I also have no .wine directory...
If I try to remore wine this is what happens...
Rimozione di wine1.2...
update-binfmts: warning: current package is wine, but binary format already
installed by wine1.0; not removing.
Eliminazione dei file di configurazione di wine1.2...
start: Job failed to start
Rimozione di wine1.2-gecko...
Rimozione di winetricks...
Rimozione di wisotool...
Elaborazione dei trigger per hicolor-icon-theme...
Elaborazione dei trigger per man-db...
Elaborazione dei trigger per python-gmenu...
Rebuilding /usr/share/applications/desktop.it_IT.utf8.cache...
Elaborazione dei trigger per desktop-file-utils...
Elaborazione dei trigger per libc-bin...
ldconfig deferred processing now taking place
Elaborazione dei trigger per python-support...
Attached is the dpkg log.
Thanks, Gherardo
--
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.