http://bugs.winehq.org/show_bug.cgi?id=17120
Summary: Synful Orchestra: crash when run
Product: Wine
Version: 1.1.13
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: ntoskrnl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: amranello(a)gmail.com
Wine crash when I run Synful Orchestra in dssi-vst.
Trial Synful Orchestra download http://www.synful.com/Download.htm
--
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=29765
Bug #: 29765
Summary: Synful Orchestra 2.5.x tpkd.sys driver crashes due to
unimplemented function ntoskrnl.exe.IoStartNextPacket
Product: Wine
Version: 1.4-rc1
Platform: x86
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: ntoskrnl
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Classification: Unclassified
Hello,
the driver crashes and app displays message box "Updated TPkd driver required,
and a reboot. Please reboot or reinstall the software."
--- snip ---
$ pwd
/home/focht/.wine/drive_c/Program Files/Common Files/Synful/Synful Orchestra/SO
$ wine ./SynfulOrchestraAuthorizer.exe
fixme:ntoskrnl:KeInitializeMutex stub: 0x112900, 0
...
fixme:ntoskrnl:IoGetDeviceObjectPointer stub: L"\\Device\\DebugMessageDevice"
1f01ff 0x53e514 0x53e510
fixme:ntoskrnl:KeInitializeEvent stub: 0x1110f0 1 0
fixme:ntoskrnl:KeInitializeEvent stub: 0x113970 1 0
fixme:ntoskrnl:IoRegisterDriverReinitialization stub: 0x7efff920 0x545d57
0x113710
fixme:ntoskrnl:__regs_KfRaiseIrql (2) stub!
wine: Call from 0x7b83924f to unimplemented function
ntoskrnl.exe.IoStartNextPacket, aborting
wine: Unimplemented function ntoskrnl.exe.IoStartNextPacket called at address
0x7b83924f (thread 0026), starting debugger...
--- snip ---
$ sha1sum synful_orchestra_252_32bit_setup.exe
489f3c24279ece8c220745efc5cf59caa22ec7d0 synful_orchestra_252_32bit_setup.exe
$ wine --version
wine-1.4-rc1-73-g57bb089
Regards
--
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=16671
Summary: Revit Architecture 2009: Installation fails with call
not implemented
Product: Wine
Version: 1.1.11
Platform: PC-x86-64
URL: http://students.autodesk.com
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: netbox(a)pi-xi.net
Created an attachment (id=18299)
--> (http://bugs.winehq.org/attachment.cgi?id=18299)
wine output into console
AutoDesk Revit Architecture 2009 installation fails.
Everything works up to the part where the installer begins copying files. It
manages to install .NET 2.0 and after that reports that installation failed
with a "Call not implemented" -error. The produced log by the installer is very
vague.
This bug is an exact replica of installation failure with Revit Architecture
2008.
--
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=17161
Summary: Provide lodctr.exe tool to prevent misleading process
spawn failure console messages (.NET installers)
Product: Wine
Version: 1.1.13
Platform: Other
URL: http://www.microsoft.com/downloads/details.aspx?FamilyID
=262d25e3-f589-4842-8157-034d1e7cf3a3
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: focht(a)gmx.net
Hello,
a minor nuisance that can be easily fixed...
I had to add notes to .NET Framework appdb entries because people wrote about
messages which looked like install errors to them.
--- snip ---
wine: could not load L"C:\\windows\\system32\\lodctr.exe": Module not found
--- snip ---
Such failures are in fact harmless, not relevant to overall installer status.
"lodctr.exe" is a simple command line executable for loading performance data
into registry.
It is often called from .NET Framework v1.x, 2.x, 3.x installers.
MSDN info:
http://technet.microsoft.com/en-us/library/bb490926.aspxhttp://msdn.microsoft.com/en-us/library/aa934371.aspx
--- quote ---
The loading function of lodctr, LoadPerfCounterTextStrings, is declared in
Loadperf.h and exported from Loadperf.dll. You can call this function directly
from your install program.
The following example shows the syntax for this function.
LONG LoadPerfCounterTextStrings(
LPSTR lpCommandLine,
BOOL bQuietModeArg
);
The lpCommandLine parameter is the name of your .ini file.
The bQuietModeArg parameter is a Boolean value that specifies whether to
display output during the loading of the text strings for the counter.
--- quote ---
MSDN note suggests that this command line tool is only a thin wrapper which
simply calls LoadPerfCounterTextStrings() as workhorse, passing/forwarding the
command line as-is.
It should be easy to add this tool - even with LoadPerfCounterTextStringsA/W
being stubs - to silence installers which try to spawn it.
Typical installer logs:
--- snip ---
1: 0 2: C:\windows\system32\lodctr.exe
C:\windows\Microsoft.NET\Framework\v2.0.50727\_Networkingperfcounters.ini;18;C:\windows\system32\
3: 4: 5: 6: 7: 8: 9: 10:
Action 21:27:31: RunProcess. Installing Performance Counters for ".NET CLR
Networking"
...
--- snip ---
--- snip ---
...
1: 0 2: C:\windows\system32\lodctr.exe
"C:\windows\Microsoft.NET\Framework\v3.0\Windows Communication
Foundation\_TransactionBridgePerfCounters.ini";dummy;C:\windows\system32\ 3:
4: 5: 6: 7: 8: 9: 10:
1: C:\windows\system32\lodctr.exe
"C:\windows\Microsoft.NET\Framework\v3.0\Windows Communication
Foundation\_TransactionBridgePerfCounters.ini" 2:
1: 0 2: C:\windows\system32\lodctr.exe
"C:\windows\Microsoft.NET\Framework\v3.0\Windows Communication
Foundation\_TransactionBridgePerfCounters.ini";dummy;C:\windows\system32\ 3:
4: 5: 6: 7: 8: 9: 10:
1: 0 2: C:\windows\system32\lodctr.exe
"C:\windows\Microsoft.NET\Framework\v3.0\Windows Communication
Foundation\_TransactionBridgePerfCounters.ini";dummy;C:\windows\system32\ 3:
4: 5: 6: 7: 8: 9: 10:
...
--- snip ---
Regards
--
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=19741
Summary: Autodesk Revit 2010 (64bit) installation fails
Product: Wine
Version: 1.1.27
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: winehq(a)pi-xi.net
Created an attachment (id=23088)
--> (http://bugs.winehq.org/attachment.cgi?id=23088)
Wine console output during the installation
As with earlier versions of Revit, also 2010 installation fails.
Everything works up to the part where the installer begins copying files.
Unlike with the earlier versions, this time there's an unhandled exception.
--
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=51258
Bug ID: 51258
Summary: Timespinner controller input stopped working in wine
6.10
Product: Wine
Version: 6.10
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: hid
Assignee: wine-bugs(a)winehq.org
Reporter: vlund(a)codeweavers.com
Distribution: ---
Created attachment 70131
--> https://bugs.winehq.org/attachment.cgi?id=70131
Terminal Output
After upgrading from wine 6.9 to 6.10 the controller stopped working in
Timespinner. I am using an Xbox One controller here.
I did a bisect and found that commit 1c5e57fc7503fcacd4f95c89c7da774a6090eba1
seems to cause the regression.
--
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=51281
Bug ID: 51281
Summary: C:\users\<user>\appdata\local not created on prefix
update
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: shell32
Assignee: wine-bugs(a)winehq.org
Reporter: stefan(a)codeweavers.com
Distribution: ---
Starcraft 1 from Battle.net fails to run in an existing prefix since
4111801ab317529c3e24c39a6a97e7043438231a. A workaround is to re-install
everything in a new prefix.
A quick warn+file log shows the following:
0340:warn:file:NtQueryAttributesFile L"\\??\\C:\\users\\stefan\\AppData\\Local"
not found (c0000034)
0340:trace:seh:dispatch_exception code=c0000005 flags=0 addr=00000001803DD71C
ip=00000001803DD71C tid=0340
Manually creating the folder fixes the bug. I haven't checked if game settings
are migrated ok or lost.
Is it possible to create this folder on prefix update?
--
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=51370
Bug ID: 51370
Summary: heidisql crashes with unimplemented function
crypt32.dll.CertOpenStore called
Product: Wine
Version: 6.11
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: crypt32
Assignee: wine-bugs(a)winehq.org
Reporter: markus.koenigshaus(a)gmx.de
Distribution: ---
Created attachment 70226
--> https://bugs.winehq.org/attachment.cgi?id=70226
backtrace from heidicrash
heidisql crashes with unimplemented function crypt32.dll.CertOpenStore called,
using Suse Leap 15.2, wine 6.11-lp152.1353-1
crashes every time, reinstalling wine does not help, backtrace attached
--
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.