http://bugs.winehq.org/show_bug.cgi?id=12903
Summary: Update links in "Support" section to point to wiki if
possible
Product: WineHQ.org
Version: unspecified
Platform: Other
URL: http://www.winehq.org/
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: saturn_systems(a)yahoo.com
Making it easier to update the wine website.
Update links in "Support" section to point to wiki if possible or just have
one link redirecting to the wiki.
(or transfer these pages to the wiki so they can be updated)
Current links listed next to name with suggested new link in [..] brackets.
"Support"
-----
Getting Help http://www.winehq.org/site/getting_help
[ ] move to wiki and update
-----
FAQ http://wiki.winehq.org/FAQ
[ ] leave as it
-----
Documentation http://www.winehq.org/site/documentation
[ ] move to wiki and update
-----
HowTo http://www.winehq.org/site/howto
[ ] move to wiki and update
-----
Live Support Chat http://www.winehq.org/site/irc
[ ] move to wiki and expand on this.
-----
Paid Support http://www.codeweavers.com/
[ http://wiki.winehq.org/CodeWeavers ] redirect to wiki or to a new page called
PaidSupport and give people of choice of supporting improvements to Wine by
donating to the project to have a specific program being worked on like on the
codeweavers pledges except here?
--
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=10815
Summary: Cannot drag images into photoshop 7 from the web /
desktop
Product: Wine
Version: 0.9.51.
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Keywords: download
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
In
http://appdb.winehq.org/objectManager.php?sClass=version&iId=1336 ,
Peter Cartright said:
3. Cannot drag images into photoshop from the web / desktop.
--
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=13702
Summary: Splinter Cell 1.02b: Graphics are broken
Product: Wine
Version: 1.0-rc3
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: meizinteizi(a)hotmail.com
Playing the game is impossible because the graphics are broken all the way from
the menu.
--
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=17390
Summary: multiple overlapping reads / writes bigger than
SO_SNDBUF / RCV result in data corruption
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
multiple readers of the same filedescriptor, NtReadFile, when reading data
amounts that are larger than the SO_RCVBUF and/or SO_SNDBUF, could potentially
end up corrupting the data because of overlaps in the reads. solutions involve
having to do per-file critical sections and YES that's a generic problem even
on standard files not just pipes not just messagemode pipes ALL files.
likewise multiple writers to same filedescriptor, NtWriteFile.
--
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=9325
Summary: When pressing DELETE key character ,(comma) is
displayed.
Product: Wine
Version: 0.9.43.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-misc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: vanek(a)vsoft.sk
When pressing DELETE key character ,(comma) is displayed. It happens only if
the Slovak keyboard layout is activated.
Note: the virtual code of DELETE key in Windows is 0x2E (comma in Ascii), it
seemed that it is not recognized as function key.
--
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=17979
Summary: Suspected Rounding Error
Product: Wine
Version: 1.0.1
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jimrorie(a)logisys.biz
I am running confidence tests on some mass spectrometry software to verify that
it works the same under wine as it does under windoze. Pretty much everything
is working with the exception of file conversion.
I'm seeing rounding errors in the text file output. Not sure which side they
are on, but consistently, the least significant digit is '3' on windows and '2'
under ubuntu. No other digits are involved. Here is a sample diff:
diff compare/test.10008.10008.4.dta comparewin/test.10008.10008.4.dta
213c213
< 1163.312 84.55
---
> 1163.313 84.55
diff compare/test.10154.10154.4.dta comparewin/test.10154.10154.4.dta
592c592
< 1387.812 26.53
---
> 1387.813 26.53
diff compare/test.10208.10208.4.dta comparewin/test.10208.10208.4.dta
187c187
< 1413.062 17.90
---
> 1413.063 17.90
I am using a clean 1.0.1 with winetricks installed mfc42 and vcrun6. Could be
printf type formatting error. The trace+all file is about 2GB. I cut a section
out that shows a dive into the widechar/printf stuff that may be of interest.
Source data is a 300MB vendor binary data file and this program is the
conversion software, so I can't cut it down to make it more manageable. If
someone can give me a filter for the trace, I will supply it.
--
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=17461
Summary: Silkroad login screen stuck
Product: Wine
Version: 1.1.14
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: era.um.heron(a)hotmail.com
Well I installed silkroad today, and for first, it wouldn't patch, it said the
"Replacer.exe" was damaged, I tryied to reinstall it a lot of times and nothing
worked.
I went to windows, installed silkroad and updated it, it runs perfectly normal,
so I came back to Ubuntu for installing it again.
I copyed all the folder from Windows and pasted it on
/home/user/.wine/drive_c/Program Files/Silkroad/
when I tryed to open it, it says "Failed on running Silkroad.exe"
and also, when I try to run it directly from the windows folder
(double-clicking on the silkroad.exe at the windows HD) it opens well, but when
the game should start, everything stop working, and the Silkroad music keep
playing.
Any solution?
--
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=17460
Summary: No video output in Tachyon
Product: Wine
Version: 1.1.15
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: epimetreus(a)fastmail.fm
Created an attachment (id=19547)
--> (http://bugs.winehq.org/attachment.cgi?id=19547)
Console output
I installed Tachyon: The Fringe, updated to 1.00.00.36r, and applied a no-cd
fix to bypass the "Insert a CD" error I was getting.
The game launches okay, but the screen is completely black; I can hear sound
effects as I move the mouse around the screen, but I don't see anything.
I'm running the game with this command: wine explorer /desktop=800x600
tachyon.exe -dx8
I do not really get any console output; I'm attaching everything I get.
--
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=17612
Summary: A Stroke of Fate doesn't run
Product: Wine
Version: 1.1.16
Platform: PC-x86-64
URL: http://ru.akella.com/Files/Games/1815/NKVD_Valkyrie_demo
.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: iliotropion2006(a)yandex.ru
Created an attachment (id=19786)
--> (http://bugs.winehq.org/attachment.cgi?id=19786)
screenshot of the error message
After running "wine game.exe" a alert window appears (see the screenshot). The
game was developed by WinterMute Engine (http://dead-code.org) and usually
WME-games work under Wine good.
--
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.