you are right! The scaling is the problem. I use a 4k monitor. To get the font size larger I scaled the winecfg parameter from 96 to 144 and the application crashed. Reset to 96 (default) -> no problems any longer but I have to use a magnifying glass.
Thanks Marco. There are a lot gdi32 post, most of there are very old and I found no solution. Are there any new libraries involved in plsqldev 15? (With v14 I got no problem).
Hi
I'm using PLSQLDev 14 for long time on Ubuntu 20 and 22 without any problems.
But I'm not able to run it with PLSQLDev15. Here is the error output when I start it on command line:
MESA-INTEL: warning: Performance support disabled, consider sysctl dev.i915.perf_stream_paranoid=0...
I noticed this as well some days ago. Sorry, I didn't generate a debug file. But for me, it seem to happen, when I made a typo in an object name and PLD tries to find more infos about this object: example - trying to find a columnname of a misspelled table. Or wrong package-> find procedures...
The Git GUI List is empty.
GitGUI Executable is C:\Program Files\TortoiseGit\bin\TortoiseGitProc.exe
By the way: also tested with "Git Extensions" instead on tortoise. Selectbox "Git GUI" remains empty.
Hi
there is no Git GUI selected.
My parameters are the same as in your documentation: git.exe and tortoisegitproc.exe as GUI executable. Both program are working well with the windows explorer. But GitGUI remains empty in my preference sheet.
Best regards
Joachim
It has nothing to do with the directory as it's the same for all others versions of plsqldev.
Even this little code can't be documented:
create or replace package dummy is
/**
Author : T. Tester
Created : 25.02.2020 11:21:36
Purpose : Just a Test
*/
end dummy;