https://bugs.winehq.org/show_bug.cgi?id=49677
Bug ID: 49677
Summary: Registering app fails with database error
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: cbase2015-winebug(a)yahoo.de
Distribution: ---
Created attachment 67917
--> https://bugs.winehq.org/attachment.cgi?id=67917
Error message when trying to submit new app "α-Orionis Centurion"
Trying to submit a new app with the name "α-Orionis Centurion" fails (see
screenshot).
--
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=56675
Bug ID: 56675
Summary: wine-mono does not work with nuvamawealth tx3 but
winetricks dotnet48 works
Product: Wine
Version: 9.8
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: yafoce6821(a)giratex.com
Distribution: ---
Affected application: https://www.nuvamawealth.com/tx3
Download link (it is a free application):
https://nuvamawealth.com/ewwebimages/webfiles/download/tx3/tx3.zip
Filing a bug for wine-mono because the FAQ page told me to.
steps to replicate:
1. A vanilla wine prefix.
2. winetricks vcrun2015 (and dotnet48; on wine-mono does not work; hence filing
bug report)
3. run the msi installer unzipping the zip
4. winecfg to win7 (win10 used to work, but until recently, requires winetricks
dxvk vcrun2010 and corefonts to work)
4. run the application
--
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=56480
Bug ID: 56480
Summary: vbscript: underscore line continue issues
Product: Wine
Version: 9.4
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: vbscript
Assignee: wine-bugs(a)winehq.org
Reporter: francisdb(a)gmail.com
Distribution: ---
> cat test.vbs
Class Tween
Public Function Delay(length)
Set Delay = Me
WScript.Echo "Delay " & length
End Function
Public Function Clear()
Set Clear = Me
WScript.Echo "Clear"
End Function
End Class
Dim instance
Set instance = new Tween
WScript.Echo "chained"
instance.Clear().Delay(1)
WScript.Echo "chained with continuation dots after"
' works as expected
instance. _
Clear(). _
Delay(1)
WScript.Echo "chained with continuation dots before"
' 0114:fixme:wscript:ActiveScriptSite_OnScriptError
instance.Clear() _
.Delay(1)
WScript.Echo "chained with continuation dots before2"
' 0114:fixme:wscript:run_script ParseScriptText failed: 80004005
instance _
.Clear() _
.Delay(1)
WScript.Echo "done"
--
Linux Wine.
> wine cscript test.vbs
0114:fixme:vbscript:parser_error L".Delay(1)\n\nWScript.Echo \"done\"\n":
"syntax error"
0114:fixme:wscript:ActiveScriptSite_OnScriptError ()
0114:fixme:wscript:run_script ParseScriptText failed: 80004005
--
Windows cscript
> cscript test.vbs
Microsoft (R) Windows Script Host Version 5.812
Copyright (C) Microsoft Corporation. All rights reserved.
chained
Clear
Delay 1
chained with continuation dots after
Clear
Delay 1
chained with continuation dots before
Clear
Delay 1
chained with continuation dots before2
Clear
Delay 1
done
--
Some more notes:
* On wine by commenting out the last section you get a different error
* I have also seen different errors depending on weather the functions called
have arguments or not
* Other uses of underscore do seem to work. Eg multiline Dim, multiline if.
--
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=56669
Bug ID: 56669
Summary: AppDB: 'Maintainer status removed' email doesn't
mention the application involved
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
```
Maintainer status removed
-------------------------------------------------------
Your maintainer status has been removed because you have not logged into th=
e AppDB in over 24 months.
Best regards.
The AppDB team
https://appdb.winehq.org/
If you don't want to receive any other e-mail, please change your preferenc=
es:
https://appdb.winehq.org/preferences.php
```
This email should mention _what_ application was involved / include a link to
said application.
--
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=56670
Bug ID: 56670
Summary: AppDB: warn maintainers before removing their
maintainer privileges
Product: WineHQ Apps Database
Version: unspecified
Hardware: x86-64
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: appdb-unknown
Assignee: wine-bugs(a)winehq.org
Reporter: austinenglish(a)gmail.com
Distribution: ---
I recently got a flood of emails:
```
Maintainer status removed
-------------------------------------------------------
Your maintainer status has been removed because you have not logged into th=
e AppDB in over 24 months.
Best regards.
The AppDB team
https://appdb.winehq.org/
If you don't want to receive any other e-mail, please change your preferenc=
es:
https://appdb.winehq.org/preferences.php
```
Fair enough, I haven't logged in, and shouldn't be a maintainer for those
applications. But a warning would've been nice..
--
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=56628
Bug ID: 56628
Summary: Golftopia (GOG) crashes during startup in unityplayer
on Intel iGPU.
Product: Wine
Version: 9.7
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: hibbsncc1701(a)gmail.com
Distribution: ---
Created attachment 76403
--> https://bugs.winehq.org/attachment.cgi?id=76403
Crash backtrace
Attempting to run Golftopia with an Intel iGPU (Intel Corporation Device
[8086:0a1e] (rev 0b)) causes the game to crash during startup after the initial
loading dialog.
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.
https://bugs.winehq.org/show_bug.cgi?id=56664
Bug ID: 56664
Summary: winecfg not exposing an option for 7.1 surround sound
audio output (winepulse.drv)
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: ib10evp0(a)gmx.org
Distribution: ---
Using a self-compiled winecfg from a Wine build based on commit
`ae9bdbda3be2b4ab5be34463fe1daec6c11cc7e6` (post 9.8), I see no option to set
7.1 output for the pulse audio driver in winecfg. Only Mono, Stereo,
Quadrophonic and 5.1 is available even though my system is set to 7.1 output in
the host os configuration.
Setup:
Wine & winecfg (self-compiled) @ ae9bdbda3be2b4ab5be34463fe1daec6c11cc7e6 (post
Wine 9.8)
Ubuntu 22.04 with Pulseaudio
Audio device profile set to 7.1 output in system configuration (test sounds
output properly to 7.1 speaker system)
--
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=55538
Bug ID: 55538
Summary: Bad graphics rendering in VirtualDJ
Product: Wine
Version: 8.15
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: major
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: bique.alexandre(a)gmail.com
Distribution: ---
Created attachment 75096
--> https://bugs.winehq.org/attachment.cgi?id=75096
VirtualDJ Screenshot
VirtualDJ is a DJ software. https://virtualdj.com
The graphics rendering in VirtualDJ is broken.
The font looks crippled.
There are a bunch of gradients which are plain black.
The interface flickers.
I'm using Archlinux, Gnome/X11, nvidia.
This message comes a lot:
0190:fixme:d2d:d2d_text_renderer_DrawGlyphRun Ignoring options 0x2.
This also happens:
vkd3d:fixme:d3d12_device_MakeResident iface 0000000003A4AC10, object_count 1,
objects 0000000001C872C8 stub!
vkd3d:fixme:d3d12_root_signature_init_descriptor_table_push_constants Push
constants size 260 exceeds maximum allowed size 256. Try
VKD3D_CONFIG=virtual_heaps.
0110:fixme:win:RegisterTouchWindow hwnd 0000000000040084, flags 0x2 stub!
0190:err:sync:RtlpWaitForCriticalSection section 000000014448FB50 (null) wait
timed out in thread 0190, blocked by 0110, retrying (60 sec)
0190:err:sync:RtlpWaitForCriticalSection section 000000014448FB50 (null) wait
timed out in thread 0190, blocked by 0110, retrying (60 sec)
0190:err:sync:RtlpWaitForCriticalSection section 000000014448FB50 (null) wait
timed out in thread 0190, blocked by 0110, retrying (60 sec)
Cheers,
Alex
--
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=56436
Bug ID: 56436
Summary: Cannot Save a trace while using the Ellisys Bluetooth
Analyzer
Product: Wine
Version: unspecified
Hardware: x86-64
OS: Linux
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: winedbg
Assignee: wine-bugs(a)winehq.org
Reporter: venkatesh.s(a)broadcom.com
Distribution: ---
Created attachment 76197
--> https://bugs.winehq.org/attachment.cgi?id=76197
this is the backtrace information shown in the pop-up window
I have recently installed an "Ellisys.Runtime.x86_64.AppImage" from ellisys
website - https://ellisys.com/support/runtime_install.
The application will help to use the "Ellisys Bluetooth Analyzer" software in
Linux platform.
After the setup is done. I'm able to open the application. But when I try to
save the trace, I'm seeing a crash.
Attached the backtrace for the same.
--
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=56482
Bug ID: 56482
Summary: basically i tried running vocaloid 6 and it does not
run and shows error
Product: Wine
Version: 9.3
Hardware: x86-64
OS: MacOS
Status: UNCONFIRMED
Severity: blocker
Priority: P2
Component: -unknown
Assignee: wine-bugs(a)winehq.org
Reporter: angad.ranhotra(a)gmail.com
Created attachment 76252
--> https://bugs.winehq.org/attachment.cgi?id=76252
backtrace
basically i tried running vocaloid 6 and it does not run and shows error
--
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.