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=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.
https://bugs.winehq.org/show_bug.cgi?id=43045
Bug ID: 43045
Summary: Mendeley plugin for MS Word 2010: error to any action
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hiperdesign.hg(a)gmail.com
Distribution: ---
Created attachment 58206
--> https://bugs.winehq.org/attachment.cgi?id=58206
wine186_output_mendeley_word_plugin_20170517
This issue was already reported some years ago as bug 32315, but it was closed
without an actual fix.
To sum up: I can successfully install MS Office, Mendeley and the Mendeley Word
plugin, but if I click on "References" in Word, I get the following as a
"Microsoft Visual Basic" error:
Run-time error 429: ActiveX component can't create object.
Then, if I click on anything in the Mendeley Cite-O-Matic section, I get the
following as a "Mendeley Word Plugin Problem" (notice the different headers):
ActiveX component can't create object ( 429) in MendeleyPlugin. For more help,
visit http://support.mendeley.com
This essentially renders the complete Word plugin unusable.
I have experienced this error in Wine 1.8.6 as well as 2.8, while in bug 32315
the same error (although with slightly different wine output) was reported for
versions 1.7.x
I attach the wine output as well. (First two lines were output during clicking
"References", last three while clicking "Insert citation".)
Thank you in advance if you decide to look into this, currently this is the
only thing that keeps me from using Wine.
Config:
openSUSE 42.1
Wine 1.8.6 (with vcrun6, wsh57 and corefonts installed, version set to Windows
7) or Wine 2.8
MS Office 2010 (32bit)
Mendeley 1.17.9 (download here:
https://www.mendeley.com/download-mendeley-desktop/, install word plugin with
Tools/Install MS Word Plugin)
--
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.