http://bugs.winehq.org/show_bug.cgi?id=8051
--- Comment #96 from Warren Dumortier <nwarrenfl(a)gmail.com> 2009-02-26 09:54:24 ---
The game needs both Pixel and vertex shaders to be enabled, otherwise the game
itself gives this error in a dialog (not Wine):
The application has crashed. it will now terminate.
Wine itself does not give any error.
Thanks for answering! ;)
--
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=8051
Stephen Pape <srpape(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |srpape(a)gmail.com
--- Comment #95 from Stephen Pape <srpape(a)gmail.com> 2009-02-26 09:50:00 ---
(In reply to comment #92)
> The game starts and seems to work with the patch, but with graphical bugs.
> The second part of the patch is not necessary anymore, i think, but it works
> withtout this part...
>
> Characters are red, i presume this is caused by the vertex shaders.
> I've attached a screenshot of the bug and a log, is there maybe a way to fix
> this graphical bug with a hack/patch?
>
Looks sort of like this bug: http://bugs.winehq.org/show_bug.cgi?id=15081
Maybe you can try turning off vertex shaders in winecfg?
--
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=8051
--- Comment #92 from Warren Dumortier <nwarrenfl(a)gmail.com> 2009-02-26 09:45:53 ---
The game starts and seems to work with the patch, but with graphical bugs.
The second part of the patch is not necessary anymore, i think, but it works
withtout this part...
Characters are red, i presume this is caused by the vertex shaders.
I've attached a screenshot of the bug and a log, is there maybe a way to fix
this graphical bug with a hack/patch?
--
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=6316
--- Comment #36 from rdonnelly <rdonnelly(a)hvc.rr.com> 2009-02-26 09:23:07 ---
(In reply to comment #35)
> The current demo available from the download link is version 18. It behaves
> exactly as described in comment #5. I ran a regression test, setting good at
> 1.0-rc1 and bad at 0.9.42 based on the reports in comments 2 & 15 that printing
> invoices used to work. All the bisects came up bad. If this is a regression, it
> occurred before 0.9.42.
>
Are the older versions of wine available? I don't think business users actually
would need the latest and greatest release of wine, depending on what they are
using under windoze.
--
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=6316
Rosanne DiMesio <dimesio(a)earthlink.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dimesio(a)earthlink.net
--- Comment #35 from Rosanne DiMesio <dimesio(a)earthlink.net> 2009-02-26 08:49:18 ---
The current demo available from the download link is version 18. It behaves
exactly as described in comment #5. I ran a regression test, setting good at
1.0-rc1 and bad at 0.9.42 based on the reports in comments 2 & 15 that printing
invoices used to work. All the bisects came up bad. If this is a regression, it
occurred before 0.9.42.
--
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=17537
Summary: Can't export virtual desktop registry settings
Product: Wine
Version: 1.1.15
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, source
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Noticed a weird bug when setting up daily winetest. I wanted to test in a
virtual desktop, but using:
wine explorer /desktop=name,1024x768 program.exe
is impractical for obvious reasons. So I decided to use the registry key in the
registry. I enabled it in winecfg and used regedit to export the key, then the
same to import it each time. Regedit's .reg file is:
-------
REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\Explorer]
"Desktop"="Default"
[HKEY_CURRENT_USER\Software\Wine\Explorer\Desktops]
"Default"="800x600"
-------
looks fine. But importing that fails. Curious, I ran diff on the .wine and
found that apparently regedit isn't exporting the full key:
-------
REGEDIT4
[HKEY_CURRENT_USER\Software\Wine\Explorer]
"Desktop"="Default"
[HKEY_CURRENT_USER\Software\Wine\Explorer\Desktops] 1234567890
"Default"="800x600"
-------
Notice the timestamp. I suppose it's a regedit bug, but do we actually need
that timestamp? Looking at the diff more, seems it's also used in:
+[Software\\Wine\\Fonts] 1235641812
-[Software\\Wine\\Fonts\\External Fonts] 1235641855
+[Software\\Wine\\Fonts\\External Fonts] 1235641812
Does that really need to change each time winecfg is ran?
Importing the registry key allows the virtual desktop to work fine.
--
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=5971
Dylan Smith <dylan.ah.smith(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dylan.ah.smith(a)gmail.com
--- Comment #12 from Dylan Smith <dylan.ah.smith(a)gmail.com> 2009-02-26 02:49:50 ---
(In reply to comment #11)
> Now it crashes, if we use builtin riched20 (i think because support of
> windowless richedit control get in partially)
>
I think this patch that I just sent will fix the crash.
richedit: Avoid crashing if TxSendMessage is called with NULL plresult.
http://www.winehq.org/pipermail/wine-patches/2009-February/069963.html
--
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=5162
Dylan Smith <dylan.ah.smith(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #19248|0 |1
is obsolete| |
--- Comment #29 from Dylan Smith <dylan.ah.smith(a)gmail.com> 2009-02-26 00:45:23 ---
Created an attachment (id=19667)
--> (http://bugs.winehq.org/attachment.cgi?id=19667)
Rebased quick and dirty drawing patch
Rebased the patch against the origin as requested
--
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.