http://bugs.winehq.org/show_bug.cgi?id=26883
Summary: Sibelius 6 crash on startup after clean install
Product: Wine
Version: 1.3.18
Platform: All
URL: http://www.sibelius.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mabecabu(a)frontier.com
Created an attachment (id=34277)
--> (http://bugs.winehq.org/attachment.cgi?id=34277)
Terminal output
After installing Sibelius 6 from the retail CD, it refuses to start, displaying
the message:
<quote>
Error: 150021 (ERR_AUTH_REGTOOL_CANT_ACCESS_PIPE)
</quote>
And then states:
<quote>
There was a problem with file permissions. Are you logged in as an
administrator?
</quote>
It then exits. Running Sibelius as root makes no difference.
Dsound and Visual C++ 2008 runtimes are installed and required for Sibelius 6
to run at all.
--
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=26623
Summary: Tahoma glyphs have non-uniform size/look
Product: Wine
Version: 1.3.15
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: fonts
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: hramrach(a)gmail.com
Created an attachment (id=33891)
--> (http://bugs.winehq.org/attachment.cgi?id=33891)
screenshot of Tahoma used in gedit
I installed the Tahoma font in my fontconfig path in an attempt to fix an
application that insisted on using a Tahoma font.
When gedit is set to use font Tahoma 12 it renders some glyphs (eg rcaron) in
different size, weight, etc.
I can't enter these characters in Notepad so I can't tell if this happens in
Wine as well.
--
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=18304
Summary: OU Graph Plotter unhandled exception
Product: Wine
Version: 1.1.20
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kennybobs(a)o2.co.uk
Created an attachment (id=20835)
--> (http://bugs.winehq.org/attachment.cgi?id=20835)
wine-1.1.20-108-g445567e Graph Plotter
I get two very similar unhandled exceptions in two Open University
applications, Graph Plotter and elconfig.exe
To recreate:
1. Enter data in Graph Plotter.
2. Plot Graph.
OR
1. Launch S103 Block 8 Section 2
2. Skip twice (to skip voice introduction).
3. Enter an incorrect answer (correct answer doesn't cause the error).
Both cause an unhandled exception:
Unhandled exception: denormal float operand in 16-bit code
Logs for both attached.
--
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=11902
Summary: Miranda IM window improperly rendered totally
transparent
Product: Wine
Version: 0.9.57.
Platform: PC
URL: http://files.miranda-im.org/builds/miranda-v080a10w.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winex11.drv
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11194)
--> (http://bugs.winehq.org/attachment.cgi?id=11194)
Output of Miranda IM from startup to shutdown
Reproducing this issue is simple. Simply obtain and extract the ZIP file from
the bug URL, and run miranda32.exe from the extraction folder. A made up
profile name can be used, and then any login windows should be canceled. An
import wizard will be shown, but by this time the Miranda IM window is supposed
to be drawn. In actuality, the Miranda IM window is rendered totally
transparent, and from the terminal, the messages:
fixme:xrender:X11DRV_AlphaBlend Ignoring SourceConstantAlpha 150 for
AC_SRC_ALPHA
fixme:xrender:X11DRV_AlphaBlend Ignoring SourceConstantAlpha 180 for
AC_SRC_ALPHA
which would seem to point at an issue in winex11.drv. Output is attached.
--
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=11536
Summary: Worms World Party doesn't respond after match
Product: Wine
Version: 0.9.52.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: rpgraca(a)gmail.com
After most matches, like missions and deathmatch and in multiplayer games in
the 3rd game, the game doesn't respond to mouse input and I only get beeps when
I click on the window. This does't happen in multiplayer games whenever the
final result 2-0 or 1-0.
I get no stange message in the terminal.
--
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=24101
Summary: [Urgent] CreateProcess failed (1359) with process
tree.
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: guillaume.ortega(a)OpenPlug.com
Hi,
I working on porting an IDE on MacOSX with the help of Wine, And I discover a
random bug on wine.
Please use the sample code in attachement (BugProject visual studio project) to
reproduce it (to be compiled on Windows)
On Mac with Wine I get this type of message (Log in attachement
TestMacOSX10.6.4.log):
CreateProcess failed (1359).
On Windows everything work (Log in attachement WindowsXPSP3.log).
I used wine 1.2, 1.3.0 and 1.1.39 on MacOSX 10.6.4 SnowLeopard (Intel hardware)
and Windows XP SP3.
Could you help me?
Best Regards,
Syphius.
--
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=24353
Summary: MS-Word. export LANG=he_IL.UTF8. Broken word order
while writing.
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dotan.g(a)gmail.com
Hi,
I am an Hebrew speaker and writer. Hebrew is written, unlike English from
right-to-left. That means that when I write a document, I use both languages.
MS-Word has a long history of bug concerning this language switch inside the
document. But, I never had this problem before:
When I run MS-Word on wine, I use this: "export LANG=he_IL.UTF8". This enables
Hebrew. When I write in Hebrew it's fine and it works great. but, if I switch
to English... then the sentence "The car was damaged pretty badly" looks like
this: "car was damaged pretty badly the". if I use capital letter in the
beginning, then it looks like this: "he car was damaged pretty badlyT" if I use
a comman: "damaged pretty badly was .the car" and so on...
It seems that it can't handle ",./'\][!@#$%^&*()" as well as Capital letters
along side with the fact that it does a mix of a regular sentence.
If I hadn't run it with: "export LANG=he_IL.UTF8", then the same as above would
apply for Hebrew as well.
It is basic and very common for duel language writers to use both languages in
one document. the solution I found so far was just to use one of them... but I
can't really work like that.
Please check this out, MS-Word is an important tool as you may know.
Thank you for the attention,
Dotan.
--
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=10210
Summary: skybox is draw incorrectly
Product: Wine
Version: CVS/GIT
Platform: PC
URL: http://www.microsoft.com/games/combatfs2/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ead1234(a)hotmail.com
Created an attachment (id=8824)
--> (http://bugs.winehq.org/attachment.cgi?id=8824)
picture of error
When i launch the game it opens and the skybox outside of the cockpit is all
black, then when I press the escape key it brings up a box to confirm exit and
the sky is drawn, if I press cancel it goes back to being all black
--
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=20427
Summary: Lemmings Paintball: Crash when switching to
fullscreen.
Product: Wine
Version: 1.1.31
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ezekiel000(a)lavabit.com
When you choose to switch to fullscreen mode the game crashes (see attached
terminal output).
--
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=24980
Summary: windows size not saving
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emoxam(a)gmail.com
openned client connection do not save it's size after it was full screened
once.
it became always "fit to screen" size.
--
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=24197
Summary: Borderlands : installer skips many steps before
installing
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
Created an attachment (id=30465)
--> (http://bugs.winehq.org/attachment.cgi?id=30465)
log +msi
When I attempt to install Borderlands, the setup program installs the game
right away. It skips many pages and questions (eg. which users are allowed to
access the game, the game directory, etc.). When testing the game in Windows,
the installer asks all the required questions before installing the game. In
both cases the Launcher.exe program was used.
I uploaded a +msi log. If you need anything else, please ask.
--
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=25011
Summary: whispers don't suggest the files while typing names
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emoxam(a)gmail.com
"whisper" is a program! where you can store your password in a crypted
password.
So in the field "file name" i cannot find the file,
while i am typing the name of file system ignores me.. for sure i can use this
"type'n'select" function in a list of files.. but it's not what i want to.
how it always and everywhere working (even so whisper working in windows)
in the field "filename" you can type the fisrt letter of the file and the press
"enter" to open it if system suggest you a right file, or use scroll with a
"up" and "down" keys to select the other files system suggest you with letters
you typed.
Thank you!
--
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=11665
Summary: acdsee pro2 raw files
Product: Wine
Version: 0.9.55.
Platform: HP
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: 0632087736(a)orange.fr
CC: 0632087736(a)orange.fr
Installation of ACDSEE pro2 to manipulate raw picture files is from CD seems to
be ok
Try to start ok nothing special, clock in mouse icone in place of arrow and
nothing append no crash no error message, no run acdsee
--
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=17548
Summary: wine startup scans all fonts, takes ages
Product: Wine
Version: unspecified
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: felix-wine(a)fefe.de
wine startup takes ages for me, particularly the first time. I have about 3500
fonts installed on my system, and wine opens all the files at startup. This
takes 15-20 seconds on my moderately fast PC. I find this completely
unacceptable. We already have TWO font databases to avoid exactly this
unnecessary work: fontconfig and the "Software\\Wine\\Fonts\\External Fonts"
key in user.reg.
Please give me a way to stop this.
--
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=24997
Summary: HeavyMetal Pro crashes on closing when a Mech design
was loaded
Product: Wine
Version: 1.3.6
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: debian(a)carbon-project.org
CC: bunglehead(a)gmail.com
Created an attachment (id=31669)
--> (http://bugs.winehq.org/attachment.cgi?id=31669)
Crash on close with Wine 1.3.6
Nikolay Sivov fixed bug 21665 with commit
6ec621e835e03f715d5fee27c5de5b0d361814de in Git, since then it is possible to
easily load any Mech design in HeavyMetal Pro 5.10 R3. But unfortunately this
commit revealed another bug: if you've loaded any Mech design (I think I've
tried over twenty by now) and then close the program (any other action like
attempting to print (see bug 21666) doesn't change this behaviour), you get the
crash you can see in the attached log.
I'm currently using Wine 1.3.6 + 2 patches (see
<http://dev.carbon-project.org/debian/wine-unstable/> for details).
--
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=14772
Summary: The Hobbit (Game) can´t install
Product: Wine
Version: 1.1.2
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pro.rammstein(a)googlemail.com
Created an attachment (id=15296)
--> (http://bugs.winehq.org/attachment.cgi?id=15296)
it´s the report of the terminal
The game instalation stops at the half with the errror -1603 (msi)
I coppied the two cd on my harddrive3 and started the insatlation.
sorry for my bad english
hope you can help or fix, marcel
--
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=21112
Summary: fixme:ntdll:NtLockFile I/O completion on lock not
implemented yet (with Newsbin 32 Bit Client)
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: johannes.black(a)gmail.com
newest 32 bit newsbin beta under wine (debian unstable)
After starting and using newsbin (usenet client)
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
fixme:ntdll:NtLockFile I/O completion on lock not implemented yet
wine: Unhandled page fault on execute access to 0x7d88d9f0 at address
0x7d88d9f0 (thread 0024), starting debugger...
err:ntdll:RtlpWaitForCriticalSection section 0xa91498 "?" wait timed out in
thread 003b, blocked by 003c, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0xa91498 "?" wait timed out in
thread 0039, blocked by 003c, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0xa91498 "?" wait timed out in
thread 003a, blocked by 003c, retrying (60 sec)
In the meantime is there any workaround available?
--
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=17032
Summary: Lord of the Rings: Conquest gets stuck on main menu
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P3
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mcflow-forum(a)gmx.net
Created an attachment (id=18831)
--> (http://bugs.winehq.org/attachment.cgi?id=18831)
command line output
After creating a profile, the game enters the main menu. At the right you can
choose multiplayer, singleplayer options and so on and on the upper middle part
of the screen there is just a bar that says "loading". And it seems to load
forever.
I attached command line output but I am pretty sure there are no hints on it
because the output does not change if the game changes from intro movies to
main menu.
Anyone any idea what component can be related to the problem? I tried
WINEDEBUG=+all but then then wine is busy with giving output before something
happens a very long 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=19801
Summary: cygwin can't run a batch file from inside a shell
script without explicit cmd /c
Product: Wine
Version: 1.1.27
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Given the batch file foo.bat containing
echo FOO
and the shell script 'foo.sh' containing
./foo.bat
the command
./foo.bat
interactively will output
FOO
on both cygwin/windows and cygwin/wine, but the command
sh foo.sh
will produce
FOO
on cygwin/windows but will fail on cygwin/wine saying
foo.sh: line 1: ./foo.bat: permission denied
This happens both in an interactive cygwin shell started under wineconsole,
as well as the naked command
$ wine ~/.wine/drive_c/cygwin/bin/sh foo.sh
which sometimes says permission denied, and sometimes says "bad address", e.g.
foo.sh: line 1: ./foo.bat: Bad address
13 [main] sh 50! _cygtls::handle_exceptions: Error while dumping state
(probably corrupted stack)
foo.sh: line 1: 50 Segmentation fault (core dumped) ./foo.bat
So the "permission denied" error might be a symptom of a crash, too.
This was found while trying to automate the chrome and firefox build
setup procedures.
--
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=18734
Summary: DlgDirList(DDL_DRIVES|DDL_DIRECTORY) on 16-bits
displays files on listbox in Windows but not Wine.
Product: Wine
Version: 1.1.22
Platform: PC
OS/Version: Linux
Status: NEW
Keywords: download, patch, source, win16
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a_villacis(a)palosanto.com
Created an attachment (id=21484)
--> (http://bugs.winehq.org/attachment.cgi?id=21484)
Screenshot of problem (QEMU virtual session and Wine, side by side)
When an 16-bit Windows application displays a listbox and manually fills it
with DlgDirList (not as a part of a Common Dialog), the flag combination
DDL_DRIVES|DLL_DIRECTORY should make files appear according to the set filter.
Wine does not do this, as it (incorrectly) appends DDL_EXCLUSIVE to the bitmask
of flags before delegating to 32-bit code.
--
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=21404
Summary: winedbg does not support fixed host:port parameter
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: winedbg
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: myvonkpos(a)mweb.co.za
If using winedbg to debug Windows apps in a Linux IDE is to become practical
winedbg --gdb --no-start needs an extra parameter to specify a fixed host:port
TCP connection, similar to what gdbserver has. Currently the port is chosen at
random, which means IDEs have to be reconfigured on every debug attempt.
--
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=24374
Summary: Driller fails to run
Product: Wine
Version: 1.3.2
Platform: x86
URL: http://download.ovinebydesign.com/driller/download.asp
x
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gyebro69(a)gmail.com
Created an attachment (id=30720)
--> (http://bugs.winehq.org/attachment.cgi?id=30720)
terminal output
Driller is a freeware remake of a classic 3D adventure game, which was quite
popular in the 8-bit computer era.
The standalone executable Driller.exe fails to run in Wine, showing only a
messagebox, saying:
'Error! User lib not found', then it quits.
I can't verify how it behaves under a native Windows environment because I have
no Windows installed. According to the developer's page the game is Vista
compatible.
I'm not sure it has something to do with the issue, but the Driller.exe is
packed/protected(?) by Molebox Ultra. That is some kind of virtualization which
helps creating portable applications.
Fedora 13
Nvidia 7600 / driver 256.53
--
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=18164
Summary: dlls/iphlpapi/ifenum.c: compiler warnings
Product: Wine
Version: 1.1.19
Platform: PC
OS/Version: NetBSD
Status: NEW
Keywords: source
Severity: minor
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT
-fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement
-Wwrite-strings -Wpointer-arith -I/usr/pkg/include -I/usr/include
-I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -O2 -I/usr/pkg/include
-I/usr/include -I/usr/X11R7/include/freetype2 -I/usr/X11R7/include -o
./ifenum.o ./ifenum.c
./ifenum.c: In function 'enumIPAddresses':
./ifenum.c:693: warning: pointer of type 'void *' used in arithmetic
./ifenum.c:693: warning: comparison of distinct pointer types lacks a cast
./ifenum.c: In function 'getIPAddrTable':
./ifenum.c:754: warning: pointer of type 'void *' used in arithmetic
./ifenum.c:754: warning: comparison of distinct pointer types lacks a cast
No patch for this one yet. Won't complain if someone beats me to 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=27497
Summary: Regedit mangles registry keys containing embedded
NULLs
Product: Wine
Version: 1.3.22
Platform: x86
URL: http://www.gog.com/en/gamecard/sacrifice
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Created an attachment (id=35155)
--> (http://bugs.winehq.org/attachment.cgi?id=35155)
raw file
Noticed this while messing around with Sacrifice
(http://www.gog.com/en/gamecard/sacrifice).
The game stores a few keys with embedded NULLs, apparently all the ones that
store string values (dword/hex values aren't affected).
Looking at the raw registry (system.reg) shows the values fine:
"Graphic detail"=dword:00000000
"IP address"="\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"
"Key repeat delay"=dword:0000000a
"Key repeat start"=dword:00000032
but if I export the key with wine's regedit, it mangles them:
"Graphic detail"=dword:00000000
"IP address"=""Key repeat delay"=dword:0000000a
"Key repeat start"=dword:00000032
notice how a quote goes missing along with the newline. The game really likes
those newlines. If I remove them and rerun the game, then adjust its settings,
it adds them back.
I'll attach a text file with the raw registry, along with what I get when
exporting.
--
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.