http://bugs.winehq.org/show_bug.cgi?id=25431
Summary: Wine shouldn't change the gamma value
Product: Wine
Version: 1.3.8
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: incarus6(a)googlemail.com
Some games (like Shaya http://shaiya.aeriagames.com/ ) can change the gamma
value (I don't know how exactly, but it have the same effect as using the
xgamma command in Linux). When you play in windowed mode (or with dual-screen)
it is really annoying (and causing eyestrain) when the gamma value is too high.
There should be an option to disable the possibility for games and software to
change the gamma value.
--
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=21114
Summary: Chessbase products - antialiasing has no effect
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: gdiplus
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jskartman(a)gmail.com
When turned on antialiasing the pieces are draw with the same quality as of
antialiasing off. The antialiasing has no effect.
You can use chessbase light to test.
http://www.chessbase.com/DOWNLOAD/cblight/index.asp
--
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=32310
Bug #: 32310
Summary: EVEMon needs
System.Net.NetworkInformation.NetworkChange
implementation
Product: Wine
Version: 1.5.18
Platform: x86
URL: http://evemon.battleclinic.com/
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: madewokherd(a)gmail.com
Classification: Unclassified
To reproduce, install EVEMon without .NET, and try to run it.
It crashes on startup with an exception:
System.EntryPointNotFoundException: CreateNLSocket
at (wrapper managed-to-native)
System.Net.NetworkInformation.NetworkChange:CreateNLSocket ()
at System.Net.NetworkInformation.NetworkChange.EnsureSocket () [0x00000] in
<filename unknown>:0
at System.Net.NetworkInformation.NetworkChange.Register
(System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler d)
[0x00000] in <filename unknown>:0
at System.Net.NetworkInformation.NetworkChange.add_NetworkAvailabilityChanged
(System.Net.NetworkInformation.NetworkAvailabilityChangedEventHandler value)
[0x00000] in <filename unknown>:0
at EVEMon.Common.Net.NetworkMonitor.Initialize () [0x00000] in <filename
unknown>:0
at EVEMon.Common.EveMonClient.Initialize () [0x00000] in <filename unknown>:0
at EVEMon.Program.Main () [0x00000] in <filename unknown>:0
CreateNLSocket is an entry point into the MonoPosixHelper library. AFAICT it's
only implemented on Unix-like systems and would not be possible to implement on
Windows. So we need an alternative implementation of
System.Net.NetworkInformation.NetworkChange that's based on the Windows API.
Probably the NotifyAddrChange function could be used to detect changes, using
System.Threading.AutoResetEvent and ThreadPool.RegisterWaitForSingleObject to
get the event notification into the .NET world.
I think this would be a good introduction to Mono development, if anyone needs
one.
--
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=23192
Summary: 2D graphics in Mathematica are not antialiased while
on Windows they are
Product: Wine
Version: 1.2-rc2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b7.10110111(a)gmail.com
To see this, try Plot[Sin[x],{x,-10,10}] in Windows and in Wine. Output in
Windows is antialiased while in wine it's jagged.
--
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=27197
Summary: Russian Fishing game not starting
Product: Wine
Version: 1.3.20
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sir-lexa(a)yandex.ru
Russian Fishing game not starting. It just says:
fixme:mscoree:get_runtime_info unsupported startup flags 2
--
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=26020
Summary: Miner Wars Demo: crashes on startup
Product: Wine
Version: 1.3.13
Platform: x86
URL: http://www.fileplanet.com/218230/210000/fileinfo/Miner
-Wars-Demo
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: mscoree
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
austin@aw21 ~/.wine/drive_c/Program Files/Miner Wars $ wine
MinerWarsLauncher.exe
Unhandled Exception: System.ArgumentException: invalid utf-16 sequence at
3340336 (missing surrogate head)
Parameter name: string
at (wrapper managed-to-native) System.Type:internal_from_name
(string,bool,bool)
at System.Type.GetType (System.String typeName) [0x00000] in <filename
unknown>:0
at .. (System.String ) [0x00000] in <filename unknown>:0
at .. (Int32 ) [0x00000] in <filename unknown>:0
. (System.String[] ) [0x00000] in <filename unknown>:0
Also exhibits bug 25192.
Appears to be a mono bug. If I use dotnet20 instead of mono28, app starts up.
--
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=24190
Summary: Playon installer fails
Product: Wine
Version: 1.3.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=30453)
--> (http://bugs.winehq.org/attachment.cgi?id=30453)
console output
The installer for Playon fails. First it informs me to install mono to run .NET
executables, after installing mono it still fails with an msi error.
--
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=28978
Bug #: 28978
Summary: Statistica 10 trial crash during instalation
Product: Wine
Version: 1.3.31
Platform: x86
URL: http://www.statsoft.cz/file1/STATISTICA_TRIALV10CZ.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pavel.ondracka(a)gmail.com
Classification: Unclassified
Created attachment 37268
--> http://bugs.winehq.org/attachment.cgi?id=37268
terminal output
During Statistica 10 trial installation there is a crash in rundll32.exe and
installer program finish unsuccessfully. winetricks mono210 is required.
Sorry about the download program in Czech language, haven't found any english
version. However its really easy to reproduce, just run the exe file and wait
for crash.
--
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=27215
Summary: Capsized fails to launch
Product: Wine
Version: 1.3.20
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: orzechowskid(a)gmail.com
Created an attachment (id=34776)
--> (http://bugs.winehq.org/attachment.cgi?id=34776)
console output (default debug flags)
Capsized, a game purchased through Steam, fails to run. WINE is complaining
about code in the Microsoft XNA Framework which can't be executed by the
Windows version of Mono that the game automatically installed when it ran for
the first time.
--
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=27030
Summary: iTunes 10.2.2 : Incomplete UI Graphics (Notably Slider
Bars and Partitioners)
Product: Wine
Version: 1.3.15
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: haggisman2005_23(a)hotmail.com
Steps To Reproduce
Install x86 iTunes with Wine under XP mode
Swap to Win7 Mode and run
Decline CD autorun
winetricks riched20 <-- Bypass http://bugs.winehq.org/show_bug.cgi?id=24255
Now you can see from my screenshot what is garbled, slider bars have a
particular problem.
Note: On every startup it will warn you about it not being installed correctly
and have issues with CD mounting. This is a known bug, just hit "ok" and ignore
it. Does not affect this bug being reported.
--
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.