PLSQLDev 15 and wine

joachim

Member²
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

0024:err:graphics:USER_CheckNotLock BUG: holding USER lock
0024:err:graphics:USER_CheckNotLock BUG: holding USER lock
0024:err:graphics:USER_CheckNotLock BUG: holding USER lock
0024:err:graphics:USER_CheckNotLock BUG: holding USER lock
0024:err:graphics:USER_CheckNotLock BUG: holding USER lock
0024:err:graphics:USER_CheckNotLock BUG: holding USER lock

The "MESA_INTEL" warnig is also when I'm using V14, the "0024" errors are just in V15
Any ideas?
Best regards
Joe
 
Last edited:
Can you modify the PL/SQL Developer shortcut and add the ColorTheme="None" parameter? For example:

"C:\Program Files\PLSQL Developer 15\plsqldev.exe" ColorTheme="None"

Let me know if this helps.
 
Well - the error messages are gone, but the program still didn't start! So this is no solution for my problem.
Best regards
 
To obtain some more diagnostic information, can you modify the PL/SQL Developer shortcut and add the DebugSQL parameter? For example:

"C:\Program Files\PLSQL Developer 15\plsqldev.exe" ColorTheme="None" DebugSQL

Reproduce the problem and send me the debug.txt file that is generated in the %APPDATA%\PLSQL Developer 15 directory (e.g. C:\Users\\AppData\Roaming\PLSQL Developer 15).
 
Thanks. The log file shows access violations in gdi32.dll. Perhaps you can investigate if this is a known issue with Wine and if there are any solutions?
 
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).
 
PL/SQL Developer 15.0 does indeed use some new functions for scaling and displaying images. So that might indeed explain the difference.
 
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.
 
Back
Top