JimuReport icon indicating copy to clipboard operation
JimuReport copied to clipboard

关于dbsum的bug

Open 13813586515 opened this issue 1 year ago • 4 comments

版本号:

1.7.52

问题描述:

多列使用dbsum,底部总计出现重复

错误日志&截图:

image image image

重现步骤:

在多个列中都使用dbsum会出现重复总计行

友情提示(为了提高issue处理效率):

  • 积木报表是一款免费报表产品,功能免费源码不开放;
  • 未按格式要求发帖,会被直接删掉;
  • 请针对问题提供[报表设计配置或SQL脚本]或在官网制作报表示例并提供ID;
  • 针对不好重现的问题,请录制操作视频或详细的重现步骤;

13813586515 avatar Jun 12 '24 04:06 13813586515

Try using "system default" instead of "pipewire" for game audio and "default" instead of "pipewire" for the mic. See attached image.

image

l33tlinuxh4x0r avatar Jun 01 '24 13:06 l33tlinuxh4x0r

this worked however now i'm getting an issue with no video showing

NitroDIon avatar Jun 01 '24 14:06 NitroDIon

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.

MorrisBA avatar Jun 01 '24 20:06 MorrisBA

I'm getting this as well on my arch linux install....

minepoof avatar Jun 02 '24 09:06 minepoof

Pipewire kind of broke the device name "pipewire" for it's default device, use "pulseaudio" instead if you have pipewire-pulse installed.

The-personified-devil avatar Jun 02 '24 15:06 The-personified-devil

Same here, black screen although it is tracked on the "VR View" window.

[edit] I'm on Ununtu 24.04

snagar avatar Jun 03 '24 18:06 snagar

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 avatar Jun 03 '24 18:06 The-personified-devil

@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.

snagar avatar Jun 05 '24 13:06 snagar

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

MorrisBA avatar Jun 06 '24 19:06 MorrisBA

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.

svidlak avatar Jun 07 '24 09:06 svidlak

See #2242

The-personified-devil avatar Jul 10 '24 04:07 The-personified-devil