https://bugs.winehq.org/show_bug.cgi?id=37492
Bug ID: 37492
Summary: Adobe fireworx was working with 1.4, tried 1.7 - stops
working -links to desktop also wont work
Product: Wine-gecko
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: wine-gecko-unknown
Assignee: jacek(a)codeweavers.com
Reporter: admin(a)issis.co.za
Distribution: ---
err:wineboot:main failed to restart 64-bit
L"C:\\windows\\system32\\wineboot.exe", err 4
err:wineboot:start_services_process Couldn't start services.exe: error 4
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
p11-kit: couldn't load module:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so:
/usr/lib/i386-linux-gnu/pkcs11/gnome-keyring-pkcs11.so: cannot open shared
object file: No such file or directory
fixme:msvcp90:locale_ctor_cstr (0x33fc34 63) stub
fixme:msvcp90:locale_operator_assign (0x20cc730 (nil)) stub
err:module:attach_process_dlls "dvacore.dll" failed to initialize, aborting
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Program
Files\\Adobe\\Adobe Fireworks CS5\\FireworksCS5.exe" failed, status c0000005
--
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=28131
Summary: CRASH
Product: Wine
Version: 1.3.0
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jayson_webster27(a)hotmail.com
Whenever i launch a .exe after a minute or so it says "
The program... has encountered a serious problem and needs to close. We are
sorry for any inconvenience.
__________________________________________________________________________________
This can be caused by a problem in the program or a deficiency in Wine. You may
want to check http://appdb.winehq.org for tips about running this application
If this problem is not present under windows and has not been reported yet,
you can report it at http://bugs.winehq.org"
--
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=27493
Summary: Derive 6 (computer algebra system) hlp file errors
Product: Wine
Version: unspecified
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: Doug(a)Dougtelford.com
Created an attachment (id=35152)
--> (http://bugs.winehq.org/attachment.cgi?id=35152)
shows logs and output of processing hlp file on linux and windows xp
Derive6.hlp file is not processed correctly. Works fine on windows XP.
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=20811
Summary: query.c:224 Test Failed: IDirect3DQuery9_GetData a 2nd
time on a ended query returned 00000001
Product: Wine
Version: 1.1.33
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: testcases
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: celticht32(a)aol.com
Looking at the wine test results for the following test:
query.c in the d3d9 tests directory...
hr = IDirect3DQuery9_GetData(pQuery, data,
IDirect3DQuery9_GetDataSize(pQuery), D3DGETDATA_FLUSH);
ok(hr == S_OK, "IDirect3DQuery9_GetData on a ended query returned %08x\n",
hr);
hr = IDirect3DQuery9_GetData(pQuery, data,
IDirect3DQuery9_GetDataSize(pQuery), D3DGETDATA_FLUSH);
ok(hr == S_OK, "IDirect3DQuery9_GetData a 2nd time on a ended query
returned %08x\n", hr);
the MSDK says the following :
IDirect3DQuery9::GetData
Polls a queried resource to get the query state or a query result. For more
information about queries, see Queries (Direct3D 9).
Return Values
The return type identifies the query state (see Queries (Direct3D 9)). The
method returns S_OK if the query data is
available and S_FALSE if it is not. These are considered successful return
values. If the method fails when
D3DGETDATA_FLUSH is used, the return value can be D3DERR_DEVICELOST.
The test fails with :
query.c:224: Test failed: IDirect3DQuery9_GetData a 2nd time on a ended query
returned 00000001
which is a S_FALSE (1) which just means the data is not available... which
according to the MSDN site is an ok value to return... and is a success.
Also reading the MSDN the D3DGETDATA_FLUSH is supposed to flush the query so
the value its returning is ok...
So If I am understanding the above code the first one should return a S_OK
saying that it flushed the query code.... Then the second call should return a
S_FALSE because the query has nothing in it.....
Stephan said in Dev list :
I guess its fine to accept this result then. I think the original motivation
behind these tests was that HL2 called GetData() more than once and this raised
GL errors - the query code now filters such calls out to prevent calling bad GL
calls. My guess is that its ok to modify the test to accept both results. Ie,
ok(hr == S_OK | hr == S_FALSE, "...");
--
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=16433
Summary: impossible to ignore a runtime assertion
Product: Wine
Version: 1.0.1
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: mauro(a)linux.ca
I have a program that after ignoring an assertion works perfectly on windows...
In wine it could probably be the same but the assertion dialog misses the
ignore button having only OK and Cancel
--
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=14899
Summary: Quicken One Step Update fails - 'com error'
Product: Wine
Version: 1.0.0
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: headofbucket(a)gmail.com
Created an attachment (id=15470)
--> (http://bugs.winehq.org/attachment.cgi?id=15470)
Console output for com error.
Quicken 2008 Update 7 crashes when attempting to do one step update with a
message 'com 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.
https://bugs.winehq.org/show_bug.cgi?id=37468
Bug ID: 37468
Summary: GW2 Patcher Insta-Crash
Product: Wine
Version: 1.7.28
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: triangle400(a)gmail.com
Distribution: ---
My linux install is fairly recent, i only installed Samba and wine before
getting the bug. I tried to install the game with a client i copied from
windows, from the PlayOnLinux app, from a windows downloader, it does the same
thing every time:
I may get a short "patcher update" which works fine but as soon as it would
launch the actual patcher, the keyboard freezes. The mouse still moves around
but mostly doesn't mouseover anything anymore or click anything. The power
supply fan runs like crazy until I force close the machine.
I would try to get a terminal output but i don't know how to pipe it directly
to file. "wine file.exe > log.txt" gets me an empty file. Maybe because it
crashes? I'm a bit green about linux but i'm willing to learn.
Running ubuntu 1.14.04
CPU: Intel® Core™2 Quad CPU Q8300 @ 2.50GHz × 4
GFX: GeForce GT 240/PCIe/SSE2
Memory: 3.9 GiB
Wine was latest at 1.17.28 last i checked
Uhh, that's about it for now?
--
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=28805
Bug #: 28805
Summary: Microsoft Flight Simulator FS9 crash
Product: Wine
Version: 1.3.30
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: ahso47(a)yahoo.com
Classification: Unclassified
Microsoft Flight Simulator 2004 / 9 crashes/exits at startup
--
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=28211
Summary: HardWare identification: "Exception: Read error in
Processes Info"
Product: Wine
Version: 1.3.27
Platform: x86
OS/Version: Mac OS X
Status: UNCONFIRMED
Severity: minor
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jeremy.d.bernstein(a)googlemail.com
When launching this software
(http://chessok.com/download/Training/PeshkaSetup.exe) using the most recent
version of Wine on OSX (WS7Wine1.3.27 in my case, but it occurs with other
flavors, including CodeWeavers, and has occurred with every Wine version I've
tried since 1.2.x), I get an error dialog "HardWare identification: "Exception:
Read error in Processes Info".
I cannot be sure if the functionality of the software is compromised in any
way: it appears to work properly, but I do occasionally see errors when
dragging objects out of the application frame (not easily reproducible, and no
idea if it's related).
Sorry for the bad bug report. Hopefully someone who is more Wine-savvy can
reproduce the issue and figure out the guilty component.
Thanks, Jeremy
--
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=24915
Summary: Lord or the Rings Installer Hangs on Mac
Product: Wine
Version: 1.3.5
Platform: x86
OS/Version: Mac OS X 10.6
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: happyslaps(a)gmail.com
The installer for Lord of the Rings Online hangs on mac with this error
Log file is being written to C:\users\ayers\Temp\lotrohigh.exe.log
err:seh:setup_exception_record stack overflow 1760 bytes in thread 0026 eip
7bc30d3c esp 05470c50 stack 0x5470000-0x5471000-0x5670000
This does not occur on with wine 1.3.5 on Ubuntu 10.10.
--
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.