Source insight crashed on Ubuntu22.04 [wine-staging:7.13]

Questions about Wine on Linux
Locked
muse
Newbie
Newbie
Posts: 2
Joined: Tue Jul 26, 2022 8:45 am

Source insight crashed on Ubuntu22.04 [wine-staging:7.13]

Post by muse »

There are a number of features that cause crashes, such as opening CPP files, opening projects, and so on.

[img]file:///home/wn/Pictures/Screenshots/Screenshot%20from%202022-07-26%2022-48-51.png[/img]
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Source insight crashed on Ubuntu22.04 [wine-staging:7.13]

Post by jkfloris »

When I look in the log file Documents/Source Insight 4.0/Logs/SI4.LOG,
the program recognizes that it is running with Wine.

Code: Select all

-------------------------------------------------------
  07/27/22 17:30:24: Source Insight Starting
  07/27/22 17:30:24: Version 4.00.0124 Built on 2022-02-21
  07/27/22 17:30:24: Process ID 272
-------------------------------------------------------
  07/27/22 17:30:24: Running on Wine detected
  07/27/22 17:30:24: Init: heap
Maybe the developers did this with good intentions, it doesn't help Wine.

Unfortunately, I can't find on Source Insight's web page for which Wine version they adjusted the program.
Probably Source Insight can help you further.
muse
Newbie
Newbie
Posts: 2
Joined: Tue Jul 26, 2022 8:45 am

Re: Source insight crashed on Ubuntu22.04 [wine-staging:7.13]

Post by muse »

jkfloris wrote: Wed Jul 27, 2022 5:50 pm When I look in the log file Documents/Source Insight 4.0/Logs/SI4.LOG,
the program recognizes that it is running with Wine.

Code: Select all

-------------------------------------------------------
  07/27/22 17:30:24: Source Insight Starting
  07/27/22 17:30:24: Version 4.00.0124 Built on 2022-02-21
  07/27/22 17:30:24: Process ID 272
-------------------------------------------------------
  07/27/22 17:30:24: Running on Wine detected
  07/27/22 17:30:24: Init: heap
Maybe the developers did this with good intentions, it doesn't help Wine.

Unfortunately, I can't find on Source Insight's web page for which Wine version they adjusted the program.
Probably Source Insight can help you further.
Do you mean that source insight does not make wine compatible?
jkfloris
Level 12
Level 12
Posts: 3141
Joined: Thu Aug 14, 2014 10:10 am

Re: Source insight crashed on Ubuntu22.04 [wine-staging:7.13]

Post by jkfloris »

I expect that Source Insight has worked around some of Wine's shortcomings. As Wine continues to improve, those workarounds no longer work.
Locked