http://bugs.winehq.org/show_bug.cgi?id=13995
Summary: Microsoft .NET Framework 1.1 Service Pack 1 fails to
install (crash)
Product: Wine
Version: 1.0.0
Platform: PC-x86-64
URL: http://download.microsoft.com/download/8/b/4/8b4addd8-
e957-4dea-bdb8-c4e00af5b94b/NDP1.1sp1-KB867460-X86.exe
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: msi
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dominikowski(a)gmail.com
Created an attachment (id=14187)
--> (http://bugs.winehq.org/attachment.cgi?id=14187)
Crash log
This bug blocks installation of AutoCAD 2006 Polish Retail.
Tested in XP and 2000 compat modes.
A popup window shows up with "Failed to load resources from resources file
Please check your setup".
Log attached. Looks like an MSI bug, but feel free to change the component if
I'm wrong.
--
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=6955
Anastasius Focht <focht(a)gmx.net> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |focht(a)gmx.net
Hardware|Other |x86
Version|unspecified |0.9.27.
Summary|Software vertex blending |Multiple games need
|not implemented (affects |software vertex blending
|NOLF2, Divinity 2, ...) |implementation (NOLF2,
| |Divinity 2, Dark Age of
| |Camelot, Warhammer Online,
| |PSU:AOTI)
OS|other |Linux
--- Comment #143 from Anastasius Focht <focht(a)gmx.net> ---
Hello folks,
filling some fields and refining summary.
Regards
--
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=8365
hanska2(a)luukku.com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hanska2(a)luukku.com
--- Comment #24 from hanska2(a)luukku.com ---
Is this still happening and does anyone know if it's an issue with the demo?
--
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=37066
Bug ID: 37066
Summary: Explorer stop-button not working
Product: Wine
Version: 1.7.23
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ieframe
Assignee: wine-bugs(a)winehq.org
Reporter: sys2065(a)gmail.com
iexplore buttons only stop is not working
fixme:ieframe:InternetExplorer_Stop (0x13dbd8)
--
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=2784
--- Comment #41 from Timburwolfe <jonstanbarger(a)gmail.com> ---
I am using Wine 1.4 on Ubuntu 12.04 and my VGA is an Intel Mobile
915GM/GMS/910GML Express Graphics Controller. I have tried using the CnC
Graphics Patch and adding the ddraw.dll file to the game directory, but neither
one stopped the mouse movement from lagging 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=2784
Timburwolfe <jonstanbarger(a)gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jonstanbarger(a)gmail.com
--- Comment #40 from Timburwolfe <jonstanbarger(a)gmail.com> ---
I am using Wine 1.4 on Ubuntu 12.04 and my graphics card is an Intel Mobile
915GM/
--
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=36051
Bug ID: 36051
Summary: Elsterformular 15.2: ericprocess.exe crashes with
assertion failed
Product: Wine
Version: 1.7.17
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: j-p-t(a)gmx.net
Created attachment 48211
--> http://bugs.winehq.org/attachment.cgi?id=48211
Backtrace of ericprocess.exe
When starting Elsterformular the ericprocess.exe immediately crashes with
assertion failed. See attachment.
--
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=35288
Bug ID: 35288
Summary: EA Origin does not works correctly with all CPU
Product: Wine
Version: 1.7.9
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: berillions(a)gmail.com
Classification: Unclassified
Created attachment 47065
--> http://bugs.winehq.org/attachment.cgi?id=47065
EA Origin crash without workaround
Hi,
EA Origin does not works correctly when i launch it with the simple command
like "wine Origin.exe".
With this command, i have 2 results :
1- Origin window does not show, there is nothing. But the "Origin.exe"
processus exist. ("Origin.exe" processus at 200% (2 Cores / 4 are used))
2- Same thing than "1-" but i have a crash log in the ouput console. You can
see all crash log in the attachment. ("Origin.exe" processus at 0% (No Cores
used)
One solution exist. The workaroud is to use taskset command to launch the
application. With "taskset -c 0 wine Origin.exe", the application always works
but if i launch a game from Origin, the game will use only one core.
For example, if i launch Mass Effect 3 game with Origin only, i have
approximately between 25-30 fps when there are more PNJ, explosions etc...
But if i launch ME3 with Origin+Workaround, i have only 10-15fps when there are
more PNJ, explosions etc...
******
I tried to launch "taskset -c 0 wine Origin.exe" in a first console and launch
the game with their proper executable in a 2nd console (taskset -c 0,1,2,3 wine
MassEffect3.exe) => Without success, the game process still use one CPU and not
the totality.
******
Thanks for your help or idea to resolv this problem.
Max
--
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=37053
Bug ID: 37053
Summary: wineprefix 64-bit to 32-bit issue
Product: Wine
Version: 1.7.22
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: Linuxhelper2881(a)yahoo.com
On wine 1.7.22 Ubuntu 14.04 latest from Source PPA
I was tryin to Install Unigine Heaven from winetricks told me to Make
wineprefix from 64bit to 32bit did like so at Link:
http://askubuntu.com/questions/177192/how-do-i-create-a-32-bit-wine-prefix
and got this Terminal output
wine: /home/darkangel/.wine is not owned by you
while tryin to use
sudo WINEARCH=win32 WINEPREFIX=~/.wine winecfg
--
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.