http://bugs.winehq.org/show_bug.cgi?id=19379
Summary: Running Protools LE on Ubuntu linux, some minor
things.
Product: Wine
Version: unspecified
Platform: PC
URL: http://www.wmclan.net/
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: E3pO(a)wmclan.net
CC: E3pO(a)wmclan.net
Created an attachment (id=22460)
--> (http://bugs.winehq.org/attachment.cgi?id=22460)
Log of Terminal "wine program.exe"
Hello,
When running Protools LE installer, everything worked great up to the point it
was trying to install under a non-administrator account?
http://screenshots.rd.to/sn/07be7b9af247cf8d34ba0acb7ace47da/5zxk1pq61ybc7s…
Every time that dialog popped up, in console i saw the following:
fixme:advapi:LookupAccountNameW L"" L"Pro Tools Users" (nil) 0x3154ac 0x13b62e0
0x3154b0 0x3154b4 - stub
Is there anyway to change that?
Also, is there anyway to make hardware "via usb or firewire" to install using
wine? OR is there a way to make protools think that the hardware is connected
but actually use my normal sound card? "make protools think that my soundcard
is an output with the digidesign digital signature or however that works"
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=19120
Summary: RichEdit draws wrong background on some cases
Product: Wine
Version: 1.1.24
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: comctl32
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: b0ntrict0r(a)yandex.ru
Bug summary isn't quite clear but I don't know how to say it in other words.
Screenshots may help to imagine it better.
Bug is reproducible with Micro-Cap 7.1.0.0. Unfortunately there are no more
legal ways to obtain demo version of 7th release so I've tested it a bit in my
university. Demo of the latest version is only available but I can't reproduce
the bug with MC9.
Screenshots description:
1. Micro-Cap is running on wine. There're no DLL overrides here.
2. Micro-Cap is running on wine. There's override of comctl32.dll.
3. Micro-Cap is running on Windows XP.
--
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=29612
Bug #: 29612
Summary: Sins of Solar Empire: Random crashes with created dump
file
Product: Wine
Version: 1.3.36
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: linards.liepins(a)gmail.com
Classification: Unclassified
Created attachment 38360
--> http://bugs.winehq.org/attachment.cgi?id=38360
Dump containg some crash output for Sins of Solar Empire.
Have been experiencing this issue and various stages and situations. Cannot
specify anything unique. Providing dumps as only logs I can have for now.
Would be thankful for cmd line for winedbg output gathering ...
--
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=26153
Summary: Run-time error 429
Product: Wine
Version: 1.2
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: emiliana.capozzi(a)gmail.com
Run-time error 429
Active-x component can't creat object
--
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=32244
Bug #: 32244
Summary: Spinter Cell conviction crashes on start
Product: Wine
Version: 1.5.17
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: torgeriedel(a)gmx.de
Classification: Unclassified
Created attachment 42535
--> http://bugs.winehq.org/attachment.cgi?id=42535
Backtrace of game crash
See attachment
--
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=17003
Summary: fseek with whence=SEEK_END after fread is ignored
Product: Wine
Version: 1.1.13
Platform: Other
OS/Version: other
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: msvcrt
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: lkcl(a)lkcl.net
Created an attachment (id=18793)
--> (http://bugs.winehq.org/attachment.cgi?id=18793)
test lseek SEEK_END being ignored after fread
best expressed in python:
filelen = 200
f = open("tst", "wb")
for i in range(filelen):
f.write(chr(i%256))
f.close()
f = open("tst", "rb")
f.seek(filelen-22)
x = f.read(20)
f.seek(-98, 2)
print (filelen-98), f.tell()
but c version is attached.
from what i can best tell, the lseek(-9, SEEK_END) is just simply... being
ignored! :)
if you comment out the fread, the lseek is successful.
--
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=21933
Summary: Unhandled page fault on read access to 0x00000000
Product: Wine
Version: 1.1.39
Platform: x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: natron(a)gmx.ch
Created an attachment (id=26623)
--> (http://bugs.winehq.org/attachment.cgi?id=26623)
log of the exception output
During startup, the application crashes with the error attached.
System ist an Ubuntu 9.10 64bit
--
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=19903
Summary: Wow.exe crashes at startup
Product: Wine
Version: 1.1.28
Platform: PC-x86-64
OS/Version: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: to.wingie(a)gmail.com
Created an attachment (id=23364)
--> (http://bugs.winehq.org/attachment.cgi?id=23364)
backtraces
while starting it crashes with long crashdump and backtraces
--
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=31326
Bug #: 31326
Summary: ScriptStringOut draw glyphs with wrong pitch when
WenQuanYi Micro Hei is used
Product: Wine
Version: 1.5.9
Platform: x86
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: usp10
AssignedTo: wine-bugs(a)winehq.org
ReportedBy: fracting(a)gmail.com
Classification: Unclassified
Created attachment 41164
--> http://bugs.winehq.org/attachment.cgi?id=41164
C test case
wine-1.5.9-222-g47b9dd1
ttf-wqy-microhei:
0.2.0-beta-1
WenQuanYi Micro Hei is used as a replacement of SimSun in Ubuntu Wine package,
SimSun is the default GUI font for Chinese version of Wine/Windows.
After 5a45e3474141536b02cfc4e924be3aacbd6ad2c5 ( usp10: Implement GPOS Pair
Adjustment Positioning Subtable. ) , the glyph pitch is wrong when display
string with ScriptStringOut using WenQuanYi Micro Hei.
The simplest way to reproduce this bug is :
1. Make sure WenQuanYi Micro Hei is installed and set as replacement of SimSun
2. Open wine iexplore with LC_ALL=zh_CN.utf8
3. type some characters into the address bar, for example, '/', '<', '>', '.'
Expect result:
The pitch between different glyphs should be a suitable value
Actual result:
The pitch between two '/' is larger then normal, pitch between two '>' is even
larger, pitch between two '.' is zero, pitch between two '<' is negative.
winetricks usp10 workaround the bug.
The attachment is a test case, notice that SSA_LINK flag in ScriptStringAnalyse
is necessary to reproduce this bug.
--
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.