http://bugs.winehq.org/show_bug.cgi?id=17438
Summary: Giants: Citizen Kabuto 1.4 crashes when changing
resolution
Product: Wine
Version: 1.1.15
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ploujj(a)gmail.com
Created an attachment (id=19521)
--> (http://bugs.winehq.org/attachment.cgi?id=19521)
wine log
- start Giants in Wine with '~/work/wine-build/wine Giants 2>&1|tee wine.log'
- go to: Options -> Graphics Options -> Change Resolutions
- observe current resolution set to 800x600x32 and the Display Driver set to
"DirectDraw HAL Wine D3D7 T&L HAL"
- select 1024x768x32
- click "Apply Changes"
- wait a bit for the game to reload and crash
exact wine version: wine-1.1.15-58-g3fa05ae.
video card: GeForce 8600 GTS/PCI/SSE2
OpenGL: 2.1.2 NVIDIA 177.82 - directly from Nvidia's website
OS: Fedora 9 x86_64
Giants version: 1.4 purchased from http://www.gog.com (supposedly with
Graphical Revision Mod (GRM) installed)
--
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=13727
Summary: In Circuitmaker 2000 cloned part tries to pan down
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: brodo(a)o2.pl
While using Circuitmaker 2000 pro - when I duplicate a part in a schematic
editor near the bottom edge of the window this cloned part tries to "pan" down
the working area in an uncotrollable way.
The only thing to do is to stop the software and start again so one can loose
an unsaved part of the job.
So I must remember now not to clone schematic parts near the bottom edge of the
Circuitmaker's schematic editor.
--
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=14627
Summary: regedit broken due to locale settings
Product: Wine
Version: unspecified
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: galtgendo(a)o2.pl
I'm not sure I can describe this correctly.
I've got a few registry keys that contain Japanese signs (in values).
Regedit can't export those keys correctly, when I run
in my own locale (pl_PL.UTF-8). They also fail to be displayed then.
(The key names are ASCII, the values are not).
But when I run as LANG=ja_JP.UTF-8, something strange happens,
while regkey can be exported (as CP932, which sucks a bit, IMHO),
it can't be viewed. The treeview of the key shows a plus beside it,
but the key values are not shown and clicking that plus doesn't expand
the subkey (in my standard locale, at least subkey got expanded).
(I'll just ignore for now the fact, that in my locale, if keyname
is Japanese, it's shown as question signs.)
--
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=16551
Summary: install fails - msi_cabextract FDICopy fails
Product: Wine
Version: 1.1.10
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: john.solomon(a)indysoft.com
First, forgive me, I am a noooooob in every sense of the word.I have not used
any linux or distro before. I have just started using Ubuntu 8.04 in an
experiment to run two apps. that I use often. One is an Firebird db for asset
management (work) and the other is a Cad/Cam program (play). It took a while
but I got the Firebird to run in wine (1.1.10). I am having issues with the cad
program called eCabinets. The mfg for the program does not support their
software outside of windows 2000 or XP. The install is interupted before it
finishes (when copying files). It sounds like the issue reported for
Office2003, Quickbook, COD and a few others. your case ids 15887, 15642 and
11719
err:msi:msi_cabextract FDICopy failed
err:msi:ACTION_InstallFiles Failed to extract cabinet: L"Data1.cab"
err:msi:ITERATE_Actions Execution halted, action L"InstallFinalize" returned
1627
err:msi:ITERATE_Actions Execution halted, action L"ExecuteAction" returned 1627
the full log is attached
The program uses DAO, jet40 for its access databases. I used wine-doors to get
DAO, Jet and a few others that sound like they might be needed like windows
common controls, XP library, runtime libs
I have done so much trying to get this solve short of rollbacks and unistalls,
I am doing circles
If there is anything else I can tell you, please let me know. But please dumb
down your questions for noooobs and dont be suprised if I ask stupid questions.
btw... Ubunto and wine..... rocks..... can you say bye bye Bill Gates?
--
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=11965
Summary: WSAStartup() is not required to do networking
Product: Wine
Version: 0.9.49.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P1
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mark(a)ookoo.org
On Windows (tested at least on Xp, and this is also according to MSDN doc),
when calling any network function, you absolutely have to call WSAStartup()
before.
If you didn't call WSAStartup(), any ws2_32 function will fail, with error
WSANOTINITIALISED (10093).
I'm writing cross-compilable programs on linux that should also run on Win32,
and I do all my tests on wine.
It took me a while to find out why people trying to use this program on real
windows boxes had troubles accessing network.
The expected behaviour for Winsock2 functions is to fail, unless WSAStartup()
was called. For each time you call WSAStartup(), you have to call WSACleanup()
once.
--
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=14412
Summary: staruml can't load examples
Product: Wine
Version: CVS/GIT
Platform: Other
URL: http://www.staruml.com
OS/Version: other
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: msxml3
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
This is the next bug in this app after bug 5565.
To reproduce:
rm -rf .wine
wget
http://internap.dl.sourceforge.net/sourceforge/staruml/staruml-5.0-with-cm.…
wget http://kegel.com/wine/winetricks
sh winetricks vcrun6
wine staruml-5.0-with-cm.exe
Then run the app, and do File / Open and load one of the examples.
You will see an OLE error dialog, and the fixme
fixme:msxml:domdoc_put_onReadyStateChange
When you quit, the app will crash:
wine: Unhandled exception 0x0eedfade at address 0x0000:0x7ee2b974 (thread
0028), starting debugger...
(winetricks msxml4 should rescue it; I haven't checked that since bug 5565.)
--
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=12583
Summary: clipboard monitor is not working in PSPad
Product: Wine
Version: 0.9.59.
Platform: PC
URL: http://www.pspad.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: petr.dlouhy(a)email.cz
No function of clipboard monitor (tool->clipboard monitor window; alt-m) is
working in PSPad 4.5.3.
--
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=16992
Summary: Stale FAQ url shows up on google "wine faq" should be
removed.
Product: WineHQ.org
Version: unspecified
Platform: PC
URL: http://www.winehq.org/site/docs/wine-faq/index
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: www-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: monster.romster(a)gmail.com
A stale page has been found and I suggest it be removed in favor of the newer
http://wiki.winehq.org/FAQ page.
--
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=12129
Summary: Change icon and name of Bugzilla search plugin
Product: WineHQ Bugzilla
Version: unspecified
Platform: Other
URL: javascript:window.external.AddSearchProvider('http://bugs.winehq.org/search_plugin.cgi')
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ng.ehahn(a)gmx.de
On the frontpage of Bugzilla, you are offered a search plugin. This plugin has
the caption "Bugzilla" and a generic Bugzilla icon. This way, it could be any
Bugzilla, nothing shows it's the Wine one.
Instead, the caption should be something like "Wine Bugzilla" and the icon
should also be related to Wine. (Maybe the Favicon?)
--
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=16300
Summary: wine user guide mentions winecfg before it explains how
to start a program
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: madewokherd(a)gmail.com
Wine has now developed to the point where the default configuration is good
enough for most people. Asking people to run winecfg to configure Wine first no
longer makes sense; explaining how to run programs and installers first works
better. The user guide should reflect that.
--
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=13875
Summary: Lego Island doesn't display 3D
Product: Wine
Version: 1.0-rc4
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: echidnaman(a)gmail.com
Created an attachment (id=13955)
--> (http://bugs.winehq.org/attachment.cgi?id=13955)
Error log
Instead of displaying 3D, Lego Island renders a black screen. This used to
work, and I'm guessing this broke around the time the iPixelFormat bug came
into existence.
--
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=12303
Summary: Halo has white boxes covering menu items when it loads
the first screen.
Product: Wine
Version: 0.9.58.
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jzimm0007(a)msn.com
When I try to run the halo demo I get white boxes over the areas that should
say campaign, etc. I can not click on any of them. I tried using the keyboard,
but that was unsuccessful. I attempted safe mode, but that still did not work.
I even installed directx 9.0 march 2008 distribution. The halo demo still had
the white boxes covering the menu items after that.
http://wine-review.blogspot.com/2007/11/halo-combat-evolved-on-linux-with-w…
This is a blog showing halo working under wine.
http://wine-review.blogspot.com/2008/03/directx-90c-march-2008-redistributa…
This is a blog showing how to install directx 9.0c march 2008 redistributable,
which I thought would help, but it did not seem to. It mentioned that I have a
GeForce graphics card when it asked me if I wanted to run in safe mode. I
actually have an ATI Radeon X1050 graphics card. I keep updating to the newest
release to see if the latest improvements to wine will make it work properly.
--
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=15686
Summary: Microsoft Word 5.5 for DOS does not install; int 21h
ah=41h not fully implemented
Product: Wine
Version: 1.1.6
Platform: Other
URL: http://download.microsoft.com/download/word97win/Wd55_be
/97/WIN98/EN-US/Wd55_ben.exe
OS/Version: other
Status: NEW
Keywords: download, Installer
Severity: normal
Priority: P2
Component: dos
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
According to http://en.wikipedia.org/wiki/Microsoft_word#Word_1981_to_1989,
the full version of Microsoft Word 5.5 for DOS is available
for free download from Microsoft's servers. The filename is Wd55_ben.exe
and the sha1sum is da7c939d6bd7b06d91d3abe6094bd6e424009089.
The app is delivered as a self-extracting zipfile.
Letting it unpack itself curiously unpacks everything
in the same directory, leading to multiple clashes.
Better to unpack it with unzip, then it puts things in
multiple directories with no clashes.
Running the unpacked SETUP.EXE fails with
SYS2090: The system is unable to load the program.
According to http://pages.videotron.com/mikereid/readme.txt,
this error means insufficient free memory.
+int21 shows
trace:int21:DOSVM_Int21Handler AX=4a0d BX=ffff CX=3456 DX=0000 SI=0000 DI=0000
DS=10cb ES=10cb EFL=000b0206
trace:int21:DOSVM_Int21Handler RESIZE MEMORY segment 10CB to 65535 paragraphs
trace:dosmem:DOSMEM_ResizeBlock (0x10cb0,ffff0h,FALSE)
trace:int21:DOSVM_Int21Handler failed, error 0
trace:int21:DOSVM_Int21Handler returning: AX=0008 BX=8f35 CX=3456 DX=0000
SI=0000 DI=0000 DS=10cb ES=10cb EFL=000b0207
...
trace:int21:DOSVM_Int21Handler AX=4a08 BX=8f35 CX=3456 DX=0000 SI=0000 DI=0000
DS=10cb ES=10cb EFL=000b0246
trace:int21:DOSVM_Int21Handler RESIZE MEMORY segment 10CB to 36661 paragraphs
trace:dosmem:DOSMEM_ResizeBlock (0x10cb0,8f350h,FALSE)
trace:int21:DOSVM_Int21Handler failed, error 0
trace:int21:DOSVM_Int21Handler returning: AX=0008 BX=08f3 CX=3456 DX=0000
SI=0000 DI=0000 DS=10cb ES=10cb EFL=000b0247
and then it outputs the SYS2090 message. Evidently it tries to
resize a block of memory to the maximum possible size in the
DOS memory space (1MB, or 65535 paragraphs); DOS replies
"sorry, you can only resize that to 36661 paragraphs"; the
app says "OK, mate, give me 36661 paragraphs"; and DOS
says "Ha, ha, fooled you, you can't have that after all."
I'd abort if it were me, too.
Looking at winedos/int21.c:DOSVM_Int21Handler and
winedos/dosmem.c:DOSMEM_ResizeBlock, it looks like the
resize functionality isn't yet implemented.
--
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=11124
Summary: VAZ Modular Demo unable to exit raising access violation
exception
Product: Wine
Version: 0.9.52.
Platform: Other
URL: http://software-technology.com
OS/Version: other
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.hurst(a)shef.ac.uk
Created an attachment (id=10162)
--> (http://bugs.winehq.org/attachment.cgi?id=10162)
Screenshot showing popup error message
After running Vaz Modular Demo, trying to exit either through 'File->Exit', or
by clicking top-right X, an access violation is raised, and the application
does not exit.
--
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=11021
Summary: Unable to launch Universal Combat
Product: Wine
Version: 0.9.52.
Platform: Other
URL: http://www.worthdownloading.com/download.php?gid=490&id=
13639
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-directx-d3d
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: wine(a)temporaryforwarding.com
CC: wine(a)temporaryforwarding.com
Created an attachment (id=10017)
--> (http://bugs.winehq.org/attachment.cgi?id=10017)
Error messages from wine
I downloaded and installed Universal Combat
from the given url.
After I first launched the game it claimed
that d3dx9_25.dll could not be found.
So I downloaded it from this url:
http://www.dll-files.com/dllindex/dll-files.shtml?d3dx9_25
I moved it to:
~/.wine/drive_c/Programme/3000AD/Universal Combat/
I launch the game with this command:
cd ~/.wine/drive_c/Programme/3000AD/Universal\ Combat
env WINEDEBUG=fixme-all WINEPREFIX="~/.wine" wine
"C:\Programme\3000AD\Universal Combat\uc.exe"
The game has to be launched from the install directory
because otherwise it claims the the config files
can not be found.
After executing the command sometimes a black game window
appears without changing and sometimes it does not.
But the error messages from wine are always the same
and can be found in the attachment.
Can someone confirm this bug or present a fix?
--
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=14282
Summary: regression when running Eve Online in windowed mode
Product: Wine
Version: CVS/GIT
Platform: PC-x86-64
URL: http://www.eve-online.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kelfe(a)gmx.de
Created an attachment (id=14582)
--> (http://bugs.winehq.org/attachment.cgi?id=14582)
additional black borders after the commit
The windowed mode of Eve Online is broken by:
89a3bd0c1514eb59c537d0f0fa318395c33156cf is first bad commit
commit 89a3bd0c1514eb59c537d0f0fa318395c33156cf
Author: Alexandre Julliard <julliard(a)winehq.org>
Date: Wed Jul 2 15:40:10 2008 +0200
user32: Split the SetWindowPos driver backend in WindowPosChanging/Changed.
This is needed to allow updating the visible rect before invalidating
the DCEs.
--
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=16695
Summary: Wine broken on PowerPC
Product: Wine
Version: 1.1.11
Platform: Macintosh
OS/Version: Linux
Status: NEW
Keywords: source, testcase
Severity: critical
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: austinenglish(a)gmail.com
Next bug in line (and most major). Running all winelib apps fails:
austin@ubuntu-ppc:~/wine$ ./wine notepad
wine: created the configuration directory '/home/austin/.wine'
wineserver: request.c:745: open_master_socket: Assertion `sizeof(union
generic_reply) == sizeof(struct request_max_size)' failed.
--
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=13629
Summary: ABEV (Hungarian Tax Returning SW) has some GFX problem
with logo
Product: Wine
Version: 1.0-rc3
Platform: Other
URL: http://www.apeh.hu/bevallasok/nyomtatvany
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: kamihir(a)freemail.hu
Created an attachment (id=13612)
--> (http://bugs.winehq.org/attachment.cgi?id=13612)
Big (blue) rectangle in the upper left corner
The viewed and printed forms' logo has visual glithes. It shows only a
rectangle instead of the picture of our tax agency.
--
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=11382
Summary: GTA - Vice City: Unhandled Exception error/crash
Product: Wine
Version: 0.9.54.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: goce_jeb(a)yahoo.com
When trying to run Grand Theft Auto Vice City, I get an Unhandled Exception
error that crashes/locks up my system.
Unhandled Exception: c0000005
at Address: 1c2625b1
--
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=14549
Summary: Eve-Online windowed mode is now always fullscreen
Product: Wine
Version: 1.1.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: evanh(a)clear.net.nz
Wine 1.1 doesn't allow Eve to open a Direct3D window, it always comes up
fullscreen at first. Flipping the ingame setting to fullscreen and back to
windowed works but places the window down and to the right of the initial
specified position.
Re-installing Wine 1.0 fixed the issue.
I've only tried Eve-Online.
--
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=11266
Summary: 3DMark 2005 does not uninstall
Product: Wine
Version: 0.9.53.
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: setupapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: neptunia(a)mail.ru
3DMark 2005 reports error when trying to uninstall.
--
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=17282
Summary: qtest: QUAKE.EXE crashes.
Product: Wine
Version: 1.0.1
Platform: PC
URL: http://www.quaketerminus.com/tools/qtest1.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: adam.buchbinder(a)gmail.com
Created an attachment (id=19284)
--> (http://bugs.winehq.org/attachment.cgi?id=19284)
Log of the crash.
Download qtest1.zip from the attached link. Unzip it and run "wine QUAKE.EXE".
The program crashes. The README states that it should run under Windows 95.
I'm running wine 1.0.1-0ubuntu2 on Ubuntu Intrepid. Please let me know if I can
provide any other information that might help.
--
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.