https://bugs.winehq.org/show_bug.cgi?id=37588
Bug ID: 37588
Summary: Visual Basic 2010 ultimate fail to install
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: lokesh.bhandari(a)enjayworld.com
Distribution: ---
Created attachment 50015
--> https://bugs.winehq.org/attachment.cgi?id=50015
screen shot of restart message
Visual Basic 2010 ultimate fail to install. While installation time it tell the
message "You must restart your computer to complete the installation. Setup
will automatically continue after your computer has restarted" if click on
restart the computer nothing is happen and installation is stop. In windows it
automatically restart and resume the installation of an application. Please
tell what should I do for this kind of issue?
--
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=34425
Bug #: 34425
Summary: Visual C++ 2010 Express crashes on clicking 'Help /
Samples'
Product: Wine
Version: 1.7.1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
After working around bug 32568, the IDE started up.
But selecting Help / Samples crashes it; shortly after it loads
ieframe.dll, it calls dw20.exe (the crash reporter).
--
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=46065
Bug ID: 46065
Summary: intel_do_flush_locked failed: Input/output error
Product: Wine
Version: 3.19
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: rtentser(a)yandex.ru
Distribution: ---
I use Intel Extreme Graphics 2 videocard in my system. When i try to start any
graphic application in wine it fails with "intel_do_flush_locked failed:
Input/output error". After that dmesg shows GPU Hang. I reported the bug to
kernel team: https://bugs.freedesktop.org/show_bug.cgi?id=103901. I think it's
a driver problem. But i still want to know what in wine triggers it. It's not a
kernel regression (i've checked with old kernels), it's not wine's regression
(i've checked with stable releases from 1.6 and with 3.19 now). I need help to
find out problem's source. What can i do?
Here is log with "WINEDEBUG=all" (too large for attachment):
https://yadi.sk/d/eOT8BZHAXKgoPg
--
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=32281
Bug #: 32281
Summary: Visual C++ 2010 IDE General Failure
Product: Wine
Version: 1.5.18
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fernandocarvalhocoelho(a)gmail.com
Classification: Unclassified
Fulfilling Dan Kegel's request, I'm opening a new bug to discuss Visual C++
issues on Wine.
When installing on wine-1.5.18 on Ubuntu 12.04 64 bit, Visual C++ installer
fails.
The supposed cause can be the error on following line, when running with
WINEDEBUG=+relay enabled:
0025:Call KERNEL32.CreateFileW(06c4e000
L"C:\\windows\\Microsoft.NET\\Framework64\\v2.0.50727\\CONFIG\\machine.config",80000000,00000001,00000000,00000003,00000080,00000000)
ret=7e28dfc9
0025:Ret KERNEL32.CreateFileW() retval=ffffffff ret=7e28dfc9
--
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=32280
Bug #: 32280
Summary: 32 bit Visual C++ 2010 Express full installer
complains "Unknown Error"
Product: Wine
Version: 1.5.18
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
With wine-1.5.18 (and some earlier versions),
the 32 bit Visual C++ 2010 Express full install
(
http://download.microsoft.com/download/1/E/5/1E5F1C0A-0D5B-426A-A603-1798B9…
sha1sum adef5e361a1f64374f520b9a2d03c54ee43721c6 )
puts up an "Unknown error" messagebox during
installation of component 4 of 6.
Console shows at that point:
...
fixme:shell:SetCurrentProcessExplicitAppUserModelID L"VCExpress.10.0": stub
fixme:ole:CoInitializeSecurity (0x33f898,-1,(nil),(nil),0,0,(nil),8,(nil)) -
stub!
err:ole:CoGetClassObject class {0000034b-0000-0000-c000-000000000046} not
registered
err:ole:CoGetClassObject no class object {0000034b-0000-0000-c000-000000000046}
could be created for context 0x1
fixme:thread:SetThreadStackGuarantee (0x33fac4): stub
If you dismiss the messagebox, installation continues,
and at the end there is an error summary saying that
"SQL Server Compact" could not be installed.
Interestingly, if you then run the installed VCExpress.exe,
you get the same dialog, and the same messages in the log.
Looking at the +relay log, I see the following bit not long
before the messagebox:
0009:Call KERNEL32.LoadLibraryW(0040dd00 L"mscoree.dll") ret=0041b5d4
0009:Ret KERNEL32.LoadLibraryW() retval=7e3f0000 ret=0041b5d4
0009:Call KERNEL32.GetProcAddress(7e3f0000,0040dd18 "CreateInterface")
ret=0041b5e4
0009:Ret KERNEL32.GetProcAddress() retval=00000000 ret=0041b5e4
0009:Call KERNEL32.GetLastError() ret=0041b609
0009:Ret KERNEL32.GetLastError() retval=0000007f ret=0041b609
I'll attach the log showing VCExpress.exe putting up that MessageBox.
--
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=34627
Bug #: 34627
Summary: 32 bit Visual C++ 2010 Express full installer
complains "Runtime Error!" while installing SQL
Product: Wine
Version: 1.7.3
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: msvcm
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
Classification: Unclassified
After working around bug 32280 with 'winetricks dotnet40'
and bug 12501 with 'winetricks mspatcha', Visual C++ 2010 Express
installer fails with a "Runtime Error!" dialog referencing setup100.exe.
AF mentioned in bug 32280 there was a msvcm80 bug, perhaps this is it;
sure enough, "winetricks vcrun2005" works around it.
While the dialog is up, ps shows
dank 23938 0.8 1.1 2679360 68040 ? Sl 20:26 0:03
Y:\43a4078dda964c2953a1c4f7\x86\setup100.exe /q /ACTION=Install /FEATURES=SQL
/INSTANCENAME=SQLEXPRESS /SQLSVCACCOUNT=NT AUTHORITY\Network Service
/SQLSVCStartupType=Automatic /AddCurrentUserAsSqlAdmin /ENABLERANU=1
/SKIPRULES=RebootRequiredCheck /hideconsole /TIMESTAMP=VSExpress_10.0
/ACTION=RUNRULES /RULES=GlobalRules /WORKFLOW=Install /TIMESTAMP=VSExpress_10.0
/LOGMARKER=_GlobalRules /MEDIASOURCE=Y:\43a4078dda964c2953a1c4f7\
/INSTALLMEDIAPATH=Y:\43a4078dda964c2953a1c4f7\x86\setup\ /MEDIALAYOUT=Core
and this error does not happen if you uncheck optional fields in the
vc2010 express installer.
--
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=20989
Summary: Full Tilt Poker Hangs on Exit
Product: Wine
Version: 1.1.34
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amikrop(a)gmail.com
Created an attachment (id=25165)
--> (http://bugs.winehq.org/attachment.cgi?id=25165)
the log
The latest Full Tilt Poker runs normally and everything works. But when you try
to exit (either via the "X" button or "Lobby->Exit") the program hangs, and
never ends. This has two side effects. Firstly, the preferences you choose do
not get saved (as the program does not terminate the way it should (save user
options, etc)) and secondly, when you try to launch the program again, the
characters appear ugly and unreadable, and this is a known issue that gets
fixed by killing the first, existing process.
--
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=19944
Summary: Full Tilt Poker: Application never exits
Product: Wine
Version: 1.1.29
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: xlreaper(a)gmail.com
The Full Tilt Poker client Version WIN.FullTilt.COM.11.2 runs fine, but once
you quit the application the FullTiltPoker.exe proccess remains and never quits
- you have to kill it.
Because of this you cannot save any preferences in the app.
--
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=37488
Bug ID: 37488
Summary: Quicken 2014 - NtAreMappedFilesTheSame fails to
compare builtin dlls with stub dlls
Product: Wine
Version: 1.7.30
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntdll
Assignee: wine-bugs(a)winehq.org
Reporter: michael(a)fds-team.de
Distribution: ---
Created attachment 49879
--> https://bugs.winehq.org/attachment.cgi?id=49879
test program
Hi,
Quicken 2014 loads the stub ntdll from C:\Windows\System32 as file mapping and
tries to compare it with all loaded file mappings using
NtAreMappedFilesTheSame. Wine does not support comparing a mapped stub dll with
the loaded dll, so that the function returns STATUS_NOT_SAME_DEVICE every time,
causing Quicken 2014 to enter an endless loop.
Since this issue is currently blocked by bug 37487 and bug 37449, I wrote a
small C snippet which can be compiled with mingw that demonstrates the issue.
On Windows the program prints "Same file!" while on Wine it prints "Different
file!".
Regards,
Michael
--
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.