http://bugs.winehq.org/show_bug.cgi?id=13838
Summary: AutoCAD 2005 setup : Missing backslash in registry entry
and profile path
Product: Wine
Version: 1.0-rc4
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: max(a)veneto.com
During setup of AutoCAD2005, some values in registry are incorrectly set.
In detail, what should be :
C:\\windows\\profiles\\massimo\\Applicazioni\\Autodesk\\AutoCAD 2005\\......
Is instead written like that :
C:\\windows\\profiles\\massimo\\ApplicazioniAutodesk\\AutoCAD 2005\\
Note the missing '\\' between 'Applicazioni' and 'Autodesk'
Folders in profile are created accordingly, so instead of :
massimo
Applicazioni
Autodesk
It's created as :
massimo
ApplicazioniAutodesk
That brings problems in some addons (like ExpressTools for autocad) and, I
guess,
it's the cause for the first-run error messagebox.
I think some path-related functions in wine is missing the terminating \\.
Ciao
Max
--
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=10635
Summary: Tivo Desktop 2.5.1 will not install
Product: Wine
Version: 0.9.50.
Platform: PC
URL: http://www.tivo.com/mytivo/domore/tivotogo/windows.html
OS/Version: Windows XP
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: wine-ole
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: joseph_scott123(a)msn.com
When trying to install Tivo Desktop 2.5.1 I get the following messages and it
fails to install.
fixme:ole:CoInitializeSecurity ((nil),-1,(nil),(nil),0,3,(nil),0,(nil)) - stub!
err:ole:CoGetClassObject class {6c736db1-bd94-11d0-8a23-00aa00b58e10} not
registered
err:ole:CoGetClassObject no class object {6c736db1-bd94-11d0-8a23-00aa00b58e10}
could be created for context 0x1
fixme:msi:AutomationObject_GetIDsOfNames Unknown member L"UILevel", clsid
{000c1090-0000-0000-c000-000000000046}
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
fixme:seh:_abnormal_termination (void)stub
Usage:
Install a product:
msiexec {package|productcode} [property]
msiexec /i {package|productcode} [property]
msiexec /a package [property]
Repair an installation:
msiexec /f[p|o|e|d|c|a|u|m|s|v] {package|productcode}
Uninstall a product:
msiexec /x {package|productcode} [property]
Advertise a product:
msiexec /j[u|m] package [/t transform] [/g languageid]
msiexec {u|m} package [/t transform] [/g languageid]
Apply a patch:
msiexec /p patchpackage [property]
msiexec /p patchpackage /a package [property]
Modifiers for above operations:
msiexec /l[*][i|w|e|a|r|u|c|m|o|p|v|][+|!] logfile
msiexec /q{|n|b|r|f|n+|b+|b-}
Register a module:
msiexec /y module
Unregister a module:
msiexec /z module
Display usage and copyright:
msiexec {/h|/?}
NOTE: Product code on commandline unimplemented as of yet
Copyright 2004 Vincent B�ron
--
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
https://bugs.winehq.org/show_bug.cgi?id=46823
Bug ID: 46823
Summary: in wcmd.exe, trailing slash in "if exist SomeDir/"
cause always false
Product: Wine
Version: 4.3
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: cmd
Assignee: wine-bugs(a)winehq.org
Reporter: alter(a)ukr.net
Distribution: ---
Created attachment 63849
--> https://bugs.winehq.org/attachment.cgi?id=63849
fix issue with instant false due to trailing slash in 'if exist SomeDir/'
if exist SomeDir/ do-smth.cmd
statement (with ending slash) always return false since
'if exist' CMD implementation start using FindFirstFileW() instead of
GetFileAttributesW() in builtins.c
Such condition appears in MS VisualStudio generated makefiles
There is special case for trailing '\\', but there is no handling for '/'.
The patch proposed fixes this issue and adds corresponding tests for
if exist SomeDir/ do-smth.cmd
if exist "SomeDir/" do-smth.cmd
cases
--
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=47657
Bug ID: 47657
Summary: Character in The Sims 1 Make-A-Celebrity looks
completely white
Product: Wine
Version: 4.14
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: directx-d3d
Assignee: wine-bugs(a)winehq.org
Reporter: sashok.olen(a)gmail.com
Distribution: ---
Created attachment 65100
--> https://bugs.winehq.org/attachment.cgi?id=65100
+ddraw,+d3d,+d3d_shader
It's very close to https://bugs.winehq.org/show_bug.cgi?id=46948 but it only
seems to happen to this particular add-on tool. Actual game still renders just
fine so it's a regression.
To run this tool, you need to have an installation of the actual game.
Attaching +ddraw,+d3d,+d3d_shader log.
--
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=47716
Bug ID: 47716
Summary: cat planet fails to start with llvmpipe drivers
Product: Wine
Version: 4.15
Hardware: x86
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: madewokherd(a)gmail.com
Distribution: ---
Cat Planet fails to start. It brings up a dialog saying "Unexpected error
occured [sic] when running the game."
It seems that it triggers a floating point exception in the mesa software
drivers.
--
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=48633
Bug ID: 48633
Summary: CSS HTML Validator 2020 - toolbar does not display
properly
Product: Wine
Version: 5.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: support(a)htmlvalidator.com
Distribution: ---
Created attachment 66485
--> https://bugs.winehq.org/attachment.cgi?id=66485
Shows incorrect display of Toolbar (look at row containing "New List" and more)
The Batch Wizard tool in CSS HTML Validator 2020 does not display the Toolbar
properly.
To reproduce:
1. Download trial version at
https://www.htmlvalidator.com/private/css-html-validator-wine-bug-x64-setup…
2. Install and run program.
3. Go to the Batch Wizard (F2).
4. By default, the toolbar is hidden in Wine because it does not display
properly. To force the display of the toolbar, choose Options->Force Toolbar.
5. The toolbar icons and spacing will not display properly. The toolbar buttons
appear to be fully justified, but they should be left justified.
6. The toolbar should look more like it does on Windows (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.
https://bugs.winehq.org/show_bug.cgi?id=45110
Bug ID: 45110
Summary: Crash when running courselab 2.4
Product: Wine
Version: 1.6.2
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cjrw42(a)gmail.com
Distribution: ---
Created attachment 61295
--> https://bugs.winehq.org/attachment.cgi?id=61295
courselab 2.4 backtrace
I have installed courselab 2.4 (educational resource dev package which creates
HTML based sites), using the MSI, and all appears to have gone OK. Courselab
runs, grabs credentials, generates the licence key which is emailed and entered
fine, but as soon as you begin to create a new project it crashes out.
backtrace included.
--
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=40223
Bug ID: 40223
Summary: Mesa: User error: GL_INVALID_OPERATION in
glTexImage3D(bad target for depth texture)
Product: Wine
Version: 1.9.4
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ovariegata(a)yahoo.com
Distribution: Slackware
When starting the GOG version of Deus Ex with wine-staging 1.9.4 and a debug
version of mesa this error is printed several times.
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
Here is the full output:
$ deusex
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
fixme:winediag:start_process Wine Staging 1.9.4 is a testing version containing
experimental patches.
fixme:winediag:start_process Please mention your exact version when filing bug
reports on winehq.org.
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
preloader: Warning: failed to reserve range 00010000-00110000
fixme:module:load_dll Loader redirect from L"uxtheme.dll" to L"uxtheme-gtk.dll"
fixme:msg:pack_message msg 14 (WM_ERASEBKGND) not supported yet
fixme:process:GetProcessWorkingSetSize (0xffffffff,0x32f314,0x32f30c): stub
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
Mesa: User error: GL_INVALID_OPERATION in glTexImage3D(bad target for depth
texture)
err:ole:CoGetClassObject class {92fa2c24-253c-11d2-90fb-006008a1f441} not
registered
err:ole:CoGetClassObject no class object {92fa2c24-253c-11d2-90fb-006008a1f441}
could be created for context 0x1
err:ole:CoGetClassObject class {d8f1eee0-f634-11cf-8700-00a0245d918b} not
registered
err:ole:CoGetClassObject no class object {d8f1eee0-f634-11cf-8700-00a0245d918b}
could be created for context 0x1
fixme:winediag:IKsPropertySetImpl_QuerySupport EAX sound effects are enabled -
try to disable it if your app crashes unexpectedly
fixme:ddraw:ddraw7_FlipToGDISurface iface 0x16e2a8 stub!
OS: Slackware-current
Relevant packages:
wine-staging-1.9.4-x86_64-1_SBo
mesa-compat32-847f1cc_2015.12.16_master-x86_64-1_gitcompat32
libdrm-compat32-4274539_2016.02.26_master-x86_64-1_gitcompat32
--
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.