http://bugs.winehq.org/show_bug.cgi?id=12371
Summary: Neural Noise Synthesizer fails to launch
Product: Wine
Version: 0.9.58.
Platform: PC
URL: http://www.transparentcorp.com/products/nns/trial.php
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nodisgod(a)yahoo.com
Created an attachment (id=11867)
--> (http://bugs.winehq.org/attachment.cgi?id=11867)
Neural Noise Synthesizer output and page fault backtrace
This bug pertains to 0.9.59, so the version should be changed when that
appropriate category is created. After installing the Neural Noise Synthesizer
application, launching the application results in a splash screen, but the
application closes after. Launched with winedbg, a page fault exception in
ntdll is caught. Attached are relevant application outputs and backtrace.
--
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=20630
Summary: Services written in Delphi 6: impossible to start by
"net start" command
Product: Wine
Version: 1.1.32
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: programs
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jan.slezak(a)centrum.cz
Created an attachment (id=24600)
--> (http://bugs.winehq.org/attachment.cgi?id=24600)
Patch to allow "net start service" for services written in Delphi 6
Any service written in Delphi 6 (maybe in higher versions too) cannot be
started by "net start" command. Surprisingly it starts during wine boot (if set
to SERVICE_AUTO_START).
output from "net start":
The Test Delphi service service is starting.
Service request timeout
Test service is attached including source code. Install test service by
"TestService.exe /install" command. Remove test service from system by
"TestService.exe /uninstall" command.
I track down the problem to programs/services directory, where autostarted
services are started with service names in first service argument (services.c,
scmdatabase_autostart_services), but services started by StartService WinAPI
function (thereby "net start" command) without special arguments are started
without any argument. Services made by Delphi always assume service name in the
first argument.
Because Microsoft documentation allows no service arguments in StartService
function, but if there are arguments, first of them must be service name, I
suggest modification of StartService WinAPI emulation code in
programs/services/rpc.c as shown in attached 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=22494
Summary: Microsoft Office 2007 cannot be activated
Product: Wine
Version: 1.1.43
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bdrung(a)ubuntu.com
I have a Microsoft Office Small Business 2007 system builder license. I
downloaded Microsoft Office Professional Hybrid 2007 (X16-69463.exe). The
installation was done with a clean system:
export WINEPREFIX=~/Desktop/wine
wine X16-69463.exe
export WINEDLLOVERRIDES="riched20=n"
wine c:/Programme/Microsoft\ Office/Office12/POWERPNT.EXE
An error dialog appears showing "Microsoft Office has not been installed for
the current user. Please run setup to install this application.". When clicking
on OK, the application will close. Instead the setup should be launched and
allow me to activate Office.
Attached the log from running PowerPoint.
--
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=23839
Summary: Neverwinter Nights 2 : Unable to detect video card
Product: Wine
Version: 1.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xvachon(a)gmail.com
When I attempt to start the game, I get some error messages stating that I do
not have a compliant video card to run the game.
Console output:
fixme:win:EnumDisplayDevicesW ((null),0,0x1c3f480,0x00000000), stub!
fixme:d3d:debug_d3dformat Unrecognized 1094800211 (as fourcc: SSAA)
WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(1094800211) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 909198916 (as fourcc: DF16)
WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(909198916) in the
format lookup table
fixme:d3d:debug_d3dformat Unrecognized 875710020 (as fourcc: DF24)
WINED3DFORMAT!
fixme:d3d:getFormatDescEntry Can't find format unrecognized(875710020) in the
format lookup table
fixme:win:EnumDisplayDevicesW ((null),0,0x1c3e3a8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x1c3d8d8,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x1c3d988,0x00000000), stub!
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb41-f175-11d1-a392-00e0291f3959} not found
fixme:devenum:DEVENUM_ICreateDevEnum_CreateClassEnumerator Category
{cc7bfb46-f175-11d1-a392-00e0291f3959} not found
The workaround is to use native devenum.dll and dxdiagn.dll
Gentoo Linux X64
Nvidia 8800 GT
nvidia-drivers 256.35
--
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=22316
Summary: Wine should be built with -mincoming-stack-boundary=2
Product: Wine
Version: 1.1.42
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: build-env
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: daniel-gl(a)gmx.net
GCC 4.4 on Linux assumes the Stack is aligned to 16 bytes and thus assumes it
can use the movdqa instruction when manipulating 64 bit values on the stack.
For x86-32 Windows Microsoft specifies a stack alignment of 4 Bytes.
In my case I had wine compiled with -O3 -march=native and got an "Unhandled
page fault on read access to 0xffffffff" with the disassembly showing "movq
%mm5,%mm3" as the faulting instruction. Running objdump revealed the
instruction was in fact "movdqa %xmm3,-0x88(%ebp)" while ebp % 16 had been 4
since the app entered wine code.
Therefore I propose to compile wine with -mincoming-stack-boundary=2 where it
is 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=20929
Summary: IDGET - Doesn't show disc drive
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ssjgoku75x(a)aol.com
I've been trying to softmod my Playstation 2 and I have to use IDGET to get the
ID of a disc and such but IDGET doesn't see my disc drive.
I am using a Toshiba Satellite L355 Laptop
And my disc drive is: MASHITA - DVD RAM UJ880AS
I've tried re-inserting the disc and restarting IDGET but it those attempts did
not work...
Thank you! And keep up the DAMN good work! :D
--
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=33882
Bug #: 33882
Summary: Windows version of GTags is crashing complaining about
memory
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wineserver
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: pg_nedev(a)abv.bg
Classification: Unclassified
Created attachment 44957
--> http://bugs.winehq.org/attachment.cgi?id=44957
This is gotten from Wine crash screen
Hi,
I'm using GTags for Windows that's working fine on Windows but on Linux using
Wine it crashes complaining about not having enough memory. It only happens
when I'm indexing large projects (for example Linux kernel source).
I've attached the backtrace.
The console error messages are:
sort: cannot create temporary file: \s1r.: Permission denied
wine: Unhandled page fault on read access to 0x585f0000 at address 0x415d27
(thread 002a), starting debugger...
fixme:ole:RemUnknown_QueryInterface No interface for iid
{00000019-0000-0000-c000-000000000046}
$ sort: write failed: -: No space left on device
GTags for Windows can be found at
http://adoxa.3eeweb.com/global/index.html (GLOBAL 6.2.8)
or as link from
http://www.gnu.org/software/global/download.html (DOS and Windows 32 version),
which will actually lead you to the address above.
Thanks,
Pavel
--
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=13719
Summary: E-texteditor installs but fails to run on default Wine
install
Product: Wine
Version: 1.0-rc3
Platform: PC
URL: http://www.e-texteditor.com/
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dunc(a)dflock.co.uk
Created an attachment (id=13734)
--> (http://bugs.winehq.org/attachment.cgi?id=13734)
Console output from running e-texteditor on wine 1.0rc3
The E-texteditor application (http://www.e-texteditor.com/) fails to run on an
out-of-the-box Wine installation.
Wine complains about a missing MSVCP60.dll. Console output 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=20077
Summary: User Interface of RPG Maker XP is unusable and freezes
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: idefy(a)web.de
I cant click on anything, when i do click somewhere in the app i get the output
beginning at line 80. Program is unusable.
You can download the program here
http://download.cnet.com/RPG-Maker-XP/3000-7537_4-10439795.html?tag=lst-0-1
--
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=14693
Summary: Program halts when on another virtual desktop
Product: Wine
Version: 1.1.1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: todurov(a)gmail.com
Dwarf Fortress http://mayday.w.staszic.waw.pl/df.htm pauses when I switch away
to another virtual desktop. I suppose it's the case with other programs as
well, but I couldn't test it.
It doesn't pause on Windwoes when one alt-tabs away from it, therefore it
shouldn't pause in Wine as well.
It doesn't pause when there are multiple windows including DF on the same
desktop, even if it doesn't have focus.
It doesn't pause when Wine is configured to have a virtual desktop (which I'm
using now as a workaround).
wine-1.1.1, Debian Etch, 2.6.18-5-amd64, window manager is xmonad
--
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=20485
Summary: Uninitialised memory reference in FTP_DoPassive
Product: Wine
Version: 1.1.31
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(Found via
http://kegel.com/wine/valgrind/logs/2009-10-26-08.26/diff-mshtml_htmllocati…
)
http://kegel.com/wine/valgrind/logs/2009-10-26-08.26/vg-mshtml_htmllocation…
shows
Conditional jump or move depends on uninitialised value(s)
at FTP_DoPassive (ftp.c:3028)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:187)
by RtlAllocateHeap (heap.c:1429)
by INTERNET_AllocThreadError (internet.c:3050)
by INTERNET_GetResponseBuffer (internet.c:3174)
by FTP_DoPassive (ftp.c:3019)
I suspect it's the unconditional skip of four bytes...
maybe that skips over the terminating null sometimes.
3027 p = lpszResponseBuffer+4; /* skip status code */
3028 while (*p != '\0' && (*p < '0' || *p > '9')) p++;
The code is not new, but the error is, so maybe this only happens
if there's a network 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=30398
Bug #: 30398
Summary: Can't open or save microsoft excel documents.it
crashes each time I do so.
Product: WineHQ Bugzilla
Version: 2.14.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: bugzilla-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: benowmbi(a)gmail.com
Classification: Unclassified
Can't open Microsft excel or word in wine 1.4.gives me an error each time.I use
Ubuntu 11.1o and I installed office 2007
--
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=17035
Summary: RPG Maker XP: Script editor selects complete script when
program gets focus
Product: WineHQ Apps Database
Version: unspecified
Platform: PC-x86-64
URL: http://www.enterbrain.co.jp/tkool/RPG_XP/eng/download.ht
ml
OS/Version: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: appdb-unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Simon.Paridon(a)uglyhorst.de
In RPG Maker XP, after having opened a Project (or created a new one), when you
open the script editor by clicking the sheet icon in the icon bar, select a
script from the list on the left and moving the text cursor to some point, then
switching to another task and finally switching back to RMXP, it selects the
complete contents of the Scintilla edit field.
It doesn't happen if you first focus another control before switching to
another task (and doesn't happen on Windows, at all).
I'm not sure whether this happens with other programs that use Scintilla, too,
but I doubt 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=25088
Summary: Crysis Warhead does not start
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: xvachon(a)gmail.com
Created an attachment (id=31810)
--> (http://bugs.winehq.org/attachment.cgi?id=31810)
log +relay,+seh
The game's dependencies on d3dx9_36 and msvcrt have been fulfilled. Despite
this, the game does not load properly; it exits silently.
Uploading a 10000 line tailed log with symbols +relay+,+seh. If the crash
doesn't happen within these lines, let me know and I will produce a new log.
--
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=15417
Summary: Exiting without closing help window causes page fault.
Product: Wine
Version: 1.1.5
Platform: PC
URL: http://www.monroeccc.edu/ckelly/Files/EASy68K.zip
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: arrenlex(a)gmail.com
Created an attachment (id=16273)
--> (http://bugs.winehq.org/attachment.cgi?id=16273)
All wine stderr+stdout output from the session.
1. Download and unzip http://www.monroeccc.edu/ckelly/Files/EASy68K.zip
2. Run EDIT68K.exe in wine
3. Click Help->Help
4. Accept Gecko installation
5. Without closing the help viewer, File->Exit the editor window.
6. Crash!
I will attach the backtrace. The program is free, open source and a small
download, so please feel free to try it yourself.
--
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=19048
Summary: Assertion failure at listview.c:5796
Product: Wine
Version: 1.1.24
Platform: PC
URL: http://www.worldstart.com/weekly-download/archives/reg
-cleaner4.3.htm
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b0ntrict0r(a)yandex.ru
Created an attachment (id=21969)
--> (http://bugs.winehq.org/attachment.cgi?id=21969)
wine log demonstrates the issue
Using RegCleaner 4.3, Build 780 is impossible because of different memory
access violations and wine assertion failures (see bug 19046).
Attached wine log demonstrates one of these failures.
It's hard to reproduce this exactly same way because of random memory access
violations (which makes this report almost senseless, I understand) but general
recommendation is to play around with list in the program's main window and
operate with menu only (!) using keyboard shortcuts.
--
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=28822
Bug #: 28822
Summary: mmdevapi/tests/capture.ok fails sometimes under
valgrind?
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mmdevapi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Saw this in at least one run on my e8400, though not on my i5:
capture.c:96: Test failed: Waiting on event handle 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=28133
Summary: twain_32/dsm.ok crashes occasionally?
Product: Wine
Version: 1.3.26
Platform: x86
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Saw this in one run out of about a hundred on my asus laptop:
make[1]: Entering directory
`/home/dank/wineslave.dir/sandbox/slave/runtests/build/dlls/twain_32/tests'
../../../tools/runtest -q -P wine -M twain_32.dll -T ../../.. -p
twain_32_test.exe.so dsm.c && touch dsm.ok
Command terminated by signal 11
0.09user 0.07system 0:02.71elapsed 6%CPU (0avgtext+0avgdata 47952maxresident)k
0inputs+0outputs (0major+8557minor)pagefaults 0swaps
make[1]: *** [dsm.ok] Error 139
System info:
os: Ubuntu 11.04, 2.6.38-10-generic, pulseaudio 0.9.22-24-g67d18, Advanced
Linux Sound Architecture Driver Version 1.0.23.
ram: 3517 MB
cpu: Intel(R) Core(TM) i5 CPU M 430 @ 2.27GHz
gpu: GeForce GTS 360M/PCI/SSE2 3.3.0 NVIDIA 270.41.06
--
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=31225
Bug #: 31225
Summary: Chat and Scrollbar offscreen in sa:mp (thus, text not
visible)
Product: Wine
Version: unspecified
Platform: x86-64
URL: http://sa-mp.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nil094(a)yahoo.com
Classification: Unclassified
Created attachment 41014
--> http://bugs.winehq.org/attachment.cgi?id=41014
Log messages from wine
In the GTA San Andreas Multiplayer Client sa:mp, the Chatbox, which is usually
triggered using the 'T' key is not visible.
Only the scrollbar (which is on the left side) is visible.
The written text (by other users) is not visible either.
Unfortunately it's problematic to take a screenshot, but it appears that the
chatbox is stretched ver far to the bottom of the screen (offscreen even).
While playing, wine also reports many (apparent?) issues regarding the chatbox,
as it also includes the written text from the Chat, that would otherwise appear
in the Chatbox (see attachment).
If I can give further information, just tell me how. I tried to take a
screenshot, but like I said, it's problematic.
Warning: The log is compressed and will take 39MB when unpacked.
--
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=32353
Bug #: 32353
Summary: Gta san andreas
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: haliladem111(a)gmail.com
Classification: Unclassified
Created attachment 42694
--> http://bugs.winehq.org/attachment.cgi?id=42694
cant start gta sa
Just after hitting new game gta sa crashesh
--
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=24302
Summary: STALKER: Shadow of Chernobyl install reports incorrect
hard disk space
Product: Wine
Version: 1.3.1
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sunderphon(a)gmail.com
Upon beginning installation, the game installer checks for space on all
partitions.
When the storage space screen loads, it shows all the partitions as having the
same amount of space as the partition on which the Wine C: drive is kept.
This breaks installs for any system running an OS only linux install, with
partitions for data.
--
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.
https://bugs.winehq.org/show_bug.cgi?id=36153
Bug ID: 36153
Summary: Borderlands 2 mouse focus no longer works properly
Product: Wine
Version: 1.7.17
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcrt
Assignee: wine-bugs(a)winehq.org
Reporter: erich.e.hoover(a)gmail.com
Regression SHA1: 4d40aea0bde11e8c856c1c7047a429836b95998e
Using the mouse for the menus in Borderlands 2 no longer sets the appropriate
focus. Items in the background frequently maintain the focus instead of the
menu that opened. Regression testing points to:
4d40aea0bde11e8c856c1c7047a429836b95998e is the first bad commit
commit 4d40aea0bde11e8c856c1c7047a429836b95998e
Author: Piotr Caban <piotr(a)codeweavers.com>
Date: Thu Apr 17 13:07:00 2014 +0200
msvcr100: Share the source code with msvcrt.
:040000 040000 d736562de0aa311ff4841b671ed018a859d74a84
46cbf9e06828dc989b3e09eeb310dfb654d79de2 M dlls
:040000 040000 c4ce5030770a19ed507850f7664c0f178a7bf870
21c8e818efa0aa5ee052037d70c82372f1165463 M tools
--
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=28835
Bug #: 28835
Summary: rpcrt4/tests/rpc_protseq.ok fails under valgrind
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: rpc
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
In rpcrt4/tests, "make rpc_protseq.ok" fails on some machines under Valgrind
with
rpc_protseq.c:177: Test failed: ncalrpc: RpcEpResolveBinding failed with error
1753
(1753 is EPT_S_NOT_REGISTERED.)
--
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=29662
Bug #: 29662
Summary: IBankWizard.msi crash at the end of installing
Product: Wine
Version: 1.3.37
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
1. download the installer
$ wget
https://pbank.95559.com.cn/personbank/download/AssistantDelopy/AssistantIns…
2. Apply the patch in Bug 28504
3. start with wine:
$ WINEDEBUG=+msi msiexec /i IBankWizard.msi
The installer crash at the end.
--
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=30484
Bug #: 30484
Summary: rFactor 2 launcher UI does not detect machine setup
Product: Wine
Version: 1.5.1
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: limited_choice(a)hotmail.com
Classification: Unclassified
Created attachment 39865
--> http://bugs.winehq.org/attachment.cgi?id=39865
WINEDEBUG=+trace wine "Launch rFactor.exe" &>~/rf2-trace.log
Game is currently in beta devel (current build v0.69) -- one can
use/participate with the beta release on the condition that you are prepared to
pre-purchase a usage license. That purchase must be made via facilities built
into the game launcher UI, however this is not working for us, with the
'Purchase' page of the launcher always displaying the error text of ;
"A detectable CPU, permanent storage device, and Ethernet or wireless (802.11)
card are required to purchase the simulation. Currently, this application
cannot detect these components. If these components are available and you
believe this message is an error, please contact support(a)rfactor.net"
...and as such, one cannot purchase a license. I did actually email the support
email cited, but the reply was merely a 'seems wine is not compatible' type of
answer. Other functions of the launcher UI seemingly work, including the config
utility (which does detect GPU setup).
Issue can be reproduced by downloading/installing the latest beta offering from
the following URL, starting it, and clicking on the 'Purchase' tab in the UI ;
http://isiforums.net/f/showthread.php/1396-Downloads
*attached a +trace log being the result of such a procedure
--
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=32849
Bug #: 32849
Summary: Path Of Exile sound glitch
Product: Wine
Version: 1.5.22
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dsound
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: julusp(a)gmail.com
Classification: Unclassified
Regression SHA1: f5abeb8471df40819679982b03177acd7d82b763
The Path Of Exile sound glitches a lot since 1.5.21. The regression test find
f5abeb8471df40819679982b03177acd7d82b763 is the first bad commit
commit f5abeb8471df40819679982b03177acd7d82b763
Author: Maarten Lankhorst <m.b.lankhorst(a)gmail.com>
Date: Wed Dec 19 10:30:04 2012 +0100
dsound: Use a thread instead of a timer for greater precision.
:040000 040000 435d3a1c3c744236fd9cc3339ffd6842fcb217bb
c6dd859f03a6132cb15bec3609ef5f232d4996f9 M dlls
is responsible for the glitches. Reverting the commit against git and 1.5.22
resolves the sound glitches.
The audiodriver in OSX is coreaudio.
--
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=18195
Summary: Medal of honor pacific assault: In bootcamp there are
many bush glitches
Product: Wine
Version: 1.1.20
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: puciek(a)gmail.com
In bootcamp (first mission after perl harbob prelude) there are massive
glitches with bushes and plants.
--
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=24594
Summary: Livestream Procaster: Procaster's game streaming mode
doesn't work due to a "DirectX Test Error"
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zorlin(a)gmail.com
Created an attachment (id=31060)
--> (http://bugs.winehq.org/attachment.cgi?id=31060)
A log of the program running and two attempts to start game streaming mode,
with WINEDEBUG= set.
Livestream Procaster will attempt to test a system's DirectX capabilities when
it fires up, but this seems to silently fail while starting it.
After logging in, going to the game streaming option will yield an error
message of "Test DirectX Error!"
Attached is a log of this while WINEDEBUG is running, please let me know if
more specific dumps would be helpful.
--
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=32800
Bug #: 32800
Summary: construct2 crashed on open file dialog
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dario.soto(a)gmail.com
Classification: Unclassified
I downloaded the beta 16 of construct2, it ran with a few graphical differences
on the splash screen, but the menus are there so I selected open file, and then
the crash occurred, generating the log
--
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=30601
Bug #: 30601
Summary: GTA SA on Fedora won't run
Product: Wine
Version: 1.5.2
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Romain(a)l33te.net
Classification: Unclassified
Created attachment 40042
--> http://bugs.winehq.org/attachment.cgi?id=40042
Wine crash report.
Hello,
Every time i'll try to run gta_sa.exe
it returns me a error, i'm not sure but i think this had something to do with
32Bits,
I'm running on Fedora 16 x64.
The crash report from Wine is also included, i'll hope you guys can help me.
--
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=24513
Summary: Can I change the Wine background?
Product: Wine
Version: 1.3.3
Platform: x86-64
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeam25(a)mail.ru
Install the program VirtuaGirl as described in the topic
http://appdb.winehq.org/objectManager.php?sClass=version&iId=14480&iTesting….
The program works fine, but the wine rendering a black background for the
dancers. Is it possible to change it to transparent?
--
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=27433
Summary: mass effect 2 heisencrash on non-smp system
Product: Wine
Version: 1.3.21
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(See also bug 11876.)
I was doing some benchmarking, so I booted with nosmp and am running lwm
instead of gnome, and was surprised to find that Mass Effect 2 demo
aborts before it gets to "press any key"!
+relay makes the problem go away, but +synchronous,+d3d doesn't.
The log shows
trace:d3d:WineD3D_CreateFakeGLContext getting context...
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"^M
after 4062 requests (4060 known processed) with 0 events remaining.
Adding a couple TRACE() statements shows the abort happens between the two
lines
DescribePixelFormat(ctx->dc, iPixelFormat, sizeof(pfd), &pfd);
SetPixelFormat(ctx->dc, iPixelFormat, &pfd);
Sadly, adding +wgl makes the problem go away.
This was with an nvidia gtx 560 ti and drivers 270.41.06.
--
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=32545
Bug #: 32545
Summary: TaxACT 2012 crashes at startup
Product: Wine
Version: 1.4
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leslarkin(a)aim.com
Classification: Unclassified
Created attachment 42951
--> http://bugs.winehq.org/attachment.cgi?id=42951
Backtrace file
TaxACT 2012 crashes at startup, either via the post-install auto start, or when
I double-click on the desktop icon. I am using the free downloadable version.
Lester Larkin
U.S.A.
PHONE 224-764-8791
--
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=35426
Bug ID: 35426
Summary: RPG Maker VX Runtime: games crash on startup
Product: Wine
Version: 1.7.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-dmusic
Assignee: wine-bugs(a)winehq.org
Reporter: sethhphillips(a)gmail.com
Classification: Unclassified
Created attachment 47278
--> http://bugs.winehq.org/attachment.cgi?id=47278
output from Wine when running the RPG Maker VX runtime in a clean wineprefix
When attempting to run a game that uses the RPG Maker VX Runtime Package it
crashes, possibly after trying to setup dmusic or something similar.
It is possible to workaround this with "winetricks dmusic", which fixes the
crash but causes errors that appear to have no effect on the game.
--
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=16127
Summary: Mouse Buttons do not work in BBC Basic For Windows 5.80a
Product: Wine
Version: 1.0.1
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: robert.goddard(a)freeuk.com
Created an attachment (id=17362)
--> (http://bugs.winehq.org/attachment.cgi?id=17362)
Short demo program written in the BBC Basic for Windows Language
See attached program written in the BBC Basic For Windows Language. Program
previously worked in wine but now does not work. The specific problem is that
wine is ignoring mouse clicks when the mouse pointer is on the screen but still
allows the user to turn off the program with the standard close button.
BBC Basic for Windows is freely downloadable at
http://www.bbcbasic.co.uk/bbcwin/download.html
When the same program is run in BBC Basic for Windows installed in Windows it
behaves as expected. When a left or right mouse button is pressed a colored dot
is placed on the screen at the pointer tip.
Note that the program contains a subroutine to detect what environment it is
running in, so that a workaround for the GetBoundsRect windows function not
being implemented in wine comes into operation.This is a previously reported
unresolved bug in wine.
Please let me know if you need more information.
--
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=28865
Bug #: 28865
Summary: Ski Resort Tycoon will not run on Mac OS X
Product: Wine
Version: 20050930
Platform: All
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: sethklapman(a)sbcglobal.net
Classification: Unclassified
Simply put, the menu for the game will open but it has trouble running the
actual game.
--
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=34646
Bug #: 34646
Summary: Virtual DJ Crashes using Wine
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nedind(a)gmail.com
Classification: Unclassified
Created attachment 46178
--> http://bugs.winehq.org/attachment.cgi?id=46178
Text of crash message
See attachment
--
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=29430
Bug #: 29430
Summary: RPG Maker VX
Product: Wine
Version: 1.3.35
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fernandocarvalhocoelho(a)gmail.com
Classification: Unclassified
Created attachment 38094
--> http://bugs.winehq.org/attachment.cgi?id=38094
Terminal output, wine-1.3.35 on Xubuntu 11.10 (64-bit)
Critical error occurs when opening RPG Maker VX on wine-1.3.35 on Xubuntu 11.10
(64-bit).
RPG Maker VX Trial can be freely downloaded from the following link, if someone
is interested in trying it:
http://www.rpgmakerweb.com/
On attachment, follows my 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=30209
Bug #: 30209
Summary: application does not start
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: a.lysenko.ua(a)gmail.com
Classification: Unclassified
when you run an error (see attachment). The program calls for NET. Framework
3.5, which I installed.
I do not understand what else is required for this program. You can also
download http://www.getzilla.net/files/3097598/exchfilemngr_1.16.0.248.exe.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=14718
Summary: Due some fixme's and not implmented rappelz will not
update itself
Product: Wine
Version: 1.1.2
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: shdocvw
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: gwydion.dot(a)morrigan.ch
The Rappelz launcher tries to cache a url to update itself. But there are some
errors when the launcher try to connect.
The main problems are:
- fixme:shdocvw:navigate_url Unsupported args (Flags 0x32fb68:3;
TargetFrameName 0x32fb58:8)
- fixme:bidi:mirror stub: mirroring of characters not 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=13459
Summary: Oberon game launcher (incl. buttons) does not work
Product: Wine
Version: 1.0-rc2
Platform: PC
URL: http://gamecenter.oberon-media.com/game.htm?code=114753527&RefId=&origin=pcat_gm_
u
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: msclrhd(a)gmail.com
The application launch page (Launch.exe) for Oberon games is using an embedded
mshtml control. The links to launch and register the game cause the window to
display white (I assume this is because it is navigating to about:blank).
To reproduce:
1. download the game installer.
2. run the installer.
3. select to run the game after install.
4. press the "Play Demo NOW" button.
NOTE: The launcher itself has several rendering differences to Windows:
1. The clickable area of the buttons includes the "Play Demo NOW" text.
2. The "Get More Games" and "Enter Registration Key" text should be over the
buttons.
3. The scrollbars are not displayed.
--
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=24593
Summary: Livestream Procaster: Procaster can't get past the
login screen without wininet override
Product: Wine
Version: 1.3.3
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wininet
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Zorlin(a)gmail.com
Created an attachment (id=31059)
--> (http://bugs.winehq.org/attachment.cgi?id=31059)
A log of the program running and attempting to login, with WINEDEBUG=+wininet
Currently Livestream Procaster refuses to login on a stock WINE install - an
override of wininet is necessary to get it to co-operate.
Attached is a log of some of the messages from wininet, let me know if I need
to do more testing.
--
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=22877
Summary: RegCleaner crashes on start
Product: Wine
Version: 1.2-rc1
Platform: x86
URL: http://www.worldstart.com/weekly-download/archives/reg
-cleaner4.3.htm
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: user32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: bunglehead(a)gmail.com
Created an attachment (id=28280)
--> (http://bugs.winehq.org/attachment.cgi?id=28280)
Log starting with wine winedbg
Starting RegCleaner with current git Wine leads to a crash in recently added
alpha blending code. I'm able to start it only with 'set
$BreakOnFirstChance=0'.
Starting without debugger hangs it without any backtrace.
--
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=28821
Bug #: 28821
Summary: kernel32/tests/time.ok: uninitialized memory read in
GetCalendarInfoA
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: kernel32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Running "make time.ok" in kernel32/tests causes Valgrind to complain:
Use of uninitialised value of size 4
at wcstombs_sbcs (wctomb.c:152)
by wine_cp_wcstombs (wctomb.c:456)
by WideCharToMultiByte (locale.c:2010)
by GetCalendarInfoA (time.c:620)
by test_GetCalendarInfo (time.c:667)
Uninitialised value was created by a client request
at mark_block_uninitialized (heap.c:208)
by initialize_block (heap.c:239)
by RtlAllocateHeap (heap.c:1703)
by HeapAlloc (heap.c:267)
by GetCalendarInfoA (time.c:615)
by test_GetCalendarInfo (time.c:667)
--
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=23696
Summary: oxygen xml editor license page does not appear in web
browser
Product: Wine
Version: 1.2
Platform: x86
URL: http://www.oxygenxml.com/InstData/Editor/Windows/VM/ox
ygen.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: leighmanthegreat(a)hotmail.com
Installation of the exe seems to work fine. When you run it for the first time
it gives you a page to enter the license key.
If you click any of the links ('Request a trial key...') etc it does not open a
page in the web browser which is what I assume it should do.
All I get in the terminal is:
fixme:font:WineEngCreateFontInstance Untranslated charset 255
fixme:imm:ImmGetOpenStatus (0x3c56f80): semi-stub
and nothing new appears when the link is pressed.
--
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=31177
Bug #: 31177
Summary: SugarSync (sugarsyncmanager): Page fault on read
access
Product: Wine
Version: unspecified
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ifreecarve(a)gmail.com
Classification: Unclassified
Created attachment 40943
--> http://bugs.winehq.org/attachment.cgi?id=40943
backtrace provided by wine
SugarSyncManager had been running for at least a few hours if not a day or 2
when this happened. I came home to the error. backtrace.txt 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=31532
Bug #: 31532
Summary: GTA San Andreas does not work on 75Hz
Product: Wine
Version: 1.5.11
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: viny_viny304(a)hotmail.com
Classification: Unclassified
I changed my xorg.conf to my monitor work only at 75Hz and now GTA San Andreas
not start:
fixme:win:EnumDisplayDevicesW ((null),0,0x177f658,0x00000000), stub!
fixme:win:EnumDisplayDevicesW ((null),0,0x177f648,0x00000000), stub!
fixme:dinput:IDirectInputDevice2WImpl_GetProperty DIPROP_VIDPID not implemented
fixme:win:EnumDisplayDevicesW ((null),0,0x177f2f8,0x00000000), stub!
--
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=13432
Summary: ZDaemon: freezes when exiting launcher
Product: Wine
Version: 1.0-rc2
Platform: PC-x86-64
URL: http://www.zdaemon.org
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P5
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: aeichhorst(a)gmail.com
Created an attachment (id=13343)
--> (http://bugs.winehq.org/attachment.cgi?id=13343)
Console output for zdaemon
When running the ZDaemon launcher (zlauncher.exe), it freezes when you try to
close it (either by clicking the X in the top right or through the file menu).
The only way to exit the program is to force-terminate it, which causes any
temporary settings to be lost. This problem occurs whether using the program's
desktop shortcut or running it through the terminal, and happens regardless of
whether an emulated desktop is used or not.
--
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=28710
Bug #: 28710
Summary: ws2_32: sock.ok reads/writes invalid memory during
async_getservbyport?
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: winsock
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
Running "make sock.ok" in ws2_32, valgrind complains as follows:
Invalid write of size 2
at copy_se (async.c:232)
by async_getservbyport (async.c:256)
by ??? (in dlls/ntdll/ntdll.dll.so)
by call_thread_entry_point (signal_i386.c:2499)
by start_thread (thread.c:405)
by start_thread (pthread_create.c:304)
by clone (clone.S:130)
Address 0x7f22f634 is not stack'd, malloc'd or (recently) free'd
Invalid write of size 4
at copy_se (async.c:234)
by async_getservbyport (async.c:256)
by ??? (in dlls/ntdll/ntdll.dll.so)
by call_thread_entry_point (signal_i386.c:2499)
by start_thread (thread.c:405)
by start_thread (pthread_create.c:304)
by clone (clone.S:130)
Address 0x7f22f62c is not stack'd, malloc'd or (recently) free'd
Invalid write of size 1
at strcpy (mc_replace_strmem.c:311)
by copy_se (async.c:235)
by async_getservbyport (async.c:256)
by ??? (in dlls/ntdll/ntdll.dll.so)
by call_thread_entry_point (signal_i386.c:2499)
by start_thread (thread.c:405)
by start_thread (pthread_create.c:304)
by clone (clone.S:130)
Address 0x7f22f63c is not stack'd, malloc'd or (recently) free'd
Invalid write of size 4
at list_dup (async.c:124)
by copy_se (async.c:239)
by async_getservbyport (async.c:256)
by ??? (in dlls/ntdll/ntdll.dll.so)
by call_thread_entry_point (signal_i386.c:2499)
by start_thread (thread.c:405)
by start_thread (pthread_create.c:304)
by clone (clone.S:130)
Address 0x7f22f644 is not stack'd, malloc'd or (recently) free'd
etc.
--
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=26402
Summary: Cain and Abel: Crashes in libfreetype/libc
Product: Wine
Version: 1.3.15
Platform: x86-64
URL: http://www.oxid.it/downloads/ca_setup.exe
OS/Version: Linux
Status: NEW
Keywords: download
Severity: normal
Priority: P2
Component: gdi32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: nerv(a)dawncrow.de
CC: nerv(a)dawncrow.de, lukasz.wojnilowicz(a)gmail.com
Depends on: 26288
After working around installer bug 26288 the installed app crashes badly.
backtrace 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.