关于dbsum的bug
版本号:
1.7.52
问题描述:
多列使用dbsum,底部总计出现重复
错误日志&截图:
重现步骤:
在多个列中都使用dbsum会出现重复总计行
友情提示(为了提高issue处理效率):
- 积木报表是一款免费报表产品,功能免费源码不开放;
- 未按格式要求发帖,会被直接删掉;
- 请针对问题提供[报表设计配置或SQL脚本]或在官网制作报表示例并提供ID;
- 针对不好重现的问题,请录制操作视频或详细的重现步骤;
Try using "system default" instead of "pipewire" for game audio and "default" instead of "pipewire" for the mic. See attached image.
this worked however now i'm getting an issue with no video showing
this worked however now i'm getting an issue with no video showing
I had the same issue with pipewire. Setting to default has worked but I also have no video on the headset. I can see the screen view and tracking is working but the headset shows black. I am on Pop OS running 3600x 1080ti and 32gb ram.
I'm getting this as well on my arch linux install....
Pipewire kind of broke the device name "pipewire" for it's default device, use "pulseaudio" instead if you have pipewire-pulse installed.
Same here, black screen although it is tracked on the "VR View" window.
[edit] I'm on Ununtu 24.04
If you're getting the black screen on client issue you should check https://github.com/alvr-org/ALVR/wiki/Linux-Troubleshooting
@The-personified-devil Thanks for the input.
At last I was able to stream VR into the QUEST head set. In my case, for now, I disabled the audio settings, since anything I chose from the "drop down list" caused for a continues "whine" sound in the headset.
I hope to continue and investigate this issue, but for now I can't stream the audio to the headset.
If you're getting the black screen on client issue you should check https://github.com/alvr-org/ALVR/wiki/Linux-Troubleshooting
The command in the steps provided worked to get video. Thank you for this. Now my games are incredibly slow to launch or don't launch in vr, but I will look into this further and update if I find a solution
If you're getting the black screen on client issue you should check https://github.com/alvr-org/ALVR/wiki/Linux-Troubleshooting
Seems like it solved the issue for other people. Sorry for the dumb question but where can I find the SteamVR commandline options? is it like right click on SteamVR in Steam -> Properties -> Launch options?
EDIT:
Since im using Arch + hyprland (wayland) and have integrated intel + nvidia gpu my initial commandline options looked like this:
__NV_PRIME_RENDER_OFFLOAD=1 __VK_LAYER_NV_optimus=NVIDIA_only __GLX_VENDOR_LIBRARY_NAME=nvidia %command% ~/.steam/steam/steamapps/common/SteamVR/bin/vrmonitor.sh %command% WAYLAND_DISPLAY='' %command%
removing everything and leaving only ~/.steam/steam/steamapps/common/SteamVR/bin/vrmonitor.sh %command% WAYLAND_DISPLAY='' %command% solved the black screen issue. Also had to disable audio for now but its good enough for me for the meantime.
See #2242