https://bugs.winehq.org/show_bug.cgi?id=47294
Bug ID: 47294
Summary: vs2015 internal compiler error with
ucrtbase!_timespec32_get()+0x2b0d
Product: Wine
Version: 4.9
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ucrtbase
Assignee: wine-bugs(a)winehq.org
Reporter: htl10(a)users.sourceforge.net
Distribution: ---
fatal error C1001: An internal error has occurred in the compiler.
(compiler file 'f:\dd\vctools\compiler\utc\src\p2\main.c', line 255)
To work around this problem, try simplifying or changing the program near th
e locations listed above.
Please choose the Technical Support command on the Visual C++
Help menu, or open the Technical Support help file for more information
ucrtbase!_timespec32_get()+0x2b0d
Internal Compiler Error in C:\Program Files\Microsoft Visual Studio 14.0\VC\b
in\cl.exe. You will be prompted to send an error report to Microsoft later.
The error signature popup includes
ModName: _opt_wine-staging_bin_.._lib_wine_ucrtbase.dll.so
--
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=46730
Bug ID: 46730
Summary: Latest Wine install of Studio 2.0 checked the shortcut
box. Installed a [.lnk] file only and no [.exe]
Product: Wine
Version: 4.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: LuigiWriter2(a)gmail.com
Distribution: ---
Created attachment 63711
--> https://bugs.winehq.org/attachment.cgi?id=63711
Partial Terminal commands and results.
Installed Wine from Ubuntu Software and downloaded Studio 2.0 to the Wine
installer within the last 24 hours.
I Checked the put a shortcut on the desktop box.
a .lnk was placed on the desktop with the following command line in it.
env WINEPREFIX="/home/luigiwriter/.wine" wine C:\\windows\\command\\start.exe
/Unix /home/luigiwriter/.wine/dosdevices/c:/users/Public/Desktop/Studio\
2.0.lnk
Note the call is for Studio\ 2.0.lnk
Not for Studio.exe
Kept getting the following when clicking on the .lnk.
Error window: Path not found
Error window: File not found
and finally
Error window: there is no program installed to process this file. [or words to
that effect.]
After following the FAQ, Wiki and several community posts instructions tried
loading a [.io] file. and got
Error window: there is no program installed to process this file. [or words to
that effect.]
After confirming all the paths were correct as far as I could,
I followed the paths to where the exe should have been, and also searched the
entire tree to discover that no exicutable Studio.exe file was ever installed,
no Wine link was created, and only the Studio\ 2.0.lnk was created.
So when I clicked on it, it kept trying to run itself, over and over again.
I deleted the .lnk's and re-downloaded Studio 2.0 from the Bricklink.com site,
this time being careful to Not check the desktop shortcut.
I now have an installed studio.exe file, but no desktop shortcut.
I have to reboot to see if Studio 2.0 will function, but that means closing
this report.
--
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=29489
Bug #: 29489
Summary: iriver Plus 3 locks up soon after showing main UI
Product: Wine
Version: 1.3.35
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
Tested with wine-1.3.35-273-geaa8801.
To repeat, install prereq mfc42 and work around bug 12454
with 'winetricks vcrun6', then run iplus6.exe.
It draws its main interface (and usually an "Add Media Wizard"
dialog, which is sometimes movable for a moment);
it then locks up (though it can still redraw itself, so it's still running
a message loop).
The log shows
fixme:alsa:AudioClient_GetMixFormat Don't know what to do with 10000 channels,
pretending there's only 2 channels
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 4d004 (device=4 access=3
func=401 method=0)
fixme:ieframe:PersistStreamInit_InitNew (0x1058a110)
fixme:ieframe:WebBrowser_put_RegisterAsDropTarget (0x1058a110)->(0)
fixme:win:AnimateWindow partial stub
fixme:mountmgr:harddisk_ioctl Unsupported ioctl 4d004 (device=4 access=3
func=401 method=0)
+relay repeats the same few lines over and over again; see attachment.
'winetricks ie7' does not seem to help, but with 'winetricks ie6',
the console output includes some new lines:
fixme:actctx:parse_depend_manifests Could not find dependent assembly
L"Microsoft.Windows.Common-Controls" (6.0.0.0)
fixme:aspi:SendASPI32Command ASPI: Partially implemented SC_HA_INQUIRY for
adapter 0.
err:aspi:SCSI_OpenDevice Failed to open device /dev/sg0: Permission denied
fixme:aspi:SendASPI32Command ASPI: Partially implemented SC_HA_INQUIRY for
adapter 1.
fixme:aspi:SendASPI32Command ASPI: Partially implemented SC_HA_INQUIRY for
adapter 2.
err:aspi:SCSI_OpenDevice Failed to open device /dev/sg2: Permission denied
fixme:system:SystemParametersInfoW Unimplemented action: 79
(SPI_GETLOWPOWERTIMEOUT)
but it locks up just the same.
--
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=31209
Bug #: 31209
Summary: Feature Request - Kernel Samepage Merging
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: 7WCbywQg3N2H(a)dyweni.com
Classification: Unclassified
I am playing a game (EVE Online) under Wine 1.5.8 and it consumes roughly 750MB
to 1GB. I think a lot of that memory is static data. Multiple copies of the
game can be run simultaneously (multi-boxing).
I would like to know if Wine can take advantage of the kernel's KSM (Kernel
Samepage Merging) feature. I know the KVM (Kernel Virtual Machines) already
does this.
This would be really awesome to have!!
Thanks!
--
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=20171
Summary: Microsoft Word 2007 ruler number are misplaced
Product: Wine
Version: 1.1.30
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: jaimerave(a)gmail.com
Created an attachment (id=23776)
--> (http://bugs.winehq.org/attachment.cgi?id=23776)
Screenshot in Ubuntu
Check the screenshot.
Using Wine 1.1.30 and Ubuntu Karmic.
--
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=25648
Summary: ie8 does not navigate to web pages or obey home page
setting
Product: Wine
Version: 1.3.2
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: dank(a)kegel.com
(From http://code.google.com/p/winezeug/issues/detail?id=159 )
"winetricks ie8" succeeds, but the resulting browser doesn't seem to work.
There are workarounds if you just care about the contents of the
browser (e.g. you can use ie6's main window, and ie8's guts), but I
don't know of a workaround for getting ie8's main window to work.
This has probably never worked, but I'm marking 1.3.2 since that's when I first
tried 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.
https://bugs.winehq.org/show_bug.cgi?id=49898
Bug ID: 49898
Summary: Cannot load library inside executable folder
Product: Wine-staging
Version: 5.17
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ciaocomestaibene2000(a)gmail.com
CC: leslie_alistair(a)hotmail.com, z.figura12(a)gmail.com
Distribution: ---
I tried launch the program ps2classic, installed the required libraries like
VB5 via winetricks but i can't install cygwin, i moved the dll file into
system32 but nothing i tried with dll manager but nothing:
regsvr32: 'DllRegisterServer' not implemented in DLL
00e8:err:module:import_dll Library cygwin1.dll (which is needed by
L"Z:\\home\\michelangelo\\Scaricati\\Telegram Desktop\\2-TOOLS
[PC]\\ps2classics_GUI_v1.3\\ps2classic.exe") not found
i also tried installing cygwin directly into wine, but the problem persist
--
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=51658
Bug ID: 51658
Summary: Error trying to install Office 2010 x64
Product: Wine
Version: 6.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: rpc
Assignee: wine-bugs(a)winehq.org
Reporter: josephmore.elec(a)gmail.com
Distribution: ---
Created attachment 70526
--> https://bugs.winehq.org/attachment.cgi?id=70526
Setup console output
It has been known for some time that it is not possible to install any version
of Microsoft Office x64.
However, in the latest wine-staging (6.15), despite the fact that this
impossibility is repeated, the error is different.
The error in the stable version occurs when the rpc package is received
incorrectly as it appears in the output console when executing the trial
installation.
045c:err:rpc:I_RpcReceive we got fault packet with status 0xc004f012
014c:err:msi:execute_script Execution of script 0 halted; action
L"[BVFQ888GGK3R8XMXWDPR3RVCG\0080\0080\008017\0080sl.RAC.GENERIC.PRIVATE\008077u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48cjpsaWNlbnNlIHhtbG5zOnI9InVybjptcGVnOm1wZWcyMToyMDAzOjAxLVJFTC1SLU5TIiBsaWNlbnNlSWQ9Ins1ZjcxMzBmOC0xN2Y0LTQ3MzUtOGZkOS05ODI3MmU3ZmQ1ZTV9IiB4bWxuczpzeD0idXJuOm"...
returned 1603
014c:err:msi:ITERATE_Actions Execution halted, action L"InstallExecute"
returned 1603
However in the staging version the error ocurred is different but probably also
related to rpc or wmi.
0390:err:ntlm:ntlm_LsaApInitializePackage no NTLM support, expect problems
0390:fixme:rpc:RpcBindingSetAuthInfoExW unsupported AuthnSvc 10
0390:fixme:rpc:RpcBindingSetAuthInfoExW unsupported AuthnSvc 10
0120:err:msi:execute_script Execution of script 0 halted; action L"[C:\\Program
Files\\Common Files\\Microsoft
Shared\\OfficeSoftwareProtectionPlatform\\OSPPOBJS.DLL|C:\\Program
Files\\Common Files\\Microsoft
Shared\\OfficeSoftwareProtectionPlatform\\osppobjs-spp-plugin-manifest-signed.xrm-ms<=>S-1-5-21-0-0-0-1000<=>{90140000-003D-0000-1000-0000000FF1CE}"...
returned 1603
0120:err:msi:ITERATE_Actions Execution halted, action L"InstallExecute"
returned 1603
In both test prefixes winetricks scripts dotnet2sp2 corefonts gdiplus were
executed.
Additionally, manually, the files corresponding to the riched20 and wsh57
scripts were manipulated (files extracted from the installation of Windows XP
x64 and the updates KB955360-v4, KB2892075, KB3050945 and KB3068368)
--
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=40365
Bug ID: 40365
Summary: D3DRM error with the game "Fighting Steel"
Product: Wine
Version: 1.6.2
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: trivial
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: e.courtial30(a)gmail.com
Distribution: ---
Created attachment 54052
--> https://bugs.winehq.org/attachment.cgi?id=54052
back traces
Hi
When I try to run the game "Fighting Steel", it starts but crashes almost
immediately.
The hardware checkup done by the game doesn't throw errors.
This is a game using the Direct3D Retained Mode.
I am running Wine on Ubuntu 15.
Back traces are joined to this message.
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.